{"info":{"_postman_id":"debaca15-83d6-455c-90b5-9cf88fa146e9","name":"Deltek WorkBook 13.8 REST Service","description":"<html><head></head><body><blockquote>\n<p><strong>NOTE:</strong> This documentation is subject to change without prior notice. For the API documentation of the lates version of Deltek WorkBook REST Service, see <a href=\"https://workbookapi.deltek.com/\">Deltek WorkBook 14.0 REST Service</a>.</p>\n</blockquote>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15838577","collectionId":"debaca15-83d6-455c-90b5-9cf88fa146e9","publishedId":"2sB2xEAoXW","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0069AA"},"publishDate":"2025-11-27T07:10:14.000Z"},"item":[{"name":"API Overview","item":[{"name":"Base URL","item":[],"id":"b4f15499-0945-4295-9f16-291f804e023a","description":"<p>The base URL is formed as follows:</p>\n<pre><code>https://{{workbook-domain}}/api/json/reply</code></pre>  \n\n<p>where <em>{{workbook-domain}}</em> is the host or domain name of your Deltek WorkBook application instance such as <code>demo.workbook.net</code>.</p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">API Overview</a>  </li>\n<li><a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">Authentication</a>  </li>\n<li><a href=\"#0e71b779-0be7-4f41-8317-de338b43ebb1\">Access Roles</a></li>\n<li><a href=\"#a700c1ab-5eb8-4c8d-acad-88e546fa08b9\">HTTP Verbs</a>  </li>\n<li><a href=\"#1c740137-6dcf-4627-9881-4e04b6f68b7a\">Batch Mode</a>  </li>\n<li><a href=\"#39942723-57c7-4c2d-bc85-6692634900b6\">Response Codes</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c8c17339-57cd-4a9f-9e93-39afc8b12684"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"75c2a2e2-bfba-45d9-8746-a243d29f42da"}}],"_postman_id":"b4f15499-0945-4295-9f16-291f804e023a"},{"name":"Authentication","item":[{"name":"API Key Method","item":[],"id":"53ba45b4-7f89-4746-91c4-bb98c3b63cba","description":"<p>API Key method allows you to authenticate through a single API key.</p>\n<p>You generate this key on the API key setup tab in <strong>Settings » Advanced tools » User access rights</strong> of your WorkBook application instance.</p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">Authentication</a></li>\n<li><a href=\"#c8204352-1a9a-488f-befd-b92e9500764a\">Handshake Method</a></li>\n</ul>\n","_postman_id":"53ba45b4-7f89-4746-91c4-bb98c3b63cba"},{"name":"Handshake Method","item":[],"id":"4e353e5b-7e4e-49dc-91cc-228433837a61","description":"<p>The Handshake method allows you to authenticate through the <a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a>. You do this by sending a request to its <a href=\"#637484ab-e66e-4971-8c59-21fbb80ba098\">POST https://{{workbook-domain}}/api/auth/handshake</a> API endpoint, where <em>{{workbook-domain}}</em> is the host or domain name of your Deltek WorkBook application instance such as <code>demo.workbook.net</code>.</p>\n<p>The JSON object for this request contains a username and password. The password is always encrypted when you send a request.</p>\n<p>Once authenticated, preserve the cookie information so as not to re-authenticate for every succeeding request you'll send.</p>\n<blockquote>\n<p><strong>NOTE:</strong> If ever you need to end your existing Handshake session, you must log out of your session by sending a request to the <a href=\"#d6048381-ef01-466d-92b5-82bc86df45cb\">GET https://{{workbook-domain}}/api/auth/logout</a> API endpoint, where <em>{{workbook-domain}}</em> is the host or domain name of your Deltek WorkBook application instance such as <code>demo.workbook.net</code>. This ensures that the allocated resources for your session are freed up and do not accumulate. </p>\n</blockquote>\n<p>You can get blacklisted if you do multiple handshake requests using incorrect user credentials.</p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">Authentication</a></li>\n<li><a href=\"#4feaa59f-ec46-4dcf-acbe-203f97be47fe\">API Key Method</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"36127d9e-7645-4db4-a9d3-55bbef8888e4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"089939e2-a9a8-46fb-80d0-197766de4906","type":"text/javascript","exec":[""]}}],"_postman_id":"4e353e5b-7e4e-49dc-91cc-228433837a61"}],"id":"e9862d28-00f6-4473-9b04-ba1208bbdbab","description":"<p>Authentication requires you to prove that you have the correct identity before you are authorized or allowed to do certain actions.</p>\n<p>The WorkBook RESTful API supports two authentication methods.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Method</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#4feaa59f-ec46-4dcf-acbe-203f97be47fe\">API Key</a></td>\n<td>This method allows you to authenticate through a single API key.</td>\n</tr>\n<tr>\n<td><a href=\"#c8204352-1a9a-488f-befd-b92e9500764a\">Handshake</a></td>\n<td>This method allows you to authenticate through the <a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">API Overview</a></li>\n<li><a href=\"#15190520-87fa-42e7-b204-0faf5f701869\">Base URL</a></li>\n<li><a href=\"#0e71b779-0be7-4f41-8317-de338b43ebb1\">Access Roles</a></li>\n<li><a href=\"#a700c1ab-5eb8-4c8d-acad-88e546fa08b9\">HTTP Verbs</a></li>\n<li><a href=\"#1c740137-6dcf-4627-9881-4e04b6f68b7a\">Batch Mode</a></li>\n<li><a href=\"#39942723-57c7-4c2d-bc85-6692634900b6\">Response Codes</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"a9404b33-cf4c-483d-beff-ae8f339729cb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f6e1a761-63ff-495c-8126-11160725765b","type":"text/javascript","exec":[""]}}],"_postman_id":"e9862d28-00f6-4473-9b04-ba1208bbdbab"},{"name":"Access Roles","item":[],"id":"503a69a7-d53b-44a1-bf6d-a037d52dc0fa","description":"<p>Access to the endpoints of the WorkBook RESTful API varies depending on your access role within your Deltek WorkBook application instance.</p>\n<p>By default, there are four levels of access roles when working with the WorkBook RESTful API. Apart from these, there are three other access roles: <strong>Employee</strong>, <strong>Agent</strong>, and <strong>Report</strong>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Level</th>\n<th>Access Role</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>Admin</td>\n<td>A super user account with full access to everything in WorkBook.</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Advanced</td>\n<td>A paid user account with full access to WorkBook features.</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Basic</td>\n<td>A paid user account with limited access to WorkBook features.</td>\n</tr>\n<tr>\n<td>4</td>\n<td>Portal</td>\n<td>A client user account that collaborates on WorkBook tasks.</td>\n</tr>\n<tr>\n<td>-</td>\n<td>Employee</td>\n<td>A group user account that comprises the <strong>Admin</strong>, <strong>Advanced</strong>, and <strong>Basic</strong> access roles.</td>\n</tr>\n<tr>\n<td>-</td>\n<td>Agent</td>\n<td>A service account that is used for running background services such as CRON jobs.</td>\n</tr>\n<tr>\n<td>-</td>\n<td>Report</td>\n<td>A remote service account that is used by a separate Report server to create its own session using a user account context to print stored procedure and API reports.</td>\n</tr>\n</tbody>\n</table>\n</div><p>In general, API endpoints that require authentication have <strong>All</strong> as their access role level. <strong>All</strong> refers to the four levels of access roles (<strong>1</strong>, <strong>2</strong>, <strong>3</strong>, and <strong>4</strong>). The authentication requirement for an API endpoint is signified under the <strong>Requires Authentication</strong> section of its API endpoint topic. <strong>Yes</strong> signifies that the API endpoint is accessible to all four levels of access roles (<strong>All</strong>) unless stated otherwise such as <strong>Yes</strong> <em><strong>(Employee)</strong></em>. <strong>N/A</strong> signifies that the API endpoint does not have applicable authentication requirements.</p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">API Overview</a></li>\n<li><a href=\"#15190520-87fa-42e7-b204-0faf5f701869\">Base URL</a></li>\n<li><a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">Authentication</a></li>\n<li><a href=\"#a700c1ab-5eb8-4c8d-acad-88e546fa08b9\">HTTP Verbs</a></li>\n<li><a href=\"#1c740137-6dcf-4627-9881-4e04b6f68b7a\">Batch Mode</a></li>\n<li><a href=\"#39942723-57c7-4c2d-bc85-6692634900b6\">Response Codes</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"91d18a57-518b-424b-a01e-7a70b89f26d2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2b50ceb6-fe58-4c0b-85ae-59a1a2ab7c6f"}}],"_postman_id":"503a69a7-d53b-44a1-bf6d-a037d52dc0fa"},{"name":"HTTP Verbs","item":[],"id":"0dd7ee72-444f-4e7a-907c-7ee761501370","description":"<p>The WorkBook RESTful API strives to use the most appropriate HTTP Verb for each action or request, described as follows:  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Verb</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GET</td>\n<td>Retrieve either a single item or a set of items.</td>\n</tr>\n<tr>\n<td>PUT</td>\n<td>Insert a single item or a set of items.</td>\n</tr>\n<tr>\n<td>POST</td>\n<td>Trigger multiple actions or processes.</td>\n</tr>\n<tr>\n<td>PATCH</td>\n<td>Update one or more fields of a single item.</td>\n</tr>\n<tr>\n<td>DELETE</td>\n<td>Delete a single item or a set of items.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">API Overview</a>  </li>\n<li><a href=\"#15190520-87fa-42e7-b204-0faf5f701869\">Base URL</a>  </li>\n<li><a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">Authentication</a>  </li>\n<li><a href=\"#0e71b779-0be7-4f41-8317-de338b43ebb1\">Access Roles</a>  </li>\n<li><a href=\"#1c740137-6dcf-4627-9881-4e04b6f68b7a\">Batch Mode</a>  </li>\n<li><a href=\"#39942723-57c7-4c2d-bc85-6692634900b6\">Response Codes</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"80bfe363-1205-44a2-89ff-385a763e396d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4b6a10d5-5843-47d7-97b6-1e1098c214d3"}}],"_postman_id":"0dd7ee72-444f-4e7a-907c-7ee761501370"},{"name":"Batch Mode","item":[],"id":"7f9ed6ca-0689-4a2f-b5d7-50d5e5a4b766","description":"<p>Every endpoint indicates whether or not it is optimized to handle requests in a batch using the <strong>Request Header</strong> parameter <code>X-HTTP-METHOD-OVERRIDE</code>.</p>\n<p>For example, the <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\">GET DataboardDataRequest</a> API endpoint of the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a> has <strong>Batch?</strong> set to <strong>No</strong>. It means that the API endpoint is not optimized to handle requests in batches.  </p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">API Overview</a>  </li>\n<li><a href=\"#15190520-87fa-42e7-b204-0faf5f701869\">Base URL</a>  </li>\n<li><a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">Authentication</a>  </li>\n<li><a href=\"#0e71b779-0be7-4f41-8317-de338b43ebb1\">Access Roles</a>  </li>\n<li><a href=\"#a700c1ab-5eb8-4c8d-acad-88e546fa08b9\">HTTP Verbs</a>  </li>\n<li><a href=\"#39942723-57c7-4c2d-bc85-6692634900b6\">Response Codes</a></li>\n</ul>\n","_postman_id":"7f9ed6ca-0689-4a2f-b5d7-50d5e5a4b766"},{"name":"Response Codes","item":[{"name":"Success Codes","item":[],"id":"cf45210e-e386-4b01-b435-b8a4f3f67e34","description":"<p>A successful HTTP Verb request returns the requested resource and the corresponding success code.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>HTTP Verb</th>\n<th>Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GET</td>\n<td>200 OK</td>\n<td>Returns the current JSON representation of the resource. The HTTP Verb request is successful.</td>\n</tr>\n<tr>\n<td>PUT</td>\n<td>200 OK</td>\n<td>Returns the current JSON representation of the updated resource. The HTTP Verb request is successful. If you are not authorized to insert a single resource, a 403 Forbidden error is returned.</td>\n</tr>\n<tr>\n<td>POST</td>\n<td>201 Created</td>\n<td>Returns the location of the newly created resource in the Location header, along with the current JSON representation of the resource. If an error such as a business rule violation occurs, the details of the <a href=\"#ad6fe1c6-0b5d-479c-acf8-d50731ec9209\">error</a> are provided in the response in JSON format.</td>\n</tr>\n<tr>\n<td>PATCH</td>\n<td>200 OK</td>\n<td>The HTTP Verb request is successful. If you are not authorized to update one or more parameters of a single resource, a 403 Forbidden error is returned.</td>\n</tr>\n<tr>\n<td>DELETE</td>\n<td>200 OK</td>\n<td>The HTTP Verb request is successful. If you are not authorized to delete a resource, a 403 Forbidden error is returned.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#39942723-57c7-4c2d-bc85-6692634900b6\">Response Codes</a></p>\n</li>\n<li><p><a href=\"#ad6fe1c6-0b5d-479c-acf8-d50731ec9209\">Error Codes</a></p>\n</li>\n</ul>\n","_postman_id":"cf45210e-e386-4b01-b435-b8a4f3f67e34"},{"name":"Error Codes","item":[],"id":"c2873adc-7ed2-48fe-8a92-608c81199e82","description":"<p>Sometimes HTTP Verb requests return errors. Errors can occur for a wide range of reasons. In all cases, the HTTP Verb request returns an error code that indicates the nature of the failure, and a response body that contains additional information such as exceptions. These additional information will help you <a href=\"#error-handling\">handle the error</a> accordingly.</p>\n<p>Here are some of the most common error codes you might encounter.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Meaning</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad request</td>\n<td>This generally occurs because of a missing or malformed parameter. Check the documentation and the syntax of the request and try again.</td>\n</tr>\n<tr>\n<td>401</td>\n<td>No authorization</td>\n<td>A valid API key was not provided with the request, so the API could not associate a user with the request.</td>\n</tr>\n<tr>\n<td>403</td>\n<td>Forbidden</td>\n<td>The user does not have access to the requested resource. The API key and request syntax were valid but the server refuses to complete the request.</td>\n</tr>\n<tr>\n<td>404</td>\n<td>Not found</td>\n<td>Either the object specified by the request does not exist, or the request method and path supplied does not specify a known API.</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Internal server error</td>\n<td>There was a problem on the application server.</td>\n</tr>\n<tr>\n<td>503</td>\n<td>Service unavailable</td>\n<td>The server is temporarily unable to handle the request.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"error-handling\">Error Handling</h2>\n<p>An HTTP Verb request made to the WorkBook RESTFul API may return a <code>WorkBookServerException</code> or a <code>WorkBookMessageException</code>.</p>\n<p>If a <code>WorkBookServerException</code> is returned, the exception will contain WorkBook server error info. Otherwise, if it's a <code>WorkBookMessageException</code>, the exception will contain a message in the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>###{{ExceptionId}}$$$ {{ExceptionMessage}}\n\n</code></pre><p>where</p>\n<ul>\n<li><p><em>{{ExceptionId}}</em> is the unique identifier of the exception.</p>\n</li>\n<li><p><em>{{ExceptionMessage}}</em> is the message exception that can be localized (translated into supported languages).</p>\n</li>\n</ul>\n<p>For example, you might get a <code>WorkBookMessageException</code> that says \"<strong>###63504$$$ Time entry is not allowed on the specified task. Select another task, or edit the settings in the 'Jobs', 'Scheduling' tab.</strong>\"</p>\n<p>You need to display this exception message with high importance so it can be handled accordingly.</p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#39942723-57c7-4c2d-bc85-6692634900b6\">Response Codes</a></p>\n</li>\n<li><p><a href=\"#58a029b7-ba6e-4e54-802e-e11a6e25a120\">Success Codes</a></p>\n</li>\n</ul>\n","_postman_id":"c2873adc-7ed2-48fe-8a92-608c81199e82"}],"id":"cba73ca9-94fc-43df-b822-03faf53c7e3b","description":"<p>The response to your HTTP Verb request contains the status code in the Response header and any requested data in the Response body.</p>\n<p>The WorkBook RESTful API uses two types of response codes.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Response Code</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#58a029b7-ba6e-4e54-802e-e11a6e25a120\">Success Code</a></td>\n<td>This type of response code signifies that the request was successful.</td>\n</tr>\n<tr>\n<td><a href=\"#ad6fe1c6-0b5d-479c-acf8-d50731ec9209\">Error Code</a></td>\n<td>This type of response code signifies that the request was not successful for a wide range of reasons. The specific reason is returned as additional information so you can handle the exception accordingly.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">API Overview</a></p>\n</li>\n<li><p><a href=\"#15190520-87fa-42e7-b204-0faf5f701869\">Base URL</a></p>\n</li>\n<li><p><a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">Authentication</a></p>\n</li>\n<li><p><a href=\"#0e71b779-0be7-4f41-8317-de338b43ebb1\">Access Roles</a></p>\n</li>\n<li><p><a href=\"#a700c1ab-5eb8-4c8d-acad-88e546fa08b9\">HTTP Verbs</a></p>\n</li>\n<li><p><a href=\"#1c740137-6dcf-4627-9881-4e04b6f68b7a\">Batch Mode</a></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9361e9a5-3662-4f01-8a68-3dce25b93e9a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a1a4d97b-ea63-4142-ae76-ac929a98dbe3"}}],"_postman_id":"cba73ca9-94fc-43df-b822-03faf53c7e3b"}],"id":"254d9c46-c171-49e9-a044-0862e0f8aaad","description":"<p>The RESTful API for Deltek WorkBook is a collection of HTTP endpoints that will help you build and integrate your custom applications with your Deltek WorkBook application instance.</p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#intro\">Introduction</a></p>\n</li>\n<li><p><a href=\"#7d747b64-272a-4283-8f57-e9279199e582\">Guides</a></p>\n</li>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#785e81ec-aa0a-4e88-a1b8-3c2a86510678\">Other Developer Resources</a></p>\n</li>\n<li><p><a href=\"#b910a732-d74f-4696-9ecb-83b27a9c597f\">Support</a></p>\n</li>\n<li><p><a href=\"#3a90cd43-7e25-4bf0-a887-32f636292ab7\">Terms of Use</a></p>\n</li>\n<li><p><a href=\"#85706cbc-c9e1-4fb1-bd41-e28cbd686b7f\">Change Log</a></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"96748adc-6a78-451f-96b2-f1cee71ee646"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"46fca6cc-8b57-49ed-a4c8-7ec4247d8a7e"}}],"_postman_id":"254d9c46-c171-49e9-a044-0862e0f8aaad"},{"name":"Guides","item":[{"name":"Using the Guides","item":[],"id":"18048c62-26d4-41d8-b350-68d6de8dce9c","description":"<p>This guide describes the <a href=\"#guides-terminology\">terminologies</a>, <a href=\"#guides-standard-format-structure\">standard format (structure)</a>, and different <a href=\"#guides-conventions\">conventions</a> used to document the most common use cases in integrating any custom application with your Deltek WorkBook application instance.</p>\n<h2 id=\"guides-terminology\">Guides Terminology</h2>\n<p>The following table defines the general terminologies used in a guide.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Term</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Guide</td>\n<td>A collection of topics (mainly Task topics) that describes one particular use case (or workflow) when working with the Deltek WorkBook REST Service such as <a href=\"#4c057770-5b0a-4210-b6fa-16e7ab1d94ef\">Creating Databoards and Extracting their Data</a>.</td>\n</tr>\n<tr>\n<td>Learning Aid</td>\n<td>A tool that provides supporting information (screenshots) needed to help complete a use case (or workflow) such as <a href=\"#d0e90355-2df5-4742-b952-b8b321ed187b\">LEARNING AID: Creating a Simple Databoard and Extracting its Data</a>.</td>\n</tr>\n<tr>\n<td>Procedure</td>\n<td>A series of actions that describes how to complete a task.</td>\n</tr>\n<tr>\n<td>Task</td>\n<td>A piece of work or job that describes how to perform a specific procedure for a use case (or workflow) such as <a href=\"#0fd5d414-ab6c-4870-af7a-d175f6ee9278\">Get API Access</a>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides-standard-format-structure\">Guides Standard Format (Structure)</h2>\n<p>The following tables describe the structure of a <a href=\"#guide\">guide</a> and a <a href=\"#task\">task</a> as well as which sections are required or not. </p>\n<h3 id=\"guide\">Guide</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Section</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Short Description</td>\n<td>Yes</td>\n<td>Provides introductory and contextual information about a use case (or workflow) described by the guide.</td>\n</tr>\n<tr>\n<td>Prerequisites</td>\n<td>No</td>\n<td>Lists all prerequisite information needed to complete a use case (or workflow). <br /><br />For information about conventions used for prerequisites, see <a href=\"#prerequisites\">Conventions Used for Prerequisites</a>.</td>\n</tr>\n<tr>\n<td>Tasks</td>\n<td>Yes</td>\n<td>Lists all the tasks needed to complete a use case (or workflow) in chronological order. <br /><br />For information about conventions used for naming tasks, see <a href=\"#titles\">Conventions Used for Tasks</a>.</td>\n</tr>\n<tr>\n<td>Learning Aids</td>\n<td>No</td>\n<td>Lists any supporting information (screenshots) needed to help complete a use case (or workflow). <br /><br />For information about conventions used for naming job aids, see <a href=\"#titles\">Conventions Used for Learning Aids</a>.</td>\n</tr>\n<tr>\n<td>Related Links</td>\n<td>Yes</td>\n<td>Lists all related topics needed to help understand and complete a use case (or workflow) in order of precedence. <br /><br />For information about conventions used for the order of precedence for related links, see <a href=\"#order-of-precedence-for-related-links-in-guides\">Conventions Used for the Order of Precedence for Related Links in Guides</a>.</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"task\">Task</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Section</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Short Description</td>\n<td>Yes</td>\n<td>Provides introductory and contextual information about a task.</td>\n</tr>\n<tr>\n<td>Prerequisites</td>\n<td>No</td>\n<td>Lists all prerequisite information needed to complete a task. <br /><br />For information about conventions used for prerequisites, see <a href=\"#prerequisites\">Conventions Used for Prerequisites</a>.</td>\n</tr>\n<tr>\n<td>Procedure</td>\n<td>Yes</td>\n<td>Lists all the procedure steps needed to complete a task in chronological order.</td>\n</tr>\n<tr>\n<td>Next Step</td>\n<td>No</td>\n<td>Lists the next step needed to complete a series of tasks for a use case (or workflow).</td>\n</tr>\n<tr>\n<td>Related Links</td>\n<td>Yes</td>\n<td>Lists all related topics needed to help understand and complete a task in order of precedence. <br /><br />For information about conventions used for the order of precedence for related links, see <a href=\"#order-of-precedence-for-related-links-in-guides\">Conventions Used for the Order of Precedence for Related Links in Guides</a>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides-conventions\">Guides Conventions</h2>\n<p>The following sections describe the different naming conventions used for specific parts of a guide such as <a href=\"#titles\">titles</a>, <a href=\"#prerequisites\">prerequisites</a>, and <a href=\"#order-of-precedence-for-related-links-in-guides\">order of precedence for related links in guides</a>.</p>\n<h3 id=\"titles\">Titles</h3>\n<p>Guide titles use the gerund form of a verb such as \"<strong>Getting Started</strong>\" while task titles use the imperative form such as \"<strong>Get API Access</strong>.\"</p>\n<p>In addition, learning aid titles use the same form as guide titles but preceded with <strong>LEARNING AID:</strong> such as \"<strong>LEARNING AID: Getting Started Working with the Deltek WorkBook REST Service</strong>.\"</p>\n<h3 id=\"prerequisites\">Prerequisites</h3>\n<p>When listing down prerequisite information for a guide, the entry should be in noun form such as \"<strong>API user access rights</strong>.\" Otherwise, when listing down prerequisite information for a task, the entry should be in verb form such as \"<strong>Have API user access rights</strong>.\"</p>\n<h3 id=\"order-of-precedence-for-related-links-in-guides\">Order of Precedence for Related Links in Guides</h3>\n<p>The order of precedence for listing down related topics needed to help understand and complete a use case or a task is as follows:</p>\n<ol>\n<li>Parent topic.</li>\n<li>Sibling topics, if any or at the guide level (not task level).</li>\n<li>API Reference topics, if not yet mentioned in the <strong>Short Description</strong> or <strong>Task/Procedure</strong> section of a guide or task.</li>\n</ol>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#7d747b64-272a-4283-8f57-e9279199e582\">Guides</a>  </li>\n<li><a href=\"#e87d23a8-511a-4740-ba36-6680170273cf\">Getting Help</a>  </li>\n<li><a href=\"#1ee253ab-0c36-470f-b3b1-9808d90376b7\">Getting Started</a>  </li>\n<li><a href=\"#4c057770-5b0a-4210-b6fa-16e7ab1d94ef\">Creating Databoards and Requesting for Data</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"91cce1d6-9d51-4d8c-8aed-0cb15f4707f5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"cf77fad6-f125-4d9d-9a5c-e4c31b248864"}}],"_postman_id":"18048c62-26d4-41d8-b350-68d6de8dce9c"},{"name":"Getting Help","item":[],"id":"8f7dfb6d-8a20-4af9-81a7-a9b1ecd7aecc","description":"<p>To further support your developer experience when working with Deltek WorkBook REST Service, help information are readily available for you to use.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Help</th>\n<th>See</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Use the Guides</td>\n<td><a href=\"#2d264670-6d74-4554-8b10-544e1e1816df\">Using the Guides</a></td>\n</tr>\n<tr>\n<td>Use the API Reference</td>\n<td><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></td>\n</tr>\n<tr>\n<td>Seek Additional Support</td>\n<td><a href=\"#b910a732-d74f-4696-9ecb-83b27a9c597f\">Support</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#7d747b64-272a-4283-8f57-e9279199e582\">Guides</a>  </li>\n<li><a href=\"#2d264670-6d74-4554-8b10-544e1e1816df\">Using the Guides</a>  </li>\n<li><a href=\"#1ee253ab-0c36-470f-b3b1-9808d90376b7\">Getting Started</a>  </li>\n<li><a href=\"#4c057770-5b0a-4210-b6fa-16e7ab1d94ef\">Creating Databoards and Requesting for Data</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a15480db-7a0f-4246-8e0f-c8e4724ceea5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2409d1e3-5a12-475f-b71b-8ee31e778db2"}}],"_postman_id":"8f7dfb6d-8a20-4af9-81a7-a9b1ecd7aecc"},{"name":"Getting Started","item":[{"name":"Get API Access","item":[],"id":"04c3e185-183d-4dc6-8208-eddea0578f23","description":"<p>You must grant the required access rights to your API user's access role for the specific API endpoint you need in <strong>Settings » Advanced tools » User access rights</strong> of your WorkBook application.</p>\n<h2 id=\"prerequisite\">Prerequisite</h2>\n<ul>\n<li>Have a WorkBook user that can grant access rights.</li>\n</ul>\n<h2 id=\"procedure\">Procedure</h2>\n<p><strong>To get access to an API endpoint:</strong></p>\n<ol>\n<li>From your WorkBook application, go to <strong>Settings » Advanced tools » User access rights</strong>.</li>\n<li>Click the Access role requests tab.</li>\n<li>On the <strong>Access roles</strong> pane, select the access role for your API user.</li>\n<li>On the right pane, search for the request name of the API endpoint you need.</li>\n<li>Select the <strong>Access</strong> check box for the required HTTP verb.</li>\n</ol>\n<h2 id=\"next-step\">Next Step</h2>\n<ul>\n<li><a href=\"#6c1a9233-b558-49dd-91f2-0b2878411a12\">Authenticate through API Key or through Handshake</a></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"3a4ceb48-f624-4cf6-a386-f87a7a9b483a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f4bc89da-3909-4bb0-b878-65f4297c5aa0","type":"text/javascript","exec":[""]}}],"_postman_id":"04c3e185-183d-4dc6-8208-eddea0578f23"},{"name":"Authenticate through API Key or through Handshake","item":[],"id":"7d321e26-5914-43ec-8784-7328ab00acb9","description":"<p>You can authenticate with the WorkBook RESTful API in two ways: through the <a href=\"#4feaa59f-ec46-4dcf-acbe-203f97be47fe\">API Key method</a> or through the <a href=\"#c8204352-1a9a-488f-befd-b92e9500764a\">Handshake method</a>.</p>\n<h2 id=\"prerequisites\">Prerequisites</h2>\n<ul>\n<li><a href=\"#5580b5ee-b154-42ce-a359-05d4bd3d2f3e\">Get API Access.</a></li>\n<li>Have knowledge about how WorkBook RESTful API <a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">authentication</a> and <a href=\"#0e71b779-0be7-4f41-8317-de338b43ebb1\">access roles</a> work.</li>\n<li>Have knowledge about access rights for WorkBook users. For information about WorkBook user access rights, refer to the Deltek WorkBook Help.</li>\n<li>Have a WorkBook user that can grant access rights.</li>\n<li>Have a WorkBook user access role for API-only users. For information about how to add new access roles, refer to the Deltek WorkBook Help.</li>\n<li>Have a WorkBook user that has an API-only user access role. For information about how to check if a user has an API-only user access role and, if need be, assign them with the required user access role, refer to the Deltek WorkBook Help.</li>\n</ul>\n<h2 id=\"procedure\">Procedure</h2>\n<p><strong>To authenticate through API Key:</strong></p>\n<ol>\n<li>From your WorkBook application, go to <strong>Settings » Advanced tools » User access rights</strong>.</li>\n<li>Click the API key setup tab.</li>\n<li>Select the user for which you want to generate an API key.<br /><blockquote>\n<p><strong>NOTE:</strong> The user must have an API-only user access role in your WorkBook application instance.<br /></p>\n</blockquote>\n</li>\n<li>Click <strong>Generate new API key</strong>.</li>\n<li>In the Generate API Key dialog box, select an expiration date and add a corresponding note.</li>\n<li>Click <strong>Yes</strong>.<br />The generated API key displays.<blockquote>\n<p><strong>NOTE:</strong> For security purposes, this is the only time that the generated API key will be displayed.<br /></p>\n</blockquote>\n</li>\n<li>Take note of the generated API key and use this API key for your request.</li>\n</ol>\n<p><strong>OR</strong></p>\n<p><strong>To authenticate through Handshake:</strong></p>\n<ol>\n<li>In <a href=\"#670cc568-6b85-477d-acb0-d2d323294112\">Postman</a>, create a Handshake request using the <a href=\"#63905171-665a-4442-87d8-b7e18bddbb8b\">POST https://{{workbook-domain}}/api/auth/handshake</a> API endpoint.</li>\n<li>Send the request with your WorkBook username and password.<br />A successful authentication response is displayed.</li>\n<li>Once authenticated, preserve the cookie information so that you don't need to re-authenticate for every succeeding request you'll send.</li>\n</ol>\n<h2 id=\"next-step\">Next Step</h2>\n<ul>\n<li><a href=\"#c75926eb-f3fb-4e72-87a3-24917affc3ed\">Make a Simple Request</a></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></li>\n</ul>\n","_postman_id":"7d321e26-5914-43ec-8784-7328ab00acb9"},{"name":"Make a Simple Request","item":[],"id":"45fa30b2-312a-459c-81fe-49a62cdfeff2","description":"<p>Using <a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a>, send a request to an API endpoint for the first time.</p>\n<h2 id=\"prerequisite\">Prerequisite</h2>\n<ul>\n<li><a href=\"#6c1a9233-b558-49dd-91f2-0b2878411a12\">Authenticate through API Key or through Handshake</a>.</li>\n<li>Have knowledge about how WorkBook RESTful API <a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">authentication</a> and <a href=\"#0e71b779-0be7-4f41-8317-de338b43ebb1\">access roles</a> work.</li>\n<li>Have a databoard created in your WorkBook application instance. For information about how to create a databoard, refer to the Deltek WorkBook Help.</li>\n</ul>\n<h2 id=\"procedure\">Procedure</h2>\n<p><strong>To send a request to an API endpoint for the first time:</strong></p>\n<ol>\n<li>In <a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a>, create a POST request using the <a href=\"#aad5ff4f-7c86-442d-a857-defa30f4feb6\"><strong>GET DataboardDataRequest</strong></a> API endpoint.<blockquote>\n<p><strong>NOTE</strong>: If you are authenticating through Handshake, skip the next step.</p>\n</blockquote>\n</li>\n<li>If you are authenticating through API Key, on the Authorization tab, make sure to enter your generated API key in either of the following:<ul><li>the <strong>Token</strong> field when you set the authorization type to <strong>Bearer Token</strong>.</li><li>the <strong>Username</strong> field when you set the authorization type to <strong>Basic Auth</strong>.</li></ul></li>\n<li>Override the API endpoint with the key/value pair of <code>X-HTTP-METHOD-OVERRIDE / GET</code> as its <strong>Request Header</strong> parameter.</li>\n<li>Send the request with the following <strong>Request Body</strong> in JSON format:<pre><code>{  \n\"DataboardId\": {{id}},  \n\"Parameters\": {}  \n}\n</code></pre>  \nwhere <code>{{id}}</code> is the identifier of the databoard you created.<br /><br />Your request returns a <strong>Response Body</strong> in JSON format with the data field type, followed by the output from your databoard script.<br /></li>\n</ol>\n<h2 id=\"next-step\">Next Step</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></li>\n</ul>\n","_postman_id":"45fa30b2-312a-459c-81fe-49a62cdfeff2"},{"name":"LEARNING AID: Getting Started Working with the Deltek WorkBook REST Service","item":[],"id":"b8dd2b6f-5f8f-4dbe-a694-ed5b16c7a448","description":"<p>This learning aid illustrates how you can quickly get started working with the Deltek WorkBook REST Service. </p>\n<h2 id=\"steps\">Steps</h2>\n<h4 id=\"1-get-api-access-to-the-get-databoarddatarequest-api-endpoint\">#1: <a href=\"#5580b5ee-b154-42ce-a359-05d4bd3d2f3e\">Get API access to the GET DataboardDataRequest API endpoint.</a></h4>\n<ol>\n<li><p>From your WorkBook application, go to <strong>Settings » Advanced tools » User access rights</strong>.</p>\n</li>\n<li><p>Click the Access role requests tab.</p>\n</li>\n<li><p>On the <strong>Access roles</strong> pane, select the access role for your API user.</p>\n</li>\n<li><p>On the right pane, search for <strong>DataboardDataRequest</strong>.</p>\n</li>\n<li><p>Select the <strong>Access</strong> check box for its <strong>GET</strong> HTTP verb.</p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-GET-DataboardDataRequest-Access-Checkbox.png\" alt=\"alt text\" /></p>\n</li>\n</ol>\n<h4 id=\"2-authenticate-through-api-key\">#2: <a href=\"#6c1a9233-b558-49dd-91f2-0b2878411a12\">Authenticate through API Key.</a></h4>\n<ol>\n<li>From your WorkBook application, go to <strong>Settings » Advanced tools » User access rights</strong>.</li>\n<li>Click the API key setup tab.</li>\n<li>Select the user (<strong>Test API User</strong>) for which you want to generate an API key.<br /><blockquote>\n<p><strong>NOTE:</strong> The user must have an API-only user access role (<strong>Test API user access role</strong>) in your WorkBook application instance.<br /></p>\n</blockquote>\n</li>\n<li>Click <strong>Generate new API key</strong>.</li>\n<li>In the Generate API Key dialog box, select an expiration date (<strong>blank</strong>) and add a corresponding note (<strong>This is the API key for Test API User.</strong>).</li>\n<li>Click <strong>Yes</strong>.<br />The generated API key (<strong>&lt;xxxxxxxxxxxxxxxxx111111&gt;</strong>) displays.<blockquote>\n<p><strong>NOTE:</strong> For security purposes, this is the only time that the generated API key will be displayed.<br /></p>\n</blockquote>\n</li>\n<li>Take note of the generated API key and use this API key for your request.</li>\n</ol>\n<h4 id=\"3-make-a-simple-request-using-the-get-databoarddatarequest-api-endpoint-for-the-first-time\">#3: <a href=\"#deb380cd-7779-4ed4-80e6-94058bc426e5\">Make a simple request using the GET DataboardDataRequest API endpoint for the first time.</a></h4>\n<ol>\n<li><p>In <a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a>, create a POST request using the <a href=\"#aad5ff4f-7c86-442d-a857-defa30f4feb6\">GET DataboardDataRequest</a> API endpoint.</p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-POST-DataboardDataRequest.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>On the Authorization tab, enter the generated API key (<strong>&lt;xxxxxxxxxxxxxxxxx111111&gt;</strong>) in the <strong>Token</strong> field when you set the authorization type to <strong>Bearer Token</strong>.</p>\n</li>\n<li><p>Override the API endpoint with the key/value pair of <code>X-HTTP-METHOD-OVERRIDE / GET</code> as its <strong>Request Header</strong> parameter. </p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-X-HTTP-METHOD-OVERRIDE-Request-Header.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>Send the request with the following <strong>Request Body</strong> in JSON format: </p>\n<pre><code>{  \n\"DataboardId\": 10004,  \n\"Parameters\": {}  \n}\n</code></pre>  \n<p><br />Your request returns the following <strong>Response Body</strong> in JSON format:<br /></p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-Simple-Databoard-Response-Body.png\" alt=\"alt text\" /></p>\n</li>\n</ol>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></li>\n</ul>\n","_postman_id":"b8dd2b6f-5f8f-4dbe-a694-ed5b16c7a448"}],"id":"f78c5ea5-c0c9-4031-a408-abf317c0a5e6","description":"<p>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</p>\n<blockquote>\n<p><strong>NOTE:</strong> The examples provided in this guide use Postman to illustrate how to get started by getting authenticated and successfully sending your first request. </p>\n</blockquote>\n<h2 id=\"prerequisites\">Prerequisites</h2>\n<ul>\n<li><p>Knowledge about how WorkBook RESTful API <a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">authentication</a> and <a href=\"#0e71b779-0be7-4f41-8317-de338b43ebb1\">access roles</a> work.</p>\n</li>\n<li><p>Knowledge about access rights for WorkBook users. For information about WorkBook user access rights, refer to the Deltek WorkBook Help.</p>\n</li>\n<li><p>WorkBook user that can grant access rights.</p>\n</li>\n<li><p>WorkBook user access role for API-only users. For information about how to add new access roles, refer to the Deltek WorkBook Help.</p>\n</li>\n<li><p>WorkBook user that has an API-only user access role. For information about how to check if a user has an API-only user access role and, if need be, assign them with the required user access role, refer to the Deltek WorkBook Help.</p>\n</li>\n</ul>\n<h2 id=\"tasks\">Tasks</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Step</th>\n<th>Task</th>\n<th>See</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>From your WorkBook application, get the required access rights to your API user's access role for the <a href=\"#aad5ff4f-7c86-442d-a857-defa30f4feb6\">GET DataboardDataRequest</a> API endpoint of the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a>.</td>\n<td><a href=\"#5580b5ee-b154-42ce-a359-05d4bd3d2f3e\">Get API Access</a></td>\n</tr>\n<tr>\n<td>2</td>\n<td>Get authenticated using your preferred authentication method.</td>\n<td><a href=\"#6c1a9233-b558-49dd-91f2-0b2878411a12\">Authenticate through API Key or through Handshake</a></td>\n</tr>\n<tr>\n<td>3</td>\n<td>Send a request to the <a href=\"#aad5ff4f-7c86-442d-a857-defa30f4feb6\">GET DataboardDataRequest</a> API endpoint for the first time.</td>\n<td><a href=\"#deb380cd-7779-4ed4-80e6-94058bc426e5\">Make a Simple Request</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"learning-aids\">Learning Aids</h2>\n<ul>\n<li><a href=\"#9c65b458-282e-4308-82f0-48e0613ddbf4\">Getting Started Working with the Deltek WorkBook REST Service</a></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#7d747b64-272a-4283-8f57-e9279199e582\">Guides</a></p>\n</li>\n<li><p><a href=\"#2d264670-6d74-4554-8b10-544e1e1816df\">Using the Guides</a></p>\n</li>\n<li><p><a href=\"#e87d23a8-511a-4740-ba36-6680170273cf\">Getting Help</a></p>\n</li>\n<li><p><a href=\"#4c057770-5b0a-4210-b6fa-16e7ab1d94ef\">Creating Databoards and Requesting for Data</a></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"74c3add3-95c7-4852-a0bb-bff46ca8cafc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1dde0969-29bf-40ef-88d1-5052bbddb5dd","type":"text/javascript","exec":[""]}}],"_postman_id":"f78c5ea5-c0c9-4031-a408-abf317c0a5e6"},{"name":"Creating Databoards and Extracting their Data","item":[{"name":"Grant Access to an API Endpoint","item":[],"id":"3e76f5ef-7cbc-4d25-aad6-fc5cab07b664","description":"<p>To enable queries using databoards through the WorkBook RESTful API, you must grant the required access rights to your API user's access role for the specific API endpoint you need in <strong>Settings » Advanced tools » User access rights</strong> of your WorkBook application.</p>\n<h2 id=\"prerequisite\">Prerequisite</h2>\n<ul>\n<li>WorkBook user that can grant access rights to an API user's access role.</li>\n</ul>\n<h2 id=\"procedure\">Procedure</h2>\n<p><strong>To grant access to an API endpoint:</strong></p>\n<ol>\n<li>From your WorkBook application, go to <strong>Settings » Advanced tools » User access rights</strong>.</li>\n<li>Click the Access role requests tab. </li>\n<li>On the <strong>Access roles</strong> pane, select the access role for your API user.</li>\n<li>On the right pane, search for the request name of the API endpoint you need.</li>\n<li>Select the <strong>Access</strong> check box for the required HTTP verb.</li>\n</ol>\n<h2 id=\"next-step\">Next Step</h2>\n<ul>\n<li><a href=\"#fcf4e8df-f8e9-487e-99f0-2d056bdffe6f\">Create a Databoard</a></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#4c057770-5b0a-4210-b6fa-16e7ab1d94ef\">Creating Databoards and Requesting Data</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e4413e66-2628-413a-beef-29048a83c6aa"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"56015980-9e49-401f-aa3a-6740e5dd2201"}}],"_postman_id":"3e76f5ef-7cbc-4d25-aad6-fc5cab07b664"},{"name":"Create a Databoard","item":[],"id":"1e62a05c-bc63-4485-af1b-5d584bb579d5","description":"<p>In <strong>Settings » Advanced tools » Databoards</strong> of your WorkBook application, you need to create a databoard from which to extract your data using an API endpoint and give your API users access to the databoard. There are two general types of databoard that you can create: <a href=\"#to-create-a-simple-databoard-and-make-it-accessible-to-api-users\">simple</a> and <a href=\"#to-create-an-advanced-databoard-and-make-it-accessible-to-api-users\">advanced</a>.</p>\n<h2 id=\"prerequisites\">Prerequisites</h2>\n<ul>\n<li><a href=\"#e3bc37fc-8ed7-4da8-a486-ecdc9034fc29\">Grant Access to an API Endpoint</a>.  </li>\n<li>Have full access to <strong>Settings » Advanced tools » Databoards</strong>.  </li>\n<li>Have general knowledge of WorkBook databoards. For information, refer to the following KB articles on the Deltek Support Center:<ul>\n<li><a href=\"https://deltek.custhelp.com/app/answers/detail/a_id/95478\">Databoard - Parameters and script</a></li>\n<li><a href=\"https://deltek.custhelp.com/app/answers/detail/a_id/95480\">Databoard: How to create a dashboard?</a></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"procedure\">Procedure</h2>\n<h4 id=\"to-create-a-simple-databoard-and-make-it-accessible-to-api-users\">To create a simple databoard and make it accessible to API users:</h4>\n<ol>\n<li>From your WorkBook application, go to <strong>Settings » Advanced tools » Databoards</strong>.</li>\n<li>Create a databoard with your preferred data view name and a SQL source type.</li>\n<li>Take note of the numerical identifier of the databoard you created.</li>\n<li>To define a SQL script for your databoard, enter the SQL statement on the Script tab of the <strong>Databoard</strong> grid.</li>\n<li>Create a databoard view of type <strong>Grid</strong> for the databoard you created.</li>\n<li>In the Grid view of your databoard, verify that you have a number of results displayed. </li>\n<li>On the Access settings tab, give your API users access to the databoard.  <blockquote>\n<p><strong>NOTE</strong>: Whether or not you select the <strong>Active</strong> check box for your databoard, as long as API users have access to it, they can extract its data using the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a>.</p>\n</blockquote>\n</li>\n</ol>\n<p><strong>OR</strong></p>\n<h4 id=\"to-create-an-advanced-databoard-and-make-it-accessible-to-api-users\">To create an advanced databoard and make it accessible to API users:</h4>\n<ol>\n<li>From your WorkBook application, go to <strong>Settings » Advanced tools » Databoards</strong>.</li>\n<li>Create a databoard with your preferred data view name and a SQL source type.</li>\n<li>Take note of the numerical identifier of the databoard you created.</li>\n<li>To define parameters for your databoard, add an index, a name, and a type for these parameters on the Parameters tab of the <strong>Databoard</strong> grid.  </li>\n<li>Take note of the index numbers for the parameters you defined. You will use these index numbers as variable names for the SQL script of your databoard.  <blockquote>\n<p><strong>NOTE:</strong> You will also use these index numbers later when you extract the data that each parameter has.</p>\n</blockquote>\n</li>\n<li>To define a SQL script for your databoard, enter the SQL statement on the Script tab of the <strong>Databoard</strong> grid using the parameters you added to filter the data.</li>\n<li>Create a databoard view of type <strong>Grid</strong> for the databoard you created.</li>\n<li>In the Grid view of your databoard, verify that you have a number of results displayed. </li>\n<li>On the Access settings tab, give your API users access to the databoard.  <blockquote>\n<p><strong>NOTE</strong>: Whether or not you select the <strong>Active</strong> check box for your databoard, as long as API users have access to it, they can extract its data using the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a>.</p>\n</blockquote>\n</li>\n</ol>\n<h2 id=\"next-step\">Next Step</h2>\n<ul>\n<li><a href=\"#bdf8de7c-d1e4-4af0-a249-2563eeb11eb1\">Extract Data from a Databoard through an API endpoint</a></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#4c057770-5b0a-4210-b6fa-16e7ab1d94ef\">Creating Databoards and Requesting Data</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"574cdfc5-3580-429b-a957-3a22abd16c48"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"54dc8db5-727a-4beb-b611-0292e4291ee7"}}],"_postman_id":"1e62a05c-bc63-4485-af1b-5d584bb579d5"},{"name":"Extract Data from a Databoard through an API Endpoint","item":[],"id":"259dc727-f282-49e8-a39f-259a7c266c0a","description":"<p>You can send a request using the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a> to extract the data from a <a href=\"#to-extract-data-from-a-simple-databoard\">simple databoard</a> or an <a href=\"#to-extract-data-from-an-advanced-databoard-using-parameters\">advanced databoard</a>. The former allows for extraction of all (static) data while the latter makes use of parameters to filter the extracted data.</p>\n<h2 id=\"prerequisites\">Prerequisites</h2>\n<ul>\n<li><a href=\"#fcf4e8df-f8e9-487e-99f0-2d056bdffe6f\">Create a Databoard</a>.  </li>\n<li>Have knowledge about how WorkBook RESTful API <a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">authentication</a> and <a href=\"#0e71b779-0be7-4f41-8317-de338b43ebb1\">access roles</a> work.</li>\n</ul>\n<h2 id=\"procedure\">Procedure</h2>\n<h4 id=\"to-extract-data-from-a-simple-databoard\">To extract data from a simple databoard:</h4>\n<ol>\n<li>In <a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a>, create a POST request using the <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\"><strong>GET DataboardDataRequest</strong></a> API endpoint.</li>\n<li>Override the API endpoint with the key/value pair of <code>X-HTTP-METHOD-OVERRIDE / GET</code> as its <strong>Request Header</strong> parameter. </li>\n<li>Send the request with the following <strong>Request Body</strong> in JSON format: <pre><code>{  \n\"DataboardId\": {{id}},  \n\"Parameters\": {}  \n}\n</code></pre>  \nwhere <code>{{id}}</code> is the identifier of the databoard you created.<br /><br />Your request returns a <strong>Response Body</strong> in JSON format with the data field type, followed by the output from your databoard script.<br /></li>\n</ol>\n<p><strong>OR</strong></p>\n<h4 id=\"to-extract-data-from-an-advanced-databoard-using-parameters\">To extract data from an advanced databoard using parameters:</h4>\n<ol>\n<li>In <a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a>, create a POST request using the <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\"><strong>GET DataboardDataRequest</strong></a> API endpoint.</li>\n<li>Override the API endpoint with the key/value pair of <code>X-HTTP-METHOD-OVERRIDE / GET</code> as its <strong>Request Header</strong> parameter. </li>\n<li>Send the request with the following <strong>Request Body</strong> in JSON format: <pre><code>{\n\"DataboardId\": {{id}},  \n\"Parameters\": {\"{{indexN}}\":\"{{parameterN}}\", \"{{indexN}}\":\"{{parameterN}}\",  \n\"{{indexN}}\":\"{{parameterN}}\"}  \n}\n</code></pre>  \nwhere:</li>\n</ol>\n<ul>\n<li><code>{{id}}</code> is the identifier of the databoard you created.</li>\n<li><code>{{indexN}}</code> is the parameter index starting with 1 and so on.</li>\n<li><code>{{parameterN}}</code> is the parameter name that corresponds with the parameter index.<br /><br />Your request returns a <strong>Response Body</strong> in JSON format with the data field type, followed by the output from your databoard script, and filtered based on the paramaters that you defined.<br /></li>\n</ul>\n<h2 id=\"next-step\">Next Step</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#4c057770-5b0a-4210-b6fa-16e7ab1d94ef\">Creating Databoards and Requesting Data</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ac8bf6b5-a715-4611-b10a-9a469bcd2a9e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"965446f0-a7d3-45dc-9d42-691269f96cd4"}}],"_postman_id":"259dc727-f282-49e8-a39f-259a7c266c0a"},{"name":"LEARNING AID: Creating a Simple Databoard and Extracting its Data","item":[],"id":"a7ce990f-2473-4ceb-a1b3-5e9b4803923c","description":"<p>This learning aid illustrates how you can provision the access rights for the access role of an API user, create a simple databoard, and extract its data using the <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\">GET DataboardDataRequest</a> API endpoint of the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a>.</p>\n<h2 id=\"steps\">Steps</h2>\n<h4 id=\"1-grant-access-to-the-get-databoarddatarequest-api-endpoint\">#1: <a href=\"#e3bc37fc-8ed7-4da8-a486-ecdc9034fc29\">Grant access to the GET DataboardDataRequest API endpoint.</a></h4>\n<ol>\n<li><p>From your WorkBook application, go to <strong>Settings » Advanced tools » User access rights</strong>.</p>\n</li>\n<li><p>Click the Access role requests tab. </p>\n</li>\n<li><p>On the <strong>Access roles</strong> pane, select the access role for your API user.</p>\n</li>\n<li><p>On the right pane, search for <strong>DataboardDataRequest</strong>.</p>\n</li>\n<li><p>Select the <strong>Access</strong> check box for its <strong>GET</strong> HTTP verb.</p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-GET-DataboardDataRequest-Access-Checkbox.png\" alt=\"alt text\" /></p>\n</li>\n</ol>\n<h4 id=\"2-create-a-simple-databoard-and-make-it-accessible-to-api-users\">#2: <a href=\"#fcf4e8df-f8e9-487e-99f0-2d056bdffe6f\">Create a simple databoard and make it accessible to API users.</a></h4>\n<ol>\n<li><p>Go to <strong>Settings » Advanced tools » Databoards</strong>.</p>\n</li>\n<li><p>Create a databoard with your preferred data view name (<strong>Task pr resource</strong>) and a <strong>SQL</strong> source type.</p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-Databoard-Header-Fields.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>Take note of the numerical identifier (<strong>10004</strong>) of the databoard you created.</p>\n</li>\n<li><p>To define a SQL script for your databoard, enter the following SQL statement on the Script tab of the <strong>Databoard</strong> grid:</p>\n<pre><code>select Task.TaskId, Task.TName from Task\ninner join TaskRes on TaskRes.TaskId = Task.TaskId\nwhere TaskRes.ResId = (select top 1 Ress.RessID from Ress where RessNavn like 'Bob Bobson')  \n</code></pre>  \n\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-Simple-Databoard-Script.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>Create a databoard view of type <strong>Grid</strong> for the databoard you created.</p>\n</li>\n<li><p>In the Grid view of your databoard, verify that you have a number of results displayed. </p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-Simple-Databoard-Grid-View.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>On the Access settings tab, give your API users access to the databoard.  </p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-Databoard-Access.png\" alt=\"alt text\" /></p>\n<blockquote>\n<p><strong>NOTE</strong>: Whether or not you select the <strong>Active</strong> check box for your databoard, as long as API users have access to it, they can extract its data using the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a>.</p>\n</blockquote>\n</li>\n</ol>\n<h4 id=\"3-extract-data-from-the-simple-databoard-through-the-get-databoarddatarequest-api-endpoint\">#3: <a href=\"#bdf8de7c-d1e4-4af0-a249-2563eeb11eb1\">Extract data from the simple databoard through the GET DataboardDataRequest API endpoint.</a></h4>\n<ol>\n<li><p>In <a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a>, create a POST request using the <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\"><strong>GET DataboardDataRequest</strong></a> API endpoint.</p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-POST-DataboardDataRequest.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>Override the API endpoint with the key/value pair of <code>X-HTTP-METHOD-OVERRIDE / GET</code> as its <strong>Request Header</strong> parameter. </p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-X-HTTP-METHOD-OVERRIDE-Request-Header.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>Send the request with the following <strong>Request Body</strong> in JSON format: </p>\n<pre><code>{  \n\"DataboardId\": 10004,  \n\"Parameters\": {}  \n}\n</code></pre>  \n<p><br />Your request returns the following <strong>Response Body</strong> in JSON format:<br /></p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-Simple-Databoard-Response-Body.png\" alt=\"alt text\" /></p>\n</li>\n</ol>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#4c057770-5b0a-4210-b6fa-16e7ab1d94ef\">Creating Databoards and Requesting Data</a>  </li>\n<li><a href=\"#b1fe9b34-1d35-4efd-b16c-23e485b86588\">LEARNING AID: Creating an Advanced Databoard and Extracting its Data</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"758b8cfc-9cff-499b-bbef-9c1dd6dc4d26"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9d62f9d8-a562-4503-ae98-0b5c8d9a54b7"}}],"_postman_id":"a7ce990f-2473-4ceb-a1b3-5e9b4803923c"},{"name":"LEARNING AID: Creating an Advanced Databoard and Extracting its Data","item":[],"id":"8d244030-e630-4320-9e0f-e0ff7d57194c","description":"<p>This learning aid illustrates how you can provision the access rights for the access role of an API user, create an advanced databoard, and extract its data using the <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\">GET DataboardDataRequest</a> API endpoint of the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a>.</p>\n<h2 id=\"steps\">Steps</h2>\n<h4 id=\"1-grant-access-to-the-get-databoarddatarequest-api-endpoint\">#1: <a href=\"#e3bc37fc-8ed7-4da8-a486-ecdc9034fc29\">Grant access to the GET DataboardDataRequest API endpoint.</a></h4>\n<ol>\n<li><p>From your WorkBook application, go to <strong>Settings » Advanced tools » User access rights</strong>.</p>\n</li>\n<li><p>Click the Access role requests tab. </p>\n</li>\n<li><p>On the <strong>Access roles</strong> pane, select the access role for your API user.</p>\n</li>\n<li><p>On the right pane, search for <strong>DataboardDataRequest</strong>.</p>\n</li>\n<li><p>Select the <strong>Access</strong> check box for its <strong>GET</strong> HTTP verb.</p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-GET-DataboardDataRequest-Access-Checkbox.png\" alt=\"alt text\" /></p>\n</li>\n</ol>\n<h4 id=\"2-create-an-advanced-databoard-and-make-it-accessible-to-api-users\">#2: <a href=\"#fcf4e8df-f8e9-487e-99f0-2d056bdffe6f\">Create an advanced databoard and make it accessible to API users.</a></h4>\n<ol>\n<li><p>Go to <strong>Settings » Advanced tools » Databoards</strong>.</p>\n</li>\n<li><p>Create a databoard with your preferred data view name and a SQL source type.</p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-Databoard-Header-Fields.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>Take note of the numerical identifier (<strong>10004</strong>) of the databoard you created.</p>\n</li>\n<li><p>To define parameters for your databoard, add the following parameters on the Parameters tab of the <strong>Databoard</strong> grid.  </p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Index</th>\n<th>Name</th>\n<th>Type</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>User name</td>\n<td>Textbox</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Between Start</td>\n<td>Date</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Between End</td>\n<td>Date</td>\n</tr>\n</tbody>\n</table>\n</div><p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-Advanced-Databoard-Parameters.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>Take note of the index numbers for the parameters you defined. You will use these index numbers as variable names for the SQL script of your databoard.</p>\n<blockquote>\n<p><strong>NOTE:</strong> You will also use these index numbers later when you extract the data that each parameter has.</p>\n</blockquote>\n</li>\n<li><p>To define a SQL script for your databoard, enter the following SQL statement on the Script tab of the <strong>Databoard</strong> grid using the parameters you added to filter the data:</p>\n<pre><code>declare @resourceId int = (select top 1 Ress.RessID from Ress where RessNavn like @1)  \n<br />if @resourceId is null\nbegin\n;throw 70000, 'User not found', 1  \nend<br />  \nselect Task.TaskId, Task.TName from Task  \ninner join TaskRes on TaskRes.TaskId = Task.TaskId  \nwhere TaskRes.ResId = @resourceId  \nand Task.StartDate between @2 and @3  \n</code></pre>  \n\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-Advanced-Databoard-Script.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>Create a databoard view of type <strong>Grid</strong> for the databoard you created.</p>\n</li>\n<li><p>In the Grid view of your databoard, verify that you have a number of results displayed. </p>\n</li>\n<li><p>On the Access settings tab, give your API users access to the databoard.  </p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-Databoard-Access.png\" alt=\"alt text\" /></p>\n<blockquote>\n<p><strong>NOTE</strong>: Whether or not you select the <strong>Active</strong> check box for your databoard, as long as API users have access to it, they can extract its data using the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a>.</p>\n</blockquote>\n</li>\n</ol>\n<h4 id=\"3-extract-data-from-an-advanced-databoard-through-the-get-databoarddatarequest-api-endpoint-using-parameters\">#3: <a href=\"#bdf8de7c-d1e4-4af0-a249-2563eeb11eb1\">Extract data from an advanced databoard through the GET DataboardDataRequest API endpoint using parameters.</a></h4>\n<ol>\n<li><p>In <a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a>, create a POST request using the <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\"><strong>GET DataboardDataRequest</strong></a> API endpoint.</p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-POST-DataboardDataRequest.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>Override the API endpoint with the key/value pair of <code>X-HTTP-METHOD-OVERRIDE / GET</code> as a <strong>Request Header</strong> parameter.</p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-X-HTTP-METHOD-OVERRIDE-Request-Header.png\" alt=\"alt text\" /></p>\n</li>\n<li><p>Send the request with the following <strong>Request Body</strong> in JSON format: </p>\n<blockquote>\n<p><strong>NOTE:</strong> Date and time stamps follow the ISO 8601 standard and use Zulu time. </p>\n</blockquote>\n<pre><code>{\n\"DataboardId\": 10004,  \n\"Parameters\": {\"1\":\"Bob Bobson\", \"2\":\"2018-05-01T00:00:00.000z\",  \n\"3\":\"2019-03-01T00:00:00.000z\"}  \n}\n</code></pre> \n<p>Your request returns the following <strong>Response Body</strong> in JSON format:</p>\n<p> <img src=\"https://raw.githubusercontent.com/Workbook/Documentation/master/WB-API/images/SS-WBAPI-Advanced-Databoard-Response-Body.png\" alt=\"alt text\" /></p>\n</li>\n</ol>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#4c057770-5b0a-4210-b6fa-16e7ab1d94ef\">Creating Databoards and Requesting Data</a>  </li>\n<li><a href=\"#d0e90355-2df5-4742-b952-b8b321ed187b\">LEARNING AID: Creating a Simple Databoard and Extracting its Data</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8a626f60-6903-4fe8-9889-0c8b370e9ee4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9fd0d7f8-36b3-4d95-adfa-f2fb76b7eafc"}}],"_postman_id":"8d244030-e630-4320-9e0f-e0ff7d57194c"}],"id":"b4be2f01-833f-467c-90b3-6bcf597dad96","description":"<p>This guide describes the three-step process for extracting data from databoards: the provision of necessary access rights, the creation of databoards, and the subsequent call to these databoards using the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a>.</p>\n<blockquote>\n<p><strong>NOTE:</strong> The examples provided in this guide use <a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a> to illustrate how to extract data using the <a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">WorkBook RESTful API</a>.</p>\n</blockquote>\n<h2 id=\"prerequisites\">Prerequisites</h2>\n<ul>\n<li>General knowledge of WorkBook databoards. For information, refer to the following KB articles on the Deltek Support Center:<ul>\n<li><a href=\"https://deltek.custhelp.com/app/answers/detail/a_id/95478\">Databoard - Parameters and script</a></li>\n<li><a href=\"https://deltek.custhelp.com/app/answers/detail/a_id/95480\">Databoard: How to create a dashboard?</a></li>\n</ul>\n</li>\n<li>Knowledge about how WorkBook RESTful API <a href=\"#2fa83a78-2e3d-454b-be31-47e6302a0fb0\">authentication</a> and <a href=\"#0e71b779-0be7-4f41-8317-de338b43ebb1\">access roles</a> work.</li>\n<li>WorkBook user that can grant access rights to an API user's access role.</li>\n<li>API user access rights.</li>\n<li>Full access to <strong>Settings » Advanced tools » Databoards</strong>.</li>\n<li>Relevant programming experience given that WorkBook databoards enable you to extract data, similar to how you do it using a SQL connection.</li>\n</ul>\n<h2 id=\"tasks\">Tasks</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Step</th>\n<th>Task</th>\n<th>See</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>From your WorkBook application, grant the required access rights to your API user's access role for the <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\">GET DataboardDataRequest</a> API endpoint of the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a>.</td>\n<td><a href=\"#e3bc37fc-8ed7-4da8-a486-ecdc9034fc29\">Grant Access to an API Endpoint</a></td>\n</tr>\n<tr>\n<td>2</td>\n<td>In <strong>Settings » Advanced tools » Databoards</strong> of your WorkBook application, create a simple or advanced databoard from which to extract your data using the <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\">GET DataboardDataRequest</a> API endpoint and give your API user access to the databoard.</td>\n<td><a href=\"#fcf4e8df-f8e9-487e-99f0-2d056bdffe6f\">Create a Databoard</a></td>\n</tr>\n<tr>\n<td>3</td>\n<td>Using <a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a>, send a request to the <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\">GET DataboardDataRequest</a> API endpoint of the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a> in order to extract data from the simple or advanced databoard you created.</td>\n<td><a href=\"#bdf8de7c-d1e4-4af0-a249-2563eeb11eb1\">Extract Data from a Databoard through an API Endpoint</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"learning-aids\">Learning Aids</h2>\n<ul>\n<li><a href=\"#d0e90355-2df5-4742-b952-b8b321ed187b\">Creating a Simple Databoard and Extracting its Data</a>  </li>\n<li><a href=\"#b1fe9b34-1d35-4efd-b16c-23e485b86588\">Creating an Advanced Databoard and Extracting its Data</a></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#7d747b64-272a-4283-8f57-e9279199e582\">Guides</a>  </li>\n<li><a href=\"#2d264670-6d74-4554-8b10-544e1e1816df\">Using the Guides</a>  </li>\n<li><a href=\"#e87d23a8-511a-4740-ba36-6680170273cf\">Getting Help</a>  </li>\n<li><a href=\"#1ee253ab-0c36-470f-b3b1-9808d90376b7\">Getting Started</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8cd73f22-7446-4e97-a77e-f2edb3a816de"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ce8c0bf4-95cd-41f2-8b5b-f35cc6dce918"}}],"_postman_id":"b4be2f01-833f-467c-90b3-6bcf597dad96"}],"id":"b9ebe087-f6d0-43df-9269-1abacfc6284e","description":"<blockquote>\n<p><strong>IMPORTANT:</strong> To maximize your use of all the guides that are available for your consumption, you must understand the format and different conventions used in these guides. For information, see <a href=\"#e87d23a8-511a-4740-ba36-6680170273cf\">Using the Guides</a>.  </p>\n</blockquote>\n<p>The documentation for the Deltek WorkBook REST Service offers guides that will help you take advantage of the most common use cases for integrating with WorkBook.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Guide</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e87d23a8-511a-4740-ba36-6680170273cf\">Getting Help</a></td>\n<td>This guide provides help information on how you can get further support and assistance when working with the Deltek WorkBook REST Service.</td>\n</tr>\n<tr>\n<td><a href=\"#1ee253ab-0c36-470f-b3b1-9808d90376b7\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service. <br /><br />You can quickly get started by getting authenticated through the <a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a> and successfully sending your first request.</td>\n</tr>\n<tr>\n<td><a href=\"#4c057770-5b0a-4210-b6fa-16e7ab1d94ef\">Creating Databoards and Extracting their Data</a></td>\n<td>This guide describes the three-step process for extracting data from databoards. <br /><br />Databoards support querying data such as extraction of static data and filtering the extracted data through the use of parameters. You can then send requests to extract data from each databoard created in the WorkBook application through the <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#intro\">Introduction</a>  </li>\n<li><a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">API Overview</a>  </li>\n<li><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a>  </li>\n<li><a href=\"#785e81ec-aa0a-4e88-a1b8-3c2a86510678\">Other Developer Resources</a>  </li>\n<li><a href=\"#b910a732-d74f-4696-9ecb-83b27a9c597f\">Support</a>  </li>\n<li><a href=\"#3a90cd43-7e25-4bf0-a887-32f636292ab7\">Terms of Use</a>  </li>\n<li><a href=\"#85706cbc-c9e1-4fb1-bd41-e28cbd686b7f\">Change Log</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"63956423-5051-4063-a535-71650fe0341e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"991f1c15-24d4-4174-9882-e886cffd6798"}}],"_postman_id":"b9ebe087-f6d0-43df-9269-1abacfc6284e"},{"name":"API Reference","item":[{"name":"Using the API Reference","item":[],"id":"4d7375f3-37d1-437c-84c5-b341ad2b9202","description":"<p>This guide describes the <a href=\"#api-reference-terminology\">terminologies</a>, <a href=\"#api-reference-standard-format-structure\">standard format (structure)</a>, and different <a href=\"#api-reference-conventions\">conventions</a> used to document the reference information for the WorkBook RESTful API.</p>\n<h2 id=\"api-reference-terminology\">API Reference Terminology</h2>\n<p>The following table defines the general terminologies used in an API reference.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Term</th>\n<th>Definition</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>API</td>\n<td>An API Reference topic that describes a collection of API endpoints (or methods) that are logically grouped together based on a given function such as <a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a> and <a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a>.</td>\n</tr>\n<tr>\n<td>API Endpoint</td>\n<td>An API Reference topic that describes the use of a particular endpoint, its URL and parameters, and example requests and responses such as <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\">GET DataboardDataRequest</a>.</td>\n</tr>\n<tr>\n<td>API Reference</td>\n<td>A reference topic that contains information about resource models, APIs, or API endpoints.</td>\n</tr>\n<tr>\n<td>Endpoint</td>\n<td>A touchpoint that comes with a web address (URL) and is used to make an API request in order to access the resources of a particular service.</td>\n</tr>\n<tr>\n<td>Field</td>\n<td>An attribute of a resource (or object).</td>\n</tr>\n<tr>\n<td>Method</td>\n<td>See Endpoint.</td>\n</tr>\n<tr>\n<td>Object</td>\n<td>See Resource.</td>\n</tr>\n<tr>\n<td>Parameter</td>\n<td>A variable that is passed along with an endpoint affecting the response. A parameter can be of type header, path, query, or request body.</td>\n</tr>\n<tr>\n<td>Reference</td>\n<td>A piece of information that is provided in support of the performance of a task for a given use case (or workflow).</td>\n</tr>\n<tr>\n<td>Request</td>\n<td>See Endpoint.</td>\n</tr>\n<tr>\n<td>Resource</td>\n<td>An object that has a type, a set of fields and requests, and other related resources.</td>\n</tr>\n<tr>\n<td>Resource Model</td>\n<td>An API Reference topic that defines the fields and requests for each resource (or object) within the Deltek WorkBook REST Service such as <a href=\"#4516d62e-793d-49a6-89b0-4671b7678bdd\">Object (Databoard)</a>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"api-reference-standard-format-structure\">API Reference Standard Format (Structure)</h2>\n<p>The following tables describe the structure of a <a href=\"#resource-model\">resource model</a>, an <a href=\"#api\">API</a>, and an <a href=\"#api-endpoint\">API endpoint</a> as well as which sections are required or not.</p>\n<h3 id=\"resource-model\">Resource Model</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Section</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Short Description</td>\n<td>Yes</td>\n<td>Provides introductory and contextual information about a resource (or object).</td>\n</tr>\n<tr>\n<td>Fields</td>\n<td>Yes</td>\n<td>Lists all attributes of a resource (or object).  <br />  <br />For information about conventions used for fields, see <a href=\"#field-or-parameter-names\">Conventions Used for Field or Parameter Names</a>.</td>\n</tr>\n<tr>\n<td>Other Resources Using this Resource</td>\n<td>Yes</td>\n<td>Lists all other resources related to (or using) the resource.  <br />  <br />For information about conventions used for resources, see <a href=\"#resource-names\">Conventions Used for Resource Names</a>.</td>\n</tr>\n<tr>\n<td>Requests that Use this Resource</td>\n<td>Yes</td>\n<td>Lists all requests that use the resource.  <br />  <br />For information about conventions used for requests, see <a href=\"#request-names\">Conventions Used for Request Names</a>.</td>\n</tr>\n<tr>\n<td>Related Links</td>\n<td>Yes</td>\n<td>Lists all related topics needed to help understand the API reference in order of precedence.  <br />  <br />For information about conventions used for the order of precedence for related links, see <a href=\"#order-of-precedence-for-related-links-in-api-reference\">Conventions Used for the Order of Precedence for Related Links in API Reference</a></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"api\">API</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Section</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Short Description</td>\n<td>Yes</td>\n<td>Provides introductory and contextual information about an API.</td>\n</tr>\n<tr>\n<td>Resources</td>\n<td>Yes</td>\n<td>Lists all resource (or object) models for the API.  <br />  <br />For information about conventions used for resources, see <a href=\"#resource-names\">Conventions Used for Resource Names</a>.</td>\n</tr>\n<tr>\n<td>Methods</td>\n<td>Yes</td>\n<td>Lists all methods (or requests) for the API.  <br />  <br />For information about conventions used for methods, see <a href=\"#request-names\">Conventions Used for Request Names</a>.</td>\n</tr>\n<tr>\n<td>Guides</td>\n<td>Yes</td>\n<td>Lists all guides for the API.</td>\n</tr>\n<tr>\n<td>Related Links</td>\n<td>Yes</td>\n<td>Lists all related topics needed to help understand the API reference in order of precedence.  <br />  <br />For information about conventions used for the order of precedence for related links, see <a href=\"#order-of-precedence-for-related-links-in-api-reference\">Conventions Used for the Order of Precedence for Related Links in API Reference</a></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"api-endpoint\">API Endpoint</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Section</th>\n<th>Required?</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Short Description</td>\n<td>Yes</td>\n<td>Provides introductory and contextual information about an API endpoint.</td>\n</tr>\n<tr>\n<td>API</td>\n<td>Yes</td>\n<td>Specifies the API name to which the API endpoint belongs.</td>\n</tr>\n<tr>\n<td>Requires Authentication</td>\n<td>Yes</td>\n<td>Specifies the authentication requirement for the API endpoint in terms of <a href=\"#0e71b779-0be7-4f41-8317-de338b43ebb1\">access role</a> levels.</td>\n</tr>\n<tr>\n<td>Returns</td>\n<td>Yes</td>\n<td>Specifies the resource (or object) returned by the API endpoint.  <br />  <br />For information about conventions used for resources, see <a href=\"#resource-names\">Conventions Used for Resource Names</a>.</td>\n</tr>\n<tr>\n<td>Batch?</td>\n<td>Yes</td>\n<td>Indicates whether or not the API endpoint is optimized to handle requests in <a href=\"#1c740137-6dcf-4627-9881-4e04b6f68b7a\">batch mode</a>.</td>\n</tr>\n<tr>\n<td>Headers</td>\n<td>Yes</td>\n<td>Lists all header parameters for the API endpoint.  <br />  <br />For information about conventions used for header parameters, see <a href=\"#field-or-parameter-names\">Conventions Used for Field or Parameter Names</a> and <a href=\"#optional-parameters-for-api-endpoints\">Conventions Used for Optional Parameters for API Endpoints</a>.</td>\n</tr>\n<tr>\n<td>Params</td>\n<td>No</td>\n<td>Lists all query parameters for the API endpoint.  <br />  <br />For information about conventions used for query parameters, see <a href=\"#field-or-parameter-names\">Conventions Used for Field or Parameter Names</a>, <a href=\"#optional-parameters-for-api-endpoints\">Conventions Used for Optional Parameters for API Endpoints</a>, and <a href=\"#parameter-data-types\">Conventions Used for Parameter Data Types</a>.</td>\n</tr>\n<tr>\n<td>Path Variables</td>\n<td>No</td>\n<td>Lists all path parameters for the API endpoint.  <br />  <br />For information about conventions used for path variables, see <a href=\"#field-or-parameter-names\">Conventions Used for Field or Parameter Names</a>, <a href=\"#parameter-data-types\">Conventions Used for Parameter Data Types</a>, and <a href=\"#path-parameter-variables-in-postman\">Conventions Used for Path Parameter Variables in Postman</a>.</td>\n</tr>\n<tr>\n<td>Body</td>\n<td>No</td>\n<td>Lists all request body parameters for the API endpoint.</td>\n</tr>\n<tr>\n<td>Example Request</td>\n<td>No</td>\n<td>Illustrates a sample request to the API endpoint.</td>\n</tr>\n<tr>\n<td>Example Response</td>\n<td>No</td>\n<td>Illustrates a sample response from the API endpoint.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"api-reference-conventions\">API Reference Conventions</h2>\n<p>The following sections describe the different naming conventions used for specific parts of an API reference such as <a href=\"#resource-names\">resource names</a>, <a href=\"#request-names\">request names</a>, <a href=\"#field-or-parameter-names\">field or parameter names</a>, <a href=\"#optional-parameters-for-api-endpoints\">optional parameters for API endpoints</a>, <a href=\"#parameter-data-types\">parameter data types</a>, <a href=\"#path-parameter-variables-in-postman\">path parameter variables in Postman</a>, and <a href=\"#order-of-precedence-for-related-links-in-api-reference\">order of precedence for related links in API reference</a>.</p>\n<h3 id=\"resource-names\">Resource Names</h3>\n<p>If a resource name exceeds two concatenated words, a forced break will be made after the second word and every other two words to have the name continue in a second line or third. This way the automatic table generation will be spaced out evenly for better readability.</p>\n<p>In addition, there are resources marked with an asterisk (*) at the end of their names to indicate that it's exactly how they are spelled within the code.</p>\n<h3 id=\"request-names\">Request Names</h3>\n<p>If a request name exceeds two concatenated words, a forced break will be made after the second word and every other two words to have the name continue in a second line or third. This way the automatic table generation will be spaced out evenly for better readability.</p>\n<p>In addition, there are requests marked with an asterisk (*) at the end of their names to indicate that it's exactly how they are spelled within the code.</p>\n<h3 id=\"field-or-parameter-names\">Field or Parameter Names</h3>\n<p>If a field or parameter name exceeds two concatenated words, a forced break will be made after the second word and every other two words to have the name continue in a second line or third. This way the automatic table generation will be spaced out evenly for better readability.</p>\n<p>In addition, there are fields or parameters marked with an asterisk (*) at the end of their names to indicate that it's exactly how they are spelled within the code.</p>\n<h3 id=\"optional-parameters-for-api-endpoints\">Optional Parameters for API Endpoints</h3>\n<p>The optional parameters for an API endpoint such as header parameters, query parameters, and request body parameters (in <strong>form data</strong>) are grayed out when displayed.</p>\n<h3 id=\"parameter-data-types\">Parameter Data Types</h3>\n<p>The nomenclature used for parameter data types in this API reference conforms with the <a href=\"https://swagger.io/specification/v2/\">OpenAPI Specification version 2.0</a>. If a parameter is of primitive data type, the optional modifier property <strong>format</strong> is enclosed in parentheses and included in the description for the parameter. For example, the <a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\">GET DataboardDataRequest</a> API endpoint has the <strong>DataboardId</strong> path parameter. The parameter is of type <strong>integer</strong> and formatted as <strong>(int32)</strong>.</p>\n<h3 id=\"path-parameter-variables-in-postman\">Path Parameter Variables in Postman</h3>\n<p>Path parameters precede any query parameters in the URL of an API endpoint. When displayed in the URL, the variable names for path parameters are prefixed with a colon (:) such as <code>:DataboardId</code>.</p>\n<h3 id=\"order-of-precedence-for-related-links-in-api-reference\">Order of Precedence for Related Links in API Reference</h3>\n<p>The order of precedence for listing down related topics needed to help understand an API reference is as follows:</p>\n<ol>\n<li><p>Parent topic.</p>\n</li>\n<li><p>Sibling topics, if any.</p>\n</li>\n<li><p>Guide or task topics, if not yet mentioned in one of the sections of an API reference.</p>\n</li>\n</ol>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b64914ef-4329-4d7f-adb4-5a4eb290eaa3"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ebb04ada-5e20-4d28-826b-3e4dfce4c05d"}}],"_postman_id":"4d7375f3-37d1-437c-84c5-b341ad2b9202"},{"name":"Resource Models","item":[{"name":"AccountGroup","item":[],"id":"c37a9f75-1470-416c-aeec-ef9ac719d026","description":"<p>Represents an account group object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the account group.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>AccountGroup<br />Code<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The code of the account group.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em><br />The title of the account group.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DebtorAccount<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated debtor account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>CreditorAccount<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated creditor account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>TemporaryId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated temporary identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCode</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated external code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RevenueAccount<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated revenue account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>FinancialPartner</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a2fa76fd-cb50-4447-a1ce-1bab73739e1d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9806972c-6639-4e53-977d-511c27016d11"}}],"_postman_id":"c37a9f75-1470-416c-aeec-ef9ac719d026"},{"name":"AccountReceiveableOrPayableVAT*","item":[],"id":"d1a70325-fb4c-49fd-9e3f-d451f7696eec","description":"<p>Represents an accounts receivable or payable VAT object.</p>\n<p><em>* See <strong>Resource Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the VAT used for accounts receivable or payable.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>VATCode</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated VAT code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VATName</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated VAT name.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCode</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated external code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated external type.</td>\n<td>wbEnum 520</td>\n</tr>\n<tr>\n<td>Debtor</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is for a debtor.<br />If true, the VAT used is for a debtor. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Creditor</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is for a creditor.<br />If true, the VAT used is for a creditor. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VendorInvoice<br />VatLine*<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is a VAT line for a vendor invoice.<br />If true, the VAT used is for a vendor invoice VAT line. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ManualCorrection<br />Code<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the code is for manual correction.<br />If true, the code is for manual correction. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#197ede17-d788-4cf2-96f8-d0ff8472e98e\">Bank</a>  </li>\n<li>Company  </li>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li>FinancialPartner  </li>\n<li><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  </li>\n<li><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7c6a4d20-9ef6-4444-a7cf-c63c4e0a2ea6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c2227b8f-4fa1-4d0a-a681-7ff0109f5833"}}],"_postman_id":"d1a70325-fb4c-49fd-9e3f-d451f7696eec"},{"name":"Activity","item":[],"id":"9b065942-092a-4df2-818e-6d594634171d","description":"<p>Represents an activity object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the activity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityText</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The text description of the activity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityShort  <br />Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The short name of the activity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PhaseId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated phase.</td>\n<td><a href=\"#bf12a68c-e3f9-41b1-be28-f8d848eca7fa\">ActivityPhase</a></td>\n</tr>\n<tr>\n<td>MaterialSale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated material sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VAT</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not VAT is enabled.  <br />If true, the VAT for the activity is enabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowTime  <br />Registration</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows time registration.  <br />If true, the activity allows time registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowExpense  <br />Registration</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows expense registration.  <br />If true, the activity allows expense registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowMaterial  <br />Registration</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows material registration.  <br />If true, the activity allows material registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowMileage  <br />Registration</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows mileage registration.  <br />If true, the activity allows mileage registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is active.  <br />If true, the activity is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdated  <br />ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>AllowInvoice  <br />OnAccount</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows invoice on account.  <br />If true, the activity allows invoice on account. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeRegistration  <br />CostMethod</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The cost method used for time registration.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TravelTime</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it includes travel time.  <br />If true, the activity includes travel time. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalReference</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated external reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeRegistration  <br />IsBillable</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its time registration is billable.  <br />If true, the time registration for the activity is billable. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenseJustification<br />TemplateId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The of the expense justification template.</td>\n<td><a href=\"#\">ExpenseEntryJustificationTemplate</a></td>\n</tr>\n<tr>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><p><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></p>\n</li>\n<li><p><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></p>\n</li>\n<li><p><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a></p>\n</li>\n<li><p>Employee</p>\n</li>\n<li><p>ExpendituresPurchasesAll</p>\n</li>\n<li><p><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></p>\n</li>\n<li><p><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a></p>\n</li>\n<li><p><a href=\"#4f323c95-e2f3-4bbd-abad-062d22388f77\">ExpenseEntryMerchantCategoryCode</a></p>\n</li>\n<li><p>FinancialPartner</p>\n</li>\n<li><p><a href=\"#56fa3608-4e09-4030-87e1-1a66406652e3\">MaterialTypedDTO*</a></p>\n</li>\n<li><p><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></p>\n</li>\n<li><p><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a></p>\n</li>\n<li><p><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></p>\n</li>\n<li><p><a href=\"#67aa5dee-d2f7-4cdf-a3d6-7849ea493354\">PurchaseOrderDetail</a></p>\n</li>\n<li><p>Resource</p>\n</li>\n<li><p><a href=\"#3ca3516d-dc33-4585-9504-c2d865ac3552\">SubsistenceAllowance</a></p>\n</li>\n<li><p><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></p>\n</li>\n<li><p><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a></p>\n</li>\n<li><p><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></p>\n</li>\n<li><p><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></p>\n</li>\n</ul>\n<p><em>* See</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"39bdcb1d-f96a-4fb3-a170-8655eb7aa0b1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b612aa71-727b-42e0-9507-fc1ce34f1a81"}}],"_postman_id":"9b065942-092a-4df2-818e-6d594634171d"},{"name":"ActivityPhase","item":[],"id":"eec048fd-0eee-471b-9de2-7b55960ecf2b","description":"<p>Represents an activity phase object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the activity phase.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the activity phase.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em><br />The description of the activity phase.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AutoAdd</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is automatically added.<br />If true, the activity phase is added automatically. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b00e3d9b-cd7d-4213-85bf-c0686ad73377"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"277da164-d00c-496d-be2a-82bc134ecc1b"}}],"_postman_id":"eec048fd-0eee-471b-9de2-7b55960ecf2b"},{"name":"ActivityVAT","item":[],"id":"49547fd8-e741-4e77-bf78-353b639c6643","description":"<p>Represents an activity VAT object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the activity VAT.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>VATCode</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated VAT code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VATName</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated VAT name.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ManualCorrection<br />Code<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the code is for manual correction.<br />If true, the code is for manual correction. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Company  </li>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"adac8f13-5af2-4d09-8dcb-46e017139f3c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"427dcad7-f3ad-43ac-be3a-4602590f00fb"}}],"_postman_id":"49547fd8-e741-4e77-bf78-353b639c6643"},{"name":"ApplicationAccessRole","item":[],"id":"15c3d06c-a121-4c08-9154-47e0ee18b119","description":"<p>Represents an application access role object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the application access role.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the application access role.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceType</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The type of the associated resource.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UserType</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The type of the associated user.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Default</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is the default.<br />If true, the application access role is the default. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AutoAdd<br />NewPages<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the automatic adding of new pages is allowed.<br />If true, adding new pages automatically is allowed. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>API*</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the application access role is for the API.<br />If true, the application access role is for the API. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Resource</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#ca804a18-3b08-4338-a079-d9d149defc42\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c69934d6-ffe6-4bd7-8738-7b5c1b445b45"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e9605c12-97da-457a-b185-fc85c38d78eb"}}],"_postman_id":"15c3d06c-a121-4c08-9154-47e0ee18b119"},{"name":"Bank","item":[],"id":"6e1e41f7-6092-45cc-9866-0f344ad1d8ea","description":"<p>Represents a bank object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the bank.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>BankCode<br />Short<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The short form code of the bank.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em><br />The title of the bank.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>RegistrationNumber</td>\n<td>string</td>\n<td><em>Optional</em><br />The associated registration number.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>string</td>\n<td><em>Optional.</em><br />The number of the associated account.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SwiftBIC</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated Society for Worldwide Interbank Financial Telecommunication (SWIFT) number or bank identifier code (BIC).<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IBAN</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated international bank account number (IBAN).<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BankCode</td>\n<td>string</td>\n<td><em>Optional.</em><br />The code of the bank.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UseAs<br />Creditor<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it can be used as a creditor.<br />If true, the bank can be used as a creditor. Otherwise, it cannot.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountReceivable<br />PayableVat<br />Id*</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated VAT used for accounts receivable or payable.</td>\n<td><a href=\"#97f02ae3-6b62-408b-bbe7-e52aeaddebf8\">AccountReceiveableOrPayableVAT*</a></td>\n</tr>\n<tr>\n<td>BankName<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated bank name.</td>\n<td>BankName</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>BankStatement<br />Number<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The most recent number of the associated bank statement used in bank reconciliation.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the bank is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReconciliationDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the bank reconciliation occurs.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReconciliationAmount</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The amount for the bank reconciliation.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReconciliationDiff</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The difference from the bank reconciliation.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UseReconsiliation*</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the bank can be used for bank reconciliation.<br />If true, it can be used for bank reconciliation. Otherwise, it cannot.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ABRImport<br />Format<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The format of the associated automatic bank reconciliation (ABR) import.</td>\n<td>FinanceJournalFileImportSpecification</td>\n</tr>\n<tr>\n<td>FromDate<br />Offset<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated from-date offset.<br />This specifies the number of days a transaction can deviate into the past for automatic matching in bank reconciliation.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ToDate<br />Offset<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated to-date offset.<br />This specifies the number of days a transaction can deviate into the future for automatic matching in bank reconciliation.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BankReference<br />Id<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The identifier of the associated bank reference.<br />This is used to populate certain fields in the payment file for some creditor payment proposal methods.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SortDirection</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated sorting order.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> and <strong>Resource Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#118477af-541a-414f-a1ad-0c34f32e639e\">FinanceJournalHeader</a>  </li>\n<li><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a>  </li>\n<li>PayMode</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e740bd06-4943-4fbf-ae94-eacf504e7ad1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8a85fb35-47c3-453a-b47b-4afea6e5e15c"}}],"_postman_id":"6e1e41f7-6092-45cc-9866-0f344ad1d8ea"},{"name":"CalendarImportVisualizationSetting","item":[],"id":"e7815b21-b8fd-4996-88c6-b659bda47764","description":"<p>Represents a visualization object for a calendar import setting.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the visualization for the calendar import setting.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DomainLogin</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated domain login.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Username</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated username.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Password</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated user password.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastSync</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last sync made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated import type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SyncAction</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated sync action.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PhaseNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated phase.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastSync  <br />Successful</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the last sync made is successful.  <br />If true, the last sync made is successful. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ServerURL</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated server web address.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ServerVersion</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated server version.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportAbsence</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not there is import absence.  <br />If true, there is import absence. Otherwise, there is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeZone  <br />Offset</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated timezone offset.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FailedLogin  <br />Attemps?</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated failed login attempts.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GoogleCalendar  <br />RefreshToken</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated Google calendar refresh tokens.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the calendar import setting is active.  <br />If true, the calendar import setting is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TypeId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int16)  <br />The associated type identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GoogleCalendar  <br />Token</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it uses the Google calendar token.  <br />If true, it uses the Google calendar token. Otherwise, does is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AzureCalendar  <br />RefreshToken</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated Azure calendar refresh tokens.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AzureCalendar  <br />Token</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it uses the Azure calendar token.  <br />If true, it uses the Azure calendar token. Otherwise, does is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AzureCalendar  <br />TokenUpdate  <br />Date</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp of the Azure Calendar token update.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AzureAuthentication  <br />Invalidated</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the Azure authententication is invalid.  <br />If true, the Azure authententication is invalid. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GoogleAccount  <br />Email</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated Google account email.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AzureAccount  <br />Email</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated Azure account email.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GoogleReady</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not a user can connect with the oauth Google account email.  <br />If true, a user can connect with the oauth Google account email. Otherwise, a user cannot.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AzureReady</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not a user can connect with the oauth Google account email.  <br />If true, a user can connect with the oauth Azure account email. Otherwise, a user cannot.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OldAzure  <br />SignedIn</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not a user is already signed in in 13.3 before upgrading to 13.4 through the Azure account.  <br />If true, a user is already signed into 13.3 before upgrading to 13.4 . Otherwise, a user is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OldGoogle  <br />SignedIn</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not a user is already signed in in 13.3 before upgrading to 13.4 through the Google account.  <br />If true, a user is already signed into 13.3 before upgrading to 13.4 . Otherwise, a user is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#dd9f7abf-bd5f-4372-bd66-bc122ea18c57\">Resource Models</a></li>\n</ul>\n","_postman_id":"e7815b21-b8fd-4996-88c6-b659bda47764"},{"name":"CapacityUsed","item":[],"id":"2aa2ad2e-864a-46b4-8faf-2e57f5b6f833","description":"<p>Represents the usage capacity on a specific date by a task for a given resource.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the usage capacity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated task resource reference.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>DayDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp from when hours are used.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HoursUsed</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The estimated amount of used hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartTime  <br />Fixed</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the fixed start time.  <br /><strong>NOTE:</strong> If above zero, the capacity used is marked as fixed in time.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskRecurrence  <br />BookingId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the task recurrence booking.</td>\n<td>TaskRecurrenceBooking</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#3e7436bb-557b-45ca-92b5-9c9bfb6f1147\">GET CapacityUsedRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#d4679196-238b-46e6-8a3b-3387f7af3e8e\">GET CapacitiesUsedReferenceRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#06f1a517-b030-434c-b283-f472d3551bb0\">GET CapacitiesUsedResourceRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#0bb3c6d0-5f0a-4130-a7d9-0dc45626b050\">PUT CapacityUsedNewBookingRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#f816b4a0-17c5-46eb-8c81-6a859e2bb472\">PATCH CapacityUsedPatchRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#c40e6092-94d6-4bfa-a6bb-68eb92d0b08a\">POST CapacityUsedCloneBookingRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#90aa0844-6206-4c67-9158-f9ba063690d9\">POST CapacityUsedMoveBookingRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#664753ee-c21d-4fa5-8e7b-4812e6cfa41c\">POST CapacityUsedMultiDayRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#d2a3c0c7-87cd-4d1a-93c5-814b1d446e47\">DEL CapacityUsedDeleteBookingRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#7aeea34a-8351-4c3b-a583-e182b268111d\">Resource Models</a></li>\n</ul>\n","_postman_id":"2aa2ad2e-864a-46b4-8faf-2e57f5b6f833"},{"name":"CapacityVisualization","item":[],"id":"79fb650d-68a0-448b-9023-93243744edc8","description":"<p>Represents the visualization object for a given capacity.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ReferenceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated resource reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the capacity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>DayDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp from when hours are used.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp until when hours are used.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Capacity</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The amount of capacity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CapacityCurrent</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of current capacity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AvailableCapacity</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of available capacity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HoursUsed</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The amount of used hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HoursBooked  <br />Current</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The current amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalHours  <br />Booked</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The total amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalHours  <br />BookedCurrent</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total current amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalApproved  <br />HoursBooked</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The total amount of approved booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalApproved  <br />HoursBooked  <br />Current</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total current amount of approved booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HoursNormal</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The amount of normal hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HoursIdeal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of ideal hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HoursFlex</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of flex hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BookingLevel</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated booking level.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DayType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated day type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HoursHoliday</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of holiday hours.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#d88596ad-09d1-4c59-92e0-15ec18c7dd02\">POST CapacityVisualizationMultiRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#7aeea34a-8351-4c3b-a583-e182b268111d\">Resource Models</a></li>\n</ul>\n","_postman_id":"79fb650d-68a0-448b-9023-93243744edc8"},{"name":"CompanyActivity","item":[],"id":"e2bc0c69-e92d-4d2f-af90-e1bbd26388c7","description":"<p>Represents a company activity object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the company activity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the company.</td>\n<td><a href=\"#\">Company</a></td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the activity.</td>\n<td><a href=\"#\">Activity</a></td>\n</tr>\n<tr>\n<td>TimeCost</td>\n<td>number</td>\n<td><em>Optional.</em> (decimal)  <br />The time cost of the associated company activity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialSale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated material sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VAT</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not VAT is enabled.  <br />If true, the VAT for the activity is enabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowTime  <br />Registration</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it allows time registration.  <br />If true, the activity allows time registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowExpense  <br />Registration</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it allows expense registration.  <br />If true, the activity allows expense registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowPersonal  <br />ExpenseRegistration</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it allows personal expense registration.  <br />If true, the activity allows personal expense registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowMaterial  <br />Registration</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it allows material registration.  <br />If true, the activity allows material registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowMileage  <br />Registration</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it allows mileage registration.  <br />If true, the activity allows mileage registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IsActive</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it is active.  <br />If true, the activity is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceOn  <br />AccountEnabled</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it the invoice on account is enabled.  <br />If true, the invoice on account is enabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeRegistration  <br />CostMethod</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The cost method used for time registration.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TravelTime</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it includes travel time.  <br />If true, the activity includes travel time. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalReference</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated external reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeRegistration  <br />IsBillable</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not its time registration is billable.  <br />If true, the time registration for the activity is billable. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RevenueAccount  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated revenue account.</td>\n<td><a href=\"#\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>ChargeableJob  <br />AccountId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the chargeable job account.</td>\n<td><a href=\"#\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>NonChargeable  <br />JobAccount  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the non chargeable job account.</td>\n<td><a href=\"#\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>VatId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the vat.</td>\n<td><a href=\"#\">ActivityVAT</a></td>\n</tr>\n<tr>\n<td>GoodsOr  <br />ServicesDefault</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The default goods or services.</td>\n<td>wbEnum 572</td>\n</tr>\n<tr>\n<td>WipExternal  <br />PurchaseSale  <br />AccountId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the Wip external purchase sale account.</td>\n<td><a href=\"#\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>WipExternal  <br />PurchaseCost  <br />AccountId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the Wip external purchase cost account.</td>\n<td><a href=\"#\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>PurchaseVat  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated purchase vat.</td>\n<td><a href=\"#\">ActivityVAT</a></td>\n</tr>\n<tr>\n<td>ExpenseJustification  <br />TemplateId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the expense justification template.</td>\n<td><a href=\"#\">ExpenseEntryJustificationTemplate</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"39bdcb1d-f96a-4fb3-a170-8655eb7aa0b1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b612aa71-727b-42e0-9507-fc1ce34f1a81"}}],"_postman_id":"e2bc0c69-e92d-4d2f-af90-e1bbd26388c7"},{"name":"CompanyBasicFinanceSettingsDTO","item":[],"id":"93504e7f-a518-4fd0-a774-ddef750784d1","description":"<p>Represents a company basic finance settings object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the company basic finance settings.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SecondaryChart  <br />OfAccounts  <br />Enabled</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not secondary chart of account is enabled.  <br />If true, the secondary chart of account is enabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<p>* N/A</p>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<p>* <a href=\"#a3ec46ef-b28b-4e72-b93c-779aff44ebca\">GET CompanyBasicFinanceSettingsRequest</a> <em>(returns this resource)</em><br />* <a href=\"#c577d0e3-6463-4429-8915-8bb9dcd214f4\">PATCH CompanyBasicFinanceSettingsPatchRequest</a> <em>(returns this resource)</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<p>* <a href=\"#7aeea34a-8351-4c3b-a583-e182b268111d\">Resource Models</a></p>\n","_postman_id":"93504e7f-a518-4fd0-a774-ddef750784d1"},{"name":"ConceptShareReviewChainVisualization","item":[],"id":"2fb9951b-4bb1-4a13-8008-302241e95ce7","description":"<p>Represents a visualization object for a ConceptShare review chain.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the ConceptShare review chain.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The title of the ConceptShare review chain.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartRule</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The start rule of the ConceptShare review chain.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompletionRule</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The completion rule of the ConceptShare review chain.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The status of the ConceptShare review.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Items</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The members or list of members of the ConceptShare review.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#6e0e7614-f951-494a-8878-87ad43aad1e3\">GET ConceptShareGetReviewChainRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#7aeea34a-8351-4c3b-a583-e182b268111d\">Resource Models</a></li>\n</ul>\n","_postman_id":"2fb9951b-4bb1-4a13-8008-302241e95ce7"},{"name":"ConceptShareStatusListItemVisualization","item":[],"id":"fb528526-1850-441f-9d91-885f874269de","description":"<p>Represents a visualization object for a ConceptShare status.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the ConceptShare status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(int32)  <br />The code of the ConceptShare status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Color</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(int32)  <br />The color of the ConceptShare status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The name of the ConceptShare status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceType</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The type of the associated reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SystemStatus</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the ConceptShare update is successful or not. <br />If true, ConceptShare update is successful. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#1553822d-a0a9-4b60-bbab-ad9baa484f4b\">GET ConceptShareGetStatusListRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#7aeea34a-8351-4c3b-a583-e182b268111d\">Resource Models</a></li>\n</ul>\n","_postman_id":"fb528526-1850-441f-9d91-885f874269de"},{"name":"ConsultingCenter","item":[],"id":"db7c7140-abb9-4ab1-b1b3-a64851ddd33f","description":"<p>Represents a consulting center object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the consulting center.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the consulting center.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"af2de8ed-5d13-45d4-bfa6-17e8f4061b28"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"76afb8f9-24c8-47d6-b8da-d873692340e1"}}],"_postman_id":"db7c7140-abb9-4ab1-b1b3-a64851ddd33f"},{"name":"CostingCode","item":[],"id":"936bea79-3400-422b-bde6-a97ced5f0f87","description":"<p>Represents a costing code object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the costing code.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n<td><em>Required.</em><br />The code that can be used for integration, 500 characters at most.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated description.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the costing code is active. Otherwise, it is not.<br /><strong>NOTE:</strong> An inactive costing code will generate validation issues when used on tasks or jobs.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Level</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The level of the costing code, which must be either <strong>1</strong> or <strong>2</strong>.<br />A level <strong>1</strong> costing code may be used on jobs or tasks. If it will be used on tasks, then the <strong>AllowTaskUse</strong> field must be set to true.<br />A level <strong>2</strong> costing code must have a parent and can only be used on tasks.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ParentId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated parent costing code. This must be set for level 2 costing codes, and must be null for level 1 costing codes.</td>\n<td><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></td>\n</tr>\n<tr>\n<td>AllowTask<br />Use<br /></td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not it is allowed to be used on tasks.<br />If true, the costing code is allowed to be used on tasks. Otherwise, it is not.<br />This must be set for level 1 costing codes, and must be null for level 2 costing codes.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowTime<br />Entry<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the job or task it is used on supports making time entries.<br />If true, the job or task the costing code is used on supports making time entries. Otherwise, it does not and time entries will generate validation issues.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowVendor<br />Cost<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the job or task it is used on supports making purchase orders.<br />If true, the job or task the costing code is used on supports making purchase orders. Otherwise, it does not and purchase orders will generate validation issues.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowPersonal<br />Expense<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the job or task it is used on supports making personal expense entries.<br />If true, the job or task the costing code is used on supports making personal expense entries. Otherwise, it does not and personal expense entries will generate validation issues.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowMaterial<br />Entry<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the job or task it is used on supports making material entries.<br />If true, the job or task the costing code is used on supports making material entries. Otherwise, it does not and material entries will generate validation issues.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowMileage<br />Entry<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the job or task it is used on supports making mileage entries.<br />If true, the job or task the costing code is used on supports making mileage entries. Otherwise, it does not and mileage entries will generate validation issues.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateEmployee<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated employee who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#07941320-0ca1-48e0-bce2-060e79087cfe\">CostingCodeClientAccess</a>  </li>\n<li><a href=\"#af672fc3-23ec-40bc-bff9-954e477d31ab\">CostingCodeCompanyAccess</a>  </li>\n<li><a href=\"#b5f58e93-8ae2-4275-9dba-05ea4ce52e8e\">CostingCodeValidation</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  </li>\n<li><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a>  </li>\n<li><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#dc897c5f-714d-469e-84e9-90ae4001c051\">GET CostingCodeCodeRequest</a> <em>(returns this resource)</em>  </li>\n<li><a href=\"#56691969-ca92-4091-adfa-9201e407224f\">GET CostingCodeRequest</a> <em>(returns this resource)</em>  </li>\n<li><a href=\"#eb2ab272-44d0-4e15-82bd-1484ad1cd346\">GET CostingCodesFilterRequest</a> <em>(returns this resource)</em>  </li>\n<li><a href=\"#f9174582-a86f-470f-9071-3aa3ffde8ffa\">GET CostingCodesRequest</a> <em>(returns this resource)</em>  </li>\n<li><a href=\"#37e8a402-44de-47b0-8cc6-9135ac74807b\">GET CostingCodesTasksRequest</a> <em>(returns this resource)</em>  </li>\n<li><a href=\"#5193186b-3b32-4249-8da2-f022352b9622\">PUT CostingCodeCompanyAccessInsertRequest</a>  </li>\n<li><a href=\"#35338b02-c8af-4819-b4de-397c48a20982\">PUT CostingCodeInsertRequest</a> <em>(returns this resource)</em>  </li>\n<li><a href=\"#c1775932-087a-49bc-9005-ffb16ca7a7ec\">PATCH CostingCodePatchRequest</a> <em>(returns this resource)</em>  </li>\n<li><a href=\"#c8a98331-7607-428c-9129-f3fb4d038888\">DEL CostingCodeCompanyAccessDeleteRequest</a></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"936bea79-3400-422b-bde6-a97ced5f0f87"},{"name":"CostingCodeClientAccess","item":[],"id":"c4139ad3-79d3-47a7-9b0a-84188b815ed5","description":"<p>Represents an access link object between a costing code and a customer (or client).</p>\n<blockquote>\n<p><strong>NOTE:</strong> If the object exists, then the costing code can be accessed from the customer (or client).</p>\n</blockquote>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the access link between the costing code and the customer (or client).</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostingCode  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated costing code.</td>\n<td><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></td>\n</tr>\n<tr>\n<td>ClientId  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated customer (or client).</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#732ded35-feae-4cc6-bafc-ae592930b715\">GET CostingCodeClientAccessRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#c530d04c-b467-48d1-8fb7-c18e1dd8cafa\">PUT CostingCodesClientsAccessInsertRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"c4139ad3-79d3-47a7-9b0a-84188b815ed5"},{"name":"CostingCodeCompanyAccess","item":[],"id":"efb6e334-43f1-4b5b-96e7-8f1ece6b3ba6","description":"<p>Represents an access link object between a costing code and a company.</p>\n<blockquote>\n<p><strong>NOTE:</strong> If the object exists, then the costing code can be accessed from the company.</p>\n</blockquote>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the access link between the costing code and the company.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostingCode<br />Id<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated costing code.</td>\n<td><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></td>\n</tr>\n<tr>\n<td>CompanyId<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#3ceb7c98-18d9-40b9-a17f-fd8a9aef8e9e\">GET CostingCodeCompanyAccessRequest</a> <em>(returns this resource)</em>  </li>\n<li><a href=\"#5193186b-3b32-4249-8da2-f022352b9622\">PUT CostingCodeCompanyAccessInsertRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"efb6e334-43f1-4b5b-96e7-8f1ece6b3ba6"},{"name":"CostingCodeValidation","item":[],"id":"a079094d-8b37-45cc-90ef-6785fba3f9c1","description":"<p>Represents a costing code validation object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Type</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The type of the costing code validation.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code<br />Id<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated costing code.</td>\n<td><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></td>\n</tr>\n<tr>\n<td>ReferenceId<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated task.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#31c493cf-aa07-4752-8d26-aa2503e08c47\">GET CostingCodesValidationRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"a079094d-8b37-45cc-90ef-6785fba3f9c1"},{"name":"CountryDTO","item":[],"id":"ba994ed0-c77e-48b8-b8e8-eae45c780fea","description":"<p>Represents a country object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the country.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>string</td>\n<td><em>Required.</em><br />The code of the country.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CountryName</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the country.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Iso2Cd</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated ISO 3166 alpha-2 code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Iso3Cd</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated ISO 3166 alpha-3 code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MajorLCID</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated major language.</td>\n<td><a href=\"#bd62c946-067c-42b3-83fe-c5bf088d47ec\">LanguageDTO</a></td>\n</tr>\n<tr>\n<td>FlagImage<br />16px<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The associated 16-pixel flag image.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlagIcon<br />16px<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The associated 16-pixel flag icon.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalNum</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated external number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCd</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated external code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BuildNo</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated build number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Salestax<br />Method*<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated sales tax method.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HasState</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The total number of associated states.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HasCounty</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The total number of associated counties.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PublicNum<br />Required<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated public number required.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EuCountry</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is an EU country.<br />If true, the country is an EU country. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>BankName </li>\n<li>Company</li>\n<li><a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\">CountyDTO</a>  </li>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a></li>\n<li>FinancialPartner  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a> </li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a> </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a> </li>\n<li>Resource </li>\n<li><a href=\"#065c451e-d8c0-4002-8d99-e397dfb9d07f\">StateDTO</a></li>\n<li>SubscriptionCustomer </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"aff18297-81e2-4cb8-b83a-98b7e22cbd0d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"58006618-f2d3-4678-a96e-ba11ad51bb86"}}],"_postman_id":"ba994ed0-c77e-48b8-b8e8-eae45c780fea"},{"name":"CountyDTO","item":[],"id":"21070a2f-a90c-4618-92a0-e6be69374957","description":"<p>Represents a county object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the county.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated country.</td>\n<td><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a></td>\n</tr>\n<tr>\n<td>CountyName</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the county.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CountyCode</td>\n<td>string</td>\n<td><em>Optional.</em><br />The code of the county.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StateName</td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the associated state.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CountryState<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated state.</td>\n<td><a href=\"#065c451e-d8c0-4002-8d99-e397dfb9d07f\">StateDTO</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></li>\n<li>FinancialPartner</li>\n<li>Resource</li>\n<li><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8842fc44-fd97-45b0-af79-072d2e5e00fc"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6a075dd0-33fb-49d8-a06c-379867134e1c"}}],"_postman_id":"21070a2f-a90c-4618-92a0-e6be69374957"},{"name":"CreditorInvoice","item":[],"id":"740b9a50-e808-4757-a61c-e81af3fd588e","description":"<p>Represents a creditor invoice object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the vendor invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>VoucherNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated voucher.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VoucherType</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The type of the associated voucher.</td>\n<td>wbEnum 23</td>\n</tr>\n<tr>\n<td>VoucherStatus  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated voucher status.</td>\n<td>wbEnum 206</td>\n</tr>\n<tr>\n<td>VendorId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated vendor.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>InvoiceNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the invoice.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was invoiced.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceDueDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the invoice is due.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CurrencyDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the associated currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyFactor</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated currency factor.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyFactor  <br />ManuallyEdited  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its currency factor is manually edited.  <br />If true, the currency factor of the vendor invoice is manually edited. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NetCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated net currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VATCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated VAT currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OriginalTotal  <br />CurrencyAmount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated original total currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NetAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated net amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VATAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated VAT amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JournalNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The number of the associated journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the invoice was posted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated comment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VATPercentage</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated VAT percentage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentInfo</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated payment information.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreditorInvoice  <br />DetailMoved  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated vendor invoice detail that was moved.</td>\n<td><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a></td>\n</tr>\n<tr>\n<td>PaymentMode  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated payment mode.</td>\n<td><a href=\"##e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a></td>\n</tr>\n<tr>\n<td>PaymentMethod  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated payment method.</td>\n<td><a href=\"#c5cd603c-c5e5-4781-a293-ebc079944c22\">PayMethod</a></td>\n</tr>\n<tr>\n<td>CreditorPayment  <br />Number  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated creditor payment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentIdentification  <br />Number  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated payment identification.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BankRegistration  <br />Number  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated bank registration.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BankAccount  <br />Number  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated bank account.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SwiftNumber*</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated Society for Worldwide Interbank Financial Telecommunication (SWIFT) number or bank identifier code (BIC).  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IBANNumber*</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated international bank account number (IBAN).  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalOn  <br />Hold  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its approval is put on hold.  <br />If true, the approval of the vendor invoice is put on hold. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalOn  <br />HoldResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who has the approval put on hold.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalOn  <br />HoldDate  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the approval is put on hold.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalOn  <br />HoldComment  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated comment for putting the approval on hold.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentOn  <br />Hold  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its payment is put on hold.  <br />If true, the payment of the vendor invoice is put on hold. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentOn  <br />HoldStatus  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated payment on hold status.</td>\n<td>wbEnum 14</td>\n</tr>\n<tr>\n<td>PaymentOn  <br />HoldDate  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the payment is put on hold.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentOn  <br />HoldComment  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated comment for putting the payment on hold.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentOn  <br />HoldUser  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who put the payment on hold.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ExportVAT</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has export VAT.  <br />If true, the vendor invoice has export VAT. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AddEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who added it.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>AddDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was added.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ModifiedEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who made the last modification.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ModificationDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who created it.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>ReferenceSubsistence  <br />AllowanceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated reference subsistence allowance.</td>\n<td><a href=\"#97cc3169-51bb-4583-9b8a-6c462a13e584\">JobSubsistenceAllowance</a></td>\n</tr>\n<tr>\n<td>ReferencePurchase  <br />OrderId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated reference purchase order.</td>\n<td><a href=\"#08c81dcf-7684-48b8-8328-18938afb0d21\">PurchaseOrder</a></td>\n</tr>\n<tr>\n<td>VoucherFile  <br />Name  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The file name of the associated voucher.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceExpense  <br />EntryId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated reference expense entry.</td>\n<td><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></td>\n</tr>\n<tr>\n<td>CrossCompany</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a cross-company invoice.  <br />If true, the vendor invoice is a cross-company invoice. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId  <br />Origin  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated original company.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VoucherNumber  <br />Origin  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated original voucher.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Cancelled</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is cancelled.  <br />If true, the vendor invoice is cancelled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IsCredit  <br />Note  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a credit note.  <br />If true, the credit invoice is a credit note. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li>ExpendituresPurchasesAll</li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#7c1f4142-4063-4c1b-b64f-b8cf8d643dc3\">PUT CreditorInvoiceAddLineRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#f2a933ea-8f8c-43c5-a5cd-e364481c6566\">PATCH VendorInvoiceDetailPatchRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5e89a04d-8027-4ea5-82fb-e6601c66d045"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"00229a41-4d13-4ec2-ba0c-f65c18a2df23"}}],"_postman_id":"740b9a50-e808-4757-a61c-e81af3fd588e"},{"name":"CreditorInvoiceDeleteResponse","item":[],"id":"4b81e53b-9353-43c2-823b-fd19c45638a4","description":"<p>Represents a creditor invoice delete response object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the creditor invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VoucherNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated voucher.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated error message.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ErrorId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated error.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#34d00340-f7ab-4587-ba3d-ea88cdc07d78\">DEL VendorInvoiceDeleteRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"4b81e53b-9353-43c2-823b-fd19c45638a4"},{"name":"CreditorInvoiceDetail","item":[],"id":"2970df7f-41c7-4821-b8c3-951ca6ae5fbe","description":"<p>Represents a creditor invoice detail object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the creditor invoice detail.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>VoucherNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated voucher.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LineType</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated line type.</td>\n<td>wbEnum 371</td>\n</tr>\n<tr>\n<td>RequisitionId</td>\n<td>integer</td>\n<td><em>Optional</em>  <br />(int32)  <br />The identifier of the associated requisition (or purchase order).</td>\n<td><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>Pricelist  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated price list.</td>\n<td><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">PriceList</a></td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>PriceFactor</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated price factor.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated finance account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated comment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityVAT  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity VAT.</td>\n<td><a href=\"#7e0604c0-9b8a-4c83-b25e-3475a4cec257\">ActivityVAT</a></td>\n</tr>\n<tr>\n<td>VATRate</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated VAT rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OriginalCurrency  <br />NetAmount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated net amount in invoice currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OriginalNet  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated original net amount in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NetCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated cost amount in invoice currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VATCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated VAT amount in invoice currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total amount in invoice currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale amount in invoice currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NetAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated net amount in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VATAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated VAT amount in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale amount in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreditorVAT  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated creditor VAT.</td>\n<td><a href=\"#97f02ae3-6b62-408b-bbe7-e52aeaddebf8\">AccountReceiveableOrPayableVAT*</a></td>\n</tr>\n<tr>\n<td>DeductableShare*</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated deductible share.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GoodsOr  <br />Services  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated goods or services.</td>\n<td>wbEnum 572</td>\n</tr>\n<tr>\n<td>JournalNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The number of the associated journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceDrive  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated mileage entry.</td>\n<td><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>Dim1</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 1.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim2</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 2.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim3</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 3.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim4</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 4.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim5</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 5.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim6</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 6.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim7</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 7.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim8</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 8.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim9</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 9.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim10</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 10.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>DivisionId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated division.</td>\n<td>[SettingsDivisionDTO](Retrieving data. Wait a few seconds and try to cut or copy again.)</td>\n</tr>\n<tr>\n<td>DepartmentId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated department.</td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n<tr>\n<td>ProductId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated product.</td>\n<td><a href=\"#85292f2b-bf03-416d-af91-4114187cc2f2\">Product</a></td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n</tr>\n<tr>\n<td>JobType  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job type.</td>\n<td><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></td>\n</tr>\n<tr>\n<td>PlatformId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated platform.</td>\n<td><a href=\"#cb7d7e74-1759-4a9b-a306-4f395ff1106e\">SettingsPlatforms</a></td>\n</tr>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated country.</td>\n<td><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a></td>\n</tr>\n<tr>\n<td>RegionId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated region.</td>\n<td><a href=\"#6e3bf4ca-faf8-4bd5-b700-48658b3ba28e\">Region</a></td>\n</tr>\n<tr>\n<td>QualityLevel  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated quality level.</td>\n<td><a href=\"#2e45d754-98be-42ba-af31-a127f82ef0cd\">QualityLevel</a></td>\n</tr>\n<tr>\n<td>CustomerSegment  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer segment.</td>\n<td><a href=\"#e27a280f-b5bb-45aa-a94b-ea0fc03434a4\">CustomerSegment</a></td>\n</tr>\n<tr>\n<td>CustomerGroup  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer group.</td>\n<td><a href=\"#55de9689-726b-4cbb-9468-7507b4e7ea6d\">CustomerGroup</a></td>\n</tr>\n<tr>\n<td>ProfitCenter  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated profit center.</td>\n<td><a href=\"#0f56c4cd-4b10-4d81-93c6-2ff28b3ec261\">ProfitCenter</a></td>\n</tr>\n<tr>\n<td>PracticeArea  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated practice area.</td>\n<td><a href=\"#377237be-3208-4470-91a7-b38d747965f2\">PracticeArea</a></td>\n</tr>\n<tr>\n<td>ConsultingCenter  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated consulting center.</td>\n<td><a href=\"#e9d059b8-d0f1-4f2a-8b76-c51e6521e206\">ConsultingCenter</a></td>\n</tr>\n<tr>\n<td>TechnologyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated technology.</td>\n<td><a href=\"#8dcf03b6-9ca1-41c0-870d-df401fe0e622\">SettingsTechnology</a></td>\n</tr>\n<tr>\n<td>DimensionRequiered*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int64)  <br />The bit representation of dimensions that are required.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DimensionNot  <br />Allowed  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int64)  <br />The bit representation of dimensions that are not allowed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PartialInvoice  <br />ReferenceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated partial invoice reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated description.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ErrorNumber</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number of the associated error.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated error message.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated temporary identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryCode</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated temporary code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>StateId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated state.</td>\n<td><a href=\"#065c451e-d8c0-4002-8d99-e397dfb9d07f\">StateDTO</a></td>\n</tr>\n<tr>\n<td>CountyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated county.</td>\n<td><a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\">CountyDTO</a></td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated location.</td>\n<td>wbEnum 817</td>\n</tr>\n<tr>\n<td>TaxCode  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated tax code.</td>\n<td><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a></td>\n</tr>\n<tr>\n<td>TaxManual  <br />Edited  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number that indicates if the tax was manually edited.  <br />0 means false and 1 means true.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BasedOn  <br />Amount  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated amount to base on.</td>\n<td>wbEnum 23</td>\n</tr>\n<tr>\n<td>AccrualAccount  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated accrual account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>VATManually  <br />Corrected  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its VAT is manually corrected.  <br />If true, the VAT for the vendor invoice detail is manually corrected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Correction</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it is a correction.  <br />If true, the vendor invoice detail is a correction. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated invoice.</td>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>and</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a></li>\n<li><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"2970df7f-41c7-4821-b8c3-951ca6ae5fbe"},{"name":"CreditorInvoiceDetailMove","item":[],"id":"7315ef99-371b-4074-9fc8-1c839990d229","description":"<p>Represents a moved creditor invoice detail object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the moved vendor invoice detail.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SessionNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated session number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SessionDone</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its session is done.  <br />If true, the session is done. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SessionEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated session employee.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>SessionDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the session has been initiated.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceRecord  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated reference record.</td>\n<td><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n</tr>\n<tr>\n<td>JobId  <br />Original  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated original job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>JobId  <br />New  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated new job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>VoucherNumber  <br />Original  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated original voucher.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VouchNumber  <br />New  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated new voucher.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>AccountReceivable  <br />PayableAccount  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated accounts receivable or payable account.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated account.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The name of the associated account.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>InvoiceNumber</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated invoice.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was invoiced.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityPrice  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity price.</td>\n<td><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">PriceList</a></td>\n</tr>\n<tr>\n<td>PriceFactor</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated price factor.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountNet</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated net amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountSale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountMove  <br />All  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not all of its amount are moved.  <br />If true, all of its amount are moved. Otherwise, they are not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountNet  <br />Move  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated net amount moved.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountSale  <br />Move  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale amount moved.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VouchDescription</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The description of the associated voucher.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Post</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was posted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MoveVoucher  <br />Status  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated move voucher status.</td>\n<td>wbEnum 358</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Update</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>Comments</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated comments.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FileContent</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The content of the associated file.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FilePath  <br />Original  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The original path to the associated file.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>DestinationCompany  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated destination company.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DestinationVoucher  <br />Number  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated destination voucher.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PreviouslyMoved</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PurchaseOrder  <br />DetailId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated purchase order detail.</td>\n<td><a href=\"#67aa5dee-d2f7-4cdf-a3d6-7849ea493354\">PurchaseOrderDetail</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"10a43e23-ee1c-4986-a047-f92b89bb3d57"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"dfa6fda7-c77a-4307-95ab-b1da97a0d5e1"}}],"_postman_id":"7315ef99-371b-4074-9fc8-1c839990d229"},{"name":"CreditorInvoiceScanSetupVisualization","item":[],"id":"26f481c3-005a-4531-b982-c30a89b4f328","description":"<p>Represents a visualization object for a creditor invoice scan setup.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the creditor invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The name of the associated creditor invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VoucherFile  <br />ArchivePath</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The path of the voucher file archive.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VoucherFile  <br />ArchivePath  <br />StorageProvider  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the voucher file archive path storage provider.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VoucherHot  <br />FolderFile  <br />Path</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The path of the associated voucher hot folder file.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#\">POST CreditorInvoiceScanSetupVisualization</a> <em>(returns this resource)</em></li>\n</ul>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"26f481c3-005a-4531-b982-c30a89b4f328"},{"name":"CreditorInvoiceTaskVisualization","item":[],"id":"d112fd24-0536-4af3-b902-3dc4b7f33419","description":"<p>Represents a visualization object for a creditor invoice task.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the visualization for the creditor invoice task.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskName</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the task.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskNumber</td>\n<td>string</td>\n<td><em>Required.</em><br />The number of the task.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PlanId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated plan.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PhaseNumber</td>\n<td>string</td>\n<td><em>Required.</em><br />The number of the associated phase.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PlanActive</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its associated plan is active.<br />If true, the associated plan for the task is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PlanTitle</td>\n<td>string</td>\n<td><em>Required.</em><br />The title of the associated plan.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PlanJob<br />Id<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the job for the associated plan.</td>\n<td><a href=\"#f2a097e6-4a43-4f51-8db0-c4ef87ea3d39\">JobPlan</a></td>\n</tr>\n<tr>\n<td>CostingCode<br />TaskId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the task for the associated costing code.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>TaskName<br />Formatted<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The formatted name of the task.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ValidCosting<br />Code<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it has a valid costing code.<br />If true, the task has a valid costing code. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ValidateCosting<br />Code<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its costing code requires validation.<br />If true, the costing code for the task requires validation. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#bc964b41-fdaa-4c90-b18b-fce8208bc408\">GET CreditorInvoiceGetTasksForJobsRequest*</a> <em>(returns this resource)</em></li>\n</ul>\n<p><em>* See <strong>Request Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"d112fd24-0536-4af3-b902-3dc4b7f33419"},{"name":"CurrencyDTO","item":[],"id":"a7c02670-042d-4c7d-9ba5-41dd118f954a","description":"<p>Represents a currency object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the currency.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IsoCode</td>\n<td>string</td>\n<td><em>Required.</em><br />The ISO code of the currency.<br />This has no validation unlike the Iso4127* field. This can accept up to a maximum of 10 characters.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyUnit</td>\n<td>string</td>\n<td><em>Optional.</em><br />The singular form of the unit of currency.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyFraction</td>\n<td>string</td>\n<td><em>Optional.</em><br />The singular form of the fraction of unit of currency.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyUnit<br />Plural<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The plural form of the unit of currency. <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyFraction<br />Plural<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The plural form of the fraction of unit of currency.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Blocked</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is blocked.<br />If true, the currency is blocked. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReportingCurrency</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is a reporting currency.<br />If true, the currency is used as a reporting currency. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Iso4127*</td>\n<td>string</td>\n<td><em>Optional.</em><br />The ISO 4217 code of the currency (3-letter currency code).<br />This has validation that only allows the 3-letter currency codes from a list provided by the system.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencySymbol</td>\n<td>string</td>\n<td><em>Optional.</em><br />The symbol of the currency.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#197ede17-d788-4cf2-96f8-d0ff8472e98e\">Bank</a>  </li>\n<li>Company  </li>\n<li><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></li>\n<li><a href=\"#d2598920-8bb1-4064-9e98-8d886d94cb5d\">CurrencyTable</a>  </li>\n<li>Customer  </li>\n<li>Employee  </li>\n<li>EmployeeHoursPrice  </li>\n<li><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  </li>\n<li><a href=\"#1b2946b9-1ba9-42f4-9e83-a71c161b8c77\">ExpendituresMaterialsAll</a>  </li>\n<li><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a>  </li>\n<li><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  </li>\n<li><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a>  </li>\n<li><a href=\"#97cc3169-51bb-4583-9b8a-6c462a13e584\">JobSubsistenceAllowance</a>   </li>\n<li><a href=\"#84da7ea4-ac8e-42e4-93eb-e6aebd85d429\">MaterialPriceList</a>  </li>\n<li><a href=\"#56fa3608-4e09-4030-87e1-1a66406652e3\">MaterialTypedDTO*</a>  </li>\n<li><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a>  </li>\n<li><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a>  </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  </li>\n<li><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  </li>\n<li>Subscription  </li>\n<li>SubscriptionCustomer  </li>\n<li><a href=\"#3ca3516d-dc33-4585-9504-c2d865ac3552\">SubsistenceAllowance</a>  </li>\n<li><a href=\"#5c67df77-ce5d-4a5a-81a6-c03fae90711c\">SubsistencePriceList</a>  </li>\n<li><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></li>\n</ul>\n<p><em>* See <strong>Resource Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"751ef3c1-712a-4649-8c2e-f7dd6df71541"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8841371e-18a9-44df-b43d-801621fa744b"}}],"_postman_id":"a7c02670-042d-4c7d-9ba5-41dd118f954a"},{"name":"CurrencyTable","item":[],"id":"9e2fac40-7620-4c47-84a5-32e41d887de2","description":"<p>Represents a currency table object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the currency table.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the currency table.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BaseCurrency<br />Id<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated base currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Company</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0a3bcfcd-9d21-4f88-b395-62a6f8fb3595"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"704334b3-4a88-4145-bd7a-3a63081a0627"}}],"_postman_id":"9e2fac40-7620-4c47-84a5-32e41d887de2"},{"name":"Customer","item":[],"id":"140e6b34-cdbc-4970-99aa-74bd53c69d1e","description":"<p>Represents a customer (or client) object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the customer.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the customer.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TypeId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int16)  <br />The identifier of the associated type.</td>\n<td>wbEnum 41</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is active.  <br />If true, the customer is active (1). Otherwise, it is not (0).  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who serves as the account manager assigned to the customer.</td>\n<td><a href=\"#9a77062d-0a93-4d18-9e8c-e55b87ec4022\">Employee</a></td>\n</tr>\n<tr>\n<td>ReferenceKey</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated reference key.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityGrouping</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has activity grouping.  <br />If true, the customer has activity grouping. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LanguageId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated language.</td>\n<td><a href=\"#e0994d3e-d036-44b6-9a31-34a23031ebe1\">LanguageDTO</a></td>\n</tr>\n<tr>\n<td>PaymentTerm  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated payment term.</td>\n<td><a href=\"#b59b3f0a-bfa4-464d-9f99-0d228a1c82aa\">PaymentTerms</a></td>\n</tr>\n<tr>\n<td>ProjectId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated project.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FtpAddress</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The address of the associated FTP.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FtpUser  <br />Id  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The user ID for the associated FTP.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FtpPW</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The password for the associated FTP.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FtpFolder</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The folder of the associated FTP.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FtpDoc  <br />Folder  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The document folder of the associated FTP.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />Address  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The address for the associated price quote.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />Contact  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The contact for the associated price quote.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />Title  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The title of the associated price quote.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />Introduction  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The introductory text of the associated price quote.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />Comment  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The comment for the associated price quote.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />VatShow  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the VAT setting is shown on its price quote header.  <br />If true, the VAT setting is shown on the price quote header of the customer. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />VatValue  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The value of the associated VAT for the price quote.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowPayment  <br />Plan  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its payment plan is shown.  <br />If true, the payment plan for the customer is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowPhase  <br />Price  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its phase price is shown.  <br />If true, the phase price for the customer is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowPhase</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its phase is shown.  <br />If true, the phase for the customer is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowActivity  <br />Hours  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its activity hour is shown.  <br />If true, the activity hour for the customer is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MoveActivity  <br />Line  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its activity line is moved.  <br />If true, the activity line for the customer is moved. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowActivity  <br />Line  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its activity line is shown.  <br />If true, the activity line for the customer is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowActivity  <br />Price  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its activity price is shown.  <br />If true, the activity price for the customer is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowActivity</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated activities shown.</td>\n<td>wbEnum 443</td>\n</tr>\n<tr>\n<td>InvoiceStandard  <br />Comment  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The standard comment for the associated invoice.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerOrder  <br />NumberTitle  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The title of the associated customer purchase order number.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerOrder  <br />NumberRequired  <br />OnInvoice</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not its invoice requires a customer purchase order number.  <br />If true, the invoice for the customer requires a customer purchase order number. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerAccount  <br />Number  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated customer reference account.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerAccount  <br />NumberRequired  <br />OnInvoice</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its invoice requires a customer reference account number.  <br />If true, the invoice for the customer requires a customer reference account number. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerInvoice  <br />Approvalhandling  <br />Activated*</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its handling of invoice approval is activated.  <br />If true, the handling of invoice approval for the customer is activated. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialCalculation  <br />AllowChange  <br />SaleHours</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its material calculation allows the editing of sale and hours/unit.  <br />If true, the material calculation for the customer allows the editing of sale and hours/unit. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DeliveryAddress</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated delivery address information.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DeliveryContact</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated delivery contact information.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustCode1</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated user-defined customer code 1.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustCode2</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated user-defined customer code 2.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustCode3</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated user-defined customer code 3.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustCode4</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated user-defined customer code 4.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustCode5</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated user-defined customer code 5.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialGroup  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated material group.</td>\n<td><a href=\"#76ff089f-698d-43da-b9f4-f44a762ecbde\">MaterialPriceList</a></td>\n</tr>\n<tr>\n<td>JobAdministration  <br />FeeMaterial  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated material for job administration fee.</td>\n<td><a href=\"#dff138f3-a047-45e0-9ed8-f5b7360d135d\">MaterialTypedDTO*</a></td>\n</tr>\n<tr>\n<td>CompDepartment  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated company department.</td>\n<td><a href=\"#4a73b83a-c216-4df4-8a65-8545a2e0d004\">Department</a></td>\n</tr>\n<tr>\n<td>JobCreate  <br />AddDebtor  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it requires a debtor to be added when creating a job.  <br />If true, the customer requires a debtor to be added when creating a job. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobEstimate  <br />Required  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it requires job estimation.  <br />If true, the customer requires job estimation. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PlanBackground  <br />ColorNumber  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number of the associated plan background color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PlanForeground  <br />ColorNumber  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number of the associated plan foreground color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreditMax  <br />Check  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated maximum credit check.</td>\n<td>wbEnum 335</td>\n</tr>\n<tr>\n<td>CreditMax  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated maximum credit amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ServiceLevel  <br />AgreementHours  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The number of hours for the associated service level agreement.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated external number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCode</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated external code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceAllow  <br />EditTime  <br />Sale</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its invoice allows the editing of hourly price on invoice lines.  <br />If true, the invoice for the customer allows the editing of hourly price on invoice lines. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceAllow  <br />EditExternal  <br />ExpenseFactor</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its invoice allows the editing of external expense factor (profit margin) on purchases on invoice lines.  <br />If true, the invoice for the customer allows editing of external expense factor on purchases on invoice lines. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />AllowChange  <br />TimeSale</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its price quote allows the editing of hourly price on price quote lines.  <br />If true, the price quote for the customer allows the editing of hourly price on price quote lines. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />AllowChange  <br />ExternalExpense  <br />Factor  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its price quote allows the editing of external expense factor (profit margin) on price quote lines.  <br />If true, the price quote for the customer allows the editing of external expense factor on price quote lines. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EnableInter  <br />CompanySettlement  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has intercompany settlement enabled.  <br />If true, the customer has intercompany settlement enabled. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InterCompany  <br />TimeRegistration  <br />Allowed</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows intercompany time registration.  <br />If true, the customer allows intercompany time registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InterCompany  <br />VouchRegistration  <br />Allowed</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows intercompany voucher registration.  <br />If true, the customer allows intercompany voucher registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />BlockIf  <br />Deviation</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flog that indicates whether or not its price quote is blocked in case of deviation.  <br />If true, the price quote for the customer is blocked in case of deviation. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />Required  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The flag that indicates whether or not it requires a price quote when changing job status to \"In Progress.\"  <br />If true, the customer requires a price quote when changing job status to \"In Progress.\" Otherwise, it does not.</td>\n<td>wbEnum 556</td>\n</tr>\n<tr>\n<td>TemplatePrice  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated price template.</td>\n<td><a href=\"#8fb7cc26-772a-4a6c-920e-573c214fb579\">JobPrice</a></td>\n</tr>\n<tr>\n<td>TemplateInvoice  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated invoice template.</td>\n<td><a href=\"#460aff8b-5e7c-406b-9f09-b2b05af23ad6\">Invoice</a></td>\n</tr>\n<tr>\n<td>PlanBackground  <br />ColorNumber  <br />Hex</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(byte)  <br />The Hex number of the associated plan background color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PlanForeground  <br />ColorNumber  <br />Hex</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(byte)  <br />The Hex number of the associated plan foreground color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Pricelist  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated price list.</td>\n<td><a href=\"#bc43e013-ba93-487d-8e7f-e89e77e7096e\">PriceList</a></td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#6116e2a5-ee55-45a8-bc24-65f2ee8d1d85\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>NewJob  <br />OptionCustomer  <br />OrderInput</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated customer order input option on job creation.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SubsistenceAllowance  <br />GroupId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated subsistence allowance group.</td>\n<td><a href=\"#227d4bf2-475b-4415-bf9e-6b90677c5ce7\">SubsistencePriceList</a></td>\n</tr>\n<tr>\n<td>MileageGroup  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated mileage group.</td>\n<td><a href=\"#9405403b-d698-4c27-8cbc-5db40950f1dd\">MileageRateGroup</a></td>\n</tr>\n<tr>\n<td>ColorRGB</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The RGB value of the associated color.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Billable</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated billing.</td>\n<td>wbEnum 824</td>\n</tr>\n<tr>\n<td>DefaultSupport  <br />TicketJob  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated support ticket job by default.</td>\n<td><a href=\"#600f3142-8b5f-4b33-a0a2-0a5c06074249\">Job</a></td>\n</tr>\n<tr>\n<td>WonDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the customer was won over.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DefaultJob  <br />OrderNumber  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated customer purchase order (job order) by default.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NewJob  <br />RequestId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated new job request.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CopyPrint  <br />SettingsNew  <br />Price</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it copies the print settings for new price quotes.  <br />If true, the customer copies the print settings for new price quotes. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowInvoice  <br />ExceedApproved  <br />PriceQuote</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows invoicing when total amount exceeds the approved price quote total.  <br />If true, the customer allows invoicing when total amount exceeds the approved price quote total. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowInvoice  <br />WithoutApproved  <br />PriceQuote</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows invoicing on jobs without approved price quotes.  <br />If true, the customer allows invoicing on jobs without approved price quotes. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowPrice  <br />QuoteExceed  <br />ClientOrder</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows its price quote amount to exceed the total amount allocated for customer order (purchase order).  <br />If true, the customer allows its price quote amount to exceed the total amount allocated for customer order. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UseFixed  <br />DebtorAddress  <br />OnPrice  <br />QuoteCreation  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it uses fixed debtor address as its receiver address on price quote creation.  <br />If true, the customer uses fixed debtor address as its receiver address on price quote creation. Otherwise, it does not (uses customer address).</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceCustomer  <br />OrderNumber  <br />Required</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its invoice requires a customer purchase order number.  <br />If true, the invoice for the customer requires a customer purchase order number. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowMulti  <br />Resource  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows multi-resource allocation.  <br />If true, the job price allows multi-resource allocation. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>and</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#07941320-0ca1-48e0-bce2-060e79087cfe\">CostingCodeClientAccess</a></li>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></li>\n<li><a href=\"#61d485d6-0f61-4bc7-a836-3fe7b2896d0b\">CustomerProduct</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a></li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a></li>\n<li><a href=\"#d2364615-da97-4e52-96be-2a39b382dc49\">Portal</a></li>\n<li><a href=\"#49bcbfec-ad0b-43b7-8ef1-36a79cd8c44b\">TimeEntrySheetVisualization</a></li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#7c1f4142-4063-4c1b-b64f-b8cf8d643dc3\">PUT CreditorInvoiceAddLineRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#7aeea34a-8351-4c3b-a583-e182b268111d\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"43d43a8e-ff61-442f-8421-12d797079a61","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a954db83-35db-447a-a6d5-58bc99e446e2","type":"text/javascript","exec":[""]}}],"_postman_id":"140e6b34-cdbc-4970-99aa-74bd53c69d1e"},{"name":"CustomerGroup","item":[],"id":"330c98e0-4bca-4857-b94a-d446852df316","description":"<p>Represents a customer group object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the customer group.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em><br />The title of the customer group.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"330c98e0-4bca-4857-b94a-d446852df316"},{"name":"CustomerProduct","item":[],"id":"ab90befd-d1a1-4058-858b-8872f136d8b1","description":"<p>Represents a customer product object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the customer product.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated customer.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n</tr>\n<tr>\n<td>Number</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number of the customer product.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The name of the customer product.  <br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9ec19d5a-abb3-43cb-8603-cc70123371a5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"383fce65-f228-47e1-a192-c68dd2a4a4b0"}}],"_postman_id":"ab90befd-d1a1-4058-858b-8872f136d8b1"},{"name":"CustomerProject","item":[],"id":"3ba65ab9-c8c5-47a1-8b76-101d6da79fbd","description":"<p>Represents a customer project object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the customer project.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ProjectName</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the project.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the customer project is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who is responsible for it.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ProjectNumber</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number of the project.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ColorId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated color for the project status.</td>\n<td><a href=\"#e566aab1-93cf-4ab3-91e3-c27ef7d9a3a4\">TaskColor</a></td>\n</tr>\n<tr>\n<td>ProjectDescription</td>\n<td>string</td>\n<td><em>Optional.</em><br />The description of the project.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectFolder</td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the folder for the project.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated external number.<br />This is used mostly in creating customer projects through adhoc import.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCd</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated external code.<br />This is used mostly in creating customer projects through adhoc import.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>ClientPO<br />ValueCurrency<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated currency for the purchase order value of the customer project.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ClientPO<br />Value<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated purchase order value of the customer project.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectRetainer</td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not it is a retainer project.<br />If true, the customer project is a retainer project. Otherwise, it is not.<br />This requires that the system variable 1092 (enable retainer projects) is enabled.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectRetainer<br />SummarizeActivity<br />Lines</td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not it summarizes all corrective price quotes and invoices into one activity line for retainer projects.<br />If true, the customer project summarizes all corrective price quotes and invoices into one activity line. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectRetainer<br />MasterActivity<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated activity on the master project.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectRetainer<br />DeliveryJob<br />ClosureMethod</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated delivery job closure method for retainer projects.<br />This defines the rules for closing a delivery job within the project retainer scope.<br /></td>\n<td>wbEnum 1007</td>\n</tr>\n<tr>\n<td>ProjectRetainer<br />DeliveryJob<br />InvoiceTrigger</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated delivery job invoice trigger for retainer projects.<br />This defines the rules for triggering invoices on delivery jobs within the project retainer scope.<br /></td>\n<td>wbEnum 1006</td>\n</tr>\n<tr>\n<td>ProjectRetainer<br />AllowDelivery<br />JobTo<br />ExceedMaster<br />BudgetWhen<br />Closed<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it allows a delivery job to exceed master budget when closed within the project retainer scope.<br />If true, the retainer project allows a delivery job to exceed master budget when closed within the project retainer scope. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectRetainer<br />IsMixed<br />Retainer</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it has activities excluded from the master price quotes that are considered to be out of scope and must be billed separately within the project retainer scope.<br />If true, the retainer project has activities excluded from the master price quotes that are considered to be out of scope and must be billed separately within the project retainer scope. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a>  </li>\n<li>SubscriptionCustomer  </li>\n<li><a href=\"#49bcbfec-ad0b-43b7-8ef1-36a79cd8c44b\">TimeEntrySheetVisualization</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"558a01fa-e95f-43a0-99be-e85654d344fd"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f2bce162-8e90-444f-b5ed-4ccc1178c467"}}],"_postman_id":"3ba65ab9-c8c5-47a1-8b76-101d6da79fbd"},{"name":"CustomerSegment","item":[],"id":"ff332c1b-7a35-4fd8-aa86-bc0edab7e86b","description":"<p>Represents a customer segment object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the customer segment.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em><br />The title of the customer segment.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c0f558bc-5bdb-4708-8034-ad0d6a381c6d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"53afe55a-84e8-45ec-9831-4d5a1c2fd3dc"}}],"_postman_id":"ff332c1b-7a35-4fd8-aa86-bc0edab7e86b"},{"name":"DebtorInvoicesPageroPreviewVisualization","item":[],"id":"8a0d330b-d93c-4b68-894e-e7999101f206","description":"<p>Represents a visualization object for debtor invoices Pagero preview.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the debtor invoices Pagero preview.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DebtorName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The name amount of the associated debtor.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>AmountTotal  <br />Currency</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total amounnt of the currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated invoice number.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#6f3dfbd4-4a94-41ab-acf2-2a7bacafe34f\">GET DebtorInvoiceManagementPageroPreviewRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"43d43a8e-ff61-442f-8421-12d797079a61","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a954db83-35db-447a-a6d5-58bc99e446e2","type":"text/javascript","exec":[""]}}],"_postman_id":"8a0d330b-d93c-4b68-894e-e7999101f206"},{"name":"DebtorsInvoicingEmailValidationResponse","item":[],"id":"6aa01e95-76f4-4bb0-a0cb-eeb775eb64a5","description":"<p>Represents a validation object for debtor invoicing email.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InvalidEmailDebtors</td>\n<td>object</td>\n<td><em>Required.</em>  <br />(dictionary)  <br />The key/value pairs of invalid debtor invoicing email.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ValidEmailDebtors</td>\n<td>object</td>\n<td><em>Required.</em>  <br />(dictionary)  <br />The key/value pairs of valid debtor invoicing email.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#73f9b2e0-9c43-41fb-978b-e62efc741ed5\">POST DebtorsInvoiceEmailValidationRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"6aa01e95-76f4-4bb0-a0cb-eeb775eb64a5"},{"name":"Department","item":[],"id":"97c81271-a9c0-4c9b-9dce-e46998f9e410","description":"<p>Represents a department object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the department.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the department.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is responsible for it.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated description.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The name of the associated company.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyAdress*</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The address of the associated company.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCode</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated external code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it is active.  <br />If true, the department is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Company</li>\n<li><a href=\"#7db7886e-461d-4dd5-86c3-3e9ab9e9c496\">CreditorInvoiceDetail</a></li>\n<li>Customer</li>\n<li>Employee</li>\n<li><a href=\"#c718d9e5-c993-4d6e-8359-197313ad464a\">Job</a></li>\n<li><a href=\"#0a7c1fb5-4af3-410c-97e2-35051f2a1894\">JobFolderSetup</a></li>\n<li><a href=\"#b64bc4d9-5272-4eb6-a4e6-21fd5a721d5d\">JobSimpleVisualization</a></li>\n<li><a href=\"#949d0042-1aa5-47b3-aa33-caadefc5f1d7\">Pipeline</a></li>\n<li><a href=\"#5be12d9c-56b1-48a5-9eea-f59afa4aa50f\">PurchaseOrder</a></li>\n<li>Subscription</li>\n<li><a href=\"#1f33ce7e-10ab-43a1-bb46-99a335f92dcc\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f822a64b-a02d-44af-92e6-fb650bef8a4d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8ca94ef9-5573-4c4d-b119-916b083350a1"}}],"_postman_id":"97c81271-a9c0-4c9b-9dce-e46998f9e410"},{"name":"DepartmentProfitSplitVisualization","item":[],"id":"818d5e71-ab2c-4b46-adb6-c91a19cc9f21","description":"<p>Represents a visualization object for a department profit split.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the visualization for the department profit split.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RecordType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated record.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DepartmentType</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The type of the associated department.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DepartmentName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated department.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DepartmentId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated department.</td>\n<td><a href=\"#\">Department</a></td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated department.</td>\n<td><a href=\"#\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CurrencyCode</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The code of the associated currency.</td>\n<td><a href=\"#\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>PriceQuote  <br />Share</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated price quote share.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />SharePercentage</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated price quote share percentage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated task amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskPercentage</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated task percentage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeShare</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated time share.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimePercentage</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated time percentage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PurchaseShare</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated purchase share.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PurchasePercentage</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated purchase percentage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PurchaseOrder  <br />Share</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated purchase order share.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PurchaseOrder  <br />Percentage</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated purchase order percentage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialShare</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated material share.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialPercentage</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated material percentage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceShare</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated invoice share.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoicePercentage</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated invoice percentage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee.</td>\n<td><a href=\"#\">Employee</a></td>\n</tr>\n<tr>\n<td>EmployeeName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated employee.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity.</td>\n<td><a href=\"#\">Activity</a></td>\n</tr>\n<tr>\n<td>ActivityName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated activity.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#3b664358-a038-4159-875f-b7616fe96bf5\">GET ExpenditureSummaryDepartmentProfitSplitVisualizationRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f822a64b-a02d-44af-92e6-fb650bef8a4d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8ca94ef9-5573-4c4d-b119-916b083350a1"}}],"_postman_id":"818d5e71-ab2c-4b46-adb6-c91a19cc9f21"},{"name":"DepartmentVisualization","item":[],"id":"95b48dd1-f41b-436a-bf1d-46cd6addf82b","description":"<p>Represents a visualization object for a department.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the visualization for the department.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the department.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is responsible for it.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated description.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated company.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyAddress</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The address of the associated company.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCode</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated external code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyInitials</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The initials of the associated company.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyActive</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the company is active.  <br />If true, the company is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DepartmentActive</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the deparment is active.  <br />If true, the department is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f822a64b-a02d-44af-92e6-fb650bef8a4d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8ca94ef9-5573-4c4d-b119-916b083350a1"}}],"_postman_id":"95b48dd1-f41b-436a-bf1d-46cd6addf82b"},{"name":"DimensionDetail","item":[],"id":"47e4e026-9454-44c3-be2e-ba0de15c5e2e","description":"<p>Represents a dimension detail object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the dimension detail.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DimensionNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The number of the dimension.</td>\n<td>DimensionStructure</td>\n</tr>\n<tr>\n<td>DimensionDetail  <br />Number  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The number of the dimension detail.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DimensionDetail  <br />Code  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The code of the dimension detail.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DimensionDetail  <br />Name  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the dimension detail.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated external number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCode</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated external code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Default</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is the default.  <br />If true, the dimension detail is the default. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is active.  <br />If true, the dimension detail is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who is referenced.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ReferenceDepartment  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated department that is referenced.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated temporary identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryCode</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated temporary code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is responsible for it.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>SortIndex</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated sort index.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></li>\n<li><a href=\"#50c96ff0-d030-44c4-ba7c-2821d5bd65e1\">DimensionValueVisualization</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li><a href=\"#fda400c1-6451-4d1c-9345-40d7d40eedf4\">FinancePostingConfigurationDimension</a></li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e998141f-8aa9-4f8a-9c7b-062839e594a4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9eeea752-69cc-49bf-ab71-4a8578a04e09"}}],"_postman_id":"47e4e026-9454-44c3-be2e-ba0de15c5e2e"},{"name":"DimensionOption","item":[],"id":"ee1602c7-4127-442c-a1a8-5cf50320c0b9","description":"<p>Represents a dimension option object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the dimension option object.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The name of the dimension option object.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it is active.  <br />If true, the dimension option object is active. Otherwise, it is not.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SortIndex</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated sort index.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#838be13e-22d7-4d04-826f-a921d5163597\">GET DimensionOptionsRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#1d563c65-f4f2-42ac-83a8-2e0b90b422f2\">POST DimensionOptionsFilterRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"ee1602c7-4127-442c-a1a8-5cf50320c0b9"},{"name":"DimensionSearchOptionInfo","item":[],"id":"c62b6f7d-8727-49bc-81b6-33d1f9822c24","description":"<p>Represents a dimension options search request information object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ApproxNumber  <br />OfItems*  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The approximate numer of the dimension option objects requested.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaxVisibleItems</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The maximum visible items of the associated dimension options.</td>\n<td>Company</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#f6bf083f-29d4-454b-ad84-f09d2cace4be\">GET DimensionOptionsSearchRequestInfo</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"c62b6f7d-8727-49bc-81b6-33d1f9822c24"},{"name":"DimensionValueVisualization","item":[],"id":"01241ec4-dc2b-4e83-bba8-a28d8af00d2f","description":"<p>Represents a visualization object for a dimension value.  </p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>DimensionNumber</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number of the dimension.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DimensionDetail<br />Id<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>DimensionDetail<br />Name<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the associated dimension detail.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"93d5b43f-f3db-448d-864d-396f9861716a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7107b3b1-1338-44b2-b6b8-200c75c4cc9d"}}],"_postman_id":"01241ec4-dc2b-4e83-bba8-a28d8af00d2f"},{"name":"DocumentCreationSetup","item":[],"id":"022301d3-4b9e-485b-be0f-aab08aa3075c","description":"<p>Represents a document creation setup object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the document creation setup.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the document creation setup.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Group</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated group to which it belongs.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>AllowOn<br />Job<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is allowed on jobs.<br />If true, the document creation setup is allowed. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowOn<br />Resource<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is allowed on resources.<br />If true, the document creation setup is allowed. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowOn<br />Pipeline<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is allowed on pipelines.<br />If true, the document creation setup is allowed. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowOn<br />Task<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is allowed on tasks.<br />If true, the document creation setup is allowed. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowOn<br />Client<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is allowed on clients.<br />If true, the document creation setup is allowed. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"df0bb28e-730d-4808-9b87-4da95758e24f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c8449a6e-e713-4b3e-a329-1e4a0543e03d"}}],"_postman_id":"022301d3-4b9e-485b-be0f-aab08aa3075c"},{"name":"EmailResponse","item":[],"id":"b1548dde-bf47-47d6-ba38-0b9b2022e1c8","description":"<p>Represents an email response object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Provider</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The OAuth 2.0 provider.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated email.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#7d806434-4c49-4591-a350-ed8e133e4475\">GET Oauth2AccountEmailRequest*</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"b1548dde-bf47-47d6-ba38-0b9b2022e1c8"},{"name":"Employee","item":[],"id":"ff702f47-8f43-44dd-b895-280377d21258","description":"<p>Represents an employee object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the employee.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the employee.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>WeekendType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated type of weekend.</td>\n<td>wbEnum 637</td>\n</tr>\n<tr>\n<td>WeekStart</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated start of week.</td>\n<td>wbEnum 545</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td><a href=\"#8513d0e3-5b96-405a-bcbb-9d83f50eb3ef\">Company</a></td>\n</tr>\n<tr>\n<td>ReportProfile  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated report profile.</td>\n<td><a href=\"#b45e29f9-9fbb-4b51-8209-0f77d8e61c0c\">ReportProfile</a></td>\n</tr>\n<tr>\n<td>EmployeePosition</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated employee position.</td>\n<td><a href=\"#6912af6d-76e4-4ad2-b0eb-be872e3d34b4\">EmployeePositionDTO</a></td>\n</tr>\n<tr>\n<td>PriceGroup  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee price group.</td>\n<td><a href=\"#c95242e9-e3fb-4d88-b66c-5fb9c5ec71ae\">EmployeePriceGroup</a></td>\n</tr>\n<tr>\n<td>DisplayCurrency  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated display currency.</td>\n<td><a href=\"#6116e2a5-ee55-45a8-bc24-65f2ee8d1d85\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>DepartmentId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated department.</td>\n<td><a href=\"#4a73b83a-c216-4df4-8a65-8545a2e0d004\">Department</a></td>\n</tr>\n<tr>\n<td>HireDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The associated hire date.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpiryDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The associated expiry date.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DomainLogin  <br />Name  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The login name for the associated domain.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is active.  <br />If true, the employee is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Birthday</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The associated birthdate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DefaultActivity  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity by default.</td>\n<td><a href=\"#cf06d8e5-da42-4dc5-a881-beffa2afb870\">Activity</a></td>\n</tr>\n<tr>\n<td>ManagerResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who serves as the manager.</td>\n<td><a href=\"#8fb40a15-9d95-499e-9d49-197c46774945\">Resource</a></td>\n</tr>\n<tr>\n<td>TrafficManager  <br />ResourceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who serves as the traffic manager.</td>\n<td><a href=\"#8fb40a15-9d95-499e-9d49-197c46774945\">Resource</a></td>\n</tr>\n<tr>\n<td>TimeSheet  <br />ApproverResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who serves as the timesheet approver.</td>\n<td><a href=\"#9a77062d-0a93-4d18-9e8c-e55b87ec4022\">Employee</a></td>\n</tr>\n<tr>\n<td>SubstituteEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who serves as a substitute.</td>\n<td><a href=\"#9a77062d-0a93-4d18-9e8c-e55b87ec4022\">Employee</a></td>\n</tr>\n<tr>\n<td>EmploymentType  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employment type.</td>\n<td>wbEnum 467</td>\n</tr>\n<tr>\n<td>ReferenceKey</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated reference key.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCode</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated external code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeRegistration</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has time registration.  <br />If true, the employee has time registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeTracking  <br />Enabled  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not employee has time tracking enabled.  <br />If true, the employee has time tracking enabled. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeRegistration  <br />ReceiveMail  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it receives time registration mail.  <br />If true, the employee receives time registration mail. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Sex</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated gender.</td>\n<td>wbEnum 215</td>\n</tr>\n<tr>\n<td>DocumentFormat  <br />Standard  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int16)  <br />The associated document format standard.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SystemSetting</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated system setting.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Localtion*</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated location.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReimbursementApprove  <br />ManagerResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who serves as the reimbursement approval manager.</td>\n<td><a href=\"#8fb40a15-9d95-499e-9d49-197c46774945\">Resource</a></td>\n</tr>\n<tr>\n<td>MailAlias</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated mail alias.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmailBody  <br />FormatType  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The format type of the associated email body.</td>\n<td>wbEnum 155</td>\n</tr>\n<tr>\n<td>ExternalCalender  <br />Sync*  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated external calendar synchronization.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NewbizzResource  <br />Access*  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has access to new business resources.  <br />If true, the employee has access to new business resources. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlexProfile  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated flex profile.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountApprove  <br />VoucherJob  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of the associated approved job voucher.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountApprove  <br />VoucherNon  <br />Job</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of the associated approved non-job voucher.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountApprove  <br />Regulation  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of the associated approved regulation.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountApprove  <br />WriteOff  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of the associated approved write-off.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SystemLog  <br />On  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is logged into the system.  <br />If true, the employee is logged into the system. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SystemLog  <br />OnTime  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp when employee last time logged into the system.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SystemLog  <br />OffTime  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp when employee last time logged off the system.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CloseDown  <br />System  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has closed down the system.  <br />If true, the employee has closed down the system. Otherwise, it has not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeAccess  <br />ProfileId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee access profile.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DriveRegistration  <br />NumberRefund  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has a driver registration number refund.  <br />If true, the employee has a driver registration number refund. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated external number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td><a href=\"#8fb40a15-9d95-499e-9d49-197c46774945\">Resource</a></td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>AllowVendor  <br />InvoiceQuick  <br />Registration</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is allowed to handle the quick registration of vendor invoice.  <br />If true, the employee is allowed to handle the quick registration of vendor invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowVAT  <br />Edit  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is allowed to edit VAT information.  <br />If true, the employee is allowed to edit VAT information. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlexDisabled</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has flex disabled.  <br />If true, the employee has flex disabled. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowDebtor  <br />Edit  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is allowed to edit debtor information.  <br />If true, the employee is allowed to edit debtor information. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowCreditor  <br />Edit  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is allowed to edit creditor information.  <br />If true, the employee is allowed to edit creditor information. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowFinance  <br />AccountEdit  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is allowed to edit finance account information.  <br />If true, the employee is allowed to edit finance account information. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExchangeSync  <br />Status  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated Exchange synchronization status.</td>\n<td>wbEnum 487</td>\n</tr>\n<tr>\n<td>ExchangeSync  <br />Method  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated Exchange synchronization method.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExchangeMail  <br />Status  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated Exchange mail status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExchangeActive  <br />Folder  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated Exchange active folder.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BonusStandard  <br />Share  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated bonus standard share.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExchangeSync  <br />Frequency  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated Exchange synchronization frequency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LocationStatus</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated location status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormattingLC  <br />ID  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated formatting language.</td>\n<td><a href=\"#e0994d3e-d036-44b6-9a31-34a23031ebe1\">LanguageDTO</a></td>\n</tr>\n<tr>\n<td>UDC1</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated user-defined code 1.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC2</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated user-defined code 2.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC3</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated user-defined code 3.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC4</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated user-defined code 4.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC5</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated user-defined code 5.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FollowUp  <br />Refresh  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated refresh interval for follow-ups.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowExpense  <br />Entry  <br /></td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it is allowed to make expense entries.  <br />If true, the employee is allowed to make expense entries. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HolidayCalendar  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated holiday calendar.</td>\n<td><a href=\"#ea72e431-2a18-4c69-a85b-9cf1e5d62daa\">HolidayCalendarHeader</a></td>\n</tr>\n<tr>\n<td>WorkDay  <br />AverageMethod  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated workday average method.</td>\n<td>wbEnum 602</td>\n</tr>\n<tr>\n<td>OfficeId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated office.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FullClient  <br />Access  <br /></td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it has full customer access.  <br />If true, the employee has full customer access.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowCreate  <br />Tags  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is allowed to add tags.  <br />If true, the employee is allowed to add tags. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowCreate  <br />Skills  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is allowed to add skills.  <br />If true, the employee is allowed to add skills. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowSave  <br />NewJob  <br />Templates</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is allowed to save new job templates.  <br />If true, the employee is allowed to save new job templates. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PermanentlyDisabled</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is permanently disabled.  <br />If true, the employee is permanently disabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>and</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></li>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></li>\n<li><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a></li>\n<li><a href=\"#\">Customer</a></li>\n<li><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></li>\n<li><a href=\"#a6784001-4fcd-46a3-998d-2a755a028536\">EmployeeCurrentWhereabout</a></li>\n<li><a href=\"#d9f60029-46bc-468d-b706-b008ebae9bc5\">EmployeePositionDTO</a></li>\n<li><a href=\"#16271d65-6b78-475b-9559-8b952acfa0c8\">EmployeeWhereabout</a></li>\n<li><a href=\"#2211421b-300d-430a-a8b9-86ebe3d103a9\">EmployeeWhereaboutVisualization</a></li>\n<li><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></li>\n<li><a href=\"#d2a98b8c-a345-4501-9462-8a9f7ad69434\">ExpenseEntryImport</a></li>\n<li><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a></li>\n<li><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></li>\n<li><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a></li>\n<li><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a></li>\n<li><a href=\"#97cc3169-51bb-4583-9b8a-6c462a13e584\">JobSubsistenceAllowance</a></li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a></li>\n<li><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></li>\n<li><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></li>\n<li><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></li>\n<li><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#7c1f4142-4063-4c1b-b64f-b8cf8d643dc3\">PUT CreditorInvoiceAddLineRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#7aeea34a-8351-4c3b-a583-e182b268111d\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"e5ba4b77-384d-47a5-a618-67e7c51b0ba2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b1928312-1c76-46fa-bc9f-a14855cfa482","type":"text/javascript","exec":[""]}}],"_postman_id":"ff702f47-8f43-44dd-b895-280377d21258"},{"name":"EmployeeCurrentWhereabout","item":[],"id":"0e66facd-be0f-4c72-8590-cd7d8ff24158","description":"<p>Represents a current employee whereabout profile object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the employee whereabout profile.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>Date</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time entry resource to look at.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>WhereType</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated whereabout type.  <br /></td>\n<td>Whereabout*</td>\n</tr>\n<tr>\n<td>AccessabilityType</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated accessibility type.  <br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#91af89e2-f648-4954-85e9-f3155e73fec6\">GET CurrentWhereAboutRequest*</a> <em>(returns this resource)</em></li>\n<li><a href=\"#63fe89f5-bd0e-4f0d-b5fe-29e0d25ad846\">GET CurrentWhereAboutsRequest*</a> <em>(returns this resource)</em></li>\n</ul>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#9df259a6-b781-41d1-8693-59eb827d5a86\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"0e66facd-be0f-4c72-8590-cd7d8ff24158"},{"name":"EmployeePositionDTO","item":[],"id":"784cef49-db8d-4ab9-85e3-17f183850fbe","description":"<p>Represents an employee position object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the employee position.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The title of the employee position.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated description.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CapacityPlan  <br />EmployeeId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who is responsible for capacity planning.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Update</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1d13b30a-df47-4186-be75-9f4fdc5d7caf"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"77bf8978-f4d2-4c4b-a33d-619346480d53"}}],"_postman_id":"784cef49-db8d-4ab9-85e3-17f183850fbe"},{"name":"EmployeePriceGroup","item":[],"id":"3830a6ee-5615-49cf-8e95-1f07ca34b8a4","description":"<p>Represents an employee price group object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the employee price group.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceGroup<br />Name<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the employee price group.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the employee price group is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Employee</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"18e4331c-fd9b-42b2-a158-dbf33ad6bf32"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"705319cc-617c-4ccf-9a03-6201035addee"}}],"_postman_id":"3830a6ee-5615-49cf-8e95-1f07ca34b8a4"},{"name":"EmployeeWhereabout","item":[],"id":"353c50df-2da5-4676-b03b-931c80ccb691","description":"<p>Represents an employee whereabout profile object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the employee whereabout profile.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />The identifier of the associated employee.  <br /></td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>From</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp from which the employee whereabout profile is active.  <br />This is dependent on the company variable 74 (Require employees to track time using whereabout).  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>To</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp until which the employee whereabout profile is active.  <br />This is dependent on the company variable 74 (Require employees to track time using whereabout).  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>WhereType</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated whereabout type.</td>\n<td>WhereAbout*</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated comment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllDay</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is applicable to an entire day.  <br />If true, the employee whereabout profile is applicable to an entire day. Otherwise, it is not.  <br />This is dependent on the company variable 74 (Require employees to track time using whereabout).  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdate  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdate  <br />ResourceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#3148ba6b-7e0f-4dff-bb3d-5260c9c3bdfb\">PUT EmployeeWhereAboutAdd*</a> <em>(returns this resource)</em></li>\n</ul>\n<p>** See* <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"353c50df-2da5-4676-b03b-931c80ccb691"},{"name":"EmployeeWhereaboutMissingTimeTrackingVisualization","item":[],"id":"62304edd-c208-4754-b457-c6c717115f72","description":"<p>Represents a visualization object for the missed time tracking of an employee whereabout profile.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />The identifier of the associated employee.  <br /></td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />The identifier of the associated company.  <br /></td>\n<td>Company</td>\n</tr>\n<tr>\n<td>MissingDate  <br />AndHours  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The associated list of missing date and time of an employee whereabout profile.  <br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#f92a8158-10cc-42c5-9766-70e1a61a5da6\">GET EmployeeTimeEntryAndWhereaboutRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"62304edd-c208-4754-b457-c6c717115f72"},{"name":"EmployeeWhereaboutVisualization","item":[],"id":"9dfd830c-ba51-4e20-82e8-91c0dc3496e2","description":"<p>Represents a visualization object for an employee whereabout profile.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the employee whereabout profile.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Required.</em><br />The identifier of the associated employee.<br /></td>\n<td>Employee</td>\n</tr>\n<tr>\n<td>From</td>\n<td>string</td>\n<td><em>Required.</em><br />(date-time)<br />The date and time stamp from which the employee whereabout profile is active.<br />This is dependent on the company variable 74 (Require employees to track time using whereabout).<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>To</td>\n<td>string</td>\n<td><em>Required.</em><br />(date-time)<br />The date and time stamp until which the employee whereabout profile is active.<br />This is dependent on the company variable 74 (Require employees to track time using whereabout).<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>WhereType</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated whereabout type.</td>\n<td>WhereAbout*</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated comment.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllDay</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is applicable to an entire day.<br />If true, the employee whereabout profile is applicable to an entire day. Otherwise, it is not.<br />This is dependent on the company variable 74 (Require employees to track time using whereabout).<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdate<br />Date<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdate<br />ResourceId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>IsTracked<br />AgainstTime<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the employee whereabout profile is tracked against time.<br /> If true, the employee whereabout profile is tracked. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HoursLogged</td>\n<td>number</td>\n<td><em>Required.</em><br />(double)<br />The associated number of logged hours.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#c46a456d-ca5c-44e1-a975-c8b13980e53f\">Get EmployeeWhereAboutsRequest/*</a> <em>(returns this resource)</em></li>\n</ul>\n<p><em>* See <strong>Request Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"9dfd830c-ba51-4e20-82e8-91c0dc3496e2"},{"name":"ExpendituresHoursDepartmentSum","item":[],"id":"4d127a01-388f-40ed-a97a-a2c4bde5e80a","description":"<p>Represents an expenditures hours department sum object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the expenditures hours department sum object.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyInitial</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The company initial of the expenditures hours department sum object.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated employee.</td>\n<td><a href=\"#\">Employee</a></td>\n</tr>\n<tr>\n<td>DepartmentName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated department.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DepartmentId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated department.</td>\n<td><a href=\"#\">Department</a></td>\n</tr>\n<tr>\n<td>RegisteredHours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The identifier of the associated department.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyCode</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The code of the associated currency.</td>\n<td><a href=\"#\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CostTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total sale.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<p>* N/A</p>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<p>* <a href=\"#\">GET ExpendituresHoursDepartmentSumRequest</a> <em>(returns this resource)</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<p>* <a href=\"#7aeea34a-8351-4c3b-a583-e182b268111d\">Resource Models</a></p>\n","_postman_id":"4d127a01-388f-40ed-a97a-a2c4bde5e80a"},{"name":"ExpendituresMaterialsAll","item":[],"id":"100df2af-1795-4b58-b13f-50c8b6719098","description":"<p>Represents an all materials expenditure object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the all materials expenditure.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated job.</td>\n<td>Job</td>\n</tr>\n<tr>\n<td>EmployeeName</td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the associated employee.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the material.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialDescription</td>\n<td>string</td>\n<td><em>Optional.</em><br />The description of the material.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialSupplier<br />Text<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The text for the material supplier.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityText</td>\n<td>string</td>\n<td><em>Optional.</em><br />The text for the associated activity.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated quantity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyCode</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated currency code.<br /></td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Sale</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostTotal</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated total cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleTotal</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated total sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RegistrationDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it has been registered.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it has been posted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JournalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The number of the associated journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalStatus<br />Description<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The description of the associated approval status.<br /></td>\n<td>wbEnum 491</td>\n</tr>\n<tr>\n<td>ApprovelIcon*</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated approval icon.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Invoice</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it has an invoice.<br />If true, the all materials expenditure has an invoice. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceAmount</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The amount of the associated invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Settled</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is settled.<br />If true, the all materials expenditure is settled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"576592cc-cb1b-4ebf-91b2-95adca41ef98"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"efe32bb6-ba03-493c-b020-5ceb7ed5e8f3"}}],"_postman_id":"100df2af-1795-4b58-b13f-50c8b6719098"},{"name":"ExpenseEntry","item":[],"id":"9ac0566d-880e-455b-a9d9-d96a1242a665","description":"<p>Represents an expense entry object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the expense entry.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated resource.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ExpenseEntry  <br />TypeId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated expense entry type.</td>\n<td><a href=\"#47781143-9be1-4a87-8bed-9081077793c0\">ExpenseEntryType</a></td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>VoucherDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the voucher has been issued.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VoucherNumber</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated voucher.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VoucherCompany  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated voucher company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated description.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CurrencyAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ErrorDescription</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated error description.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreditorId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated creditor.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>IsApproved</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is approved.  <br />If true, the expense entry is approved. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>RefKey</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated reference key.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StateId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated state.</td>\n<td><a href=\"#065c451e-d8c0-4002-8d99-e397dfb9d07f\">StateDTO</a></td>\n</tr>\n<tr>\n<td>CountyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated county.</td>\n<td><a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\">CountyDTO</a></td>\n</tr>\n<tr>\n<td>TaxCode  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated tax code.</td>\n<td><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a></td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who can approve or reject.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />Comment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The comment for the associated approval or rejection.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />Date</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was approved or rejected.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalStatus</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated approval status.</td>\n<td>wbEnum 680</td>\n</tr>\n<tr>\n<td>ReceiptFile</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated receipt file.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated location.</td>\n<td>wbEnum 817</td>\n</tr>\n<tr>\n<td>TaxManual  <br />Edited</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReqId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated requisition.</td>\n<td><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></td>\n</tr>\n<tr>\n<td>ImportId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated import detail.</td>\n<td><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a></td>\n</tr>\n<tr>\n<td>PrivateWithdrawall  <br />VoucherNumber*</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated private withdrawal voucher.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>ReciptFile  <br />Id*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated receipt file.</td>\n<td>ReciptFileDTO*</td>\n</tr>\n<tr>\n<td>UpdateRes  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>SecondaryCompany  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated secondary company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>SecondaryVoucher  <br />Number</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated secondary voucher.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeDepartment  <br />Id</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The department identifier of the employee.</td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>and</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><p><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></p>\n</li>\n<li><p><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a></p>\n</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>PUT ExpenseEntryCreateRequest <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"eb13ee3a-e170-4531-a6fe-c40e13f49033"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5b6d6ccd-3daf-4291-beb6-b427e43d237b"}}],"_postman_id":"9ac0566d-880e-455b-a9d9-d96a1242a665"},{"name":"ExpenseEntryImport","item":[],"id":"df450de3-e672-4c6a-adfc-197d4d889bbd","description":"<p>Represents an expense entry import object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the expense entry import.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FileName</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The file name of the expense entry import.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ImportStatus</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated import status.</td>\n<td>wbEnum 810</td>\n</tr>\n<tr>\n<td>ImportDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was imported.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ErrorCount</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated error count.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RecordCount</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated record count.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreatedResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who created it.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated file import specification for the expense entry import.</td>\n<td>FileJournalFileImportSpecification</td>\n</tr>\n<tr>\n<td>ImportName</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The name of the expense entry import.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"752ed21a-dd31-497f-b80c-b78aa5851a4e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f25cd803-048d-4c52-9f0e-9563e62bca24"}}],"_postman_id":"df450de3-e672-4c6a-adfc-197d4d889bbd"},{"name":"ExpenseEntryImportDetail","item":[],"id":"693482ab-1a7d-4e5d-a391-833fab63fcd3","description":"<p>Represents an expense entry import detail object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the expense entry import detail.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenseEntry  <br />ImportId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated expense entry import.</td>\n<td><a href=\"#d2a98b8c-a345-4501-9462-8a9f7ad69434\">ExpenseEntryImport</a></td>\n</tr>\n<tr>\n<td>CreditCard  <br />Number  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated credit card.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreditorInfo</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated creditor information.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentInfo</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated payment information.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ExpenseDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was expensed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenseDescription</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The description of the associated expense.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyCode</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The code of the associated currency.  <br /></td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CurrencyAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UniqueTransaction  <br />Id  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The identifier of the associated unique transaction.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifer of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>ExpenseEntry  <br />TypeId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated expense entry type.</td>\n<td><a href=\"#47781143-9be1-4a87-8bed-9081077793c0\">ExpenseEntryType</a></td>\n</tr>\n<tr>\n<td>ErrorNumber</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated error number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated error message.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated temporary identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyRate</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated currency rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TransactionStatus</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated transaction status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenseEntry  <br />RecId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated expense entry record.</td>\n<td><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></td>\n</tr>\n<tr>\n<td>Location</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated location.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CountryCode</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The code of the associated country.  <br /></td>\n<td><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a></td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated country.</td>\n<td><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a></td>\n</tr>\n<tr>\n<td>MerchantCategory  <br />Code  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The code of the associated merchant category.</td>\n<td><a href=\"#4f323c95-e2f3-4bbd-abad-062d22388f77\">ExpenseEntryMerchantCategoryCode</a></td>\n</tr>\n<tr>\n<td>MerchantCode</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The code of the associated merchant.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ParkedRemark</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated parked remark.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was imported.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreditorId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated creditor.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>ReceiptFile</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated receipt file.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportCurrency  <br />Code  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The code of the associated import currency.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaxCode</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The code of the associated tax.  <br /></td>\n<td><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a></td>\n</tr>\n<tr>\n<td>TaxCode  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated tax code.</td>\n<td><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a></td>\n</tr>\n<tr>\n<td>ExpenseEntry  <br />Type  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The type of the associated expense entry.  <br /></td>\n<td><a href=\"#47781143-9be1-4a87-8bed-9081077793c0\">ExpenseEntryType</a></td>\n</tr>\n<tr>\n<td>VatLocation</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated VAT location.  <br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3da8e862-a13f-4907-8e46-1868f4283e23"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"cc1cc3b9-ef50-4e41-806a-d4a635c5c383"}}],"_postman_id":"693482ab-1a7d-4e5d-a391-833fab63fcd3"},{"name":"ExpenseEntryJustificationDTO","item":[],"id":"0ff0a821-da8e-4104-82a0-f4c89522577d","description":"<p>Represents an expense entry justification object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ExpenseEntry  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of associated expense entry.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenseEntry  <br />JustificationTemplate  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of associated expense entry justification template.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated instructions.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Details</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The details of the associated expense entry justification template.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><p><a href=\"#\">GET ExpenseEntryJustificationRequest</a> <em>(returns this resource)</em></p>\n</li>\n<li><p><a href=\"#\">POST SaveExpenseEntryJustificationRequest</a> <em>(returns this resource)</em></p>\n</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#dd9f7abf-bd5f-4372-bd66-bc122ea18c57\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6cb364e1-7f24-407f-b182-96c612726491"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f33e2860-9358-4659-8689-d5b4cc992280"}}],"_postman_id":"0ff0a821-da8e-4104-82a0-f4c89522577d"},{"name":"ExpenseEntryJustificationTemplateDetailDTO","item":[],"id":"3e8749a8-e62d-47ab-b8f7-a252132cde7f","description":"<p>Represents an expense entry justification template details object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TemplateId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the expense entry justification template details.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FieldId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the expense entry justification field.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FieldGroup</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated expense entry justification field group.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LabelText</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated label text.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IsMandatory</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />(int32)  <br />The flag that indicates whether or not the expense entry justification template details is mandatory.  <br />If true, the expense entry justification template details is mandatory. Otherwise, it is not</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />(int32)  <br />The flag that indicates whether or not the expense entry justification template details is active.  <br />If true, the expense entry justification template details is active. Otherwise, it is not</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DescriptionText</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The description text of the associated expense entry justification template detail.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><p><a href=\"#\">GET ExpenseJustificationTemplateDetailsRequest</a> <em>(returns this resource)</em></p>\n</li>\n<li><p><a href=\"#\">PATCH UpdateExpenseJustificationTemplateDetailRequest</a> <em>(returns this resource)</em></p>\n</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#dd9f7abf-bd5f-4372-bd66-bc122ea18c57\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6cb364e1-7f24-407f-b182-96c612726491"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f33e2860-9358-4659-8689-d5b4cc992280"}}],"_postman_id":"3e8749a8-e62d-47ab-b8f7-a252132cde7f"},{"name":"ExpenseEntryJustificationTemplateWithDetailsDTO","item":[],"id":"0f8d80f6-f580-49f6-a52c-771b83c31ae3","description":"<p>Represents an expense entry justification template with details object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the expense entry justification template with details.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the expense entry justification template with details.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />(int32)  <br />The flag that indicates whether or not the expense entry justification template with details is active.  <br />If true, the expense entry justification template with details is active. Otherwise, it is not</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Instructions</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated instructions.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Details</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The details of the associated expense entry justification template.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><p><a href=\"#\">GET ExpenseJustificationTemplate</a> <em>(returns this resource)</em></p>\n</li>\n<li><p><a href=\"#\">PUT CreateExpenseJustificationTemplate</a> <em>(returns this resource)</em></p>\n</li>\n<li><p><a href=\"#\">PUT CopyExpenseJustificationTemplateRequest</a> <em>(returns this resource)</em></p>\n</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#dd9f7abf-bd5f-4372-bd66-bc122ea18c57\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6cb364e1-7f24-407f-b182-96c612726491"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f33e2860-9358-4659-8689-d5b4cc992280"}}],"_postman_id":"0f8d80f6-f580-49f6-a52c-771b83c31ae3"},{"name":"ExpenseEntryMerchantCategoryCode","item":[],"id":"47394e1b-9da1-46d2-b8e7-dee26e48faa3","description":"<p>Represents a merchant category code object for an expense entry.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifer of the merchant category code for the expense entry.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenseEntry<br />TypeId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated expense entry type.</td>\n<td><a href=\"#47781143-9be1-4a87-8bed-9081077793c0\">ExpenseEntryType</a></td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the merchant category code for the expense entry.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#\">ExpenseEntryImportDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"00dc8858-7abd-4183-ab1d-44d41d0c627c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"11395ec2-eb82-4869-8be8-6c0c25e11f0d"}}],"_postman_id":"47394e1b-9da1-46d2-b8e7-dee26e48faa3"},{"name":"ExpenseEntryType","item":[],"id":"69b0f087-5bb3-4d14-84d3-b0f3d2b9bc04","description":"<p>Represents an expense entry type object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the expense entry type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em><br />The title (or name) of the expense entry type.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensePost<br />Type<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The type of the associated expense post.</td>\n<td>wbEnum 806</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the expense entry type is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>    </li>\n<li><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a>  </li>\n<li><a href=\"#4f323c95-e2f3-4bbd-abad-062d22388f77\">ExpenseEntryMerchantCategoryCode</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"39f7f393-a2ce-493c-9284-e7b5a29b9d91"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"bf6cbcf8-4caa-4a82-a17f-17a74e9b1970"}}],"_postman_id":"69b0f087-5bb3-4d14-84d3-b0f3d2b9bc04"},{"name":"FileType","item":[],"id":"4e20dc2a-4dac-4f37-95ec-3f7c59e0754a","description":"<p>Represents a file type object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the file type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Extension</td>\n<td>string</td>\n<td><em>Optional.</em><br />The extension of the file type.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated description.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Icon</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated icon.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IconFile</td>\n<td>string</td>\n<td><em>Optional.</em><br />The file for the associated icon.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>FinanceJournalFileImportSpecification</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b35c1e9e-74a6-4047-91e3-7bda05a380ce"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"193c1137-f9fa-4af1-ab64-9f1992065eb5"}}],"_postman_id":"4e20dc2a-4dac-4f37-95ec-3f7c59e0754a"},{"name":"FinanceAccount","item":[],"id":"803cb605-e9ab-4290-86b1-06f1b08ef68a","description":"<p>Represents a finance account object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the finance account.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated account.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountDescription</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The description of the associated account.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who is held responsible.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>AllowVendor  <br />Invoice  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows vendor invoice.  <br />If true, the finance account allows vendor invoice. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalAccount  <br />Number  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated external account number.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountType</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The type of account.</td>\n<td>wbEnum 101</td>\n</tr>\n<tr>\n<td>SumFrom</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated finance account where the sum is from.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>Blocked</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is blocked.  <br />If true, the finance account is blocked. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityVAT  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity VAT.</td>\n<td><a href=\"#7e0604c0-9b8a-4c83-b25e-3475a4cec257\">ActivityVAT</a></td>\n</tr>\n<tr>\n<td>Automatic</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is automatic.  <br />If true, the finance account is automatic. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReportPage  <br />Break  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has report page break.  <br />If true, the finance account has report page break. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReportIndentation</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated report indentation.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReportLine  <br />Feed  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated report line feed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LineStyle</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The style of the associated line.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LineNumber</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number of the associated line.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DimensionRequired</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int64)  <br />The bit representation of dimensions that are required.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DimensionNot  <br />Allowed  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int64)  <br />The bit representation of dimensions that are not allowed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code1</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 1.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code2</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 2.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code3</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 3.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code4</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 4.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code5</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 5.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated comment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaxCode  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated tax code.</td>\n<td><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a></td>\n</tr>\n<tr>\n<td>ExternalReference</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated external reference.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who created it.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#abdc225c-d416-4f8c-9635-dbad4a4c282f\">AccountGroup</a></li>\n<li><a href=\"#197ede17-d788-4cf2-96f8-d0ff8472e98e\">Bank</a></li>\n<li>Company</li>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></li>\n<li><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li><a href=\"#118477af-541a-414f-a1ad-0c34f32e639e\">FinanceJournalHeader</a></li>\n<li>FinancialPartner</li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></li>\n<li><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a></li>\n<li><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a></li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5cf68b58-2845-4793-8a66-101aa14475cd"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d7bce574-fb4b-4551-bf54-caa4b3110fa6"}}],"_postman_id":"803cb605-e9ab-4290-86b1-06f1b08ef68a"},{"name":"FinanceJournalHeader","item":[],"id":"35082b7d-ba36-4e52-95ce-9737f622185e","description":"<p>Represents a finance journal header object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the finance journal header.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>JournalName</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the associated journal.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Automatic</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is automatic.<br />If true, the finance journal is automatic. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Blocked</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is blocked.<br />If true, the finance journal is blocked. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemplateJournal<br />Number<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated template journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemplateInclude<br />Amounts<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the amounts are included.<br /> If true, the amounts are included. Otherwise, they are not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowAccount<br />Id1<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated show account 1.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>ShowAccount<br />Id2<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated show account 2.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>ShowAccount<br />Id3<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated show account 3.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>ShowAccount<br />Id4<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated show account 4.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>FinanceSequence<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated finance sequence.</td>\n<td><a href=\"#5b2c52a9-3b71-4e1f-9fb5-3f3c1174a8e1\">FinanceSequence</a></td>\n</tr>\n<tr>\n<td>BankId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated bank.</td>\n<td><a href=\"#197ede17-d788-4cf2-96f8-d0ff8472e98e\">Bank</a></td>\n</tr>\n<tr>\n<td>DefaultTransaction<br />Type<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated default transaction type.</td>\n<td>wbEnum 105</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Company</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"12c32c74-e0cb-4c8a-843b-09a67569d15d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7fcd02a6-daa0-48c7-91ce-ca3368c24a15"}}],"_postman_id":"35082b7d-ba36-4e52-95ce-9737f622185e"},{"name":"FinancePostingConfigurationDimension","item":[],"id":"490afda9-d37d-4613-959d-616586f38bbe","description":"<p>Represents a dimension object for finance posting configuration.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the dimension for finance posting configuration.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em><br />The title of the dimension for finance posting configuration.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>FinancePosting<br />ConfigurationId<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated finance posting configuration.</td>\n<td><a href=\"#c0552db8-8647-4739-925d-b01187ad2edf\">PostSpecification</a></td>\n</tr>\n<tr>\n<td>Billable</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it only applies to billable jobs.<br />If true, the dimension for finance posting configuration only applies to billable jobs. Otherwise, it only applies to non-billable jobs.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EnableFor<br />ClientJobs<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is enabled for client jobs.<br />If true, the dimension for finance posting configuration is enabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EnableFor<br />ProspectJobs<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is enabled for prospect jobs.<br />If true, the dimension for finance posting configuration is enabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OnlyProject<br />RetainerDelivery<br />Jobs</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is only for project retainer delivery jobs.<br />If true, the dimension for finance posting configuration is only for project retainer delivery jobs. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DimensionNumber</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number of the dimension.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DimensionDetail<br />Id<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number that determines the order of priority in case the system finds multiple dimension candidates for finance posting configuration that is associated with a single job. The lowest priority will be selected in this case.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c4658743-cabe-4fd7-9cf8-0c350505806a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"44ca15f9-fae5-4cf8-84b8-27f2e3adf419"}}],"_postman_id":"490afda9-d37d-4613-959d-616586f38bbe"},{"name":"FinanceSequence","item":[],"id":"568372c3-a3ee-4a8c-aa40-47f3bf54c7b2","description":"<p>Represents a finance sequence object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the finance sequence.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n<td><em>Required.</em><br />The code of the finance sequence.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the finance sequence.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Start</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The start of the finance sequence.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>End</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The end of the finance sequence.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUsed</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The last used finance sequence.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Prefix</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated prefix.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated suffix.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated temporary identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Uninterrupted</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is uninterrupted.<br />If true, the finance sequence is uninterrupted. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryLast<br />Used<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The temporary last used finance sequence.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SequenceType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated sequence type.</td>\n<td>wbEnum 671</td>\n</tr>\n<tr>\n<td>ChequeUse*</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is for check use.<br />If true, the finance sequence is for check use. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Company  </li>\n<li><a href=\"#118477af-541a-414f-a1ad-0c34f32e639e\">FinanceJournalHeader</a>  </li>\n<li><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f8fb3a19-1867-4cdc-bc4f-589e94858497"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5b6f84a9-b727-467f-8eb0-c7f64b91448f"}}],"_postman_id":"568372c3-a3ee-4a8c-aa40-47f3bf54c7b2"},{"name":"FollowupPriceQuoteRequiredApprovalConfirmation*","item":[],"id":"9d985695-1722-460d-9ec2-b8a86ce43515","description":"<p>Represents a follow up price quote required approval confirmation object.</p>\n<p><em>* See</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the price quote required approval confirmation.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StatusId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the current associated price quote status.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"9d985695-1722-460d-9ec2-b8a86ce43515"},{"name":"GenderTerm","item":[],"id":"a8699f0b-dcf7-4549-85c4-615e1260790f","description":"<p>Represents a gender term object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the gender term.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The title of the associated gender term.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#\">GenderTermTranslation</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#\">GET GenderTermRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#\">GET GenderTermsRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#\">PUT GenderTermInsertRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"a8699f0b-dcf7-4549-85c4-615e1260790f"},{"name":"GenderTermTranslation","item":[],"id":"0e62b94f-73b4-4544-9abc-bdfd2acaf3ed","description":"<p>Represents a gender term translation object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>GenderTerm  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the gender term.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LCID</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The language of the gender term translation.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The title of the associated gender term translation.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#\">GET GenderTermsTranslationsRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#\">POST GenderTermUpdateRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"0e62b94f-73b4-4544-9abc-bdfd2acaf3ed"},{"name":"HolidayCalendarHeader","item":[],"id":"b1485170-627f-4e30-8e76-5df07bfa938b","description":"<p>Represents a holiday calendar header object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the holiday calendar header.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CalendarName</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the calendar.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Company  </li>\n<li>Employee</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"dccf0832-5089-42fe-bfe3-dc699240228b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"75ed604c-0048-45f5-956a-8cb9c0d97008"}}],"_postman_id":"b1485170-627f-4e30-8e76-5df07bfa938b"},{"name":"HolidayVisualization","item":[],"id":"d56a159b-cfdf-4b8b-aa43-4b0e638082b3","description":"<p>Represents a visualization object for holiday calendar.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the holiday calendar.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The date of the holiday calendar to look at.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The title of the associated holiday calendar.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RGB</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The associated color used of the holiday calendar.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DayType  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated day type.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#014b1a1c-8aef-40ce-8612-c0518d6ce41c\">GET HolidayVisualizationRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"d56a159b-cfdf-4b8b-aa43-4b0e638082b3"},{"name":"Invoice","item":[],"id":"7bc0086c-7295-40b2-80d2-b9fafe2183d7","description":"<p>Represents an invoice object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>string</td>\n<td><em>Optional.</em><br />The number of the invoice.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TypeId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int16)<br />The identifier of the associated type.</td>\n<td>wbEnum 44</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>string</td>\n<td><em>Required.</em><br />(date-time)<br />The invoice date.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>ResponsibleResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who is held responsible.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Optional.</em><br />The title of the invoice.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Headline</td>\n<td>string</td>\n<td><em>Optional.</em><br />The headline for the invoice.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Introduction</td>\n<td>string</td>\n<td><em>Optional.</em><br />The introduction for the invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Optional.</em><br />The comment for the invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DebtorId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated debtor.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>DebtorLabel</td>\n<td>string</td>\n<td><em>Optional.</em><br />The label for the associated debtor.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DebtorAttention</td>\n<td>string</td>\n<td><em>Optional.</em><br />The attention line for the associated debtor.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VATPercent</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated VAT percentage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LanguageId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated language.</td>\n<td><a href=\"#bd62c946-067c-42b3-83fe-c5bf088d47ec\">LanguageDTO</a></td>\n</tr>\n<tr>\n<td>ApprovalResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the approval.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the invoice was approved.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PrintDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the invoice was printed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExportDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the invoice was exported.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExportResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who exported.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>PrintResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who printed.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>CustomerOrder<br />Number<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The number of the customer order.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerOrder<br />NumberTitle<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The title of the customer order number.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerReference<br />AccountNumber<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The reference account number for the customer.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The number of the associated account.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DebtorCompany<br />Number<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The number of the debtor company.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowPhases</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated phases shown.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowPhase<br />Price<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its phase price is shown.<br />If true, the phase price for the invoice is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowPhase<br />Number<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its phase number is shown.<br />If true, the phase number for the invoice is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowLines</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated lines shown.</td>\n<td>wbEnum  443</td>\n</tr>\n<tr>\n<td>ShowLine<br />Price<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its line price is shown.<br />If true, the line price for the invoice is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowLine<br />Hours<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its line hour is shown.<br />If true, the line hour for the invoice is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowLine<br />HoursPrice<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its line hour price is shown.<br />If true, the line hour price for the invoice is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowDividing<br />Lines<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its dividing line is shown.<br />If true, the dividing line for the invoice is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DoIndent<br />Lines<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it indents lines.<br />If true, the invoice indents lines. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowDecimals</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its decimal value is shown.<br />If true, the decimal value for the invoice is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowCurrency</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its currency is shown.<br />If true, the currency for the invoice is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowVAT<br />Percent<br /></td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not its VAT percentage is shown.<br />If true, the VAT percentage for the invoice is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountNet</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated net amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountVat*</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated VAT amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountTot</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated total amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JournalNumber</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number of the associated journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PayTerm<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated payment term.</td>\n<td><a href=\"#e419cd5c-683f-4074-b61c-f4c338ab196a\">PaymentTerms</a></td>\n</tr>\n<tr>\n<td>DueDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the invoice is due.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreditNote<br />CloseJob<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its job is closed on credit note.<br />If true, the job for the invoice is closed on credit note. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InternalComment</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated internal comment.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MainInvoice<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated main invoice.</td>\n<td><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a></td>\n</tr>\n<tr>\n<td>MainInvoice</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is a main invoice.<br />If true, the invoice is a main invoice. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountNet<br />Currency<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated net currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountVat<br />Currency*<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated VAT currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountTotal<br />Currency<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated total currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the invoice was posted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EAN</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated European article number (EAN) or international article number.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountNet<br />VatAttract*<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated VAT attract net amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountNet<br />VatAttract*<br />Currency</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated VAT attract net currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PayMode<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated payment mode.</td>\n<td>PayMode</td>\n</tr>\n<tr>\n<td>PayMode<br />IdentificationNo<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The number of the associated payment mode identification.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PayMode<br />CheckDigit<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int16)<br />The digit for the associated payment mode check.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PayMode<br />IdentificationLine<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The line of the associated payment mode identification.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PayMode<br />AccountNo<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The number of the associated payment mode account.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PayMode<br />DebtorAnnotation<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The debtor annotation for the associated payment mode.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyName</td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the associated company.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyAddress<br />Label<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The address label of the associated company.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyPay<br />Text<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The text for the associated company payment.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>KIDnum*</td>\n<td>string</td>\n<td><em>Optional.</em><br />The number of the associated Kunde ID (KID).<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateRes<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last moodification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>FileCopy<br />DraftVersion<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The draft version of the file copy.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FileCopy<br />FinalVersion<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The final version of the file copy.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BankReg<br />No<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The number of the associated bank registration.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BankAcc<br />No<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The number of the associated bank account.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BankName</td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the associated bank.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>eTransfer<br />Date<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the electronic transfer was made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>eTransfer<br />ResId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the electronic transfer.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UseAct<br />Grouping<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it uses activity grouping.<br />If true, the invoice uses activity grouping. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated status.</td>\n<td>wbEnum 444</td>\n</tr>\n<tr>\n<td>PartialInvoice<br />ExpPost<br />CheckAmount</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The posted check amount of the associated partial invoice expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PartialInvoice<br />ExpPost<br />IsApproved</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its posted partial invoice expense is approved.<br />If true, the posted partial invoice expense for the invoice is approved. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ArpVat<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated accounts receivable or payable VAT.</td>\n<td><a href=\"#97f02ae3-6b62-408b-bbe7-e52aeaddebf8\">AccountReceiveableOrPayableVAT*</a></td>\n</tr>\n<tr>\n<td>ImportCd</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated import code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DeliveryArp<br />AccId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated delivery accounts receivable or payable account.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>DeliveryDebtor<br />Attention<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The attention-to contact of the associated delivery debtor.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReverseCharge</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it has a reverse charge.<br />If true, the invoice has a reverse charge. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PayTerm<br />Text<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The text for the associated payment term.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentDate<br />RefOnly<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The reference-only date and time stamp for when the payment was made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReportLayout<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated report layout.</td>\n<td><a href=\"#48cf1138-45f7-46e7-beab-7cb856bd52c6\">ReportLayout</a></td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CurrencyRate</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated currency rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The associated currency date.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DoNot<br />Capitalize<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is not to be capitalized.<br />If true, the invoice is not to be capitalized. Otherwise, it is.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SubscriptionCustomer<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated subscription customer.</td>\n<td>SubscriptionCustomer</td>\n</tr>\n<tr>\n<td>UDC1</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated user-defined code 1.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC2</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated user-defined code 2.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC3</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated user-defined code 3.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC4</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated user-defined code 4.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC5</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated user-defined code 5.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SalesDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the sales occurred.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CorrectionInvoice<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated correction invoice.</td>\n<td><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a></td>\n</tr>\n<tr>\n<td>AmountIn<br />Words<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated amount in words.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NumberNumeric</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated amount in numeric format.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SubInvoice</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is a sub-invoice.<br />If true, the invoice is a sub-invoice. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TmpCd</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated temporary code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TmpId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated temporary identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaxCode<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated tax code.</td>\n<td><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a></td>\n</tr>\n<tr>\n<td>EliminatePart<br />Invoice<br /></td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not it eliminates part invoices.<br />If true, the invoice eliminates part invoices. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PartInvoice<br />Eliminated<br /></td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not its part invoice is eliminated.<br />If true, the part invoice of the invoice is eliminated. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReportWatermark<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated report watermark.</td>\n<td><a href=\"#20e6022c-75ea-4a25-8e03-88b18726195a\">ReportWatermark</a></td>\n</tr>\n<tr>\n<td>PaymentStatus<br />ForSystems<br />WithoutFinance</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated payment status for systems without finance.<br />When set, this should only ever be 10 (Under preparation) or 70 (Invoice &amp; Booked).<br />In addition, this is enabled for use by system variable 787 (Manual invoce status).<br /></td>\n<td>wbEnum 444</td>\n</tr>\n<tr>\n<td>ShowPart<br />InvoiceExpense<br />Details</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its part invoice expense detail is shown.<br />If true, the part invoice expense detail for the invoice is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalReference</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated external reference.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IncludeVouchers</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number of vouchers included.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Internal</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is internal.<br />If true, the invoice is an internal invoice. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FinalInvoice<br />MethodComment<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The comment for the associated final invoice method.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FinalInvoice<br />Method<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated final invoice method.</td>\n<td>wbEnum 953</td>\n</tr>\n<tr>\n<td>FinalInvoice<br />MethodLast<br />UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the last modification of the final invoice method was made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FinalInvoice<br />MethodUpdate<br />ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification to the final invoice method.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>RemainingBilling<br />Amount<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated remaining billing amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OriginPrice<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated original price.</td>\n<td><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a></td>\n</tr>\n<tr>\n<td>RetainerProject<br />DeliveryJob<br />PriceId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated job price for the retainer project delivery job.</td>\n<td><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> and <strong>Resource Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Customer  </li>\n<li>Subscription   </li>\n<li>SubscriptionCustomer  </li>\n<li><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a></li>\n<li><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d0889993-acf4-4f6e-8b91-297a435fd556"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0edcf10c-139f-4202-b64c-f2a4af05fc7a"}}],"_postman_id":"7bc0086c-7295-40b2-80d2-b9fafe2183d7"},{"name":"InvoicesBatch","item":[],"id":"9b1285b7-2aa6-4d67-a21c-0f32cccd8a23","description":"<p>Represents an invoice batch object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the batch invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated name of the batch invoice object.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated batch invoice status.</td>\n<td>wbEnum 1</td>\n</tr>\n<tr>\n<td>SearchCriteria</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated batch invoice search criteria.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateResource  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the create resource.</td>\n<td><a href=\"#\">Resource</a></td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Required.</em> (date-time)  <br />The date and time stamp from when the batch invoice is created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ScheduledDate</td>\n<td>string</td>\n<td><em>Optional.</em> (date-time)  <br />The date and time stamp from when the batch invoice is scheduled.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Required.</em> (date-time)  <br />The date and time stamp from when the batch invoice is updated.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td><a href=\"#\">Company</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#\">PUT InvoicesBatchInsertRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"9b1285b7-2aa6-4d67-a21c-0f32cccd8a23"},{"name":"InvoicesConvertAmountResponse","item":[],"id":"f916c068-a03d-4656-8fa0-1519be562435","description":"<p>Represents an invoices convert amount response object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InvoiceConverted  <br />Amounts</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The list of the converted amounts.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#38a5746c-ca43-47bf-ad9b-f45fd2e996ad\">POST InvoicesConvertAmountRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"f916c068-a03d-4656-8fa0-1519be562435"},{"name":"InvoiceConvertedAmountVisualization","item":[],"id":"290828d3-d689-47f5-8273-75fd0a903180","description":"<p>Represents a visualization object for invoice convert amount.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>InvoiceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The invoice identifier of the converted amounts.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ConvertedInvoice  <br />Amount</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The list of the converted amounts.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#38a5746c-ca43-47bf-ad9b-f45fd2e996ad\">POST InvoicesConvertAmountRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"290828d3-d689-47f5-8273-75fd0a903180"},{"name":"InvoiceDeleteResponse","item":[],"id":"e2cdd027-54a6-4f1e-886d-cd1d12f90fc7","description":"<p>Represents an invoice delete response object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IsDeleted</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the invoice response is deleted.  <br />If true,the invoice response is deleted. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated error message.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#\">DELETE InvoicesDeleteRequest</a> (returns this resource)</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#dd9f7abf-bd5f-4372-bd66-bc122ea18c57\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6350d62f-94f7-43fc-b191-ffd638cb5400"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"07073722-495d-4be3-9444-a9e53ada2a98"}}],"_postman_id":"e2cdd027-54a6-4f1e-886d-cd1d12f90fc7"},{"name":"InvoicePartialInvoiceVisualization","item":[],"id":"975a5001-2909-4de5-95b0-14dd637f49e2","description":"<p>Represents the visualization object for a given invoice partial invoice.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the given invoice partial invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated invoice.</td>\n<td><a href=\"#\">Invoice</a></td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#\">Job</a></td>\n</tr>\n<tr>\n<td>ExpenditureType</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The type of the associated expenditure.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenditureType  <br />Text</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated expenditure type text.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceSource  <br />Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated reference source.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceRegistration  <br />Date</td>\n<td>string</td>\n<td><em>Optional.</em> (date-time)  <br />The date and time stamp from when the reference is registered.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceFile  <br />Number</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number of the associated reference file.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceFile  <br />NumberText</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated reference file number text.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenditureDescription</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The description of the associated expenditure.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The number of the associated reference file.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Selected</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the partial invoice is seleted.  <br />If true, the partial invoice is seleted. Otherwise it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Locked</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the partial invoice is locked.  <br />If true, the partial invoice is locked. Otherwise it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em> (date-time)  <br />The date and time stamp from when the partial invoice is updated.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated resource who updated the partial invoice.</td>\n<td><a href=\"#\">Resource</a></td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated update.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity.</td>\n<td><a href=\"#\">Activity</a></td>\n</tr>\n<tr>\n<td>ActivityText</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated activity text.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DoInvoice</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the partial invoice is done.  <br />If true, the partial invoice is done. Otherwise it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The number of the associated partial invoice amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Billable</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the partial invoice is billable.  <br />If true, the partial invoice is billable. Otherwise it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task.</td>\n<td><a href=\"#\">Task</a></td>\n</tr>\n<tr>\n<td>TaskDescription</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated task description.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceSource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated reference source.</td>\n<td><a href=\"#\">Resource</a></td>\n</tr>\n<tr>\n<td>TaxCode  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task code.</td>\n<td><a href=\"#\">Task</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#\">PUT InvoicesBatchInsertRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"975a5001-2909-4de5-95b0-14dd637f49e2"},{"name":"Job","item":[],"id":"1e7dc658-143d-48ed-8cb2-62cb2d75499a","description":"<p>Represents a job object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the job.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the job.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated project.</td>\n<td><a href=\"#6241e3de-12af-4175-a4cb-f9b3bfd2e98d\">CustomerProject</a></td>\n</tr>\n<tr>\n<td>StatusId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated status.</td>\n<td>wbEnum 33</td>\n</tr>\n<tr>\n<td>JobType  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job type.</td>\n<td><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></td>\n</tr>\n<tr>\n<td>Statusnote*</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The note for the associated status.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NextStep  <br />note*  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The note for the associated next step.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InternalNote</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated internal note.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NextStep  <br />Dato*  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the next step.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LeveringsDato*</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was delivered.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the job has ended.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated employee who is held responsible.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>TeamId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated team.</td>\n<td><a href=\"#7071c42a-1614-4432-bceb-4dfd30ef9027\">ResourceTeam</a></td>\n</tr>\n<tr>\n<td>Public</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is public.  <br />If true, the job is public. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobReference  <br />Key  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated job reference key.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the job was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Billable</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is billable.  <br />If true, the job is billable. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompletePhase</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(single)  <br />The number of completed phases.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobTask  <br />Active  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its task is active.  <br />If true, the task for the job is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobTask  <br />UseAll  <br />Days</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its task uses all days.  <br />If true, the task for the job uses all days. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobResponsible  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated employee who is held responsible for the job.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>TimeEntry  <br />Allowed  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int16)  <br />The number that indicates whether or not it allows time entry.  <br />If true, the job allows time entry. Otherwise, it does not.  <br /></td>\n<td>wbEnum 121</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The description of the job.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FolderExtra</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated extra folder.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FolderArchived</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its folder is archived.  <br />If true, the folder for the job is archived. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Prostatus  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated production status.</td>\n<td><a href=\"#ad4a658c-0be9-4077-9fb3-c548832d32c8\">ProductionStatus</a></td>\n</tr>\n<tr>\n<td>ProductId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated product.</td>\n<td><a href=\"#85292f2b-bf03-416d-af91-4114187cc2f2\">Product</a></td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the job has started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ContactId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated contact.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ClientProduct  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer product.</td>\n<td><a href=\"#61d485d6-0f61-4bc7-a836-3fe7b2896d0b\">CustomerProduct</a></td>\n</tr>\n<tr>\n<td>AdminOnly</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is for admin only.  <br />If true, the job is for admin only. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JournalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number of the associated journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerOrder  <br />Number  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated customer order.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code01</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 1.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code02</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 2.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code03</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 3.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code04</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 4.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code05</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 5.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemplateJob</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a template.  <br />If true, the job is a template. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the job was posted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SupplementaryText  <br />Requested  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its supplementary text is requested.  <br />If true, supplementary text for the job is requested. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyDepartment  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated company department.</td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n<tr>\n<td>ExpAcc  <br />Mtd  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated expense account method.</td>\n<td>wbEnum 165</td>\n</tr>\n<tr>\n<td>ExpDefault  <br />AccId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated expense default account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>CreateEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who created it.</td>\n<td>Employee</td>\n</tr>\n<tr>\n<td>DebtorId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated debtor.  <br />For master and delivery jobs on retainer projects, this debtor must be the same. Updating the debtor on master jobs will also update the debtor on all delivery jobs for the same project.  <br /></td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>ChkList  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated checklist.</td>\n<td><a href=\"#81c3e09d-e13f-4f8a-be0d-4ff162414efe\">SetupCheckList</a></td>\n</tr>\n<tr>\n<td>PostMethod  <br />Time  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated post method for time.</td>\n<td>wbEnum 4</td>\n</tr>\n<tr>\n<td>PostMethod  <br />Mat  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated post method for materials.</td>\n<td>wbEnum 4</td>\n</tr>\n<tr>\n<td>PostMethod  <br />Ext  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated post method for externals.</td>\n<td>wbEnum 4</td>\n</tr>\n<tr>\n<td>IsMedia  <br />Job  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a media job.  <br />If true, the job is a media job. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlexTime  <br />RegDisabled  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its flex time registration is disabled.  <br />If true, the flex time registration for the job is disabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Dim1</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 1.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim2</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 2.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim3</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 3.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim4</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 4.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim5</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 5.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim6</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 6.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim7</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 7.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim8</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 8.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim9</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 9.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim10</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 10.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated country.</td>\n<td><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a></td>\n</tr>\n<tr>\n<td>DivisionId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated division.</td>\n<td>[SettingsDivisionDTO](Retrieving data. Wait a few seconds and try to cut or copy again.)</td>\n</tr>\n<tr>\n<td>RegionId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated region.</td>\n<td><a href=\"#6e3bf4ca-faf8-4bd5-b700-48658b3ba28e\">Region</a></td>\n</tr>\n<tr>\n<td>PlatformId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated platform.</td>\n<td><a href=\"#cb7d7e74-1759-4a9b-a306-4f395ff1106e\">SettingsPlatforms</a></td>\n</tr>\n<tr>\n<td>QualityLevel  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated quality level.</td>\n<td><a href=\"#2e45d754-98be-42ba-af31-a127f82ef0cd\">QualityLevel</a></td>\n</tr>\n<tr>\n<td>ExternalNum</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated external number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCd</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated external code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostSpec  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated post specification.</td>\n<td><a href=\"#c0552db8-8647-4739-925d-b01187ad2edf\">PostSpecification</a></td>\n</tr>\n<tr>\n<td>VoucherRegistration  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows voucher registration.  <br />If true, the job allows voucher registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialReg  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows material registration.  <br />If true, the job allows material registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustGrp  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer group.</td>\n<td><a href=\"#55de9689-726b-4cbb-9468-7507b4e7ea6d\">CustomerGroup</a></td>\n</tr>\n<tr>\n<td>CustSegment  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer segment.</td>\n<td><a href=\"#e27a280f-b5bb-45aa-a94b-ea0fc03434a4\">CustomerSegment</a></td>\n</tr>\n<tr>\n<td>RetainerJob</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a retainer job.  <br />If true, the job is a retainer job. Otherwise, it is not.  <br /><strong>NOTE:</strong> This is used for the old deprecated retainer job setup. The new setup uses the <strong>ProjectRetainerMasterJob</strong> and <strong>ProjectRetainerDeliveryJob</strong> fields.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportCd</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated import code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BonusType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated bonus type.</td>\n<td>wbEnum 517</td>\n</tr>\n<tr>\n<td>BonusResource  <br />ShareType  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated bonus resource share.</td>\n<td>wbEnum 518</td>\n</tr>\n<tr>\n<td>BonusAdmin  <br />FeeMinimum  <br />Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The minimum amount of the associated bonus admin fee.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BonusExpence  <br />DeductMethod  <br />ExtExp*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated bonus expense method of deduction for external expense.</td>\n<td>wbEnum 518</td>\n</tr>\n<tr>\n<td>BonusExpence  <br />DeductMethod  <br />Mat*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated bonus expense method of deduction for material.</td>\n<td>wbEnum 518</td>\n</tr>\n<tr>\n<td>BonusExpence  <br />DeductMethod  <br />Time*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated bonus expense method of deduction for time.</td>\n<td>wbEnum 518</td>\n</tr>\n<tr>\n<td>BonusCalc  <br />TS  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the bonus calculation in timesheets.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobAccess  <br />Type  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated job access type.</td>\n<td>wbEnum 1086</td>\n</tr>\n<tr>\n<td>SalesManager  <br />EmpId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who serves as the sales manager.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ProductionManager  <br />EmpId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who serves as the production manager.</td>\n<td>Employee</td>\n</tr>\n<tr>\n<td>EmployeeAccess  <br />Type  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated employee access.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalUser  <br />AccessType  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated external user access.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PricelistID</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated price list.</td>\n<td><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">PriceList</a></td>\n</tr>\n<tr>\n<td>ProfitCenter  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated profit center.</td>\n<td><a href=\"#0f56c4cd-4b10-4d81-93c6-2ff28b3ec261\">ProfitCenter</a></td>\n</tr>\n<tr>\n<td>PracticeArea  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated practice area.</td>\n<td><a href=\"#377237be-3208-4470-91a7-b38d747965f2\">PracticeArea</a></td>\n</tr>\n<tr>\n<td>ConsultingCenter  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated consulting center.</td>\n<td><a href=\"#e9d059b8-d0f1-4f2a-8b76-c51e6521e206\">ConsultingCenter</a></td>\n</tr>\n<tr>\n<td>TechnologyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated technology.</td>\n<td><a href=\"#8dcf03b6-9ca1-41c0-870d-df401fe0e622\">SettingsTechnology</a></td>\n</tr>\n<tr>\n<td>MileageSale  <br />Override  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of the associated mileage sale override.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PipelineId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated pipeline.</td>\n<td><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></td>\n</tr>\n<tr>\n<td>SubsistenceAllowance  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows subsistence allowance.  <br />If true, the job allows subsistence allowance. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MileageEntry  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows mileage entry.  <br />If true, the job allows mileage entry. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BillingExternal  <br />ExpenseType  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated billing external expense.</td>\n<td>wbEnum 696</td>\n</tr>\n<tr>\n<td>BillingExternal  <br />ExpenseUnit  <br />Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The unit amount of the associated billing external expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BillingMileage  <br />Type  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated billing mileage.</td>\n<td>wbEnum 696</td>\n</tr>\n<tr>\n<td>BillingMileage  <br />UnitAmount  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The unit amount of the associated billing mileage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BillingTime  <br />EntryTravel  <br />TimeType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated billing time entry.</td>\n<td>wbEnum 696</td>\n</tr>\n<tr>\n<td>BillingTime  <br />EntryTravel  <br />TimeUnit  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The unit amount for the travel time of the associated billing time entry.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DoMake  <br />WipAdjustment  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it handles work-in-progress (WIP) adjustment.  <br />If true, the job handles WIP adjustment. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeEntry  <br />Instruction  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated time entry instruction.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceLookup  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the price lookup.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenseEntry  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows expense entry.  <br />If true, the job allows expense entry. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SubsistenceAllowance  <br />GrpId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated subsistence allowance group.</td>\n<td><a href=\"#5c67df77-ce5d-4a5a-81a6-c03fae90711c\">SubsistencePriceList</a></td>\n</tr>\n<tr>\n<td>MileageGrp  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated mileage group.</td>\n<td><a href=\"#6b720b63-56d8-489c-bbf0-64ff4a963686\">MileageRateGroup</a></td>\n</tr>\n<tr>\n<td>MatGrp  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated material price list.</td>\n<td><a href=\"#84da7ea4-ac8e-42e4-93eb-e6aebd85d429\">MaterialPriceList</a></td>\n</tr>\n<tr>\n<td>LastReview</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the job was last reviewed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TicketCoupon  <br />Type  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated ticket coupon.</td>\n<td>wbEnum 802</td>\n</tr>\n<tr>\n<td>DeliveryDeptor  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated delivery debtor.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>SupportTicket  <br />Enable*  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has support ticket enabled.  <br />If true, the job has support ticket enabled. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling  <br />Time  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated adjustment handling time.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling  <br />Mat  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated adjustment handling material.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling  <br />ExtExp  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated adjustment handling external expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling  <br />ExtExp  <br />Cost</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated adjustment handling external expense cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling  <br />ExtraDiscount  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated adjustment handling extra discount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FinalInvoice  <br />Method  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated final invoice method.</td>\n<td>wbEnum 953</td>\n</tr>\n<tr>\n<td>RemainingBilling  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated remaining billing amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdate  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdate  <br />ResourceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>FinanceManager  <br />EmployeeId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who serves as the finance manager.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>FinalInvoice  <br />MethodComment  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The comment for the associated final invoice method.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PurchaseOrder  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows purchase order.  <br />If true, the job allows purchase order. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectRetainer  <br />MasterJob  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a master job for a retainer project.  <br />If true, the job is a master job for a retainer project. Otherwise, it is not.  <br /><strong>NOTE:</strong> This is used for the new retainer job setup together with the <strong>ProjectRetainerDeliveryJob</strong> field. The old set up uses the <strong>RetainerJob</strong> field.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectRetainer  <br />DeliveryJob  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a delivery job for a retainer project.  <br />If true, the job is a delivery job for a retainer project. Otherwise, it is not.  <br /><strong>NOTE:</strong> This is used for the new retainer job setup together with the <strong>ProjectRetainerMasterJob</strong> field. The old set up uses the <strong>RetainerJob</strong> field.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CapitalizeSales  <br />Invoice*  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its sales invoice is capitalized.  <br />If true, the sales invoice for the job is capitalized. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeAnd  <br />Material*  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has time and material.  <br />If true, the job has time and material. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FinancePosting  <br />ConfigurationDimension  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated dimension for finance posting configuration.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>PayWhen  <br />Paid  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it pays when paid.  <br />If true, the job pays when paid. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostingCode  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated costing code.</td>\n<td><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>AbsenceRequest</li>\n<li><a href=\"#b5f58e93-8ae2-4275-9dba-05ea4ce52e8e\">CostingCodeValidation</a></li>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></li>\n<li><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li><a href=\"#1b2946b9-1ba9-42f4-9e83-a71c161b8c77\">ExpendituresMaterialsAll</a></li>\n<li>ExpendituresPurchasesAll</li>\n<li><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></li>\n<li>FinancialPartner</li>\n<li><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a></li>\n<li><a href=\"#f2a097e6-4a43-4f51-8db0-c4ef87ea3d39\">JobPlan</a></li>\n<li><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a></li>\n<li><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a></li>\n<li><a href=\"#4bbbb678-d5e6-4635-8743-d438b2dd4822\">JobStatus</a></li>\n<li><a href=\"#97cc3169-51bb-4583-9b8a-6c462a13e584\">JobSubsistenceAllowance</a></li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a></li>\n<li><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a></li>\n<li><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></li>\n<li><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">PriceList</a></li>\n<li><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></li>\n<li>ResourceVacation</li>\n<li><a href=\"#18650858-7a89-49a6-b3a3-56d7c92239ca\">ServiceLine</a></li>\n<li><a href=\"#7a7b1453-47dc-42e2-b157-666fe3f63dd2\">TaskJobIdVisualization</a></li>\n<li><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a></li>\n<li><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#37e8a402-44de-47b0-8cc6-9135ac74807b\">GET CostingCodesTasksRequest</a></li>\n<li><a href=\"#a82e417b-82ca-445d-92f5-148f5a7afb49\">GET TasksRequest</a></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"38fbf28a-88c9-4311-bd4d-53b36dba1ac1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d5544333-b31f-4ff9-ae57-ff315550c29b"}}],"_postman_id":"1e7dc658-143d-48ed-8cb2-62cb2d75499a"},{"name":"JobEconomyVisualization","item":[],"id":"6bec062f-2da4-4a90-a441-ee5259da7890","description":"<p>Represents a visualization object for a job economy.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the visualization for the job economy.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>JobCurrency  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job currency.  <br /></td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>PriceHours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The estimated amount of the registered hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceHours  <br />Cost  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The estimated cost amount of the registered hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceHours  <br />Sale  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The estimated sale amount of the hourly rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceMaterial  <br />Sale  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The estimated sale amount of the materials.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceExternal  <br />Cost  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The estimated cost amount for the materials.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The estimated amount of the price quote line in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceAmount  <br />GP  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total estimated gross profit of the price quote in company currency. Calculated by <strong>JobPriceActivity.AmountNet</strong> - (<strong>JobPriceActivity.ExternalCost</strong> * <strong>JobPriceActivity.ExternalUnitNumber</strong>).</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceAmount  <br />Draft  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The estimated amount of the draft price quote line in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesTime  <br />Hours  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of registered hours on the different expense types.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesTime  <br />Cost  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The cost amount of registered hours on the different expense types.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesTime  <br />Sale  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The sale amount of registered hours on the different expense types.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesMaterial  <br />Cost  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The cost amount of material expenses.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesMaterial  <br />Sale  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The sale amount of material expenses.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesExternal  <br />Cost  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The cost amount of external cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesExternal  <br />Sale  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The sale amount of external cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesRequired  <br />Cost  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount of all purchase orders.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesPurchase  <br />CostRemaining  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total remaining amount on purchase orders.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesRequired  <br />Sale  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total sale amount on purchase orders.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceDraft</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount on invoice draft.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount on invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>iCost</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total cost amount on internal costs. Calculated by RegisteredHours x Cost</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>iSale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total sale amount on internal costs. Calculated by RegisteredHours x Sale</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesExternal  <br />TotalCost  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total cost amount on external costs.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesExternal  <br />TotalSale  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total sale amount on external costs.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceOn  <br />Account  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount on invoices on account.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceOn  <br />PartialHours  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of hours on partial invoices.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Invoice  <br />PartialMaterial  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The material on partial invoices.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PartialInvoice  <br />ExternalExpenses  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of external expenses on partial invoices.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoicePart  <br />Extra  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The extra amount on partial invoices.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceFinal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount on final invoices.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NettoProfit</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated net profit.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceQuote  <br />PurchasesAmount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of purchases on price quote line.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RequisitionCost  <br />Actual  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total actual cost on purchase orders.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenditureExternal  <br />Cost  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total cost amount on external costs.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoicePurchase  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The invoice amount including purchases.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceHours  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The invoice amount including resource costs.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesTotal  <br />Cost  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total cost amount on external and internal costs.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpensesTotal  <br />Sale  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total sale amount on external and internal costs.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#551d5d06-19e2-42f5-ad21-005418e109ba\">GET JobEconomyViewRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d85406fe-a804-48bd-963e-19340850543a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5290ce5b-f3ca-469b-9abe-c59f5e75e0d9"}}],"_postman_id":"6bec062f-2da4-4a90-a441-ee5259da7890"},{"name":"JobFolderSetup","item":[],"id":"df8d4ac6-eddd-4547-940e-982611f2309b","description":"<p>Represents a job folder setup object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the job folder setup.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The title (or name) of the job folder setup.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FolderType</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The type of the job folder setup.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the job folder setup is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Optional</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is optional.<br />If true, the job folder setup is optional. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FolderRoot<br />Path<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The path of the root folder.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FolderRoot<br />Unc<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The path of the root folder in unicode format.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ClientSubfolder</td>\n<td>string</td>\n<td><em>Optional.</em><br />The subfolder of the client.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UseProject<br />Folder<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it uses the project folder.<br />If true, the job folder setup uses the project folder. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UseCustomer<br />Folder<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it uses the customer folder.<br />If true, the job folder setup uses the customer folder. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ArchiveFolder<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated archive folder.</td>\n<td>JobFolderSetup</td>\n</tr>\n<tr>\n<td>JobSubFolder<br />StructurePath<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The path of the subfolder structure.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowIn<br />App<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is shown in the application.<br />If true, the job folder setup is shown in the application. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated user who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>StorageProvider<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated storage provider.</td>\n<td><a href=\"#8d552e86-d2c0-4c9d-9238-6e5de41b810b\">StorageProvider</a></td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>DepartmentId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated department.</td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Company  </li>\n<li><a href=\"#e887f70a-a37d-4ad4-91ad-ceea264dd8f3\">ResourceFolderSetup</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c95c99cc-8681-4cc2-9a13-78355a75ad8f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"01a285f5-8efd-4146-8e8e-5a8851b3221c"}}],"_postman_id":"df8d4ac6-eddd-4547-940e-982611f2309b"},{"name":"JobPlan","item":[],"id":"ba4a3814-41c9-4cc7-a44f-e2c3ea131041","description":"<p>Represents a job plan object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the job plan.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Optional.</em><br />The title of the job plan.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated description.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The status of the job plan.</td>\n<td>wbEnum 168</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it has started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FinishDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it will finish.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowUse<br />OffDay<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its use of offday is allowed.<br />If true, the use of offday for the job plan is allowed. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AutoExpand<br />Task<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its tasks are automatically expanded.<br />If true, the tasks for the job plan are automatically expanded. Otherwise, they are not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BookingLevel</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated booking level.</td>\n<td>wbEnum 375</td>\n</tr>\n<tr>\n<td>BookingMethod</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated booking method.</td>\n<td>wbEnum 347</td>\n</tr>\n<tr>\n<td>SchedLock</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its schedule is locked.<br />If true, the schedule for the job plan is locked. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SchedMtd</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated schedule method.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the job plan is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IsSimulation</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is a simulation.<br />If true, the job plan is a simulation. Otherwise, it is no.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC1</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated user-defined code 1.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC2</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated user-defined code 2.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC3</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated user-defined code 3.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC4</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated user-defined code 4.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UDC5</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated user-defined code 5.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GeneralTask<br />ApproverResource<br />id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who serves as the approver of general tasks.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>EtcEnabled</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it has Estimate to Complete (ETC) enabled.<br />If true, the job plan has ETC enabled. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivationProbability</td>\n<td>number</td>\n<td><em>Optional.</em><br />(single)<br />The associated activation probability.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a></li>\n<li><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e7a0ba34-b5f9-438e-b98b-fd556bdfbaae"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f4448e77-32f0-4e24-b83e-f09cec58d74f"}}],"_postman_id":"ba4a3814-41c9-4cc7-a44f-e2c3ea131041"},{"name":"JobPrice","item":[],"id":"da037278-8342-40ee-9808-7f459acfa463","description":"<p>Represents a job price object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the job price.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>PriceDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for the price.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated status.</td>\n<td>wbEnum 244</td>\n</tr>\n<tr>\n<td>StatusResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is responsible for the status.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>PriceTitle</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated price title.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RecipientLabel</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated recipient label.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Headline</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated headline.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Introduction</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated introduction.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Remark</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated remark.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is held responsible.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>LCID</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated language.</td>\n<td><a href=\"#bd62c946-067c-42b3-83fe-c5bf088d47ec\">LanguageDTO</a></td>\n</tr>\n<tr>\n<td>VATRate</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated VAT rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProbabilityPercent</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated probability percentage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExtendedSettings</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated extended settings.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountSale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InternalComment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated internal comment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UseActivity  <br />Grouping  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it uses activity grouping.  <br />If true, the job price uses activity grouping. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowEdit  <br />TimeSale  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows editing of time sale.  <br />If true, the job price allows editing of time sale. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowEdit  <br />ExternalExpense  <br />Factor</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows editing of external expense factor.  <br />If true, the job price allows editing of external expense factor. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayVAT</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays VAT.  <br />If true, the job price displays VAT. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayGrand  <br />Total  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays a grand total.  <br />If true, the job price displays the grand total. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayPhase</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated phase displayed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayPhase  <br />Price  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays phase price.  <br />If true, the job price displays phase price. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayPhase  <br />PriceNumber  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays phase price number.  <br />If true, the job price displays phase price number. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />Data  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated activity data displayed.</td>\n<td>wbEnum 443</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />Price  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays activity price.  <br />If true, the job price displays activity price. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />Hours  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays activity hours.  <br />If true, the job price displays activity hours. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />HoursPrice  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays activity hours price.  <br />If true, the job price displays activity hours price. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />SeparationLine  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays activity separation line.  <br />If true, the job price displays activity separation line. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />LineInsertion  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays activity line insertion.  <br />If true, the job price displays activity line insertion. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayBuffer</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays a buffer.  <br />If true, the job price displays the buffer. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayDecimal</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays decimal places.  <br />If true, the job price displays decimal places. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayPayment  <br />Schedule  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays a payment schedule.  <br />If true, the job price displays the payment schedule. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplaySecondary  <br />Currency  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays a secondary currency.  <br />If true, the job price displays the secondary currency. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who created it.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ChangeDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the change was made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ChangeEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who made the change.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>ImportCode</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated import code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CurrencyDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The associated currency date.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyRate</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated currency rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountSale  <br />Currency  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReportLayout  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated report layout.</td>\n<td><a href=\"#48cf1138-45f7-46e7-beab-7cb856bd52c6\">ReportLayout</a></td>\n</tr>\n<tr>\n<td>ReportWatermark  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated report watermark.</td>\n<td><a href=\"#20e6022c-75ea-4a25-8e03-88b18726195a\">ReportWatermark</a></td>\n</tr>\n<tr>\n<td>RecieverDebtor  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated receiving debtor.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>PayTerm  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated payment term.</td>\n<td><a href=\"#e419cd5c-683f-4074-b61c-f4c338ab196a\">PaymentTerms</a></td>\n</tr>\n<tr>\n<td>DeliveryDebtor  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated delivery debtor.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>UnitText</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated unit text.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Units</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated number of units.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectRetainer  <br />DeliveryJob  <br />PriceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job price for the retainer project delivery job.</td>\n<td><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a></td>\n</tr>\n<tr>\n<td>AllowMulti  <br />Resource  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows multi-resource allocation.  <br />If true, the job price allows multi-resource allocation. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectRetainer  <br />DeliveryCorrectional  <br />PriceQuote</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is for a correctional price quote of a retainer project delivery job.  <br />If true, the job price is for a correctional price quote of a retainer project delivery job. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowLine  <br />Currencies  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not currencies are allowed on the price quote lines.  <br />If true, the job price allows currencies on the price quote lines. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VATAnd  <br />TaxMethod  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated VAT and tax method.  <br />By default, this is based on the company variable 72 (price quote VAT and tax method).</td>\n<td>wbEnum 1103</td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#80876f9a-6a5e-45c7-9052-375fbba699dc\">Customer</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7dea1799-65da-488d-a2e6-0893bcfb17cb"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2d29ca1f-1aea-4158-9bdd-db39c08a5f6a"}}],"_postman_id":"da037278-8342-40ee-9808-7f459acfa463"},{"name":"JobPriceVisualization","item":[],"id":"6fd4e7ff-26b8-402b-bfc6-a8150255fe9c","description":"<p>Represents a visualization object for a job price.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier for the job price.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobPrice  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the visualization for the job price.</td>\n<td><a href=\"#b5c086d9-0b16-45ab-ae9d-953d9e3e571f\">JobPrice</a></td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#c718d9e5-c993-4d6e-8359-197313ad464a\">Job</a></td>\n</tr>\n<tr>\n<td>JobName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the job.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for the price.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated status.</td>\n<td>wbEnum 244</td>\n</tr>\n<tr>\n<td>StatusResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is responsible for the status.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>PriceTitle</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated price title.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RecipientLabel</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated recipient label.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Headline</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated headline.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Introduction</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated introduction.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Remark</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated remark.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is held responsible.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>LCID</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated language.</td>\n<td><a href=\"#c3addc97-1567-4174-a933-36f949a2021c\">LanguageDTO</a></td>\n</tr>\n<tr>\n<td>VATRate</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated VAT rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProbabilityPercent</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated probability percentage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExtendedSettings</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated extended settings.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountSale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InternalComment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated internal comment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UseActivity  <br />Grouping  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it uses activity grouping.  <br />If true, the job price uses activity grouping. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowEdit  <br />TimeSale  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows editing of time sale.  <br />If true, the job price allows editing of time sale. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowEdit  <br />ExternalExpense  <br />Factor</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows editing of external expense factor.  <br />If true, the job price allows editing of external expense factor. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayVAT</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays VAT.  <br />If true, the job price displays VAT. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayGrand  <br />Total  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays a grand total.  <br />If true, the job price displays the grand total. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayPhase</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated phase displayed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayPhase  <br />Price  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays phase price.  <br />If true, the job price displays phase price. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayPhase  <br />PriceNumber  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays phase price number.  <br />If true, the job price displays phase price number. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />Data  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated activity data displayed.</td>\n<td>wbEnum 443</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />Price  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays activity price.  <br />If true, the job price displays activity price. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />Hours  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays activity hours.  <br />If true, the job price displays activity hours. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />HoursPrice  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays activity hours price.  <br />If true, the job price displays activity hours price. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />SeparationLine  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays activity separation line.  <br />If true, the job price displays activity separation line. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayActivity  <br />LineInsertion  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays activity line insertion.  <br />If true, the job price displays activity line insertion. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayBuffer</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays a buffer.  <br />If true, the job price displays the buffer. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayDecimal</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays decimal places.  <br />If true, the job price displays decimal places. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayPayment  <br />Schedule  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays a payment schedule.  <br />If true, the job price displays the payment schedule. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplaySecondary  <br />Currency  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it displays a secondary currency.  <br />If true, the job price displays the secondary currency. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who created it.</td>\n<td>Employee</td>\n</tr>\n<tr>\n<td>ChangeDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the change was made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ChangeEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who made the change.</td>\n<td>Employee</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>ImportCode</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated import code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobPrice  <br />CurrencyId  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#51ed491f-7bc4-46ca-ac46-04a1bfc698d3\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>JobPrice  <br />CurrencyDate  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The associated currency date.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobPrice  <br />CurrencyRate  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated currency rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountSale  <br />Currency  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReportLayout  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated report layout.</td>\n<td><a href=\"#4d674793-96bb-4c11-b166-65d37a41cbd5\">ReportLayout</a></td>\n</tr>\n<tr>\n<td>ReportWatermark  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated report watermark.</td>\n<td><a href=\"#2c4598fd-611b-4a2c-9fe9-39b75ed0f303\">ReportWatermark</a></td>\n</tr>\n<tr>\n<td>RecieverDebtor  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated receiving debtor.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>PayTerm  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated payment term.</td>\n<td><a href=\"#f93ae884-2744-45a6-a253-7716b1264516\">PaymentTerms</a></td>\n</tr>\n<tr>\n<td>DeliveryDebtor  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated delivery debtor.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>UnitText</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated unit text.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Units</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated number of units.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountSale  <br />CurrencySum  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sum of the sale currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobPrice  <br />AllowMulti  <br />Resource  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows job price multi-resource allocation.  <br />If true, the job price allows multi-resource allocation. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowLine  <br />Currencies  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not currencies are allowed on the price quote lines.  <br />If true, the job price allows currencies on the price quote lines. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />The identifier of the associated customer</td>\n<td>Customer</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<p>* N/A</p>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<p>* <a href=\"#fd6b0716-352b-465e-a783-ad1abbf9d1fd\">GET JobPricesRequest</a> <em>(returns this resource)</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<p>* <a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n","_postman_id":"6fd4e7ff-26b8-402b-bfc6-a8150255fe9c"},{"name":"JobSimpleVisualization","item":[],"id":"b26d52a0-a45b-434f-a4dc-a7d164e53ea8","description":"<p>Represents a simple visualization object for a job.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the job.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>JobName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the job.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated customer.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The name of the customer.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Billable</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is billable.  <br />If true, the job is billable. Otherwise, it is not.  <br />This is dependent on either the system variable 13 (Allow create/set job as non-billable for when the client type is \"Client\") or system variable 304 (Allow to change job billable setting on existing job).  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated project.</td>\n<td><a href=\"#6241e3de-12af-4175-a4cb-f9b3bfd2e98d\">CustomerProject</a></td>\n</tr>\n<tr>\n<td>StatusId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated status.  <br />By default, this value is based on the system variable 1158 (Manually select project manager when creating jobs).  <br /></td>\n<td>wbEnum 33</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the job has ended.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the job has started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobType  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job type.</td>\n<td><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></td>\n</tr>\n<tr>\n<td>JobRess  <br />AnsvarID*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the resource who is assigned as account manager id for the job.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ResponsibleId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated employee who is held responsible.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>Prostatus  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated production status.</td>\n<td><a href=\"#ad4a658c-0be9-4077-9fb3-c548832d32c8\">ProductionStatus</a></td>\n</tr>\n<tr>\n<td>CompanyDepartment  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated company department.</td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n<tr>\n<td>CostingCode  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated costing code.</td>\n<td>CostingCode</td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"2381ad70-779f-4c22-97d1-43cd4085927a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"473b6f50-2607-4c4b-a1e0-d8c959262a84"}}],"_postman_id":"b26d52a0-a45b-434f-a4dc-a7d164e53ea8"},{"name":"JobStatus","item":[],"id":"a167d573-489b-4c33-bf39-bec84eca46f8","description":"<p>Represents a job status object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the job status.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>Briefing</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The briefing of the associated job.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Estimate</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The estimate for the associated job.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EstimateDoc<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated estimate document.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeTable</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The time table for the associated job.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeTable<br />DocId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifer of the associated time table document.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>   </li>\n<li><a href=\"#ad4a658c-0be9-4077-9fb3-c548832d32c8\">ProductionStatus</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"a167d573-489b-4c33-bf39-bec84eca46f8"},{"name":"JobSubsistenceAllowance","item":[],"id":"c876b1af-aa1e-43c9-ade0-f7a967f4fac6","description":"<p>Represents a job subsistence allowance object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the job subsistence allowance.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SubsistenceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated subsistence allowance.</td>\n<td><a href=\"#3ca3516d-dc33-4585-9504-c2d865ac3552\">SubsistenceAllowance</a></td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CalculatorUnit</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated unit of calculation.</td>\n<td>wbEnum 682</td>\n</tr>\n<tr>\n<td>FromDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it has started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ToDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it will end.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Units</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated units.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UnitRate</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated unit rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NetAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated net amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated comment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreditorId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated creditor.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>ApprovalStatus</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated approval status.</td>\n<td>wbEnum 680</td>\n</tr>\n<tr>\n<td>VoucherNumber</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated voucher.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it has been posted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JournalNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The number of the associated journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResouce  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RejectResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the rejection.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>RejectComment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated rejection comment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RejectDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the rejection made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated cost currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostCurrency  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated cost currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>Sale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleCurrency  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated sale currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7f465d21-7a61-41c1-9200-0e24313e7c2b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5b3c5bb6-4dd2-4011-bde9-9fd9a8aedd0b"}}],"_postman_id":"c876b1af-aa1e-43c9-ade0-f7a967f4fac6"},{"name":"JobType","item":[],"id":"1c7449ce-b9a9-4469-9196-e2577efadcdf","description":"<p>Represents a job type object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the job type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the job type.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the job type is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ChecklistId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated checklist.</td>\n<td><a href=\"#81c3e09d-e13f-4f8a-be0d-4ff162414efe\">SetupCheckList</a></td>\n</tr>\n<tr>\n<td>RetainerJob</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is for a retainer job.<br />If true, the job type is for a retainer job. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>PriceTemplate<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated price template.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated external number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCode</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated external code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PlanTemplate<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated plan template.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DocumentCreation<br />SetupId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated document creation setup.</td>\n<td><a href=\"#62c37d39-4184-4cb0-97ae-223142708dfd\">DocumentCreationSetup</a></td>\n</tr>\n<tr>\n<td>UpdatePrice<br />Quote<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not an update to its price quote is allowed.<br />If true, an update to the price quote for the job type is allowed. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskDuplicate<br />Method<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated task duplicate method.</td>\n<td>wbEnum 739</td>\n</tr>\n<tr>\n<td>NewPlan<br />StartDate<br />Method</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated new plan start date method.</td>\n<td>wbEnum 992</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a> </li>\n<li><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a> </li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>    </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  </li>\n<li><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  </li>\n<li>Subscription  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ead1a6f2-80a3-4311-b01f-f83af75cff1e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"33460a11-252d-4e97-9b5d-a5886d8cf4e9"}}],"_postman_id":"1c7449ce-b9a9-4469-9196-e2577efadcdf"},{"name":"JobTypeDetail","item":[],"id":"456e6cfb-919b-44ed-85f4-1e06c716ade8","description":"<p>Represents a job type detail object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the job type detail.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobType<br />Id<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated job type.</td>\n<td><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></td>\n</tr>\n<tr>\n<td>DetailIndex</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int16)<br />The index of the job type detail.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Subject</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated subject.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Show</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is shown.<br />If true, the job type detail is shown. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Content</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated content.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SubjectIs<br />Active<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its subject is active.<br />If true, the subject of the job type detail is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the job type detail is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PortalRequired</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it requires a portal.<br />If true, the job type detail requires a portal. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#77877b54-6ffb-415c-942f-2b15abf7d7c2\">JobTypeDetailValues</a>    </li>\n<li><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrderDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"1b8bf55f-4df7-4f39-ba16-557f42c677d1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b07773de-c698-40ad-b3aa-bd8c52cc7ed7"}}],"_postman_id":"456e6cfb-919b-44ed-85f4-1e06c716ade8"},{"name":"JobTypeDetailValues","item":[],"id":"4b287cc7-22be-434f-8a4f-06e4dd843508","description":"<p>Represents a job type detail value object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the job type detail value.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SysJob<br />TypeDetail<br />Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated system job type detail</td>\n<td><a href=\"#77877b54-6ffb-415c-942f-2b15abf7d7c2\">JobTypeDetail</a></td>\n</tr>\n<tr>\n<td>Value</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated value.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the job type detail value is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#67aa5dee-d2f7-4cdf-a3d6-7849ea493354\">PurchaseOrderDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"82c9977c-f089-4863-9127-a27eb81d9158"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8b2a3ac1-62d0-4cbf-99e1-7e51b5a8f7b2"}}],"_postman_id":"4b287cc7-22be-434f-8a4f-06e4dd843508"},{"name":"JobViewVisualization","item":[],"id":"154de065-dd82-4f3c-bf28-0a85585731c5","description":"<p>Represents a visualization object for a job.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the visualization for the job.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the job.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated project.</td>\n<td><a href=\"#6241e3de-12af-4175-a4cb-f9b3bfd2e98d\">CustomerProject</a></td>\n</tr>\n<tr>\n<td>StatusId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job status.</td>\n<td>wbEnum 33</td>\n</tr>\n<tr>\n<td>JobTypeId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job type.</td>\n<td><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></td>\n</tr>\n<tr>\n<td>JobtypeName*</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated job type.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Statusnote*</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The note for the associated status.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NextStep  <br />note*  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The note for the associated next step.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InternalNote</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated internal note.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NextStep  <br />Dato*  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the next step.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LeveringsDato*</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the job was delivered.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the job has ended.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br /></td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>TeamId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated team.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Public</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is public.  <br />If true, the job is public. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobReference  <br />Key  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated job reference key.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the job was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Billable</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is billable.  <br />If true, the job is billable. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompletePhase</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(single)  <br />The number of completed phases.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobTask  <br />Active  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its task is active.  <br />If true, the task for the job is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobTask  <br />UseAll  <br />Days</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its task uses all days.  <br />If true, the task for the job uses all days. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobResponsible  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated employee who is held responsible for the job.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>TimeEntry  <br />Allowed  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int16)  <br />The number that indicates whether or not it allows time entry.  <br />If true, the job allows time entry. Otherwise, it does not.  <br /></td>\n<td>wbEnum 121</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The description of the job.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FolderExtra</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated extra folder.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FolderArchived</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its folder is archived.  <br />If true, the folder for the job is archived. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Prostatus  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated production status.</td>\n<td><a href=\"#ad4a658c-0be9-4077-9fb3-c548832d32c8\">ProductionStatus</a></td>\n</tr>\n<tr>\n<td>ProductId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated product.</td>\n<td><a href=\"#85292f2b-bf03-416d-af91-4114187cc2f2\">Product</a></td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the job has started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ContactId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated contact.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ClientProduct  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer product.</td>\n<td><a href=\"#61d485d6-0f61-4bc7-a836-3fe7b2896d0b\">CustomerProduct</a></td>\n</tr>\n<tr>\n<td>AdminOnly</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is for admin only.  <br />If true, the job is for admin only. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JournalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number of the associated journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerOrder  <br />Number  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated customer order.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustAccount  <br />No  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated customer account.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code01</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 1.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code02</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 2.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code03</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 3.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code04</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 4.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code05</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated code 5.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemplateJob</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a template.  <br />If true, the job is a template. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the job was posted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SupplementaryText  <br />Requested  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its supplementary text is requested.  <br />If true, supplementary text for the job is requested. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobFld  <br />Pri  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated primary job field.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobFld  <br />PriTemplate  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated primary job field template.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobFld  <br />Sec  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated secondary job field.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobFld  <br />SecTemplate  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated secondary job field template.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>tFld  <br />ID*  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated temporary job field identifier.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyDepartment  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated company department.</td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n<tr>\n<td>ExpAcc  <br />Mtd  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated expense account method.</td>\n<td>wbEnum 65</td>\n</tr>\n<tr>\n<td>ExpDefault  <br />AccId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated expense default account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>CreateEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who created it.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>TmpId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated temporary identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TmpCd</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated temporary code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DebtorId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated debtor.  <br />For master and delivery jobs on retainer projects, this debtor must be the same. Updating the debtor on master jobs will also update the debtor on all delivery jobs for the same project.  <br /></td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>ChkList  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated checklist.</td>\n<td><a href=\"#81c3e09d-e13f-4f8a-be0d-4ff162414efe\">SetupCheckList</a></td>\n</tr>\n<tr>\n<td>PostMethod  <br />Time  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated post method for time.</td>\n<td>wbEnum 4</td>\n</tr>\n<tr>\n<td>PostMethod  <br />Mat  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated post method for materials.</td>\n<td>wbEnum 4</td>\n</tr>\n<tr>\n<td>PostMethod  <br />Ext  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated post method for externals.</td>\n<td>wbEnum 4</td>\n</tr>\n<tr>\n<td>IsMedia  <br />Job  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a media job.  <br />If true, the job is a media job. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlexTime  <br />RegDisabled  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its flex time registration is disabled.  <br />If true, the flex time registration for the job is disabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Dim1</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 1.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim2</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 2.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim3</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 3.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim4</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 4.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim5</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 5.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim6</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 6.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim7</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 7.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim8</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 8.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim9</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 9.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim10</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 10.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated country.</td>\n<td><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a></td>\n</tr>\n<tr>\n<td>DivisionId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated division.</td>\n<td>[SettingsDivisionDTO](Retrieving data. Wait a few seconds and try to cut or copy again.)</td>\n</tr>\n<tr>\n<td>RegionId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated region.</td>\n<td><a href=\"#6e3bf4ca-faf8-4bd5-b700-48658b3ba28e\">Region</a></td>\n</tr>\n<tr>\n<td>PlatformId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated platform.</td>\n<td><a href=\"#cb7d7e74-1759-4a9b-a306-4f395ff1106e\">SettingsPlatforms</a></td>\n</tr>\n<tr>\n<td>QualityLevel  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated quality level.</td>\n<td><a href=\"#2e45d754-98be-42ba-af31-a127f82ef0cd\">QualityLevel</a></td>\n</tr>\n<tr>\n<td>ExternalNum</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated external number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCd</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated external code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostSpec  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated post specification.</td>\n<td><a href=\"#c0552db8-8647-4739-925d-b01187ad2edf\">PostSpecification</a></td>\n</tr>\n<tr>\n<td>TmpDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the temporary job.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VoucherRegistration  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows voucher registration.  <br />If true, the job allows voucher registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialReg  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows material registration.  <br />If true, the job allows material registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustGrp  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer group.</td>\n<td><a href=\"#55de9689-726b-4cbb-9468-7507b4e7ea6d\">CustomerGroup</a></td>\n</tr>\n<tr>\n<td>CustSegment  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer segment.</td>\n<td><a href=\"#e27a280f-b5bb-45aa-a94b-ea0fc03434a4\">CustomerSegment</a></td>\n</tr>\n<tr>\n<td>RetainerJob</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a retainer job.  <br />If true, the job is a retainer job. Otherwise, it is not.  <br /><strong>NOTE:</strong> This is used for the old deprecated retainer job setup. The new setup uses the <strong>ProjectRetainerMasterJob</strong> and <strong>ProjectRetainerDeliveryJob</strong> fields.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportCd</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated import code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BonusType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated bonus type.</td>\n<td>wbEnum 517</td>\n</tr>\n<tr>\n<td>BonusResource  <br />ShareType  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated bonus resource share.</td>\n<td>wbEnum 518</td>\n</tr>\n<tr>\n<td>BonusAdmin  <br />FeeMinimum  <br />Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The minimum amount of the associated bonus admin fee.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BonusExpence  <br />DeductMethod  <br />ExtExp*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated bonus expense method of deduction for external expense.</td>\n<td>wbEnum 518</td>\n</tr>\n<tr>\n<td>BonusExpence  <br />DeductMethod  <br />Mat*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated bonus expense method of deduction for material.</td>\n<td>wbEnum 518</td>\n</tr>\n<tr>\n<td>BonusExpence  <br />DeductMethod  <br />Time*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated bonus expense method of deduction for time.</td>\n<td>wbEnum 518</td>\n</tr>\n<tr>\n<td>BonusCalc  <br />TS  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the bonus calculation in timesheets.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobAccess  <br />Type  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated job access type.</td>\n<td>wbEnum 1086</td>\n</tr>\n<tr>\n<td>SalesManager  <br />EmpId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who serves as the sales manager.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ProductionManager  <br />EmpId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who serves as the production manager.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>EmployeeAccess  <br />Type  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated employee access.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalUser  <br />AccessType  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated external user access.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PricelistID</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated price list.</td>\n<td><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">PriceList</a></td>\n</tr>\n<tr>\n<td>ProfitCenter  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated profit center.</td>\n<td><a href=\"#0f56c4cd-4b10-4d81-93c6-2ff28b3ec261\">ProfitCenter</a></td>\n</tr>\n<tr>\n<td>PracticeArea  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated practice area.</td>\n<td><a href=\"#377237be-3208-4470-91a7-b38d747965f2\">PracticeArea</a></td>\n</tr>\n<tr>\n<td>ConsultingCenter  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated consulting center.</td>\n<td><a href=\"#e9d059b8-d0f1-4f2a-8b76-c51e6521e206\">ConsultingCenter</a></td>\n</tr>\n<tr>\n<td>TechnologyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated technology.</td>\n<td><a href=\"#8dcf03b6-9ca1-41c0-870d-df401fe0e622\">SettingsTechnology</a></td>\n</tr>\n<tr>\n<td>MileageSale  <br />Override  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The amount of the associated mileage sale override.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PipelineId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated pipeline.</td>\n<td><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></td>\n</tr>\n<tr>\n<td>SubsistenceAllowance  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows subsistence allowance.  <br />If true, the job allows subsistence allowance. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MileageEntry  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows mileage entry.  <br />If true, the job allows mileage entry. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BillingExternal  <br />ExpenseType  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated billing external expense.</td>\n<td>wbEnum 696</td>\n</tr>\n<tr>\n<td>BillingExternal  <br />ExpenseUnit  <br />Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The unit amount of the associated billing external expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BillingMileage  <br />Type  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated billing mileage.</td>\n<td>wbEnum 696</td>\n</tr>\n<tr>\n<td>BillingMileage  <br />UnitAmount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The unit amount of the associated billing mileage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BillingTime  <br />EntryTravel  <br />TimeType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the travel time of the associated billing time entry.</td>\n<td>wbEnum 696</td>\n</tr>\n<tr>\n<td>BillingTime  <br />EntryTravel  <br />TimeUnit  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The unit amount for the travel time of the associated billing time entry.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DoMake  <br />WipAdjustment  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it handles work-in-progress (WIP) adjustment.  <br />If true, the job handles WIP adjustment. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeEntry  <br />Instruction  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated time entry instruction.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceLookup  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the price lookup.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenseEntry  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows expense entry.  <br />If true, the job allows expense entry. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SubsistenceAllowance  <br />GrpId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated subsistence allowance group.</td>\n<td><a href=\"#5c67df77-ce5d-4a5a-81a6-c03fae90711c\">SubsistencePriceList</a></td>\n</tr>\n<tr>\n<td>MileageGrp  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated mileage group.</td>\n<td><a href=\"#6b720b63-56d8-489c-bbf0-64ff4a963686\">MileageRateGroup</a></td>\n</tr>\n<tr>\n<td>MatGrp  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated material price list.</td>\n<td><a href=\"#84da7ea4-ac8e-42e4-93eb-e6aebd85d429\">MaterialPriceList</a></td>\n</tr>\n<tr>\n<td>LastReview</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the job was last reviewed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TicketCoupon  <br />Type  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated ticket coupon.</td>\n<td>wbEnum 802</td>\n</tr>\n<tr>\n<td>DeliveryDeptor  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated delivery debtor.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>SupportTicket  <br />Enable*  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has support ticket enabled.  <br />If true, the job has support ticket enabled. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The name of the associated customer.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated customer.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n</tr>\n<tr>\n<td>AdjustmentHandling  <br />Time  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated adjustment handling time.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling  <br />Mat  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated adjustment handling material.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling  <br />ExtExp  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated adjustment handling external expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling  <br />ExtExp  <br />Cost</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated adjustment handling external expense cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling  <br />ExtraDiscount  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated adjustment handling extra discount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FinalInvoice  <br />Method  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated final invoice method.</td>\n<td>wbEnum 953</td>\n</tr>\n<tr>\n<td>RemainingBilling  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated remaining billing amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdate  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdate  <br />ResourceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>CompanyCurrency  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated currency for the company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>FinanceManager  <br />EmployeeId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who serves as the finance manager.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>FinalInvoice  <br />MethodComment  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The comment for the associated final invoice method.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PurchaseOrder  <br />Allowed  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows purchase order.  <br />If true, the job allows purchase order. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectRetainer  <br />MasterJob  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a master job for a retainer project.  <br />If true, the job is a master job for a retainer project. Otherwise, it is not.  <br /><strong>NOTE:</strong> This is used for the new retainer job setup together with the <strong>ProjectRetainerDeliveryJob</strong> field. The old set up uses the <strong>RetainerJob</strong> field.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectRetainer  <br />DeliveryJob  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a delivery job for a retainer project.  <br />If true, the job is a delivery job for a retainer project. Otherwise, it is not.  <br /><strong>NOTE:</strong> This is used for the new retainer job setup together with the <strong>ProjectRetainerMasterJob</strong> field. The old set up uses the <strong>RetainerJob</strong> field.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CapitalizeSales  <br />Invoice*  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its sales invoice is capitalized.  <br />If true, the sales invoice for the job is capitalized. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeAnd  <br />Material*  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has time and material.  <br />If true, the job has time and material. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FinancePosting  <br />ConfigurationDimension  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated dimension for finance posting configuration.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>PayWhen  <br />Paid  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it pays when paid.  <br />If true, the job pays when paid. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostingCode  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated costing code.</td>\n<td><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d85406fe-a804-48bd-963e-19340850543a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5290ce5b-f3ca-469b-9abe-c59f5e75e0d9"}}],"_postman_id":"154de065-dd82-4f3c-bf28-0a85585731c5"},{"name":"LanguageDTO","item":[],"id":"13b643a0-23e9-46ee-90fc-3e27fcf0fc5f","description":"<p>Represents a language object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the language.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the language.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LangName<br />Local<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The localized name of the language.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>QstEnable</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is enabled for QST.<br />If true, the language is enabled for QST. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlagIcon<br />16px<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated 16-pixel flag icon.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>QstWeb<br />SiteTranslate<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it allows QST website translation.<br />If true, the language allows QST website translation. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IsTranslated</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is translated.<br />If true, the language is translated. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SQL_LANGUAGE*</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated SQL language.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DateFirst</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The number that indicates whether or not the date comes first.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Months</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated months.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Shortmonths*</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated months in short form.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Days</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated days.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DateFormat</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated date format.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DateFormat<br />Generel*<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated general date format.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DateFormat<br />Long<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated date format in long form.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ISO</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated International Standards Organization (ISO) 639-1 two-letter language code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ISO2</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated International Standards Organization (ISO) 639-2 three-letter language code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DecimalSeperator*</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated decimal separator.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThousandSeparator</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated thousand separator.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>dotNet<br />Support*<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is .NET supported.<br />If true, the language is supported by the .NET framework. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FallbackLanguage<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated fallback language.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a></li>\n<li>Customer  </li>\n<li>Employee  </li>\n<li>FinancialPartner  </li>\n<li><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  </li>\n<li><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a>  </li>\n<li><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  </li>\n<li>Resource</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"00804a7f-0bd5-4362-9278-961e5e51ad6d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4b1e821e-8556-4611-8c67-39d2d1dc99ec"}}],"_postman_id":"13b643a0-23e9-46ee-90fc-3e27fcf0fc5f"},{"name":"MailImport","item":[],"id":"c4e21cac-8518-4901-8b4b-c65f1a188cd3","description":"<p>Represents a mail import object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the mail import.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OwnerResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who serves as the owner.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ServerMessage<br />Id<br /></td>\n<td>string</td>\n<td><strong>IMPORTANT:</strong> This is obsolete.<br /><em>Optional.</em><br />The identifier of the associated server message.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DateReceived</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it was received.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FromEmail</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated email address from which the mail came.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Subject</td>\n<td>string</td>\n<td><em>Optional.</em><br />The subject of the mail import.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Priority</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The priority of the mail import.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ToDisplay</td>\n<td>string</td>\n<td><em>Optional.</em><br />The To display line of the mail import. <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CcDisplay</td>\n<td>string</td>\n<td><em>Optional.</em><br />The Cc display line of the mail import. <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BccDisplay</td>\n<td>string</td>\n<td><em>Optional.</em><br />The Bcc display line of the mail import.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FromDisplay<br />Name<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated display name from which the mail is received.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FromDisplay</td>\n<td>string</td>\n<td><em>Optional.</em><br />The From display line of the mail import.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MailFrom<br />ResourceId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource from whom the mail came.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ToEmail</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated email address to which the mail is sent.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ToDisplay<br />Name<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated display name to which the mail is sent.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SubFolder</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated subfolder.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Flagged</td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not it is flagged.<br />If true, the mail import is flagged. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Archived</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The number that indicates whether or not it is archived.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it was imported.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ArchivedBy<br />ResourceId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the archive.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ArchivedUpdate<br />Date<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the archive was last modified.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ArchivedReference<br />Type<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the archived reference made.<br />This can be one of the following types: <strong>1</strong> (Job), <strong>2</strong> (Resource), <strong>3</strong> (Pipeline), <strong>4</strong> (Financial Partner), and <strong>5</strong> (Task).<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ArchivedReference<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated archived reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SuggestedResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who was suggested.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>SuggestedJob<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated job that was suggested.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>SuggestedTeam<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated team that was suggested.</td>\n<td><a href=\"#7071c42a-1614-4432-bceb-4dfd30ef9027\">ResourceTeam</a></td>\n</tr>\n<tr>\n<td>SuggestedTask<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated task that was suggested.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>SuggestedConversation<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated conversation that was suggested.</td>\n<td>ConversationDTO</td>\n</tr>\n<tr>\n<td>SuggestedTask<br />Responsible<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who is responsible for the suggested task.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>SuggestedAssigned<br />ResourceId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who was the assignee suggested.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>SuggestedAdditional<br />ApproverResource<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who was the additional approver suggested.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>SuggestedService<br />LineId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated service line that was suggested.</td>\n<td><a href=\"#18650858-7a89-49a6-b3a3-56d7c92239ca\">ServiceLine</a></td>\n</tr>\n<tr>\n<td>SuggestedTicket<br />TypeId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated ticket type that was suggested.</td>\n<td><a href=\"#332fafd3-7790-493e-940c-07c3c08b85c9\">TicketType</a></td>\n</tr>\n<tr>\n<td>SuggestedTicket<br />CategoryId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated ticket category that was suggested.</td>\n<td><a href=\"#5c037ea5-0019-4a8f-bec2-2107e3f6c3ed\">TicketCategory</a></td>\n</tr>\n<tr>\n<td>SuggestedTicket<br />StatusId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated ticket status that was suggested.</td>\n<td><a href=\"#af108664-d77d-49d5-a967-2c56a8e59fb9\">TicketStatus</a></td>\n</tr>\n<tr>\n<td>SuggestedTicket<br />AuthorResource<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who was the ticket author suggested.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>SuggestedTask<br />PriorityId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated task priority that was suggested.</td>\n<td>wbEnum 117</td>\n</tr>\n<tr>\n<td>SuggestedBooking<br />Hours<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated booking hours that was suggested.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SuggestedSla<br />Days<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated SLA days that was suggested.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Suggestedplan<br />Id*<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated plan that was suggested.</td>\n<td><a href=\"#f2a097e6-4a43-4f51-8db0-c4ef87ea3d39\">JobPlan</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"63e692a2-0b13-4413-a98d-b599afd9c1a3"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1e252059-5a5f-4af7-8a77-f4ff7f7d0cae"}}],"_postman_id":"c4e21cac-8518-4901-8b4b-c65f1a188cd3"},{"name":"MaterialExpenseDTO","item":[],"id":"51aeb0db-ddd6-4d7d-9e89-43bf6560ec50","description":"<p>Represents a material expense object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the material expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>MaterialId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />The identifier of the associated material.</td>\n<td><a href=\"#56fa3608-4e09-4030-87e1-1a66406652e3\">MaterialTypedDTO</a></td>\n</tr>\n<tr>\n<td>MaterialDescription</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The description of the material expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp of the material expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated resource.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>AID*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity.</td>\n<td><a href=\"#b5495844-2d22-40d0-b168-e395ef10217\">Activity</a></td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated quantity of the material expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total cost that is calculated in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostCurrency  <br />Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated cost currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostCurrency  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated cost currency amount.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>Sale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total sale that is calculated in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleCurrency  <br />Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleCurrency  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated sale currency amount.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>ApprovalStatus</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated approval status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PricelistID</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated pricelist.</td>\n<td><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">Pricelist</a></td>\n</tr>\n<tr>\n<td>ICSale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated Intercompany sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialSupplementary  <br />Text</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The description of the supplementary material expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaterialRegistration  <br />ID</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated material registration.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>JournalNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The journal number of the material expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The posting date and time stamp of the material expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ICJournNo*</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The Intercompany journal number of the material expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RegDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The registration date and time stamp of the material expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RegClosed</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag the indicates whether or not the registration is closed.  <br />If true, the registration of the material expense is closed. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PartInvoice  <br />RefInv  <br />Id*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated partial invoice reference invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RefKey</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated reference key of the material expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PrintLog  <br />LinkID</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated print log link.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobReimbursement  <br />LinkID</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job reimbursement link.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobDrive  <br />RegLink  <br />ID</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job drive registration link.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OldLink  <br />ID</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated old link.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated modification.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateRes  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>RejectResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the reject modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>RejectComment</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The description of the reject modification.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RejectDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp of the rejection.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MovedQty</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated number of moved quantity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeDepartment  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The department identifier of the employee whom the mileage entry is for.</td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"51aeb0db-ddd6-4d7d-9e89-43bf6560ec50"},{"name":"MaterialPriceList","item":[],"id":"7098ac12-4131-4148-9efc-c9184de11ecc","description":"<p>Represents a material price list object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the material price list.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the material price list.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Customer  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7f0d1a00-9158-4616-8569-5bf88fece38a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"68307738-ede2-42c6-98fa-467dc1e44a9a"}}],"_postman_id":"7098ac12-4131-4148-9efc-c9184de11ecc"},{"name":"MaterialTypedDTO*","item":[],"id":"199021a6-c65d-438e-a709-0914c8abc59f","description":"<p>Represents a material type object.</p>\n<p><em>* See</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the material type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int16)  <br />The material type.</td>\n<td>wbEnum 26</td>\n</tr>\n<tr>\n<td>Index</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The index number of the material type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The description of the material type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated activity.  <br />The referenced activity must allow material entries for the company.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total cost that is calculated in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Sale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total sale that is calculated in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HoursStartup</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated startup time in hours.  <br />This is used in calculating the total amount net and sale of the material type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HoursPer  <br />Unit</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated number of hours for each unit.  <br />This is used in calculating the total amount net and sale of the material type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is active.  <br />If true, the material type is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MinimumApproval  <br />Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated minimum amount before it can be sent through the approval flow.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>QuoteTrans  <br />Type</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of associated quote transaction.</td>\n<td>wbEnum 427</td>\n</tr>\n<tr>\n<td>UpdateRes  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td><a href=\"#8fb40a15-9d95-499e-9d49-197c46774945\">Resource</a></td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>VendorResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is a vendor (or supplier).</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>VendorItem  <br />Number</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated vendor (or supplier) item number.  <br />This is used only when doing an adhoc material type import.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Customer</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6cb364e1-7f24-407f-b182-96c612726491"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f33e2860-9358-4659-8689-d5b4cc992280"}}],"_postman_id":"199021a6-c65d-438e-a709-0914c8abc59f"},{"name":"MediaForceBuyOrderExecutedDataVisualization","item":[],"id":"e8140a2f-5a75-42ca-a362-d0dc367ace8a","description":"<p>Represents a visualization object for GaleMediaForce buy order executed data.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PriceQuotes</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The list of associated price quotes.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PurchaseOrders</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The list of associated purchase orders.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#9528bc60-8099-4cdf-a195-37775301b11e\">POST GaleForceMediaBuyOrderExecuteFinanceImportRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"e8140a2f-5a75-42ca-a362-d0dc367ace8a"},{"name":"MediaForceBuyOrderImport","item":[],"id":"ebc34720-486f-4196-a71f-ee40a5b2b06a","description":"<p>Represents a GaleMediaForce buy order import object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the GaleMediaForce buy order import.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the import was created. Based on the server location, set to midnight.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExecutedDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the import was executed in the system. Based on the server location, set to midnight.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExecutionErrors</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated error encountered during an unsuccessful import.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StatusId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the GaleForceMedia import status enum - 1101.  <br /><strong>NOTE:</strong> The status of the import can be: 1 - Draft, 2 - Imported, 3 - Failed, 4 - Deleted.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportedBy  <br />ResourceId  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated resource who did the import.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExecutedBy  <br />ResourceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated resource who executed the import.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FileName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated file from which the import was created.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#fb5eedb7-02bb-4fcc-85cd-cb858be2e6d5\">MediaForceBuyOrderImportLineParsed</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#67a06b04-61ac-4c30-8466-624896f96f70\">GET GaleForceMediaBuyOrderImportsRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#ca5297bb-391d-4e11-82d8-70ee1dbd143b\">PUT GaleForceMediaBuyOrderCreateImportFromCSVRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"ebc34720-486f-4196-a71f-ee40a5b2b06a"},{"name":"MediaForceBuyOrderImportLineParsed","item":[],"id":"84a68dab-52fb-4c95-be66-9270275c091e","description":"<p>Represents a GaleMediaForce buy order import line parsed object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the GaleMediaForce buy order import line parsed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MediaForceBuy  <br />OrderImport  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the GaleMediaForce buy order import.</td>\n<td><a href=\"#\">MediaForceBuyOrderImport</a></td>\n</tr>\n<tr>\n<td>MediaForceBuy  <br />OrderNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The order number of the GaleMediaForce buy order import.</td>\n<td><a href=\"#\">MediaForceBuyOrderImport</a></td>\n</tr>\n<tr>\n<td>SpotLinkId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The line identifier of the GaleMediaForce buy order import.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated GaleForceMedia supplier.</td>\n<td>Supplier</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated GaleForceMedia supplier.</td>\n<td>Supplier</td>\n</tr>\n<tr>\n<td>OrderDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp of the associated order.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated GaleForceMedia project number</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>ItemId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated item.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>GrossAmount</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The associated gross amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NetCost</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The associated net cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Spots</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated GaleForceMedia line's spots.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp of the associated start date.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp of the associated end date.  <br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#f49839b9-9dda-420e-8067-2b634225677d\">GET GaleForceMediaBuyOrderImportLinesParsedRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"84a68dab-52fb-4c95-be66-9270275c091e"},{"name":"MediaForceCreditorInvoiceImport","item":[],"id":"052c8e1f-299c-4493-a0d1-74c7a8b2e488","description":"<p>Represents a GaleMediaForce creditor invoice import object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the GaleMediaForce creditor invoice import.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportFile  <br />Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated import file.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when it was imported.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ConfirmationDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was confirmed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportStatus</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated status of the import action.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImportedBy  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />The identifier of the one who imported the creditor invoice.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ConfirmedById</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />The identifier of the one who comfirmed the import.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated error message.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#083e3ba4-b13b-4352-b5ca-8e34560015c6\">MediaForceCreditorInvoiceImportDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><p><a href=\"#23db43fe-ce0b-4599-9ff2-d8695b15ea9b\">GET GaleForceMediaCreditorInvoiceImportRequest</a> <em>(returns this resource)</em></p>\n</li>\n<li><p><a href=\"#611a8b54-d42b-474f-8703-14e6ab17fb20\">PUT GaleForceMediaCreditorInvoiceCreateImportFromCSVRequest</a> <em>(returns this resource)</em></p>\n</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"052c8e1f-299c-4493-a0d1-74c7a8b2e488"},{"name":"MediaForceCreditorInvoiceImportDetail","item":[],"id":"88433068-e1b1-4bf1-9a5b-9590a8e07837","description":"<p>Represents a GaleMediaForce creditor invoice import detail object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the MediaForce creditor invoice import detail.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MediaForceCreditor  <br />InvoiceImport  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated MediaForce creditor invoice import detail.</td>\n<td>MediaForceCreditorInvoiceImport</td>\n</tr>\n<tr>\n<td>MediaForce  <br />OrderNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The order number of the associated MediaForce creditor invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SpotLink  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated spot link.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SupplierName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated supplier name.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SupplierId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated supplier.</td>\n<td>Supplier</td>\n</tr>\n<tr>\n<td>PurchaseOrder  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated purchase order.</td>\n<td><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></td>\n</tr>\n<tr>\n<td>InvoiceNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated invoice.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when it was invoiced.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyCode</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(int32)  <br />The code of the associated currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalInvoice  <br />Amount</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The associated total invoice amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VoucherNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated voucher.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>GrossAmount</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The associated gross amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NetAmount</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The associated net amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Activity</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated activity of the MediaForceCreditor invoice import detail.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#94af0282-faad-408e-a8ab-ab1814bb98fc\">GET GaleForceMediaCreditorInvoiceImportDetailRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"88433068-e1b1-4bf1-9a5b-9590a8e07837"},{"name":"MileageDTO","item":[],"id":"11eae434-6dea-4f31-9adf-c7fe002ec97c","description":"<p>Represents a mileage object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the mileage.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated employee.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>TripDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the trip was made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartLocation  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated starting location.  <br />This must be different from the <strong>EndLocationId</strong> field.</td>\n<td><a href=\"#0d8bac43-aaca-48d4-ab28-9ac99856b65a\">MileageDriveLocationDTO</a></td>\n</tr>\n<tr>\n<td>EndLocation  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated ending location.  <br />This must be different from the <strong>StartLocationId</strong> field.</td>\n<td><a href=\"#0d8bac43-aaca-48d4-ab28-9ac99856b65a\">MileageDriveLocationDTO</a></td>\n</tr>\n<tr>\n<td>DistanceUnit  <br />Type</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated unit of distance.</td>\n<td>wbEnum 636</td>\n</tr>\n<tr>\n<td>DistanceOne  <br />Way</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated one-way distance.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OneWay</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is for a one-way distance.  <br />If true, the mileage is for a one-way distance. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DistanceTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total distance.  <br />If the mileage is for a one-way distance, the value is the same as that for the <strong>DistanceOneWay</strong> field. Otherwise, the value will be calculated as twice the value of the <strong>DistanceOneWay</strong> field.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MileageRate  <br />GroupId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated mileage rate group.  <br />This is used to determine overrides and defaults for values and currencies.  <br /><strong>NOTE:</strong> This is not currently in use. The <strong>MileageRateId</strong> field has taken its place.</td>\n<td><a href=\"#6b720b63-56d8-489c-bbf0-64ff4a963686\">MileageRateGroup</a></td>\n</tr>\n<tr>\n<td>EmployeePayment  <br />SettlementType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated employee payment settlement.  <br />This is used to specify whether the employee was a passenger or the employee drove their own car or the company car.</td>\n<td>wbEnum 123</td>\n</tr>\n<tr>\n<td>AllowEdit  <br />Distance</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows distance modification.  <br />If true, the mileage allows distance modification. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity.  <br /><strong>NOTE:</strong> The referenced activity must allow mileage entries for the associated company.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated comment.  <br />This may also contain information about reasons for rejection when the mileage is rejected.  <br /><strong>NOTE:</strong> This must be set before the mileage can be sent for approval.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalStatus</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated approval status.</td>\n<td>wbEnum 680</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated company.  <br />This will be derived from the associated job whenever the job is changed.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated currency.  <br /><strong>NOTE:</strong> This is not currently in use within the system. The <strong>CostCurrencyId</strong> and <strong>SaleCurrencyId</strong> are used instead.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>JobUnit  <br />Sale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The sales price per unit of the associated job.  <br />Its value is sourced from the <strong>MileageRateId</strong> field, combined with the <strong>EmployeePaymentSettlementType</strong> field.  <br />This is set when the mileage is sent for approval.  <br /><strong>NOTE:</strong> This must be set before a voucher can be created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobUnit  <br />Cost</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The cost price per unit of the associated job.  <br />Its value is sourced from the <strong>MileageRateId</strong> field, combined with the <strong>EmployeePaymentSettlementType</strong> field.  <br />This is set when the mileage is sent for approval.  <br /><strong>NOTE:</strong> This must be set before a voucher can be created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RefundCost  <br />ToEmployee</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its cost is refunded to the employee.  <br />If true, the mileage cost is refunded to the employee. Otherwise, it is not.  <br />This is used to determine whether the creditor invoice created for the mileage will be for the creditor of the employee or not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeCar  <br />UnitCost</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The unit cost of the associated employee car.  <br />Its value is sourced from the <strong>MileageRateId</strong> field, combined with the <strong>EmployeePaymentSettlementType</strong> field.  <br />This is set when the mileage is sent for approval.  <br /><strong>NOTE:</strong> This is not currently in use within the system.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VoucherNumber</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated voucher.  <br />This is set when an invoice is created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when its associated creditor invoice was posted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreditorId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated creditor who will receive the mileage reimbursement.  <br />This is used to determine the creditor for the creditor invoice created.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>CreateResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who created it.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification mode.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the approval or rejection.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />Comment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated approval or rejection comment.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />Date</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was approved or rejected.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaxId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated tax code.  <br />Its value is sourced from the <strong>CreditorId</strong> field.</td>\n<td><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a></td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total cost price in company currency.  <br />This is calculated by converting the value for the <strong>CostCurrencyAmount</strong> field into company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostCurrency  <br />Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total cost price in the currency specified in the <strong>CostCurrencyId</strong> field.  <br />This is calculated based on the unit price of the mileage rate multiplied by the total distance, converted as necessary based on unit.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostCurrency  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated currency for the total cost price.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>Sale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total sales price in company currency.  <br />This is calculated by converting the value for the <strong>SaleCurrencyAmount</strong> field into company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleCurrency  <br />Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total sales price in the currency specified in the <strong>SaleCurrencyId</strong> field.  <br />This is calculated based on the unit sales price of the mileage rate multiplied by the total distance, converted as necessary based on unit.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleCurrency  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated currency for the total sales price.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>MileageRate  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated mileage rate.  <br />This must be set before the record can be approved.  <br />The source of several kinds of information relating to cost, currencies, and sales prices is its type of mileage rate.</td>\n<td><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a></td>\n</tr>\n<tr>\n<td>CarReg  <br />No</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated car registration.  <br />This is required if the system variable 783 is enabled.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MillageInput  <br />Type*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated mileage input.  <br /><strong>NOTE:</strong> This is not currently in use within the system.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FromAddress</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated address of the starting point.  <br />This is required if the system variable 782 is enabled or the system variable 799 is disabled.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ToAddress</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated address of the destination.  <br />This is required if the system variable 782 is enabled or the system variable 799 is disabled.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GoogleDistance</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated Google distance.  <br />This is used for Google distance calculation.  <br /><strong>NOTE:</strong> The feature is not yet finished.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GoogleDuration</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated Google duration.  <br />This is used for Google distance calculation.  <br /><strong>NOTE:</strong> The feature is not yet finished.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartGPS  <br />Longtitude*</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(double)  <br />The associated starting GPS longitude.  <br />This is used for Google distance calculation.  <br /><strong>NOTE:</strong> The feature is not yet finished.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartGPS  <br />Latitude</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(double)  <br />The associated starting GPS latitude.  <br />This is used for Google distance calculation.  <br /><strong>NOTE:</strong> The feature is not yet finished.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EndGPS  <br />Longtitide*</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(double)  <br />The associated ending GPS longitude.  <br />This is used for Google distance calculation.  <br /><strong>NOTE:</strong> The feature is not yet finished.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EndGPS  <br />Latitude</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(double)  <br />The associated ending GPS latitude.  <br />This is used for Google distance calculation.  <br /><strong>NOTE:</strong> The feature is not yet finished.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DistanceCalculation  <br />Status</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The status of the associated distance calculation.  <br />This is used for Google distance calculation.  <br /><strong>NOTE:</strong> The feature is not yet finished.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>EmployeeDepartment  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The department identifier of the employee whom the mileage entry is for.</td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6350d62f-94f7-43fc-b191-ffd638cb5400"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"07073722-495d-4be3-9444-a9e53ada2a98"}}],"_postman_id":"11eae434-6dea-4f31-9adf-c7fe002ec97c"},{"name":"MileageDriveLocationDTO","item":[],"id":"c321f7b3-84af-4f48-a611-203cbdfb61a8","description":"<p>Represents a mileage drive location object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the mileage drive location.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated description.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated address.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RefAddress<br />RessID*<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource to which the referred address belongs.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>LocActive</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the location is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Required.</em><br />(date-time)<br />The date and time stamp for when it was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who created it.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovdResource<br />Id*<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the approval.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c1204041-5eef-48c9-923d-3605fa19182d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4e116756-e35f-4ac8-807d-94e4a789dd45"}}],"_postman_id":"c321f7b3-84af-4f48-a611-203cbdfb61a8"},{"name":"MileageRate","item":[],"id":"74dfe901-2270-4a4a-9fb6-1448dfde6389","description":"<p>Represents a mileage rate object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the mileage rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>ReferenceType</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The type of the associated reference.</td>\n<td>wbEnum 633</td>\n</tr>\n<tr>\n<td>ReferenceId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DistanceUnit<br />Type<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The type of the associated unit of distance.</td>\n<td>wbEnum 636</td>\n</tr>\n<tr>\n<td>EmployeeCar<br />UnitCost<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated unit cost of the employee car.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyCar<br />UnitCost<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated unit cost of the company car.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PassengerUnit<br />Cost<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated unit cost of the passenger.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerUnit<br />Sale<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated unit sale of the customer.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>PaySettlement<br />Type<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the associated pay settlement.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated comment.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExpenditureAccount<br />ID<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated expenditure account.<br />This is set when the mileage voucher is created.<br /></td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>EqualisationAccount<br />ID<br />*</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated equalization account.<br />This is set when the mileage voucher is created.<br /></td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the mileage rate is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>SalesTax<br />CodeId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated sales tax code.</td>\n<td><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a></td>\n</tr>\n<tr>\n<td>AccountReceiveable<br />OrPayable<br />VATId*</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated accounts receivable or payable VAT.</td>\n<td><a href=\"#97f02ae3-6b62-408b-bbe7-e52aeaddebf8\">AccountReceiveableOrPayableVAT*</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> and <strong>Resource Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fbaf327c-7811-4e34-a01e-56e5af9aed7f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e4b825b6-fdd4-474b-910f-d46f8d66dbda"}}],"_postman_id":"74dfe901-2270-4a4a-9fb6-1448dfde6389"},{"name":"MileageRateGroup","item":[],"id":"4ab86ce1-5df2-49e9-9c4f-7d53543be88d","description":"<p>Represents a mileage rate group object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the mileage rate group.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the mileage rate group.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Customer  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ea4cc5bb-cff1-409c-b3c2-8b596951e193"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"82d5fc07-2084-4621-9896-844a2e2370d5"}}],"_postman_id":"4ab86ce1-5df2-49e9-9c4f-7d53543be88d"},{"name":"Oauth2CodeRequestProperties*","item":[],"id":"2ef657ad-23cf-4e2b-bdb8-8f0d12a21b91","description":"<p>Represents properties necessary to perform an authorization code flow with OAuth 2.0.</p>\n<p><em>* See</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ClientId</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The client identifier of the registered application.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RedirectUrl</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated redirect URL.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Scope</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated scope of the OAuth 2.0 interactive flow property.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>State</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated statet of the OAuth 2.0 interactive flow property.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProviderUrl</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated provider URL.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#caa6945a-20ef-4bee-90ab-84a9627b4190\">GET Oauth2InteractiveFlowPropertiesRequest*</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"2ef657ad-23cf-4e2b-bdb8-8f0d12a21b91"},{"name":"Oauth2MailConnectionSettings*","item":[],"id":"837c73b5-e888-4b32-9686-816947303efb","description":"<p>Represents an OAuth 2.0 mail connection settings object.</p>\n<p><em>* See</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#55aa9853-436d-4f3f-871d-1153d03efe8d\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TenantId</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The tenant identifier of the registered application.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The client identifier of the registered application.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ClientSecret</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The client secret of the registered application.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated OAuth 2.0 email.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Port</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />  <br />The associated port of the OAuth 2.0 mail connection setting.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImapUrl</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated IMAP url of the OAuth 2.0 mail connection setting.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Provider</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />The associated OAuth 2.0 mail provider. The options are:  <br />- Microsoft = 1  <br />- Google = 2  <br />- Pagero = 3  <br />- NotSpecified = -1</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceScopes</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated OAuth 2.0 resource scopes.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProviderScopes</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated OAuth 2.0 provider scopes.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RedirectUrl</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated redirect URL.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProviderUrl</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated provider URL.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RefreshToken</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated OAuth 2.0 refresh token.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"837c73b5-e888-4b32-9686-816947303efb"},{"name":"Oauth2ProviderScope*","item":[],"id":"2b069e10-1b44-4ddd-be7e-1697bc362cc8","description":"<p>Represents an OAuth 2.0 provider scope object.</p>\n<p><em>* See</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#55aa9853-436d-4f3f-871d-1153d03efe8d\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the OAuth 2.0 provider scope.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>WorkBookScope  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated WorkBook Scope.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProviderID</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated OAuth 2.0 provider.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"2b069e10-1b44-4ddd-be7e-1697bc362cc8"},{"name":"Oauth2ProviderSettings*","item":[],"id":"a2f04037-fb72-4dd5-ba78-a14c899c162e","description":"<p>Represents an OAuth 2.0 provider settings object.</p>\n<p><em>* See</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the OAuth 2.0 provider setting.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated name of the OAuth 2.0 provider setting.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#cbc506d6-162b-4a4e-b4c2-83d2c3042b9d\">GET Oauth2ProvidersRequest*</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"a2f04037-fb72-4dd5-ba78-a14c899c162e"},{"name":"Oauth2Settings*","item":[],"id":"e2799e97-005f-44d5-99cb-28eaff3b167e","description":"<p>Represents an OAuth 2.0 settings object.</p>\n<p><em>* See</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the OAuth 2.0 setting.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProviderId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier name of the OAuth 2.0 provider.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The client identifier of the registered application.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ClientSecret</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The client secret of the registered application.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TenantId</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The tenant identifier of the registered application.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>WbScopeId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the OAuth 2.0 WorkBook scope.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the OAuth 2.0 setting was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdated  <br />Date</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the OAuth 2.0 setting was last updated.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated name who created the OAuth 2.0 settings.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdatedBy</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated name who last updated the OAuth 2.0 settings.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is active. If true, the OAuth 2.0 setting is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#bb060797-ebc6-41f6-885b-5e72438c0fa9\">GET Oauth2AllSettingsRequest*</a> <em>(returns this resource)</em></li>\n<li><a href=\"#ac067a6b-d2f5-40ea-9dc9-253496245d0b\">POST Oauth2SettingsAddRequest*</a> <em>(returns this resource)</em></li>\n<li><a href=\"#a354ab01-ac44-492e-a16d-152e5a3c35fd\">PATCH Oauth2SettingsPatchRequest*</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"e2799e97-005f-44d5-99cb-28eaff3b167e"},{"name":"Oauth2SettingsVisualization*","item":[],"id":"2383c991-4573-4017-a19b-07f4c8187875","description":"<p>Represents a visualization object for OAuth 2.0 settings.</p>\n<p><em>* See</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#55aa9853-436d-4f3f-871d-1153d03efe8d\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the OAuth 2.0 user setting.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProviderId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the OAuth 2.0 provider.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ClientId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The client identifier of the registered application.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ClientSecret</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The client secret of the registered application.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TenantId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The tenant identifier of the registered application.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmailImport</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the setting is used for email import.<br />If true, the setting is used for email import. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmailSend</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the setting is used for email send.<br />If true, the setting is used for email send. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Calendar</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the setting is used for calendar.<br />If true, the setting is used for calendar. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the import was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdated  <br />Date</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the import was last updated.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreatedBy</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier the OAuth 2.0 setting creator.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUpdatedBy  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier the last user who updated the OAuth 2.0 setting .</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#\">GET Oauth2AllSettingsRequest*</a> <em>(returns this resource)</em></li>\n<li><a href=\"#\">PATCH Oauth2SettingsPatchRequest*</a> <em>(returns this resource)</em></li>\n<li><a href=\"#\">POST Oauth2SettingsAddRequest*</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"2383c991-4573-4017-a19b-07f4c8187875"},{"name":"Oauth2UserSettings*","item":[],"id":"f30043b8-b3e5-4d7d-b6bf-5793869635c0","description":"<p>Represents an OAuth 2.0 user setting object.</p>\n<p><em>* See</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#55aa9853-436d-4f3f-871d-1153d03efe8d\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the OAuth 2.0 user setting.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Oauth2UserId*</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated OAuth 2.0 user.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of associated resource.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the OAuth 2.0 user setting is active.  <br />If true, the OAuth 2.0 user setting is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ScopeProvider  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier the OAuth 2.0 scope provider.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Oauth2Settings  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated OAuth 2.0 mail provider.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccessToken</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated OAuth 2.0 access token.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"f30043b8-b3e5-4d7d-b6bf-5793869635c0"},{"name":"Object (Databoard)","item":[],"id":"ea6ab566-ea19-4045-9aae-ed6dbe045efc","description":"<p>Represents a custom object based on the databoard (stored procedure) you created in your WorkBook application instance.  </p>\n<h2 id=\"fields\">Fields</h2>\n<p>Custom fields that corresponds to the settings of the created databoard (stored procedure) in your WorkBook application instance.  </p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\">GET DataboardDataRequest</a></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e8155e81-037e-40a8-8900-af83b62704d7"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"96e6507f-87f3-49a3-a3b0-79670f0b025b"}}],"_postman_id":"ea6ab566-ea19-4045-9aae-ed6dbe045efc"},{"name":"Object (ReportData)","item":[],"id":"1c27af59-4920-4f44-b163-4c09c3bbc721","description":"<p>Represents a custom object based on the report data you created in your WorkBook application instance.</p>\n<h2 id=\"fields\">Fields</h2>\n<p>Custom fields that corresponds to the settings of the created report data in your WorkBook application instance.</p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#6307a31c-9f1f-4259-85e4-9beb461b434e\">GET Report188DataRequest</a></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e8155e81-037e-40a8-8900-af83b62704d7"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"96e6507f-87f3-49a3-a3b0-79670f0b025b"}}],"_postman_id":"1c27af59-4920-4f44-b163-4c09c3bbc721"},{"name":"PaymentGroup","item":[],"id":"20aff289-8994-4473-b86c-c49d02ccb0ff","description":"<p>Represents a payment group object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the payment group.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em><br />The title of the payment group.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>FinancialPartner</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#ca804a18-3b08-4338-a079-d9d149defc42\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"5596f93c-b353-4a1f-b389-00a9d70d256d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2bcca014-73bc-48d7-917c-dbcef83e2da7"}}],"_postman_id":"20aff289-8994-4473-b86c-c49d02ccb0ff"},{"name":"PaymentModeCreditorCompany","item":[],"id":"6ff997f9-6799-4f78-8e3b-4967d617b54a","description":"<p>Represents a payment mode object of a creditor company.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the payment mode of a creditor company.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentModeId</td>\n<td>integer</td>\n<td><em>Required.</em><br />int32<br />The identifier of the associated payment mode.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>PaymentMode<br />Name<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the payment mode.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DefaultPayment<br />MethodId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated default payment method.</td>\n<td><a href=\"#c5cd603c-c5e5-4781-a293-ebc079944c22\">PayMethod</a></td>\n</tr>\n<tr>\n<td>AllowCombined<br />Payment<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it allows combined payment.<br />If true, the payment mode of a creditor company allows combined payment. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the payment mode of a creditor company is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Default</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is the default.<br />If true, the payment mode of a creditor company is the default. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BankId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated bank.</td>\n<td><a href=\"#197ede17-d788-4cf2-96f8-d0ff8472e98e\">Bank</a></td>\n</tr>\n<tr>\n<td>FilePath</td>\n<td>string</td>\n<td><em>Optional.</em><br />The path to the associated file.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EntryFile<br />Name<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the associated entry file.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DefinitionFile<br />Name<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the associated definition file.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FileEncoding</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated file encoding.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ChequeSequence*</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated check sequence.</td>\n<td><a href=\"#5b2c52a9-3b71-4e1f-9fb5-3f3c1174a8e1\">FinanceSequence</a></td>\n</tr>\n<tr>\n<td>ChequeBook<br />Name*<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the associated checkbook.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ChequeBook<br />LayoutId*<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated checkbook layout.</td>\n<td><a href=\"#39d5936a-9330-4761-a3f8-87bac4df2384\">ReportLayout</a></td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Optional.</em><br />The title of the payment mode of a creditor company.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Miscellaneousheck<br />PostingAccount<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated account for miscellaneous check posting.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>MiscellaneousCreditor<br />ArpAccount<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated account for miscellaneous creditor accounts receivable or payable.</td>\n<td>FinancialPartner</td>\n</tr>\n<tr>\n<td>ChequeTransit<br />Number*<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The transit number of the associated check.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ChequeInstitution<br />Number*<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The number of the associated check institution.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ChequeRouting<br />Number*<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The routing number of the associated check.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentMode<br />TypeId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated type of payment mode.</td>\n<td><a href=\"#4e0994c2-f8a4-459f-abfb-a8addbbd6248\">PaymentModeCreditorType</a></td>\n</tr>\n<tr>\n<td>InternalText<br />Format<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated internal text format.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalText<br />Format<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated external text format.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></li>\n<li>FinancialPartner</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"e1f6fb13-bfbb-4fcc-92a1-d18b7a7ca00d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"da8fce3b-74a6-4c74-8dda-1132f4bd1f95"}}],"_postman_id":"6ff997f9-6799-4f78-8e3b-4967d617b54a"},{"name":"PaymentModeCreditorType","item":[],"id":"3cd50f77-e7a8-4a15-a5f1-480b5a8b437b","description":"<p>Represents a creditor type payment mode object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the creditor type payment mode.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>string</td>\n<td><em>Required.</em><br />The number of the creditor type payment mode.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentMode<br />Name<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the payment mode.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FileProcedure</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated file procedure.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateDefinition<br />File<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not to create a definition file.<br />If true, it creates a definition file. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CheckType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated type of check.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DefaultFile<br />Path<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The path to the associated file by default.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DefaultEntry<br />FileName<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the associated entry file by default.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DefaultDefinition<br />FileName<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the associated definition file by default.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BuildNo</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated build number.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9a94abeb-3510-4f05-a978-a8328e8fe5c2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ad378d38-cee0-4252-96aa-d9417afac520"}}],"_postman_id":"3cd50f77-e7a8-4a15-a5f1-480b5a8b437b"},{"name":"PaymentTerms","item":[],"id":"f93cf696-89ce-4825-86b6-e1702ca05fff","description":"<p>Represents a payment term object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the payment term.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceText</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated invoice text.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated description.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Days</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated number of days.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Months</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated number of months.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrentMonth*</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its due date is calculated from the first day of the following month of the invoice date.<br />If true, the due date for the payment term is calculated based on the first day of the following month of the invoice date. Otherwise, it is calculated from the invoice date.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalReference</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated external reference.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Company  </li>\n<li>Customer  </li>\n<li>FinancialPartner  </li>\n<li><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  </li>\n<li><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a></li>\n<li><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d843cf87-31d4-47c6-b72e-3e2a71bdfb8a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"24abcd28-8b16-4c5b-bdaf-ad1c86bc878b"}}],"_postman_id":"f93cf696-89ce-4825-86b6-e1702ca05fff"},{"name":"PayMethod","item":[],"id":"25a6f083-2db7-4541-903d-d75debb83767","description":"<p>Represents a payment method object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the payment method.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated description.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated code.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowCombined<br />Payment<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it allows combined payment.<br />If true, the payment method allows combined method. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PayCreditor<br />NumberRequired<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it requires a pay creditor number.<br />If true, the payment method requires the pay creditor number. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DebitHandle<br />Type<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the associated debit handle.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated comment.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BankRegistration<br />NumberRequired<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it requires a bank registration number.<br />If true, the payment method requires the bank registration number. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BankAccount<br />NumberRequired<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it requires a bank account number.<br />If true, the payment method requires the bank account number. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SwiftNumber<br />Required*<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it requires a Society for Worldwide Interbank Financial Telecommunication (SWIFT) number.<br />If true, the payment method requires the SWIFT number. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IbanNumber<br />Required*<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it requires an international bank account number (IBAN).<br />If true, the payment method requires the IBAN. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ModulusCheck</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it does modulus check.<br />If true, the payment method does modulus check. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PayIdentifying<br />NumberLength<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The length of the associated pay identifying number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PreFill<br />Zero<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it prefills with zero.<br />If true, the payment method prefills with zero. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowedChars</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated allowed characters.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BuildNumber</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated build number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CheckNumber<br />Required<br /></td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not it requires a check number.<br />If true, the payment method requires the check number. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UBLPayment<br />Code<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The code of the associated unified business language (UBL) payment.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UBLPayment<br />Channel<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The channel of the associated unified business language (UBL) payment.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PayMethod<br />Type<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the payment method.</td>\n<td>wbEnum 822</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a>    </li>\n<li>FinancialPartner    </li>\n<li><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"49237fe7-a8be-4336-8f18-7cfa10a61f47"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b3f42a62-5db7-4e4e-8478-7abfcbd5c5db"}}],"_postman_id":"25a6f083-2db7-4541-903d-d75debb83767"},{"name":"Pipeline","item":[],"id":"7ce18c2c-a6ff-41a9-aca3-1bd5d67c070b","description":"<p>Represents a pipeline object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the pipeline.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>ResponsibleId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who is responsible for the pipeline.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The title of the pipeline.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StatusId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated status.</td>\n<td><a href=\"#67b4f5be-375f-421f-9fb4-dfa5ddbc80d1\">PipelineStatus</a></td>\n</tr>\n<tr>\n<td>StatusComment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The comment for the associated status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RatingId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated rating.</td>\n<td><a href=\"#e576c4c1-75e0-4752-8157-f5659431002c\">PipelineRating</a></td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the pipeline has started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Probability</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated probability.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MonthAllocation</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated monthly allocation.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is active.  <br />If true, the pipeline is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PartnerResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who serves as a partner.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>PartnerContact  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated contact who serves as a partner.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>LeadResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is responsible for the lead.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>LeadTo  <br />SaleResource  <br />ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated lead-to-sale resource activity.</td>\n<td><a href=\"#899c95f7-8348-4647-bfa9-5ca6f1776a12\">PipelineActivityType</a></td>\n</tr>\n<tr>\n<td>OpportunityQualification</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated opportunity qualification.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SharedPipeline</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is shared.  <br />If true, the pipeline is shared. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PartnerInformation</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The information about the associated partner.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PartnerSharing  <br />Date</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the partner sharing commenced.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PartnerShare  <br />Percentage</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The percentage of the partner sharing.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobDescription</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The description of the associated job.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who created it.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>LeadBegin  <br />Date</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the lead begun.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LeadBegin  <br />ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who started the lead.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>OpportunityBegin  <br />Date</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the opportunity begun.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OpportunityBegin  <br />ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who started the opportunity.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>SaleBegin  <br />Date</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the sale begun.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleBegin  <br />ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who started the sale.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ProjectBegin  <br />Date</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the project begun.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectBegin  <br />ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who started the project.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Lost</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is lost.  <br />If true, the pipeline is lost. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LostDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was lost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LostResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the loss.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>LostDescription</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The description of the loss.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LostReason  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated reason for the loss.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LostTo  <br />CompetitorResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated pipeline competitor to whom it was lost.</td>\n<td><a href=\"#da7b4296-e58b-4961-bce2-7eb2205683b9\">PipelineCompetitor</a></td>\n</tr>\n<tr>\n<td>Dimension1</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The first dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dimension2</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The second dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dimension3</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The third dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dimension4</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The fourth dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dimension5</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The fifth dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dimension6</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The sixth dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dimension7</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The seventh dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dimension8</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The eighth dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dimension9</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The ninth dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dimension10</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The tenth dimension detail.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>DepartmentId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated department.</td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n<tr>\n<td>PlatformId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated platform.</td>\n<td><a href=\"#cb7d7e74-1759-4a9b-a306-4f395ff1106e\">SettingsPlatforms</a></td>\n</tr>\n<tr>\n<td>JobType  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job type.</td>\n<td><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></td>\n</tr>\n<tr>\n<td>DivisionId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated division.</td>\n<td>[SettingsDivisionDTO](Retrieving data. Wait a few seconds and try to cut or copy again.)</td>\n</tr>\n<tr>\n<td>ProductId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated product.</td>\n<td><a href=\"#85292f2b-bf03-416d-af91-4114187cc2f2\">Product</a></td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated country.</td>\n<td><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a></td>\n</tr>\n<tr>\n<td>RegionId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated region.</td>\n<td><a href=\"#6e3bf4ca-faf8-4bd5-b700-48658b3ba28e\">Region</a></td>\n</tr>\n<tr>\n<td>QualityLevel  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated quality level.</td>\n<td><a href=\"#2e45d754-98be-42ba-af31-a127f82ef0cd\">QualityLevel</a></td>\n</tr>\n<tr>\n<td>CustomerSegment  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer segment.</td>\n<td><a href=\"#e27a280f-b5bb-45aa-a94b-ea0fc03434a4\">CustomerSegment</a></td>\n</tr>\n<tr>\n<td>CustomerGroup  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer group.</td>\n<td><a href=\"#55de9689-726b-4cbb-9468-7507b4e7ea6d\">CustomerGroup</a></td>\n</tr>\n<tr>\n<td>SalesManager  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated sales manager.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ProductionManager  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated production manager.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ProfitCenter  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated profit center.</td>\n<td><a href=\"#0f56c4cd-4b10-4d81-93c6-2ff28b3ec261\">ProfitCenter</a></td>\n</tr>\n<tr>\n<td>PracticeArea  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated practice area.</td>\n<td><a href=\"#377237be-3208-4470-91a7-b38d747965f2\">PracticeArea</a></td>\n</tr>\n<tr>\n<td>ConsultingCenter  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated consulting center.</td>\n<td><a href=\"#e9d059b8-d0f1-4f2a-8b76-c51e6521e206\">ConsultingCenter</a></td>\n</tr>\n<tr>\n<td>TechnologyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated technology.</td>\n<td><a href=\"#8dcf03b6-9ca1-41c0-870d-df401fe0e622\">SettingsTechnology</a></td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last update.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was last updated.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PipelineFile  <br />FolderName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The folder name of the associated pipeline file.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ContactResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who serves as the contact.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>GrossRevenue</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated gross revenue.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GrossRevenue  <br />AutoUpdated</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its gross revenue is automatically populated from the net amount.  <br />If true, the gross revenue for the pipeline is automatically populated from the net amount. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GrossRevenue  <br />Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated gross revenue hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GrossRevenue  <br />Purchases</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated gross revenue purchases.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GrossRevenue  <br />cost</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated gross revenue cost.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"fead037c-9176-4739-b7dc-ea5ad330bbd9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c1d9eefb-94e0-424a-9b7d-3a92f79443fc","type":"text/javascript","exec":[""]}}],"_postman_id":"7ce18c2c-a6ff-41a9-aca3-1bd5d67c070b"},{"name":"PipelineActivityCategory","item":[],"id":"e9eccd8d-6a6d-40e0-8e1f-056d9aadd307","description":"<p>Represents a pipeline activity category object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the pipeline activity category.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the pipeline activity category.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#899c95f7-8348-4647-bfa9-5ca6f1776a12\">PipelineActivityType</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"0b471be5-7aa9-4192-8d85-83291dc7b604"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a647769f-cd86-4bff-a2b7-b965a1792c79"}}],"_postman_id":"e9eccd8d-6a6d-40e0-8e1f-056d9aadd307"},{"name":"PipelineActivityType","item":[],"id":"cca76903-1a1c-4c9c-9605-d5570d1b09bc","description":"<p>Represents a pipeline activity type object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the pipeline activity type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the pipeline activity type.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PipelineActivity<br />CategoryId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated pipeline activity category.</td>\n<td><a href=\"#d664ccbb-c0b7-4ad5-842a-0394bc768c52\">PipelineActivityCategory</a></td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the pipeline activity type is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"db40668b-042e-4138-89ca-29926ea9b519"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ca10b419-b358-4384-b48b-f29023278246"}}],"_postman_id":"cca76903-1a1c-4c9c-9605-d5570d1b09bc"},{"name":"PipelineCompetitor","item":[],"id":"452003c2-ec90-4b97-b197-9b5a7cec6d0e","description":"<p>Represents a pipeline competitor object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the pipeline competitor.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></li>\n<li>PipelineBase</li>\n<li>PipelineVisualization</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#50a7882e-3e75-479d-b6d8-c825373552cd\">GET PipelineCompetitorRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#af362baa-a0a7-4800-b3cb-a55f5933558a\">GET PipelineCompetitorsRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#b39d824d-d5b7-4bb8-b543-9dcee28fa1f8\">PATCH PipelineCompetitorPatchRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#ca804a18-3b08-4338-a079-d9d149defc42\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"fead037c-9176-4739-b7dc-ea5ad330bbd9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c1d9eefb-94e0-424a-9b7d-3a92f79443fc","type":"text/javascript","exec":[""]}}],"_postman_id":"452003c2-ec90-4b97-b197-9b5a7cec6d0e"},{"name":"PipelineRating","item":[],"id":"1d7445f7-3ae2-49a3-afff-62d2aa3073bc","description":"<p>Represents a pipeline rating object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the pipeline rating.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number of the pipeline rating.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the pipeline rating.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"254ea72d-14c5-48cd-bd85-9fbce765a79a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8f640cce-140d-4121-b4ea-fb002ecfeb5f"}}],"_postman_id":"1d7445f7-3ae2-49a3-afff-62d2aa3073bc"},{"name":"PipelineStatus","item":[],"id":"23955176-a737-4f78-9b1d-d59938e5d267","description":"<p>Represents a pipeline status object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the pipeline status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number of the pipeline status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the pipeline status.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Probability</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The probability of the pipeline status.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"58b91209-f0da-48ea-b2c7-2088ad3e67b5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1d00d01f-c7c4-4e3c-8439-08f59d791b0e"}}],"_postman_id":"23955176-a737-4f78-9b1d-d59938e5d267"},{"name":"Portal","item":[],"id":"166f20b1-d907-424e-9892-ac11126bfbf3","description":"<p>Represents a portal object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the portal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The name of the portal.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is active.  <br />If true, the portal is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DefaultCustomer  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated default customer.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></li>\n<li>Resource</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#ca804a18-3b08-4338-a079-d9d149defc42\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"aa95865f-2792-4da1-b78d-2d737e29de31"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4b89956c-c0bf-4e4e-9072-86d0ac56fa13"}}],"_postman_id":"166f20b1-d907-424e-9892-ac11126bfbf3"},{"name":"PostSpecification","item":[],"id":"9dbcc581-84fa-4620-b8b4-da15e9760480","description":"<p>Represents a post specification object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the post specification.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>Number</td>\n<td>string</td>\n<td><em>Required.</em><br />The number of the post specification.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em><br />The title of the post specification.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Capitalize*</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is capitalized.<br />If true, the post specification is capitalized. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PurchaseMethod</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated purchase method.</td>\n<td>wbEnum 4</td>\n</tr>\n<tr>\n<td>TimeMethod</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated time method.</td>\n<td>wbEnum 4</td>\n</tr>\n<tr>\n<td>MaterialMethod</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated material method.</td>\n<td>wbEnum 4</td>\n</tr>\n<tr>\n<td>TemporaryId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated temporary identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling<br />Time<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated adjustment handling time.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling<br />Material<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated adjustment handling material.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling<br />ExternalExpense<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated adjustment handling external expense.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling<br />ExternalExpense<br />Cost</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated adjustment handling external expense cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdjustmentHandling<br />ExtraDiscount<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated adjustment handling extra discount.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Company  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a19a45b4-0c3e-4a32-89eb-aa0dc5accd15"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e6bc6fd0-0018-4d60-a348-ba59ad803823"}}],"_postman_id":"9dbcc581-84fa-4620-b8b4-da15e9760480"},{"name":"PracticeArea","item":[],"id":"c356d363-b83a-403a-abc9-a6603cf0de75","description":"<p>Represents a practice area object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the practice area.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the practice area.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d5e8ed99-95b5-40b0-9a09-00f86da04980"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"3385725c-527d-4d59-93ca-9a67d67e9ba1"}}],"_postman_id":"c356d363-b83a-403a-abc9-a6603cf0de75"},{"name":"PriceList","item":[],"id":"0ef73d28-174c-4dcd-adb4-47b3a8f5fcf5","description":"<p>Represents a price list object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the price list.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the price list.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>Blocked</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is blocked.<br />If true, the price list is blocked. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceList<br />Description<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The description of the price list.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>EnableActivity<br />Access<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its activity access is enabled.<br />If true, the activity access for the price list is enabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a></li>\n<li>Customer  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  </li>\n<li><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fd3e4195-fafd-4d11-b681-26c6f44ea5d9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4b3503ad-8bed-44eb-b02d-26d79384707b"}}],"_postman_id":"0ef73d28-174c-4dcd-adb4-47b3a8f5fcf5"},{"name":"Product","item":[],"id":"be347153-6730-4a98-804b-b46379afa944","description":"<p>Represents a product object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the product.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the product.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>   </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  </li>\n<li>Subscription  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"94aeaf31-ca44-412a-a381-66ea9151fe0b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a33fa1fd-4c9c-4726-a8e4-00b101d528de"}}],"_postman_id":"be347153-6730-4a98-804b-b46379afa944"},{"name":"ProductionStatus","item":[],"id":"50ee8bd7-f431-4258-8372-2ca0f5f62ae8","description":"<p>Represents a production status object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the production status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated status.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobStatus<br />Id<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated job status.</td>\n<td><a href=\"#4bbbb678-d5e6-4635-8743-d438b2dd4822\">JobStatus</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"300124a6-2f46-49e3-b45e-a4f847d57414"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"3d34b5ab-f130-446f-a4c2-8543f9ebc72b"}}],"_postman_id":"50ee8bd7-f431-4258-8372-2ca0f5f62ae8"},{"name":"ProfitCenter","item":[],"id":"02e04cf8-8541-4cef-a156-7039496ba5b3","description":"<p>Represents a profit center object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the profit center.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the profit center.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the profit center is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"29be0132-7ddc-4fea-8ebf-94b87ba524a6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"174c463d-d698-47be-85dc-e97a11a524ac"}}],"_postman_id":"02e04cf8-8541-4cef-a156-7039496ba5b3"},{"name":"ProfitForecastDataDetailPostRequest","item":[],"id":"dcd805f9-a571-4345-8b7e-fb28d9f972a7","description":"<p>Represents a profit forecast data detail post request object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the profit forecast data detail line.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Amount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount to be set on the profit forecast data detail line.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProfitForecast  <br />DataId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated profit forecast data detai line.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MonthDate</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />The month of the profit forecast data detail line to set amount for.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RemainingFollowing  <br />YearsAmount</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The associated remaining amount to be set on the profit forecast data detail line.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#7aeea34a-8351-4c3b-a583-e182b268111d\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"43d43a8e-ff61-442f-8421-12d797079a61","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a954db83-35db-447a-a6d5-58bc99e446e2","type":"text/javascript","exec":[""]}}],"_postman_id":"dcd805f9-a571-4345-8b7e-fb28d9f972a7"},{"name":"PurchaseOrder","item":[],"id":"490cb05f-ea42-423a-831f-24e358be5033","description":"<p>Represents a purchase order object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the purchase order.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>JobType  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job type.  <br />By default, this is set to the job type of the associated job.  <br /></td>\n<td><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></td>\n</tr>\n<tr>\n<td>Status</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated status.  <br />By default, this is set to 10. This is the only status in which a purchase order can be edited.  <br /></td>\n<td>wbEnum 18</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for the purchase order.  <br />By default, this is set to the current date.  <br />In addition, this can influence the currency date depending on the system variable 1021 (finance date for accrued purchase orders).</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated currency.  <br />This is used to convert the amounts into company currency from the purchase order currency.  <br />By default, the following is its order of precedence: (1) client currency, (2) job description supplier currency, and (3) company currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CurrencyDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the currency.  <br />This is the currency date used on the purchase order when calculating the amount to company currency or when changing the purchase order currency. The date used is controlled by the system variable 1021 (finance date for accrued purchase orders).  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyRate</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated currency rate.  <br />This is the currency rate used on the purchase order when calculating amount to company currency or when changing the purchase order currency.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DeliveryDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was delivered.  <br />By default, this is based on the system variable 821 (default delivery date for new purchase orders).  <br />In addition, this can influence the currency date depending on the system variable 1021 (finance date for accrued purchase orders).</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DeliveryTime</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated delivery time description.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DeliveryNote  <br />Txt  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated delivery note (or cover letter) text.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity.  <br />By default, upon purchase order creation, this is based on the system variable 804 (default activity for suppliers and purchase orders). Updating this value can trigger a change to PriceFactor. Changes to TaskId or VendorResourceId can trigger a change to this value.  <br /></td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task.  <br />Updating this value can trigger a change to ActivityId.  <br /></td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>FinalApprover  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is the final approver.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>HideOn  <br />Report  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is hidden on reports.  <br />If true, the purchase order is hidden on reports. Otherwise, it is not.  <br />By default, this is set to false.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ManualApprover  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is the manual approver.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>PriceList  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated price list.  <br />By default, this is set to the price list of the associated job.  <br /></td>\n<td><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">PriceList</a></td>\n</tr>\n<tr>\n<td>PriceFactor</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The associated price factor (profit margin).  <br />Changes to ActivityId, PriceListId, and DeliveryDate can trigger a change to this value.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReceptiveAddress  <br />Label*  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The address of the associated recipient.  <br />This is dependent on the system variable 959 (recipient address and attention to for new purchase orders).</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReceptiveContact  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated recipient contact.  <br />This is dependent on the system variable 959 (recipient address and attention to for new purchase orders).  <br /></td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The associated cost.  <br />This value is in company currency and cannot be manually edited as it is calculated from Cost * CurrencyRate.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostCurrency</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The associated cost currency.  <br />This value is in purchase order currency. The system variable 1037 (availability of purchase order amount specification) controls if this value can be manually edited along with the AmountSpecification flag.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Sale</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The associated sale.  <br />This value is in company currency and cannot be manually edited as it is calculated from CostCurrency * (CurrencyRate / 100) * PriceFactor.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated title.  <br />By default, the following is its order of priority: from (1) the system variable 131 (purchase order headline composition) to (2) \"Job &lt; JobNo &gt; - &lt; JobName &gt; \".</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleEmployee  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated employee who is made responsible.  <br />By default, this is set to the creating user.  <br /></td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>VendorResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is the vendor (supplier).  <br />By default, this is set to the first active and chosen JobDetailVendor of the associated job. Updating this value can trigger a change to VendorAddressLabel, ActivityId, AllowVAT, and VATPercentage.  <br /></td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>VendorAddress  <br />Label  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated vendor address label.  <br />Changes to VendorResourceId can trigger a change to this value.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VendorContact  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated vendor contact.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>CompanyDepartment  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated company department.  <br />By default, this is set to the department of the associated job. In addition, this value affects BillToAddress and SenderCompName upon creation.  <br /></td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n<tr>\n<td>SenderCompany  <br />Name  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The company name of the associated sender.  <br />By default, the following is its order of priority: (1) the department company name based on CompDepId and (2) the owning company name.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SenderEmployee  <br />Name  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The employee name of the associated sender.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BillTo  <br />Address  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated address to bill to.  <br />By default, the following is its order of priority: (1) the departmentment address and (2) the company address.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BillTo  <br />AddressShow  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its billing address is shown.  <br />If true, the billing address of the purchase order is shown. Otherwise, it is not.  <br />By default, this value is based on the system variable 944 (show invoicing address on reports for new purchase orders by default).  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Rejected</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is rejected.  <br />If true, the purchase order is rejected. Otherwise, it is not.  <br />By default, this is set to false.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />ResourceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the approval or rejection.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />Comment  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated approval or rejection comment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the approval or rejection was made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ChangeId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ChangeDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who created it.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DeliveryResponsible  <br />EmployeeId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who is responsible for delivery.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>ReportLayout  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated report layout.  <br />By default, this is set to the report of the associated job combined with dimensions and other settings.  <br /></td>\n<td><a href=\"#48cf1138-45f7-46e7-beab-7cb856bd52c6\">ReportLayout</a></td>\n</tr>\n<tr>\n<td>ReportWatermark  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated report watermark.  <br />By default, this is set to the report of the associated job combined with dimensions and other settings.  <br /></td>\n<td><a href=\"#20e6022c-75ea-4a25-8e03-88b18726195a\">ReportWatermark</a></td>\n</tr>\n<tr>\n<td>RemainingAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated remaining amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RemainingCost  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated remaining cost amount.  <br />This value is the remaining cost after subtracting cost eliminations in company currency and cannot be manually edited. Changes to Cost and CurrencyId trigger a change to this value.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RemainingCost  <br />AmountCurrency  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated remaining cost currency amount.  <br />This value is the remaining cost after subtracting cost eliminations in purchase order currency and cannot be manually edited. Changes to Cost trigger a change to this value.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReceptiveResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is the recipient.  <br />This is dependent on the system variable 959 (recipient address and attention to for new purchase orders).  <br /></td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Vat*</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not VAT is enabled.  <br />If true, VAT for the purchase order is enabled. Otherwise, it is not.  <br />By default, the following is its order of priority: (1) according to the supplier's general settings and (2) according to the company variable 22 (default availability of VAT/GST/sales tax rate on new purchase orders) upon creation. If there is no available value, this is set to false.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VatPercentage*</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The percentage of the associated VAT.  <br />This value cannot fall below zero. By default, the following is its order of priority: (1) according to the supplier's general settings and (2) according to the company variable 23 (default rate of VAT/GST/sales tax rate on new purchase orders) upon creation.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DeliveryCompleted</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not delivery is completed.  <br />If true, the delivery of the purchase order is completed. Otherwise, it is not.  <br />This is used by reports. By default, this is set to false.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LCID</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated language.  <br />By default, the following is its order of priority: (1) client settings company default language, (2) job project owning client language, (3) system variable 142 (default language for new users), and (4) English - North America.  <br /></td>\n<td><a href=\"#bd62c946-067c-42b3-83fe-c5bf088d47ec\">LanguageDTO</a></td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated quantity (unit count).  <br />This value is defined by the purchase order details depending on the system variable 1037 (availability of purchase order amount specification) and the AmountSpecification flag. By default, this is set to zero if nothing is calculated.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostPer  <br />Client  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated cost for each client.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PaymentTerm  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated payment term.  <br />By default, the following is its order of priority: 1) client settings default payment term and (2) company default payment term.  <br /></td>\n<td><a href=\"#e419cd5c-683f-4074-b61c-f4c338ab196a\">PaymentTerms</a></td>\n</tr>\n<tr>\n<td>ShipDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was shipped.  <br />This is used on reports.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AmountSpecification</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is calculated based on extended details (amount specification).  <br />If true, the purchase order is calculated based on extended details. Otherwise, it is not.  <br />This is controlled by the system variable 1037 (availability of purchase order amount specification).  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HasVoucher</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it has a voucher.  <br />If true, the purchase order has a voucher. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalReference  <br />Number  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The number of the associated external reference.  <br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></li>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></li>\n<li><a href=\"#67aa5dee-d2f7-4cdf-a3d6-7849ea493354\">PurchaseOrderDetail</a></li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"c95e8661-7c72-493f-99e6-cd85ff267ce1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"72e1485d-1c85-4365-9c56-3e87373c2df7"}}],"_postman_id":"490cb05f-ea42-423a-831f-24e358be5033"},{"name":"PurchaseOrderDetail","item":[],"id":"c5484d0d-7ab3-4e0a-9e3c-1243a0913ba7","description":"<p>Represents a purchase order detail object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the purchase order detail.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PurchaseId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated purchase order.</td>\n<td><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></td>\n</tr>\n<tr>\n<td>IndexNumber</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated index number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Subject</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated subject.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Contents</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated contents.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowVendor</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is shown for the line.<br />If true, the purchase order detail is shown for the line. Otherwise, it is not.<br />This is dependent on the user setting POShowDefaultValue.<br />By default, if the user setting has not been defined in the request, this is set to true.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ShowPacking</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it shows the packing.<br />If true, the purchase order detail shows the packing. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ValueId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated value.</td>\n<td><a href=\"#77877b54-6ffb-415c-942f-2b15abf7d7c2\">JobTypeDetailValues</a></td>\n</tr>\n<tr>\n<td>SysJob<br />TypeDetail<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated system job type detail.</td>\n<td><a href=\"#77877b54-6ffb-415c-942f-2b15abf7d7c2\">JobTypeDetail</a></td>\n</tr>\n<tr>\n<td>Unit</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated unit.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UnitCost</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated unit cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UnitCost<br />Total<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated total unit cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"27400e1c-268e-4278-9933-868baf8be56d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"80254f3b-069f-4675-a1b2-375e0b1ae1b9"}}],"_postman_id":"c5484d0d-7ab3-4e0a-9e3c-1243a0913ba7"},{"name":"QualityLevel","item":[],"id":"a61d4d90-235e-474b-8cf8-10e47f3edeab","description":"<p>Represents a quality level object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the quality level.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the quality level.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated external number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCreditor</td>\n<td>string</td>\n<td><em>Required.</em><br />The associated external creditor.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Update*</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"76b5439f-1270-4b4f-9f86-b3d8104ec0b6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2c9a7057-0a08-40e1-b972-74912586c67b"}}],"_postman_id":"a61d4d90-235e-474b-8cf8-10e47f3edeab"},{"name":"Region","item":[],"id":"d757fb3e-20f6-4026-8814-c89b594b57e6","description":"<p>Represents a region object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the region.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the region.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated external number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCreditor</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated external creditor.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Update*</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a></li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"604d95be-ca3f-4e3f-95a2-16ee644f4322"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d30f7f02-7ff6-424c-8d05-6c12054118b5"}}],"_postman_id":"d757fb3e-20f6-4026-8814-c89b594b57e6"},{"name":"Reminder","item":[],"id":"bfb27feb-4eb7-4110-b653-92fdabf42128","description":"<p>Represents a reminder object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifer of the reminder.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceType</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The type of the associated reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Text</td>\n<td>string</td>\n<td><em>Required.</em><br />The descriptive text of the reminder.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Date</td>\n<td>string</td>\n<td><em>Required.</em><br />(date-time)<br />The date and time stamp for the reminder.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Private</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not the reminder is private.<br />If true, the reminder is private. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource who created the reminder.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>CreatedDate</td>\n<td>string</td>\n<td><em>Required.</em><br />(date-time)<br />The date and time stamp for when the reminder was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceId<br />List<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The list of the identifiers of the associated WorkBook resources.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>FinancialPartner</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#ca804a18-3b08-4338-a079-d9d149defc42\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b00239d1-a741-4941-9a9c-0cb3ae6ba18a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"18694c4d-2863-4100-92be-3c3dfb4c54fb"}}],"_postman_id":"bfb27feb-4eb7-4110-b653-92fdabf42128"},{"name":"Report","item":[],"id":"4c232b84-9a5e-4539-bc44-035a84f76a2c","description":"<p>Represents a report object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the report.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GroupId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated group.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the report.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayName</td>\n<td>string</td>\n<td><em>Optional.</em><br />The display name of the report.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DevelopmentStatus</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated development status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the report is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Public</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is public.<br />If true, the report is public. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReportEngine</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated report engine.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyEnabled</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it has currency enabled.<br />If true, the currency for the report is enabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LayoutEnabled</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it has layout enabled.<br />If true, the layout for the report is enabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LanguageEnabled</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it has language enabled.<br />If true, the language for the report is enabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>WatermarkEnabled</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it has watermark enabled.<br />If true, the watermark for the report is enabled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Subreport</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is a sub-report.<br />If true, the report is a sub-report. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#48cf1138-45f7-46e7-beab-7cb856bd52c6\">ReportLayout</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"79e890a6-bdb6-4aa8-8709-cff781d6ac3b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"744ba3be-7705-48a6-8450-dd49923dfb61"}}],"_postman_id":"4c232b84-9a5e-4539-bc44-035a84f76a2c"},{"name":"ReportingGroup","item":[],"id":"532969a8-c079-488e-aa27-e9f6ade7be8f","description":"<p>Represents a reporting group object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the reporting group.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ArpGrp<br />Number<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The number of the associated accounts receivable or payable group.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>GroupDescription</td>\n<td>string</td>\n<td><em>Required.</em><br />The description of the reporting group.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Scope</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The scope of the reporting group.</td>\n<td>wbEnum 492</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>FinancialPartner</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"36fadec1-4cf2-47a9-bdd0-3158e67ec57a"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"941243ed-df19-433b-95b6-0463bc724810"}}],"_postman_id":"532969a8-c079-488e-aa27-e9f6ade7be8f"},{"name":"ReportLayout","item":[],"id":"9163ce26-ca05-449e-9da1-32540747a086","description":"<p>Represents a report layout object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the report layout.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReportId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated report.</td>\n<td><a href=\"#b0e2bc58-af52-461a-814d-ef32ff00f03c\">Report</a></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the report layout.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the report layout is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Default</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is the default layout.<br />If true, the report layout is the default. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReadOnly</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is read-only.<br />If true, the report layout is read-only. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastEdit<br />Date<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastEdit<br />ByResource<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  </li>\n<li><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a>  </li>\n<li><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a>  </li>\n<li>PayMode  </li>\n<li><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b3921c88-866c-44a1-a6fa-592cd0b999a2"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"3f0c8eaa-03d2-4b17-8df2-f65a28e7ae4e"}}],"_postman_id":"9163ce26-ca05-449e-9da1-32540747a086"},{"name":"ReportParameterData","item":[],"id":"752e36bd-b520-4ec4-ba88-590b7c0512c2","description":"<p>Represents a report parameter data object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the report parameter data.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UserId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated user.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ReportId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated report.</td>\n<td><a href=\"#b0e2bc58-af52-461a-814d-ef32ff00f03c\">Report</a></td>\n</tr>\n<tr>\n<td>LCID</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated localization language.</td>\n<td><a href=\"#bd62c946-067c-42b3-83fe-c5bf088d47ec\">LanguageDTO</a></td>\n</tr>\n<tr>\n<td>LayoutId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated report layout.</td>\n<td><a href=\"#48cf1138-45f7-46e7-beab-7cb856bd52c6\">ReportLayout</a></td>\n</tr>\n<tr>\n<td>WatermarkId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated report watermark.</td>\n<td><a href=\"#20e6022c-75ea-4a25-8e03-88b18726195a\">ReportWatermark</a></td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>ActiveComp  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />The identifier of the associated active company.  <br /></td>\n<td>Company</td>\n</tr>\n<tr>\n<td>Txt1</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated text description 1.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Txt2</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated text description 2.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Txt3</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated text description 3.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Txt4</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated text description 4.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Txt5</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated text description 5.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Txt6</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated text description 6.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Txt7</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated text description 7.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Txt8</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated text description 8.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Num1</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated numerical input 1.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Num2</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated numerical input 2.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Num3</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated numerical input 3.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Num4</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated numerical input 4.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Num5</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated numerical input 5.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Num6</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated numerical input 6.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Money1</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The placeholder for the associated monetary value 1.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Money2</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The placeholder for the associated monetary value 2.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Money3</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The placeholder for the associated monetary value 3.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Money4</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The placeholder for the associated monetary value 4.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Money5</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The placeholder for the associated monetary value 5.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Money6</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The placeholder for the associated monetary value 6.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Date1</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The placeholder for the associated date and time stamp 1.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Date2</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The placeholder for the associated date and time stamp 2.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Date3</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The placeholder for the associated date and time stamp 3.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Date4</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The placeholder for the associated date and time stamp 4.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Date5</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The placeholder for the associated date and time stamp 5.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Date6</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The placeholder for the associated date and time stamp 6.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlexDate1</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(char)  <br />The placeholder for the associated input date 1.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlexDate2</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(char)  <br />The placeholder for the associated input date 2.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlexDate3</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(char)  <br />The placeholder for the associated input date 3.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlexDate4</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(char)  <br />The placeholder for the associated input date 4.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlexDate5</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(char)  <br />The placeholder for the associated input date 5.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FlexDate6</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(char)  <br />The placeholder for the associated input date 6.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Combo1</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button input 1.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Combo2</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button input 2.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Combo3</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button input 3.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Combo4</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button input 4.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Combo5</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button input 5.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Combo6</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button input 6.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Combo7</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button input 7.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Combo8</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button input 8.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Combo9</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button input 9.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Combo10</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button input 10.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ComboText1</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button text input 1.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ComboText2</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button text input 2.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ComboText3</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button text input 3.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ComboText4</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button text input 4.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ComboText5</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button text input 5.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ComboText6</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button text input 6.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ComboText7</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated radio button text input 7.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>List1</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated list input 1.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>List2</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated list input 2.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>List3</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated list input 3.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>List4</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The placeholder for the associated list input 4.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ListMulti1</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated multiple choice list input 1.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ListMulti2</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated multiple choice list input 2.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ListMulti3</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated multiple choice list input 3.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk1</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 1 is selected.  <br />If true, the placeholder for the associated checkbox input 1 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk2</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 2 is selected.  <br />If true, the placeholder for the associated checkbox input 2 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk3</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 3 is selected.  <br />If true, the placeholder for the associated checkbox input 3 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk4</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 4 is selected.  <br />If true, the placeholder for the associated checkbox input 4 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk5</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 5 is selected.  <br />If true, the placeholder for the associated checkbox input 5 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk6</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 6 is selected.  <br />If true, the placeholder for the associated checkbox input 6 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk7</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 7 is selected.  <br />If true, the placeholder for the associated checkbox input 7 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk8</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 8 is selected.  <br />If true, the placeholder for the associated checkbox input 8 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk9</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 9 is selected.  <br />If true, the placeholder for the associated checkbox input 9 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk10</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 10 is selected.  <br />If true, the placeholder for the associated checkbox input 10 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk11</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 11 is selected.  <br />If true, the placeholder for the associated checkbox input 11 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk12</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 12 is selected.  <br />If true, the placeholder for the associated checkbox input 12 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk13</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 13 is selected.  <br />If true, the placeholder for the associated checkbox input 13 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk14</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 14 is selected.  <br />If true, the placeholder for the associated checkbox input 14 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Chk15</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the placeholder for the associated checkbox input 15 is selected.  <br />If true, the placeholder for the associated checkbox input 15 is selected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormCtl  <br />ValueId1*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated form control value 1.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormCtl  <br />ValueId2*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated form control value 2.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormCtl  <br />ValueId3*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated form control value 3.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormCtl  <br />ValueId4*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated form control value 4.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormCtl  <br />ValueId5*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated form control value 5.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormCtl  <br />ValueCd1*  <br /></td>\n<td>String</td>\n<td><em>Required.</em>  <br />The placeholder for the associated form control value code 1.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormCtl  <br />ValueCd2*  <br /></td>\n<td>String</td>\n<td><em>Required.</em>  <br />The placeholder for the associated form control value code 2.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormCtl  <br />ValueCd3*  <br /></td>\n<td>String</td>\n<td><em>Required.</em>  <br />The placeholder for the associated form control value code 3.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormCtl  <br />ValueCd4*  <br /></td>\n<td>String</td>\n<td><em>Required.</em>  <br />The placeholder for the associated form control value code 4.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormCtl  <br />ValueCd5*  <br /></td>\n<td>String</td>\n<td><em>Required.</em>  <br />The placeholder for the associated form control value code 5.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormRecord  <br />Set1*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated form record set 1.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormRecord  <br />Set2*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated form record set 2.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormRecord  <br />Set3*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated form record set 3.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormRecord  <br />Set4*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated form record set 4.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FormRecord  <br />Set5*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated form record set 5.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IncludePDF  <br />File*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The placeholder for the associated identifier of the PDF file included.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UseAlt  <br />FileLocation  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it uses alternate file location.  <br />If true, the report parameter data uses alternate location. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AltFile  <br />Location  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated alternate file location.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OutputType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated type of output.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DisplayFile  <br />name*  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated file name displayed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IncludeFront  <br />page*  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the report includes a front page.  <br />If true, the report includes a front page. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FontName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated font name used for the report.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#6307a31c-9f1f-4259-85e4-9beb461b434e\">GET Report188DataRequest</a></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"79e890a6-bdb6-4aa8-8709-cff781d6ac3b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"744ba3be-7705-48a6-8450-dd49923dfb61"}}],"_postman_id":"752e36bd-b520-4ec4-ba88-590b7c0512c2"},{"name":"ReportProfile","item":[],"id":"8a7148a5-4078-4358-b0fc-dfd4dfced681","description":"<p>Represents a report profile object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the report profile.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReportProfile<br />Name<br /></td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the report profile.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AutoAdd<br />NewReports<br />*</td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not it allows the adding of new reports automatically.<br />If true, the report profile allows the adding of new reports automatically. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Contact  </li>\n<li>Employee</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"9d92aa50-994c-42b2-9470-42a17c5bd601"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"05732e13-2df2-4c94-8513-9321b33f6025"}}],"_postman_id":"8a7148a5-4078-4358-b0fc-dfd4dfced681"},{"name":"ReportWatermark","item":[],"id":"31ea119d-35a8-47f5-b2af-899e1b2f0fd1","description":"<p>Represents a report watermark object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the report watermark.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the report watermark.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SizeMode</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The size mode of the report watermark.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HorizontalAlignment</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The horizontal alignment of the report watermark.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VerticalAlignment</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The vertical alignment of the report watermark.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Tiling</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is tiled.<br />If true, the report watermark is tiled. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Transparency</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The transparency of the report watermark.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PageRange</td>\n<td>string</td>\n<td><em>Optional.</em><br />The page range of the report watermark.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InFront</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is in front or on top of the report layout. If true, the report watermark is in front or on top of the report layout. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ImageData</td>\n<td>string</td>\n<td><em>Required.</em><br />(byte)<br />The associated image data.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>FinancialPartner  </li>\n<li><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a></li>\n<li><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a> </li>\n<li><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d403482c-0a18-4382-b77c-1dce2bedb630"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8daac4a3-ca44-482e-8aa2-9776489145c8"}}],"_postman_id":"31ea119d-35a8-47f5-b2af-899e1b2f0fd1"},{"name":"ResourceAccessVisualization","item":[],"id":"26b7e1bf-1757-4463-92cf-12efdc377cea","description":"<p>Represents a visualization object for a resource access.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the resource access.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the WorkBook resource.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated customer.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n</tr>\n<tr>\n<td>AccessLevel</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not a resource has access.  <br />If true, a resource has access. Otherwise, it has not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Display</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not a customer is displayed on the employee's \"My client list.\".  <br />If true, the customer is displayed on the employee's \"My client list.\". Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(int32)  <br />The name of the associated customer.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>CustomerActive</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the customer is active.  <br />If true, the customer is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UserAccount  <br />Type  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the associated user account.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.  <br /></td>\n<td>Company</td>\n</tr>\n<tr>\n<td>DepartmentId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated department.  <br /></td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n<tr>\n<td>DepartmentName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the department.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApplicationAccess  <br />RoleId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated application access role.  <br /></td>\n<td>ApplicationAccessRole</td>\n</tr>\n<tr>\n<td>TeamIds</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier or list of identifiers of the associated team.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"f822a64b-a02d-44af-92e6-fb650bef8a4d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"8ca94ef9-5573-4c4d-b119-916b083350a1"}}],"_postman_id":"26b7e1bf-1757-4463-92cf-12efdc377cea"},{"name":"ResourceBusiness","item":[],"id":"61ebcb74-c281-44c0-8c5c-3e998a07efb8","description":"<p>Represents a resource business object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the resource business.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the resource business.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BusinessCode</td>\n<td>string</td>\n<td><em>Required.</em><br />The code of the resource business.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NaceCode*</td>\n<td>string</td>\n<td><em>Required.</em><br />The code of the associated statistical classification of economic activities in the European Community (NACE).<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the resource business is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Resource</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#ca804a18-3b08-4338-a079-d9d149defc42\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"70f6b045-f370-44be-bbf1-2187215a590e"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e2d8d531-0028-4edb-becd-647e2d60ef4b"}}],"_postman_id":"61ebcb74-c281-44c0-8c5c-3e998a07efb8"},{"name":"ResourceCapacityVisualization","item":[],"id":"ecfa5d38-621a-4f74-8161-9ced02dc1557","description":"<p>Represents visualization object for a resource capacity.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the resource capacity.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>AvailableCapacity</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal) <br />The associated available resource capacity.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GroupName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated group name.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><p><a href=\"#\">GET SuggestedTaskResourcesRequest</a> <em>(returns this resource)</em></p>\n</li>\n<li><p><a href=\"#\">GET SuggestedResourceReplacementsRequest</a> <em>(returns this resource)</em></p>\n</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#dd9f7abf-bd5f-4372-bd66-bc122ea18c57\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6350d62f-94f7-43fc-b191-ffd638cb5400"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"07073722-495d-4be3-9444-a9e53ada2a98"}}],"_postman_id":"ecfa5d38-621a-4f74-8161-9ced02dc1557"},{"name":"ResourceFolderSetup","item":[],"id":"a37a6ef9-4e87-4508-9a2a-1f18d97ef336","description":"<p>Represents a resource folder setup object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the resource folder setup.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceType<br />Id<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated resource type.</td>\n<td>wbEnum 111</td>\n</tr>\n<tr>\n<td>DisplayFolder<br />Path<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The path to the associated display folder.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FolderPath</td>\n<td>string</td>\n<td><em>Required.</em><br />The path to the associated folder.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SubFolder</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated subfolder.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobFolder<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated job folder.</td>\n<td><a href=\"#6309b96f-ced9-4207-8f4c-4162fcb7d6d2\">JobFolderSetup</a></td>\n</tr>\n<tr>\n<td>StorageProvider<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated storage provider.</td>\n<td><a href=\"#8d552e86-d2c0-4c9d-9238-6e5de41b810b\">StorageProvider</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Resource</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d49e174c-c1a4-4cec-a767-3ce64838227d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d7bc6b69-85af-45af-8822-841bfc619c9b"}}],"_postman_id":"a37a6ef9-4e87-4508-9a2a-1f18d97ef336"},{"name":"ResourceTeam","item":[],"id":"262abf37-ee38-4bbe-af20-76e8d87e6cba","description":"<p>Represents a resource team object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the resource team.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the resource team.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LeaderId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who serves as the leader.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>StandardFlag</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The associated standard flag.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Image64</td>\n<td>string</td>\n<td><em>Required.</em><br />(byte)<br />The associated 64-pixel image.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TicketTeam</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is a ticket team.<br />If true, the resource team is a ticket team. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"97f3a57f-f086-485c-9762-575be66ba0ac"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"995971f5-3e79-419d-a48f-26514fda18e1"}}],"_postman_id":"262abf37-ee38-4bbe-af20-76e8d87e6cba"},{"name":"SalesTaxCodeDTO","item":[],"id":"d992f7d4-38b0-42f5-a98f-e0fd815eb036","description":"<p>Represents a sales tax code object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the sales tax code.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaxCode</td>\n<td>string</td>\n<td><em>Required.</em><br />The code of the sales tax.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated description.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the sales tax code.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the sales tax code is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SalesTax<br />MethodId<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated sales tax method.</td>\n<td>wbEnum 664</td>\n</tr>\n<tr>\n<td>SalesTax<br />CountryId<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated sales tax country.</td>\n<td>wbEnum 664</td>\n</tr>\n<tr>\n<td>JurisdictionId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated jurisdiction.</td>\n<td><a href=\"#9710d476-6d9c-4e46-84f4-978cc9844cf6\">SalesTaxCodeJurisdiction</a></td>\n</tr>\n<tr>\n<td>CountyId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated county.</td>\n<td><a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\">CountyDTO</a></td>\n</tr>\n<tr>\n<td>StateId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated state.</td>\n<td><a href=\"#065c451e-d8c0-4002-8d99-e397dfb9d07f\">StateDTO</a></td>\n</tr>\n<tr>\n<td>HasRates</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it has rates.<br />If true, the sales tax code has rates. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LevelNumber</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number of the associated reporting level.</td>\n<td>wbEnum 852</td>\n</tr>\n<tr>\n<td>ParentTax<br />CodeId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated parent tax code.</td>\n<td><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a></td>\n</tr>\n<tr>\n<td>TaxOn<br />Tax<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is for tax on tax.<br />If true, the sales tax code is for tax on tax. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalTax</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is for total tax.<br />If true, the sales tax code is for total tax. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  </li>\n<li><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a> </li>\n<li><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a>  </li>\n<li>FinancialPartner  </li>\n<li><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  </li>\n<li><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a>  </li>\n<li><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"8b177fa8-aac9-4411-b1f9-e0f92a939534"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"594d184d-cf7f-47fe-8b7d-cc681e4864d7"}}],"_postman_id":"d992f7d4-38b0-42f5-a98f-e0fd815eb036"},{"name":"SalesTaxCodeJurisdiction","item":[],"id":"5045fcdf-8ead-4a79-9163-14c828e2eb5e","description":"<p>Represents a sales tax code jurisdiction object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the sales tax code jurisdiction.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SalesTax<br />MethodId<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated sales tax method.</td>\n<td>wbEnum 664</td>\n</tr>\n<tr>\n<td>Code</td>\n<td>string</td>\n<td><em>Required.</em><br />The code of the sales tax code jurisdiction.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the sales tax code jurisdiction.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Address</td>\n<td>string</td>\n<td><em>Optional.</em><br />The address of the sales tax code jurisdiction.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Telephone</td>\n<td>string</td>\n<td><em>Optional.</em><br />The telephone number of the sales tax code jurisdiction.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a2c38a0c-1859-495b-ae67-d5926e24a17b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1e52091e-c830-4279-b2eb-ee00981cfcab"}}],"_postman_id":"5045fcdf-8ead-4a79-9163-14c828e2eb5e"},{"name":"ScrumSprint","item":[],"id":"e3e6300f-64f6-4cef-9f8d-753caf2bdeb4","description":"<p>Represents a scrum sprint object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of scrum sprint.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated scrum sprint title.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the scrum sprint starts.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the scrum sprint ends.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResponsibleId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the employee responsible for the scrum sprint.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BacklogPriorityOrder</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the team responsible for the scrum sprint.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#0a80a641-f718-494e-a036-fa16e9166a68\">PUT ScrumSprintPutRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"e3e6300f-64f6-4cef-9f8d-753caf2bdeb4"},{"name":"SecondaryChartAccountDTO","item":[],"id":"f6eb83c8-2132-4214-a227-fabc5460b108","description":"<p>Represents a secondary chart account object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the secondary chart account.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>AccountCode</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated account code.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated account name.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountType</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The type of an account. 0 for Operating, 1 for balance.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#\">GET GetSingleSecondaryChartAccountRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#\">PATCH SecondaryChartAccountPatchRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"aff18297-81e2-4cb8-b83a-98b7e22cbd0d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"58006618-f2d3-4678-a96e-ba11ad51bb86"}}],"_postman_id":"f6eb83c8-2132-4214-a227-fabc5460b108"},{"name":"ServiceLine","item":[],"id":"9f86d870-13b7-4720-9b60-e16da98c5083","description":"<p>Represents a service line object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the service line.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the service line.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Email</td>\n<td>string</td>\n<td><em>Optional.</em><br />The email address for the service line.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FailoverJob<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated failover job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>FailoverAuthor<br />ParentResource<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who serves as the parent for failover author.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>DefaultAssigned<br />ResourceId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who is assigned by default.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>DefaultTicket<br />AuthorResource<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who is the ticket author by default.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>DefaultTicket<br />StatusId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated default ticket status.</td>\n<td><a href=\"#af108664-d77d-49d5-a967-2c56a8e59fb9\">TicketStatus</a></td>\n</tr>\n<tr>\n<td>DefaultTicket<br />CategoryId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated default ticket category.</td>\n<td><a href=\"#5c037ea5-0019-4a8f-bec2-2107e3f6c3ed\">TicketCategory</a></td>\n</tr>\n<tr>\n<td>DefaultTicket<br />TypeId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated default ticket type.</td>\n<td><a href=\"#332fafd3-7790-493e-940c-07c3c08b85c9\">TicketType</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a>   </li>\n<li><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></li>\n</ul>\n<p>       </p>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"9f86d870-13b7-4720-9b60-e16da98c5083"},{"name":"SettingsDivisionDTO","item":[],"id":"4295eb0a-cde5-4cf0-8ba1-bc55ce31931c","description":"<p>Represents a division object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the division.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the division.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated external number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCreditor</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated external creditor.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"96166c30-506b-43c0-b815-0e1900e130dc"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"7e1e5b59-f206-4ddd-b204-d2fbcbbdd555"}}],"_postman_id":"4295eb0a-cde5-4cf0-8ba1-bc55ce31931c"},{"name":"SettingsPlatforms","item":[],"id":"54eba585-949d-46e5-8324-e9a64f22c95c","description":"<p>Represents a platform object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the platform.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the platform.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalNumber</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated external number.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalCreditor</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated external creditor.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></li>\n<li><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>        </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"961a3c50-96f5-4e21-aed1-89951a043104"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"eee97444-cb96-4420-bbd7-7164a412a3e1"}}],"_postman_id":"54eba585-949d-46e5-8324-e9a64f22c95c"},{"name":"SettingsTechnology","item":[],"id":"14bb135f-55c4-4e44-ab69-d6b535516f39","description":"<p>Represents a technology object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the technology.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the technology.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  </li>\n<li><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d795b757-a8aa-47cf-b595-c7854c203c76"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"69b2fe2c-ad7b-4753-87be-25670a234b6e"}}],"_postman_id":"14bb135f-55c4-4e44-ab69-d6b535516f39"},{"name":"SetupCheckList","item":[],"id":"41eab316-2979-48ba-89aa-9b1c191a42ff","description":"<p>Represents a setup checklist object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the setup checklist.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the setup checklist.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the setup checklist is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Required.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"cc1d3c2e-02c6-48f6-83d9-0799eb3c9d39"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"96e268cc-2364-4cfe-90c6-0e9fe31ecb56"}}],"_postman_id":"41eab316-2979-48ba-89aa-9b1c191a42ff"},{"name":"StateDTO","item":[],"id":"2c7f03cb-047a-44e0-8c3e-4b0637f51d7d","description":"<p>Represents a state object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the state.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated country.</td>\n<td><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a></td>\n</tr>\n<tr>\n<td>StateName</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the state.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StateAbbreviation</td>\n<td>string</td>\n<td><em>Required.</em><br />The abbreviation of the name of the state.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StateCode</td>\n<td>string</td>\n<td><em>Required.</em><br />The code of the state.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Company </li>\n<li><a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\">CountyDTO</a></li>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  </li>\n<li><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  </li>\n<li>FinancialPartner  </li>\n<li>Resource  </li>\n<li><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a>  </li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"28b30bc3-6084-4b07-95b3-0cd00c5420d9"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c44462bf-15f9-49e4-863c-5d7db907e739"}}],"_postman_id":"2c7f03cb-047a-44e0-8c3e-4b0637f51d7d"},{"name":"StorageProvider","item":[],"id":"dc572e00-3348-448f-93e8-8a5197034a5f","description":"<p>Represents a storage provider object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the storage provider.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ClassName</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the class to which the storage provider belongs.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the storage provider is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the storage provider.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Company  </li>\n<li><a href=\"#6309b96f-ced9-4207-8f4c-4162fcb7d6d2\">JobFolderSetup</a></li>\n<li><a href=\"#e887f70a-a37d-4ad4-91ad-ceea264dd8f3\">ResourceFolderSetup</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"80c5d507-3346-4394-aac9-6d9a2866ad50"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"ef320e74-64de-40a4-872b-5df3ac122a61"}}],"_postman_id":"dc572e00-3348-448f-93e8-8a5197034a5f"},{"name":"SubscriptionDeliveryType","item":[],"id":"8d0d88a0-db41-407f-80fd-fbbc45ceb8b9","description":"<p>Represents a subscription delivery type object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the subscription delivery type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Title</td>\n<td>string</td>\n<td><em>Required.</em><br />The title of the subscription delivery type.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated comment.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Subscription  </li>\n<li>SubscriptionCustomer</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"730f843a-ffa5-40e9-a08a-59e25962260b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e30ae996-0e58-4b88-8dd3-27838180f19c"}}],"_postman_id":"8d0d88a0-db41-407f-80fd-fbbc45ceb8b9"},{"name":"SubscriptionSequence","item":[],"id":"e0f2bed5-8aea-4f60-bd00-15aaa2063def","description":"<p>Represents a subscription sequence object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required</em><br />(int32)<br />The identifier of the subscription sequence.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SequenceCd</td>\n<td>string</td>\n<td><em>Required.</em><br />The code of the subscription sequence.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SequenceName</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the subscription sequence.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SequenceStart</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The start of the subscription sequence.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SequenceEnd</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The end of the subscription sequence.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LastUsed</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The subscription sequence that was used last.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Prefix</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated prefix.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Suffix</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated suffix.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated temporary identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Uninterrupted</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is uninterrupted.<br />If true, the subscription sequence is uninterrupted. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryLast<br />Used<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />The temporary subscription sequence that was used last.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Subscription</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"dcd7cd4c-a22c-4f72-93fd-7f9f673e35d0"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2bd329c1-7643-4c82-92ed-25d009be138e"}}],"_postman_id":"e0f2bed5-8aea-4f60-bd00-15aaa2063def"},{"name":"SubsistenceAllowance","item":[],"id":"f5f47128-02b2-41c3-bd1f-c7ca79b2eb2b","description":"<p>Represents a subsistence allowance object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the subsistence allowance.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>SubsistenceName</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the subsistence allowance.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CalculatorUnit</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated unit of calculation.</td>\n<td>wbEnum 682</td>\n</tr>\n<tr>\n<td>UnitRate</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated unit rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HelpText</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated help text.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Sale</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the subsistence allowance is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#97cc3169-51bb-4583-9b8a-6c462a13e584\">JobSubsistenceAllowance</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"47faef0d-bc24-4caa-8db1-77c5effc2aee"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"73494b4c-4d9b-4c14-b2bf-caa2b8796b44"}}],"_postman_id":"f5f47128-02b2-41c3-bd1f-c7ca79b2eb2b"},{"name":"SubsistencePriceList","item":[],"id":"ef406941-0c4c-430c-9018-b5a094b6db48","description":"<p>Represents a subsistence price list object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the subsistence price list.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the subsistence price list.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CurrencyId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>Customer  </li>\n<li><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"42cc4203-81a7-4872-9505-f3db3ac83812"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"43558eef-cfb1-4570-9b92-15105bf1f37d"}}],"_postman_id":"ef406941-0c4c-430c-9018-b5a094b6db48"},{"name":"TableChangeLog","item":[],"id":"64c5b888-acd0-47f9-9714-c60c8d6feff2","description":"<p>Represents a table change log object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the table change log.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LogDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the table change log.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PrimaryKey<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated primary key.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DataDictionary<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated data dictionary column.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OldReference<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The old identifier of the associated reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NewReference<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The new identifier of the associated reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LogType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the log type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>RessourceId*</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ColumnName</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the associated column.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OldValue</td>\n<td>string</td>\n<td><em>Required.</em><br />The old associated value.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NewValue</td>\n<td>string</td>\n<td><em>Required.</em><br />The new associated value.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Action</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated action.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LogReference<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated reference for the table change log.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ItemSource<br />ReferenceType<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the associated reference for the item source.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ItemSource<br />ReferenceId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated reference for the item source.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#3b2999f3-f284-46cc-87dd-058520996ccd\">GET CostingCodeChangeLogClientRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#e1a02f1b-34ab-4aa9-9163-b0d2368f725c\">GET CostingCodeChangeLogCodeRequest</a> <em>(returns this resource)</em></li>\n<li><a href=\"#3ceb7c98-18d9-40b9-a17f-fd8a9aef8e9e\">GET CostingCodeChangeLogCompanyRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"64c5b888-acd0-47f9-9714-c60c8d6feff2"},{"name":"TagDeleteResponse","item":[],"id":"7e629ffd-46bb-4cf5-8833-dd39c410a2cb","description":"<p>Represents a tag delete response object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Success</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag the indicates whether or not the tag delete response is successful.  <br />If true, the tag delete response is successful. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#\">DELETE TagDeleteRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#dd9f7abf-bd5f-4372-bd66-bc122ea18c57\">Resource Models</a></li>\n</ul>\n<h2 id=\"other-resources-using-this-resource-1\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource-1\">Requests that Use this Resource</h2>\n<ul>\n<li>Delete TagDeleteRequest (returns this resource)</li>\n</ul>\n<h2 id=\"related-links-1\">Related Links</h2>\n<ul>\n<li><a href=\"#dd9f7abf-bd5f-4372-bd66-bc122ea18c57\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6cb364e1-7f24-407f-b182-96c612726491"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f33e2860-9358-4659-8689-d5b4cc992280"}}],"_postman_id":"7e629ffd-46bb-4cf5-8833-dd39c410a2cb"},{"name":"TagDTO","item":[],"id":"fc8c20f2-9634-4439-ab66-aacf33f41e1f","description":"<p>Represents a tag object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the tag.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TagName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated tag.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TagDescription</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The description of the tag.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag the indicates whether or not the tag is active.  <br />If true, the tag is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated resource.</td>\n<td><a href=\"#\">Resource</a></td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the tag is created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Color</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The color of the tag.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Internal</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag the indicates whether or not the tag is active.  <br />If true, the tag is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#\">GET TagRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#dd9f7abf-bd5f-4372-bd66-bc122ea18c57\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"6cb364e1-7f24-407f-b182-96c612726491"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"f33e2860-9358-4659-8689-d5b4cc992280"}}],"_postman_id":"fc8c20f2-9634-4439-ab66-aacf33f41e1f"},{"name":"Tariff","item":[],"id":"04788b34-4ccf-4b0a-b0c6-071f9ec9ac0c","description":"<p>Represents a tariff object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the tariff.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the tariff.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdditionalPercent<br />Cost<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated additional percentage cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdditionalPercent<br />Sale<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated additional percentage sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdditionalPercent<br />IcSale<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated additional percentage intercompany sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is active.<br />If true, the tariff is active. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"b44391c9-44dd-424d-a8f2-a37d57edf403"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"a05a7d6d-67d5-48e7-a8ea-3f337bdb1d4a"}}],"_postman_id":"04788b34-4ccf-4b0a-b0c6-071f9ec9ac0c"},{"name":"Task","item":[],"id":"c07c7408-b3b5-4704-b05e-057b5689cfae","description":"<p>Represents a task object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the task.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PlanId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated plan.</td>\n<td><a href=\"#f2a097e6-4a43-4f51-8db0-c4ef87ea3d39\">JobPlan</a></td>\n</tr>\n<tr>\n<td>PhaseNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The number of the associated phase.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskNumber</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number of the task.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the task.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskNote</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The note for the task.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>StartDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date stamp for when the task will start.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartTime</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The time stamp for when the task will start.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>WorkDays</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated workdays.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EndDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date stamp for when the task will end.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EndTime</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The time stamp for when the task will end.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskStatus</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int16)  <br />The associated task status.</td>\n<td>wbEnum 118</td>\n</tr>\n<tr>\n<td>BookingMethod</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated booking method.</td>\n<td>wbEnum 347</td>\n</tr>\n<tr>\n<td>BookingStatus</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated booking status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Milestone</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is a milestone.  <br />If true, the task is a milestone. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriorityId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated priority.</td>\n<td>wbEnum 117</td>\n</tr>\n<tr>\n<td>SupplementaryText  <br />Requested</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not descriptions are required for time entries bound to the task.  <br />If true, descriptions are required. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskColour  <br />Id*</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated task color.</td>\n<td><a href=\"#e566aab1-93cf-4ab3-91e3-c27ef7d9a3a4\">TaskColor</a></td>\n</tr>\n<tr>\n<td>ShowPublic</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the it is shown as public.  <br />If true, the task is shown as public. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the task was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateEmployee  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who created it.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>UpdateEmployee  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee who made the last modification.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated temporary identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskResponsible  <br />ResouceId*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is responsible for the task.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>AllowTime  <br />Registration</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it allows time registration.  <br />If true, the task allows time registration. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AllowUse  <br />OffDay</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its use of offday is allowed.  <br />If true, the use of offday for the task is allowed. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DoneDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the task was done.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FromExternal</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is from an external source.  <br />If true, the task is from an external source. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AdditionalApprover  <br />ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who serves as an additional approver.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>BookingLevel</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated booking level.</td>\n<td>wbEnum 375</td>\n</tr>\n<tr>\n<td>TicketType  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated ticket type.</td>\n<td><a href=\"#332fafd3-7790-493e-940c-07c3c08b85c9\">TicketType</a></td>\n</tr>\n<tr>\n<td>TicketReceived</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the ticket was received.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TicketAuthor  <br />ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who authored the ticket.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>TicketStatus  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated ticket status.</td>\n<td><a href=\"#af108664-d77d-49d5-a967-2c56a8e59fb9\">TicketStatus</a></td>\n</tr>\n<tr>\n<td>TicketCategory  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated ticket category.</td>\n<td><a href=\"#5c037ea5-0019-4a8f-bec2-2107e3f6c3ed\">TicketCategory</a></td>\n</tr>\n<tr>\n<td>TaskFolder  <br />Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated task folder.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TicketTeam  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated ticket team.</td>\n<td><a href=\"#7071c42a-1614-4432-bceb-4dfd30ef9027\">ResourceTeam</a></td>\n</tr>\n<tr>\n<td>MailImport  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated mail import.</td>\n<td><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a></td>\n</tr>\n<tr>\n<td>AssignedResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who is assigned to the task.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ServiceLine  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated service line.</td>\n<td><a href=\"#18650858-7a89-49a6-b3a3-56d7c92239ca\">ServiceLine</a></td>\n</tr>\n<tr>\n<td>Billable</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is billable.  <br />If true, the task is billable. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PredecessorIndices</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated predecessor indices.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Depended</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it has depending tasks.  <br />If true, the task has depending tasks. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreatedOrigin  <br />TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task from which it originated.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>ReferenceKey</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated reference key.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskProgress  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task progress.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ScrumSprint  <br />id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated scrum sprint.</td>\n<td>ScrumSprint</td>\n</tr>\n<tr>\n<td>EmailNotification  <br />Method</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The email notification method.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostingCode  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated costing code.</td>\n<td><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></td>\n</tr>\n<tr>\n<td>Effort</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The required effort to complete a task.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#b5f58e93-8ae2-4275-9dba-05ea4ce52e8e\">CostingCodeValidation</a></li>\n<li><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li>ExpendituresPurchasesAll</li>\n<li><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></li>\n<li><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a></li>\n<li><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></li>\n<li><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></li>\n<li><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a></li>\n<li><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></li>\n<li><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#a82e417b-82ca-445d-92f5-148f5a7afb49\">GET TasksRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d7c11fb6-6781-41ed-9186-f70dc642f22b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"60caca50-31a7-4798-b252-5eaf2ec201b3"}}],"_postman_id":"c07c7408-b3b5-4704-b05e-057b5689cfae"},{"name":"TaskBacklogPriorityOrderView","item":[],"id":"045e5614-bbec-4cd6-b31c-a614d8b958f9","description":"<p>Represents a task backlog priority order view object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated task.</td>\n<td><a href=\"#\">Task</a></td>\n</tr>\n<tr>\n<td>BacklogPriority  <br />Value</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int64)  <br />The backlog priority value of the associated task.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BacklogPriority  <br />Order</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The backlog priority order of the associated task.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<p>* N/A</p>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<p>* <a href=\"#80cf1d7b-95a5-46ff-b814-0e7a743051a2\">GET TaskBacklogPriorityOrderRequest</a> <em>(returns this resource)</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<p>* <a href=\"#7aeea34a-8351-4c3b-a583-e182b268111d\">Resource Models</a></p>\n","_postman_id":"045e5614-bbec-4cd6-b31c-a614d8b958f9"},{"name":"TaskCalculatedResourceProgressSummaryDetailVisualization","item":[],"id":"a695b3d8-5940-4da7-bce8-34c3dc6a7258","description":"<p>Represents a visualization object for a task calculated resource progress summary detail.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BookedHours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UsedHours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount of used hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BookedHours  <br />Total</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UsedHours  <br />Total</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount of used hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Overdue</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated overdue amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OverdueBooked  <br />Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated overdue amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OverdueUsed  <br />Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated overdue amount of used hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OverdueTotal</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The total overdue amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OverdueBooked  <br />HoursTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total overdue amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OverdueUsed  <br />HoursTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total overdue amount of used hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Started</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated started amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartedBooked  <br />Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated started amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartedUsed  <br />Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated started amount of used hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartedTotal</td>\n<td>number</td>\n<td><em>Required.</em>  <br />(decimal)  <br />The total started amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartedBooked  <br />HoursTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total started amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StartedUsed  <br />HoursTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total started amount of used hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NotStarted</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount that is not started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NotStarted  <br />BookedHours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount of booked hours that is not started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NotStarted  <br />UsedHours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount of the used hours that is not started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NotStarted  <br />Total</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount that is not started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NotStarted  <br />BookedHours  <br />Total</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount of booked hours that is not started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NotStarted  <br />UsedHours  <br />Total</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount of used hours that is not started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Active</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated active amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActiveBooked  <br />Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated active amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActiveUsed  <br />Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated active amount of used hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActiveTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total active amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActiveBooked  <br />HoursTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total active amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Future</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated future amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FutureBooked  <br />Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated future amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FutureUsed  <br />Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated future amount of used hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FutureTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total future amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FutureBooked  <br />HoursTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total future amount of booked hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FutureUsedHoursTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total future amount of used hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Today</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount today.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TodayBooked  <br />Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount of booked hours today.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TodayUsedHours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount of used hours today.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TodayTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount today.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TodayBookedHoursTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount of booked hours today.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TodayUsed  <br />HoursTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount of used hours today.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThisWeek</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount this week.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThisWeek  <br />UsedHours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount of used hours this week.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThisWeek  <br />Total</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount this week.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThisWeek  <br />BookedHours  <br />Total</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount of booked hours this week.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThisWeekUsedHoursTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount of used hours this week.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThisMonth</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount this month.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThisMonth  <br />BookedHours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount of booked hours this month.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThisMonth  <br />UsedHours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated amount of used hours this month..</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThisMonthTotal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount this month.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThisMonth  <br />BookedHours  <br />Total</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount booked hours this month.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ThisMonth  <br />UsedHours  <br />Total</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total amount of used hours this month.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>POST TaskCalculatedResourcesProgressSummaryRequest (returns this resource)</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"a695b3d8-5940-4da7-bce8-34c3dc6a7258"},{"name":"TaskColor","item":[],"id":"8dbb72ec-a4f9-4c62-b8c8-6b9b30ac509d","description":"<p>Represents a task color object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the task color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the task color.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BarColour<br />Alpha*<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated alpha bar color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BarColour<br />Red* <br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated red bar color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BarColour<br />Green* <br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated green bar color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BarColour<br />Blue* <br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated blue bar color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BarARGB</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated ARGB bar.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SortIndex</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated sort index.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ColorNo</td>\n<td>string</td>\n<td><em>Optional.</em><br />(int32)<br />The number of the associated color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HTMLColor</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated HTML color.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ColorNo<br />Hex<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(byte)<br />The Hex number of the associated color.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></li>\n<li><a href=\"#332fafd3-7790-493e-940c-07c3c08b85c9\">TicketType</a> </li>\n<li><a href=\"#6241e3de-12af-4175-a4cb-f9b3bfd2e98d\">CustomerProject</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"2010467e-3aa1-47da-96d8-bc52c0c98870"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d3210cfd-d3e4-4e24-82f7-8a8ea480dc39"}}],"_postman_id":"8dbb72ec-a4f9-4c62-b8c8-6b9b30ac509d"},{"name":"TaskJobIdVisualization","item":[],"id":"a95e0795-9670-4f47-89ef-4e237940cb03","description":"<p>Represents a visualization object for a task job identifier.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the visualization for the task job identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>GetTaskJobIdRequest*</li>\n</ul>\n<p><em>* See <strong>Request Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"829b8fae-4b9f-423c-a1a5-098b144d63c6"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"4a0a34ce-70f2-47ca-b260-b0cd8812cb57"}}],"_postman_id":"a95e0795-9670-4f47-89ef-4e237940cb03"},{"name":"TaskPhaseDTO","item":[],"id":"05c212d7-1f41-47aa-8c00-9f64fa151fc6","description":"<p>Represents a task phase object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the task phase.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PhsNo*</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The number of the associated phase.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PlanId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated plan.</td>\n<td><a href=\"#f2a097e6-4a43-4f51-8db0-c4ef87ea3d39\">JobPlan</a></td>\n</tr>\n<tr>\n<td>ColorId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated color.</td>\n<td><a href=\"#e566aab1-93cf-4ab3-91e3-c27ef7d9a3a4\">TaskColor</a></td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the task phase.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The description of the task phase.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><p><a href=\"#\">GET TaskPhaseRequest</a> <em>(returns this resource)</em></p>\n</li>\n<li><p><a href=\"#\">GET TaskPhasesRequest</a> <em>(returns this resource)</em></p>\n</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d7c11fb6-6781-41ed-9186-f70dc642f22b"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"60caca50-31a7-4798-b252-5eaf2ec201b3"}}],"_postman_id":"05c212d7-1f41-47aa-8c00-9f64fa151fc6"},{"name":"TicketCategory","item":[],"id":"23af0c84-59e3-4428-91b7-c5ddc25ed816","description":"<p>Represents a ticket category object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the ticket category.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the ticket category.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SortIndex</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated sort index.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#18650858-7a89-49a6-b3a3-56d7c92239ca\">ServiceLine</a>  </li>\n<li><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"987e8fed-a041-42c6-9e8d-41c9aef24219"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c0a003a5-ad5d-443c-9bf2-21f4cffb3d90"}}],"_postman_id":"23af0c84-59e3-4428-91b7-c5ddc25ed816"},{"name":"TicketIcon","item":[],"id":"d2fbf515-53d6-44c3-a8f2-28a6b8a99e91","description":"<p>Represents a ticket icon object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the ticket icon.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Required.</em><br />The name of the ticket icon.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IconFile<br />16<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated 16-pixel icon file.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IconFile<br />32<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated 32-pixel icon file.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>R</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The R value of the associated color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>G</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The G value of the associated color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>B</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The B value of the associated color.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HexColor</td>\n<td>string</td>\n<td><em>Optional.</em><br />The Hex value of the associated color.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IconFile<br />SVG<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated scalable vector graphics icon file.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HTMLColor</td>\n<td>string</td>\n<td><em>Optional.</em><br />The HTML value of the associated color.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#332fafd3-7790-493e-940c-07c3c08b85c9\">TicketType</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7ce2d5ce-f7b8-4bf6-9d4a-076e73bd51b7"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"5a1700ed-7b4b-45d3-8992-7832aa9f1d11"}}],"_postman_id":"d2fbf515-53d6-44c3-a8f2-28a6b8a99e91"},{"name":"TicketStatus","item":[],"id":"be1dcc94-4248-425b-82d1-6fb57bd30358","description":"<p>Represents a ticket status object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the ticket status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the ticket status.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SortIndex</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated sort index.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ColorRGB</td>\n<td>string</td>\n<td><em>Optional.</em><br />The RGB value of the associated color.<br /></td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a></li>\n<li><a href=\"#18650858-7a89-49a6-b3a3-56d7c92239ca\">ServiceLine</a>  </li>\n<li><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"78155ab6-32c5-4ee4-b985-b26de872a546"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"6cebebf8-f65a-410c-890f-4eb30884c9fc"}}],"_postman_id":"be1dcc94-4248-425b-82d1-6fb57bd30358"},{"name":"TicketType","item":[],"id":"099244d2-0c05-4460-b344-5b368e8d5699","description":"<p>Represents a ticket type object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the ticket type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Name</td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the ticket type.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SortIndex</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated sort index.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ColourId*</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated color.</td>\n<td><a href=\"#e566aab1-93cf-4ab3-91e3-c27ef7d9a3a4\">TaskColor</a></td>\n</tr>\n<tr>\n<td>AllowUse<br />OffDay<br /></td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not it allows the use of offday.<br />If true, the ticket type allows the use of offday. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IconId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated icon.</td>\n<td><a href=\"#52850a8f-d69b-4f0c-94f2-45fb729ab3c0\">TicketIcon</a></td>\n</tr>\n<tr>\n<td>DefaultPriority<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the default priority.</td>\n<td>wbEnum 117</td>\n</tr>\n<tr>\n<td>DefaultInternal<br />ResponseHours<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The default internal response hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DefaultExternal<br />ResponseHours<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The default external response hours.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See <strong>Field or Parameter Names</strong> under the <strong>Conventions</strong> section of the <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a> topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a></li>\n<li><a href=\"#18650858-7a89-49a6-b3a3-56d7c92239ca\">ServiceLine</a>  </li>\n<li><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"d9cf4e2a-1740-4c89-8fd2-a6a2e876f746"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"0b116248-0fdf-43ef-a671-78bd745d04ab"}}],"_postman_id":"099244d2-0c05-4460-b344-5b368e8d5699"},{"name":"TimeEntryApproverDTO","item":[],"id":"386cbb71-0ffe-4b41-a139-efc9bc282d89","description":"<p>Represents a time entry approver object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the time entry approver.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The identifier of the associated WorkBook resource.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>RegistrationDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when the time entry has been registered.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated customer.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated customer.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.  <br />This is the company of the job for which the time entry is on.</td>\n<td><a href=\"#\">Company</a></td>\n</tr>\n<tr>\n<td>CompanyInitial</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The initial of the associated company.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>JobName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated job.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobText</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The text for the associated job.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InternalDescription</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated internal description.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ExternalDescription</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated internal description.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />Comment</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associate approval or reject comment.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>IsBillable</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it is billable.  <br />If true, the time entry approved is billable. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApproverResource  <br />Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated resource approver.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApproverResource  <br />Name</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated resource approver.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApproverRole</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(int32)  <br />The role of the associated resource approver.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task.</td>\n<td><a href=\"https://7ab4d7b9-5248-41cb-8c0e-d115b152c8b5\">Task</a></td>\n</tr>\n<tr>\n<td>TaskText</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated task text.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalStatus</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated approval status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TariffInfo</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated tariff info.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalBooked  <br />Hours</td>\n<td>_Optional</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total booked hours of the associated time entry.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalEntered  <br />Hours</td>\n<td>_Optional</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The total entered hours of the associated time entry.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PhaseNumber</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number of the associated task phase.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PhaseName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated task phase.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"386cbb71-0ffe-4b41-a139-efc9bc282d89"},{"name":"TimeEntryDailyVisualization","item":[],"id":"de59a0c7-19f3-4b03-a2a6-685121e771c8","description":"<p>Represents a visualization object for a daily time entry.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the visualization for the daily time entry.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the assoicated WorkBook resource.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated task.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>RegistrationDate</td>\n<td>string</td>\n<td><em>Required.</em><br />(date-time)<br />The date and time stamp for when it has been registered.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Hours</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated number of hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated description.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DescriptionRequired</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it requires a description.<br />If true, the daily time entry requires a description. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Sale</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostMethod</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated cost method.</td>\n<td>wbEnum 499</td>\n</tr>\n<tr>\n<td>SaleMethod</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated sale method.</td>\n<td>wbEnum 500</td>\n</tr>\n<tr>\n<td>SequenceNumber</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number of the associated sequence.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JournalNumber</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number of the associated journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Correction</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The associated correction.</td>\n<td>wbEnum 25</td>\n</tr>\n<tr>\n<td>CorrectionJob</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated correction job.</td>\n<td>Job</td>\n</tr>\n<tr>\n<td>CorrectionCost</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated correction cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CorrectionSale</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated correction sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleOriginal</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated original sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeHoliday<br />RecordId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated employee holiday record.</td>\n<td>ResourceVacation</td>\n</tr>\n<tr>\n<td>EmployeeHoliday<br />DayType<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the associated employee holiday.</td>\n<td>wbEnum 339</td>\n</tr>\n<tr>\n<td>PayrollJournal<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated payroll journal.</td>\n<td>FinanceJournal</td>\n</tr>\n<tr>\n<td>HoursMoved</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated number of hours moved.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ICSale</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated intercompany sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the daily time entry was posted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CorrectionNote</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated correction note.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CorrectionDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the daily time entry was corrected.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CorrectionReference<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated correction reference.</td>\n<td><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></td>\n</tr>\n<tr>\n<td>CorrectionOrg<br />Date<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the original correction was made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Public</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is public.<br />If true, the daily time entry is public. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CorrectionRes<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the correction.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>PartInvoice<br />RefInv<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated invoice reference for the partial invoice.</td>\n<td><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a></td>\n</tr>\n<tr>\n<td>Pricelist<br />Id<br /></td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The identifier of the associated price list.</td>\n<td><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">PriceList</a></td>\n</tr>\n<tr>\n<td>CostCurrency<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated cost currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>SaleCurrency<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated sale currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CostCurrency<br />Amount<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated cost currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleCurrency<br />Amount<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated sale currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalEmployee<br />ResourceId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who serves as the approving employee.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalEmployee<br />Date<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it was approved by the approving employee.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalProject<br />ManagerResource<br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who serves as the approving project manager.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalProject<br />ManagerDate<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it was approved by the approving project manager.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalAdmin<br />ResourceId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who serves as the approving administrator.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalAdmin<br />Date<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it was approved by the approving administrator.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalReject<br />ResourceId<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the rejection.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalReject<br />Comment<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated rejection comment.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalReject<br />Date<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the rejection was made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalStatus</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The associated approval status.</td>\n<td>wbEnum 491</td>\n</tr>\n<tr>\n<td>Billable</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is billable.<br />If true, the daily time entry is billable. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InternalDescription</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated internal description.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaxPer<br />Entry<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The maximum number of entries.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaxPer<br />EntryCurrency<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The maximum number of entries in currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceAdjustment<br />ID<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated price adjustment.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceAdjustment<br />ChangeDate<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the price adjustment was last modified.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceAdjustment<br />SaleRate<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The sale rate of the associated price adjustment.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceAdjustment<br />CostRate<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The cost rate of the associated price adjustment.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleOrigin<br />Amount<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The original amount of the associated sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostOrigin<br />Amount<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The original amount of the associated cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateComment</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated comment for the last modification made.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>HasApproved<br />ResourceInitials<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The initials of the associated WorkBook resource who made the approval.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HasApproved<br />NotResource<br />Initials</td>\n<td>string</td>\n<td><em>Optional.</em><br />The initials of the associated WorkBook resource who made the disapproval.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TariffId</td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated tariff.</td>\n<td><a href=\"#9ea7ebab-7849-4dbb-ac3b-0535e0382e90\">Tariff</a></td>\n</tr>\n<tr>\n<td>TariffAdditional<br />PercentCost<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The additional percentage cost of the associated tariff.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TariffAdditional<br />PercentSale<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The additional percentage sale of the associated tariff.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TariffAdditional<br />PercentIc<br />Sale</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The additional percentage intercompany of the associated tariff.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Underposting</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it was underposted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DeletedMarked</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is marked for deletion.<br />If true, the daily time entry is marked for deletion. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Optional.</em><br />(date-time)<br />The date and time stamp for when it was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateResource<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource who created it.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>LockNumber</td>\n<td>integer</td>\n<td><em>Required.</em><br />(int32)<br />The number of the associated lock.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Locked</td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not it is locked.<br />If true, the daily time entry is locked. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CanEdit</td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not it allows edits.<br />If true, the daily time entry allows edits. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CanEdit<br />Week<br /></td>\n<td>boolean</td>\n<td><em>Optional.</em><br />The flag that indicates whether or not it allows week edits.<br />If true, the daily time entry allows week edits. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LockDescription</td>\n<td>string</td>\n<td><em>Optional.</em><br />The associated lock description.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Pinned</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is pinned.<br />If true, the daily time entry is pinned. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskHours</td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The associated task hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskHours<br />TimeRegistration<br /></td>\n<td>number</td>\n<td><em>Optional.</em><br />(decimal)<br />The time registration for the associated task hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskPhase<br />Name<br /></td>\n<td>string</td>\n<td><em>Optional.</em><br />The name of the associated task phase.<br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Access</td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not it is accessible.<br />If true, the daily time entry is accessible. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SequenceHas<br />Entry<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its sequence has entries.<br />If true, the sequence for the daily time entry has entries. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostingCode<br />Id<br /></td>\n<td>integer</td>\n<td><em>Optional.</em><br />(int32)<br />The identifier of the associated costing code.</td>\n<td><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></td>\n</tr>\n<tr>\n<td>IsCosting<br />CodeValid<br /></td>\n<td>boolean</td>\n<td><em>Required.</em><br />The flag that indicates whether or not its costing code is valid.<br />If true, the costing code for the daily time entry is valid. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3b9b72dd-858d-4b39-8e28-3ed530a4648d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1dbcb707-3565-481d-8950-341724d39e6a"}}],"_postman_id":"de59a0c7-19f3-4b03-a2a6-685121e771c8"},{"name":"TimeEntrySheetVisualization","item":[],"id":"dd151b31-cf3d-4643-8077-4a497fc86043","description":"<p>Represents a visualization object for time sheet entries.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated customer.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n</tr>\n<tr>\n<td>CustomerName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated customer.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SequenceNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The number of the associated sequence.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>JobName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated job.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />The identifier of the associated activity.  <br /></td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>ActivityText</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The text for the associated activity.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>TaskDescription</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated task description.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>FirstReg  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it has been registered for the first time.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskAllocation  <br />HoursTotal  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The total of the allocation hours for the associated task.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskTime  <br />EntryHours  <br />Total</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The total of the time entry hours for the associated task.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JobTime  <br />EntryHours  <br />Total</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The total of the time entry hours for the associated job.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TimeEntry  <br />Instruction  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated time entry instruction.  <br /></td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>TaskHours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated task hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskHours  <br />TimeRegistration  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The time registration for the associated task hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the WorkBook resource for the associated task. This is null when no WorkBook resource has been booked for the associated task.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Pinned</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it is pinned.  <br />If true, the time entry is pinned. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TaskPhase  <br />Name  <br /></td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated task phase.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ProjectId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated project.</td>\n<td><a href=\"#6241e3de-12af-4175-a4cb-f9b3bfd2e98d\">CustomerProject</a></td>\n</tr>\n<tr>\n<td>ProjectName</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The name of the associated project.  <br /></td>\n<td><a href=\"#6241e3de-12af-4175-a4cb-f9b3bfd2e98d\">CustomerProject</a></td>\n</tr>\n<tr>\n<td>Access</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is accessible.  <br />If true, the time entry is accessible. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostingCode  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated costing code.</td>\n<td><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.  <br />This is the company of the job for which the time entry is on.  <br /></td>\n<td>Company</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#8352d6e4-e607-4056-9680-be7685d214bf\">GET TimeEntrySheetVisualizationRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","_postman_id":"dd151b31-cf3d-4643-8077-4a497fc86043"},{"name":"TimeRegDTO","item":[],"id":"7db44872-8108-4814-b6d9-07dca03d7a05","description":"<p>Represents a time registration object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the time registration.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ResourceId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>RegistrationDate</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when it has been registered.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Hours</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated number of hours.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The description of the time registration.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DescriptionRequired</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it requires a description.  <br />If true, the time registration requires a description. Otherwise, it does not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Cost</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Sale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostMethod</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated cost method.</td>\n<td>wbEnum 499</td>\n</tr>\n<tr>\n<td>SaleMethod</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated sale method.</td>\n<td>wbEnum 500</td>\n</tr>\n<tr>\n<td>SequenceNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The number of the associated sequence.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>JournalNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The number of the associated journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Correction</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated correction.</td>\n<td>wbEnum 25</td>\n</tr>\n<tr>\n<td>CorrectionJob</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated correction job.</td>\n<td><a href=\"#\">Job</a></td>\n</tr>\n<tr>\n<td>CorrectionCost</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated correction cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CorrectionSale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated correction sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleOriginal</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated original sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeHoliday  <br />RecordId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee holiday record.</td>\n<td>ResourceVacation</td>\n</tr>\n<tr>\n<td>PayrollJournal  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated payroll journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HoursMoved</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated number of hours moved.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ICSale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated intercompany sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PostDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the daily time entry was posted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CorrectionNote</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated correction note.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CorrectionDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the daily time entry was corrected.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CorrectionReference  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated correction reference.</td>\n<td><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></td>\n</tr>\n<tr>\n<td>CorrectionOrg  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the original correction was made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Public</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the daily time entry is public.  <br />If true, the daily time entry is publicly available. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CorrectionRes  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the correction.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>PartInvoice  <br />RefInv  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated invoice reference for the partial invoice.</td>\n<td><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a></td>\n</tr>\n<tr>\n<td>Pricelist  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated price list.</td>\n<td><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">PriceList</a></td>\n</tr>\n<tr>\n<td>CostCurrency  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated cost currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>SaleCurrency  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated sale currency.</td>\n<td><a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a></td>\n</tr>\n<tr>\n<td>CostCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated cost currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale currency amount.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalEmployee  <br />ResourceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who serves as the approving employee.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalEmployee  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was approved by the approving employee.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalProject  <br />ManagerResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who serves as the approving project manager.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalProject  <br />ManagerDate  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was approved by the approving project manager.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalAdmin  <br />ResourceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who serves as the approving administrator.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalAdmin  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was approved by the approving administrator.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />ResourceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the rejection.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />Comment  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated rejection comment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalReject  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the rejection was made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ApprovalStatus</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated approval status.</td>\n<td>wbEnum 491</td>\n</tr>\n<tr>\n<td>Billable</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is billable.  <br />If true, the daily time entry is billable. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InternalDescription</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated internal description.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaxPer  <br />Entry  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The maximum number of entries.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>MaxPer  <br />EntryCurrency  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The maximum number of entries in currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceAdjustment  <br />ID  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated price adjustment.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceAdjustment  <br />ChangeDate  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when the price adjustment was last modified.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceAdjustment  <br />SaleRate  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The sale rate of the associated price adjustment.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PriceAdjustment  <br />CostRate  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The cost rate of the associated price adjustment.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleOrigin  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The original amount of the associated sale.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CostOrigin  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The original amount of the associated cost.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateComment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated comment for the last modification made.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>HasApproved  <br />ResourceInitals*  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The initials of the associated WorkBook resource who made the approval.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>HasApproved  <br />NotResource  <br />Initals*</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The initials of the associated WorkBook resource who made the disapproval.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TariffId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated tariff.</td>\n<td><a href=\"#9ea7ebab-7849-4dbb-ac3b-0535e0382e90\">Tariff</a></td>\n</tr>\n<tr>\n<td>TariffAdditional  <br />PercentCost  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The additional percentage cost of the associated tariff.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TariffAdditional  <br />PercentSale  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The additional percentage sale of the associated tariff.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TariffAdditional  <br />PercentIc  <br />Sale</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The additional percentage intercompany of the associated tariff.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Underposting</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was underposted.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DeletedMarked</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not it is marked for deletion.  <br />If true, the daily time entry is marked for deletion. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when it was created.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who created it.</td>\n<td>Resource</td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a></li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"fb46ee8f-2e3f-42d1-a613-d05e42d49edb"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"dfacdf3e-8e68-41df-9811-2c2713153967"}}],"_postman_id":"7db44872-8108-4814-b6d9-07dca03d7a05"},{"name":"TimeRegistrationDailyApproval","item":[],"id":"b6d31051-7686-4d04-a95e-9eba4ab51306","description":"<p>Represents a time registration daily approval object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the time registration daily approval.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the assoicated employee.</td>\n<td><a href=\"#\">Employee</a></td>\n</tr>\n<tr>\n<td>Date</td>\n<td>string</td>\n<td><em>Required.</em>  <br />(date-time)  <br />The date and time stamp for when daily time registration has been approved.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>StandardTime</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated standard time.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>EnteredTime</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated entered time.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Completed</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the time registration daily approval is completed.  <br />If true, time registration daily approval is completed. Otherwise it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompletedDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when daily time registration approval has been completed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompletedResource  <br />Id</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the completion.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated comment.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#\">POST TimeRegistrationDailyApprovalUpdateRequest</a> <em>(returns this resource)</em></li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3b9b72dd-858d-4b39-8e28-3ed530a4648d"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1dbcb707-3565-481d-8950-341724d39e6a"}}],"_postman_id":"b6d31051-7686-4d04-a95e-9eba4ab51306"},{"name":"VendorInvoiceDetail","item":[],"id":"fa7383e5-6d82-46bf-a8e5-0c926b880623","description":"<blockquote>\n<p><strong>IMPORTANT:</strong> This is deprecated. Use the <a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a> resource (or object) instead.</p>\n</blockquote>\n<p>Represents a vendor invoice detail object.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the vendor invoice detail.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CompanyId</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated company.</td>\n<td>Company</td>\n</tr>\n<tr>\n<td>VoucherNumber</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The number of the associated voucher.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LineType</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The associated line type.</td>\n<td>wbEnum 371</td>\n</tr>\n<tr>\n<td>RequisitionId</td>\n<td>integer</td>\n<td><em>Optional</em>  <br />(int32)  <br />The identifier of the associated requisition (or purchase order).</td>\n<td><a href=\"##e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></td>\n</tr>\n<tr>\n<td>JobId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n</tr>\n<tr>\n<td>Pricelist  <br />Id*  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated price list.</td>\n<td><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">PriceList</a></td>\n</tr>\n<tr>\n<td>ActivityId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n</tr>\n<tr>\n<td>PriceFactor</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated price factor.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AccountId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated finance account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated comment.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ActivityVAT  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated activity VAT.</td>\n<td><a href=\"#7e0604c0-9b8a-4c83-b25e-3475a4cec257\">ActivityVAT</a></td>\n</tr>\n<tr>\n<td>VATRate</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated VAT rate.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OriginalCurrency  <br />NetAmount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated net amount in invoice currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>OriginalNet  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated original net amount in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NetCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated cost amount in invoice currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VATCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated VAT amount in invoice currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TotalCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated total amount in invoice currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleCurrency  <br />Amount  <br /></td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale amount in invoice currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>NetAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated net amount in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>VATAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated VAT amount in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>SaleAmount</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated sale amount in company currency.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>CreditorVAT  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated creditor VAT.</td>\n<td><a href=\"#97f02ae3-6b62-408b-bbe7-e52aeaddebf8\">AccountReceiveableOrPayableVAT*</a></td>\n</tr>\n<tr>\n<td>DeductableShare*</td>\n<td>number</td>\n<td><em>Optional.</em>  <br />(decimal)  <br />The associated deductible share.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>GoodsOr  <br />Services  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated goods or services.</td>\n<td>wbEnum 572</td>\n</tr>\n<tr>\n<td>JournalNumber</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The number of the associated journal.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ReferenceDrive  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated mileage entry.</td>\n<td><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></td>\n</tr>\n<tr>\n<td>TaskId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated task.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n</tr>\n<tr>\n<td>Dim1</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 1.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim2</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 2.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim3</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 3.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim4</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 4.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim5</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 5.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim6</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 6.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim7</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 7.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim8</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 8.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim9</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 9.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>Dim10</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated dimension detail 10.</td>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n</tr>\n<tr>\n<td>DivisionId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated division.</td>\n<td>[SettingsDivisionDTO](Retrieving data. Wait a few seconds and try to cut or copy again.)</td>\n</tr>\n<tr>\n<td>DepartmentId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated department.</td>\n<td><a href=\"#4941efa8-e1f7-47b4-9e1e-47a677d25980\">Department</a></td>\n</tr>\n<tr>\n<td>ProductId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated product.</td>\n<td><a href=\"#85292f2b-bf03-416d-af91-4114187cc2f2\">Product</a></td>\n</tr>\n<tr>\n<td>CustomerId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n</tr>\n<tr>\n<td>JobType  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated job type.</td>\n<td><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></td>\n</tr>\n<tr>\n<td>PlatformId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated platform.</td>\n<td><a href=\"#cb7d7e74-1759-4a9b-a306-4f395ff1106e\">SettingsPlatforms</a></td>\n</tr>\n<tr>\n<td>EmployeeId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated employee.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n</tr>\n<tr>\n<td>CountryId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated country.</td>\n<td><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a></td>\n</tr>\n<tr>\n<td>RegionId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated region.</td>\n<td><a href=\"#6e3bf4ca-faf8-4bd5-b700-48658b3ba28e\">Region</a></td>\n</tr>\n<tr>\n<td>QualityLevel  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated quality level.</td>\n<td><a href=\"#2e45d754-98be-42ba-af31-a127f82ef0cd\">QualityLevel</a></td>\n</tr>\n<tr>\n<td>CustomerSegment  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer segment.</td>\n<td><a href=\"#e27a280f-b5bb-45aa-a94b-ea0fc03434a4\">CustomerSegment</a></td>\n</tr>\n<tr>\n<td>CustomerGroup  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated customer group.</td>\n<td><a href=\"#55de9689-726b-4cbb-9468-7507b4e7ea6d\">CustomerGroup</a></td>\n</tr>\n<tr>\n<td>ProfitCenter  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated profit center.</td>\n<td><a href=\"#0f56c4cd-4b10-4d81-93c6-2ff28b3ec261\">ProfitCenter</a></td>\n</tr>\n<tr>\n<td>PracticeArea  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated practice area.</td>\n<td><a href=\"#377237be-3208-4470-91a7-b38d747965f2\">PracticeArea</a></td>\n</tr>\n<tr>\n<td>ConsultingCenter  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated consulting center.</td>\n<td><a href=\"#e9d059b8-d0f1-4f2a-8b76-c51e6521e206\">ConsultingCenter</a></td>\n</tr>\n<tr>\n<td>TechnologyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated technology.</td>\n<td><a href=\"#8dcf03b6-9ca1-41c0-870d-df401fe0e622\">SettingsTechnology</a></td>\n</tr>\n<tr>\n<td>DimensionRequiered*</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int64)  <br />The bit representation of dimensions that are required.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>DimensionNot  <br />Allowed  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int64)  <br />The bit representation of dimensions that are not allowed.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>PartialInvoice  <br />ReferenceId  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated partial invoice reference.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Description</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated description.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ErrorNumber</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number of the associated error.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>ErrorMessage</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated error message.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated temporary identifier.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>TemporaryCode</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The associated temporary code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateResource  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated WorkBook resource who made the last modification.</td>\n<td>Resource</td>\n</tr>\n<tr>\n<td>UpdateDate</td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for the last modification made.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>UpdateType</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The type of the last modification made.</td>\n<td>wbEnum 291</td>\n</tr>\n<tr>\n<td>StateId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated state.</td>\n<td><a href=\"#065c451e-d8c0-4002-8d99-e397dfb9d07f\">StateDTO</a></td>\n</tr>\n<tr>\n<td>CountyId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated county.</td>\n<td><a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\">CountyDTO</a></td>\n</tr>\n<tr>\n<td>LocationId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated location.</td>\n<td>wbEnum 817</td>\n</tr>\n<tr>\n<td>TaxCode  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated tax code.</td>\n<td><a href=\"#\">SalesTaxCodeDTO</a></td>\n</tr>\n<tr>\n<td>TaxManual  <br />Edited  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The number that indicates if the tax was manually edited.  <br />0 means false and 1 means true.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>BasedOn  <br />Amount  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The associated amount to base on.</td>\n<td>wbEnum 23</td>\n</tr>\n<tr>\n<td>AccrualAccount  <br />Id  <br /></td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated accrual account.</td>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n</tr>\n<tr>\n<td>VATManually  <br />Corrected  <br /></td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not its VAT is manually corrected.  <br />If true, the VAT for the vendor invoice detail is manually corrected. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Correction</td>\n<td>boolean</td>\n<td><em>Optional.</em>  <br />The flag that indicates whether or not it is a correction.  <br />If true, the vendor invoice detail is a correction. Otherwise, it is not.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>InvoiceId</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />(int32)  <br />The identifier of the associated invoice.</td>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></td>\n</tr>\n</tbody>\n</table>\n</div><p>** See* <em><strong>Field or Parameter Names</strong></em> <em>and</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></li>\n<li><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></li>\n<li>PurchaseOrderDetailVendorInvoiceDetailNotification</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3c01602e-d5a3-47b6-a89e-f793221dcd6f"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"e4487fd7-ccab-468c-9f61-e78385610a68"}}],"_postman_id":"fa7383e5-6d82-46bf-a8e5-0c926b880623"},{"name":"WhereaboutVisualization","item":[],"id":"c119d3fa-8933-40e2-97b3-5ae4f5d7ac1e","description":"<p>Represents a visualization object for a current whereabout profile of an employee.</p>\n<h2 id=\"fields\">Fields</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Type</th>\n<th>Description</th>\n<th>Reference</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Id</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the employee whereabout profile.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Type</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated whereabout type.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Status</td>\n<td>integer</td>\n<td><em>Required.</em>  <br />(int32)  <br />The identifier of the associated whereabout status.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>AbsenceCode</td>\n<td>integer</td>\n<td><em>Optional.</em>  <br />The identifier of the associated absence code.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Absence</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated absence of the employee whereabout profile.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Comment</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated comment of the employee whereabout profile.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Color</td>\n<td>string</td>\n<td><em>Required.</em>  <br />The associated HEX-color of the whereabouts set by the user.  <br /></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>Online</td>\n<td>boolean</td>\n<td><em>Required.</em>  <br />The flag that indicates whether or not the employees current whereabout are out of office.  <br />If true, the employees current whereabout are out of office. Otherwise, they are not.  <br /><strong>NOTE:</strong> By default, this is automatically set to false if not specified.  <br />a</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LeaveStart  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp for when an employee's leave started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LeaveEnd  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />(date-time)  <br />The date and time stamp until the employee's leave ended.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LeaveStart  <br />Time  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The time span for when an employee's leave started.</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>LeaveEnd  <br />Date  <br /></td>\n<td>string</td>\n<td><em>Optional.</em>  <br />The time span until the employee's leave ended.</td>\n<td>N/A</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"other-resources-using-this-resource\">Other Resources Using this Resource</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"requests-that-use-this-resource\">Requests that Use this Resource</h2>\n<ul>\n<li><a href=\"#e968b353-d7e1-4fc6-a362-a4891aa24c86\">GET CurrentWhereAbout*</a> <em>(returns this resource)</em></li>\n</ul>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#9df259a6-b781-41d1-8693-59eb827d5a86\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#85677ea7-b3c0-4023-a145-161bbeb0a124\">Resource Models</a></li>\n</ul>\n","_postman_id":"c119d3fa-8933-40e2-97b3-5ae4f5d7ac1e"}],"id":"4805cc99-bac0-4b31-ae7d-5dcafa66b738","description":"<p>Resource models define the fields and requests for each resource (or object) within the Deltek WorkBook REST Service.</p>\n<h2 id=\"summary\">Summary</h2>\n<p>Here are the resource models that you can refer to when working with Deltek WorkBook REST Service, listed alphabetically and described briefly, including which other resources or requests use them.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Resource Name</th>\n<th>Resource Description</th>\n<th>Other Resources Using This Resource</th>\n<th>Requests That Use This Resource</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#52963d43-8b1e-4376-b982-b8eb2cafaa98\">AccountGroup</a></td>\n<td>Represents an account group object.</td>\n<td>FinancialPartner</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#97f02ae3-6b62-408b-bbe7-e52aeaddebf8\">AccountReceiveable<br />OrPayable<br />VAT*</a></td>\n<td>Represents an accounts receivable or payable VAT object.</td>\n<td><a href=\"#197ede17-d788-4cf2-96f8-d0ff8472e98e\">Bank</a>  <br />Company  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br />FinancialPartner  <br /><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  <br /><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n<td>Represents an activity object.</td>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a>  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a>  <br />ExpendituresPurchasesAll  <br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  <br /><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a>  <br /><a href=\"#4f323c95-e2f3-4bbd-abad-062d22388f77\">ExpenseEntryMerchantCategoryCode</a>  <br />FinancialPartner  <br /><a href=\"#56fa3608-4e09-4030-87e1-1a66406652e3\">MaterialTypedDTO*</a>  <br /><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a>  <br /><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a>  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  <br /><a href=\"#67aa5dee-d2f7-4cdf-a3d6-7849ea493354\">PurchaseOrderDetail</a>  <br />Resource  <br /><a href=\"#3ca3516d-dc33-4585-9504-c2d865ac3552\">SubsistenceAllowance</a>  <br /><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a>  <br /><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a>  <br /><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#bf12a68c-e3f9-41b1-be28-f8d848eca7fa\">ActivityPhase</a></td>\n<td>Represents an activity phase object.</td>\n<td><a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#7e0604c0-9b8a-4c83-b25e-3475a4cec257\">ActivityVAT</a></td>\n<td>Represents an activity VAT object.</td>\n<td>Company  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#5e7301da-1da6-475b-b55c-26cf0d19753c\">ApplicationAccess<br />Role<br /></a></td>\n<td>Represents an application access role object.</td>\n<td>Resource</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#197ede17-d788-4cf2-96f8-d0ff8472e98e\">Bank</a></td>\n<td>Represents a bank object.</td>\n<td><a href=\"#118477af-541a-414f-a1ad-0c34f32e639e\">FinanceJournalHeader</a>  <br /><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a>  <br />PayMode</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#\">CalendarImport<br />VisualizationSetting<br /></a></td>\n<td>Represents a visualization object for a calendar import setting.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#33097d3a-a57a-403d-b77b-94d2a68da427\">CapacityUsed</a></td>\n<td>Represents the usage capacity on a specific date by a task for a given resource.</td>\n<td>N/A</td>\n<td><a href=\"#3e7436bb-557b-45ca-92b5-9c9bfb6f1147\">GET CapacityUsedRequest</a>  <br /><a href=\"#d4679196-238b-46e6-8a3b-3387f7af3e8e\">GET CapacitiesUsedReferenceRequest</a>  <br /><a href=\"#06f1a517-b030-434c-b283-f472d3551bb0\">GET CapacitiesUsedResourceRequest</a>  <br /><a href=\"#f816b4a0-17c5-46eb-8c81-6a859e2bb472\">PATCH CapacityUsedPatchRequest</a>  <br /><a href=\"#0bb3c6d0-5f0a-4130-a7d9-0dc45626b050\">PUT CapacityUsedNewBookingRequest</a>  <br /><a href=\"#c40e6092-94d6-4bfa-a6bb-68eb92d0b08a\">POST CapacityUsedCloneBookingRequest</a>  <br /><a href=\"#90aa0844-6206-4c67-9158-f9ba063690d9\">POST CapacityUsedMoveBookingRequest</a>  <br /><a href=\"#664753ee-c21d-4fa5-8e7b-4812e6cfa41c\">POST CapacityUsedMultiDayRequest</a>  <br /><a href=\"#d2a3c0c7-87cd-4d1a-93c5-814b1d446e47\">DEL CapacityUsedDeleteBookingRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#8a2018e3-4da0-48dc-b92b-042c878bf4dc\">CapacityVisualization</a></td>\n<td>Represents the visualization object for a given capacity.</td>\n<td>N/A</td>\n<td><a href=\"#664753ee-c21d-4fa5-8e7b-4812e6cfa41c\">POST CapacityVisualizationMultiRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#80f892a4-b056-4a52-ab7f-6ae372f4264c\">CompanyActivity</a></td>\n<td>Represents a company activity object.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#ad9575f4-5b45-45bb-951f-0e7b43075ced\">CompanyBasic<br />FinanceSettings<br />DTO</a></td>\n<td>Represents a company basic finance settings object.</td>\n<td>N/A</td>\n<td><a href=\"#a3ec46ef-b28b-4e72-b93c-779aff44ebca\">GET CompanyBasicFinanceSettingsRequest</a>  <br /><a href=\"#c577d0e3-6463-4429-8915-8bb9dcd214f4\">PATCH CompanyBasicFinanceSettingsPatchRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#ca294aca-8772-4a4d-87bb-bc0d70ee6ebe\">ConceptShare<br />ReviewChain<br />Visualization<br /></a></td>\n<td>Represents a visualization object for a concept share review chain.</td>\n<td>N/A</td>\n<td><a href=\"#6e0e7614-f951-494a-8878-87ad43aad1e3\">GET ConceptShareGetReviewChainRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#26c0165f-92dd-46a1-b239-6e74ddaf675f\">ConceptShare<br />StatusList<br />ItemVisualization<br /></a></td>\n<td>Represents a visualization object for a concept share status.</td>\n<td>N/A</td>\n<td><a href=\"#1553822d-a0a9-4b60-bbab-ad9baa484f4b\">GET ConceptShareGetStatusListRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#306cb81e-3388-4fc1-b48c-535d1aa8f11f\">ConsultingCenter</a></td>\n<td>Represents a consulting center object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></td>\n<td>Represents a costing code object.</td>\n<td><a href=\"#07941320-0ca1-48e0-bce2-060e79087cfe\">CostingCodeClientAccess</a>  <br /><a href=\"#af672fc3-23ec-40bc-bff9-954e477d31ab\">CostingCodeCompanyAccess</a>  <br /><a href=\"#b5f58e93-8ae2-4275-9dba-05ea4ce52e8e\">CostingCodeValidation</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a>  <br /><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a></td>\n<td><a href=\"#dc897c5f-714d-469e-84e9-90ae4001c051\">GET CostingCodeCodeRequest</a>  <br /><a href=\"#56691969-ca92-4091-adfa-9201e407224f\">GET CostingCodeRequest</a>  <br /><a href=\"#eb2ab272-44d0-4e15-82bd-1484ad1cd346\">GET CostingCodesFilterRequest</a>  <br /><a href=\"#f9174582-a86f-470f-9071-3aa3ffde8ffa\">GET CostingCodesRequest</a>  <br /><a href=\"#37e8a402-44de-47b0-8cc6-9135ac74807b\">GET CostingCodesTasksRequest</a>  <br /><a href=\"#5193186b-3b32-4249-8da2-f022352b9622\">PUT CostingCodeCompanyAccessInsertRequest</a>  <br /><a href=\"#35338b02-c8af-4819-b4de-397c48a20982\">PUT CostingCodeInsertRequest</a>  <br /><a href=\"#c1775932-087a-49bc-9005-ffb16ca7a7ec\">PATCH CostingCodePatchRequest</a>  <br /><a href=\"#c8a98331-7607-428c-9129-f3fb4d038888\">DEL CostingCodeCompanyAccessDeleteRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#07941320-0ca1-48e0-bce2-060e79087cfe\">CostingCode<br />ClientAccess<br /></a></td>\n<td>Represents an access link object between a costing code and a customer (or client).</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n<td><a href=\"#732ded35-feae-4cc6-bafc-ae592930b715\">GET CostingCodeClientAccessRequest</a>  <br /><a href=\"#c530d04c-b467-48d1-8fb7-c18e1dd8cafa\">PUT CostingCodesClientsAccessInsertRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#af672fc3-23ec-40bc-bff9-954e477d31ab\">CostingCode<br />CompanyAccess<br /></a></td>\n<td>Represents an access link object between a costing code and a company.</td>\n<td>N/A</td>\n<td><a href=\"#3ceb7c98-18d9-40b9-a17f-fd8a9aef8e9e\">GET CostingCodeCompanyAccessRequest</a>  <br /><a href=\"#5193186b-3b32-4249-8da2-f022352b9622\">PUT CostingCodeCompanyAccessInsertRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#b5f58e93-8ae2-4275-9dba-05ea4ce52e8e\">CostingCode<br />Validation<br /></a></td>\n<td>Represents a costing code validation object.</td>\n<td>N/A</td>\n<td><a href=\"#31c493cf-aa07-4752-8d26-aa2503e08c47\">GET CostingCodesValidationRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a></td>\n<td>Represents a country object.</td>\n<td>BankName  <br />Company  <br /><a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\">CountyDTO</a>  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a>  <br />FinancialPartner  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br />Resource  <br /><a href=\"#065c451e-d8c0-4002-8d99-e397dfb9d07f\">StateDTO</a>  <br />SubscriptionCustomer  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\">CountyDTO</a></td>\n<td>Represents a county object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  <br />FinancialPartner  <br />Resource  <br /><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></td>\n<td>Represents a creditor invoice object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br />ExpendituresPurchasesAll  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#4db83abd-83e4-4891-885c-083b4db4a62b\">CreditorInvoice<br />DeleteResponse<br /></a></td>\n<td>Represents a creditor invoice delete response object.</td>\n<td>N/A</td>\n<td><a href=\"##34d00340-f7ab-4587-ba3d-ea88cdc07d78\">DEL VendorInvoiceDeleteRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoice<br />Detail<br /></a></td>\n<td>Represents a creditor invoice detail object.</td>\n<td><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a>  <br /><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoice<br />DetailMove<br /></a></td>\n<td>Represents a moved creditor invoice detail object.</td>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#3613e032-fcd1-41d9-8f72-150e2149f486\">CreditorInvoice<br />ScanSetup<br />Visualization</a></td>\n<td>Represents a visualization object for a creditor invoice scan setup.</td>\n<td>N/A</td>\n<td><a href=\"#6019a508-6157-465e-aea6-f9d2c033296d\">POST CreditorInvoiceScanSetupVisualization</a></td>\n</tr>\n<tr>\n<td><a href=\"#527c43cc-4344-4514-a4dd-48487819ee76\">CreditorInvoice<br />TaskVisualization<br /></a></td>\n<td>Represents a visualization object for a creditor invoice task.</td>\n<td>N/A</td>\n<td><a href=\"#bc964b41-fdaa-4c90-b18b-fce8208bc408\">GET CreditorInvoiceGetTasksForJobsRequest*</a></td>\n</tr>\n<tr>\n<td><a href=\"#c58270a4-5408-4a87-a7d9-eb71a1e00538\">CurrencyDTO</a></td>\n<td>Represents a currency object.</td>\n<td><a href=\"#197ede17-d788-4cf2-96f8-d0ff8472e98e\">Bank</a>  <br />Company  <br /><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a>  <br /><a href=\"#c11ed6cf-c471-47e6-aa5e-c3d81628de95\">CurrencyTable</a>  <br />EmployeeHoursPrice  <br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  <br /><a href=\"#1b2946b9-1ba9-42f4-9e83-a71c161b8c77\">ExpendituresMaterialsAll</a>  <br /><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a>  <br /><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  <br /><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a>  <br /><a href=\"#97cc3169-51bb-4583-9b8a-6c462a13e584\">JobSubsistenceAllowance</a>  <br /><a href=\"#84da7ea4-ac8e-42e4-93eb-e6aebd85d429\">MaterialPriceList</a>  <br /><a href=\"#56fa3608-4e09-4030-87e1-1a66406652e3\">MaterialTypedDTO*</a>  <br /><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a>  <br /><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  <br />Subscription  <br />SubscriptionCustomer  <br /><a href=\"#3ca3516d-dc33-4585-9504-c2d865ac3552\">SubsistenceAllowance</a>  <br /><a href=\"#5c67df77-ce5d-4a5a-81a6-c03fae90711c\">SubsistencePriceList</a>  <br /><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#bcb97b71-37d3-4f59-aaaa-8629a30ade3d\">CurrencyTable</a></td>\n<td>Represents a currency table object.</td>\n<td>Company</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n<td>Represents a customer (or client) object.</td>\n<td><a href=\"#07941320-0ca1-48e0-bce2-060e79087cfe\">CostingCodeClientAccess</a>  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#61d485d6-0f61-4bc7-a836-3fe7b2896d0b\">CustomerProduct</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#d2364615-da97-4e52-96be-2a39b382dc49\">Portal</a>  <br /><a href=\"#49bcbfec-ad0b-43b7-8ef1-36a79cd8c44b\">TimeEntrySheetVisualization</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td><a href=\"#7c1f4142-4063-4c1b-b64f-b8cf8d643dc3\">PUT CreditorInvoiceAddLineRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#2f7bf628-d286-44c7-b7da-cc4475135ff4\">CustomerGroup</a></td>\n<td>Represents a customer group object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#61d485d6-0f61-4bc7-a836-3fe7b2896d0b\">CustomerProduct</a></td>\n<td>Represents a customer product object.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#6241e3de-12af-4175-a4cb-f9b3bfd2e98d\">CustomerProject</a></td>\n<td>Represents a customer project object.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a>  <br />SubscriptionCustomer  <br /><a href=\"#49bcbfec-ad0b-43b7-8ef1-36a79cd8c44b\">TimeEntrySheetVisualization</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#69ee46fe-ef62-4468-9976-4ea65d92f41a\">CustomerSegment</a></td>\n<td>Represents a customer segment object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#c739273d-aa4b-43df-9f20-8c98018efc5d\">DebtorInvoices<br />PageroPreview<br />Visualization</a></td>\n<td>Represents a visualization object for debtor invoices Pagero preview.</td>\n<td>N/A</td>\n<td><a href=\"#6f3dfbd4-4a94-41ab-acf2-2a7bacafe34f\">GET DebtorInvoiceManagementPageroPreviewRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#016ca645-ecc7-4e06-9c35-f9b239b047f9\">DebtorsInvoicing<br />EmailValidation<br />Response</a></td>\n<td>Represents a validation object for debtor invoicing email.</td>\n<td>N/A</td>\n<td><a href=\"#73f9b2e0-9c43-41fb-978b-e62efc741ed5\">POST DebtorsInvoiceEmailValidationRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#8cba996a-70fa-4a60-81d2-4e59710095e5\">Department</a></td>\n<td>Represents a department object.</td>\n<td>Company  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#6309b96f-ced9-4207-8f4c-4162fcb7d6d2\">JobFolderSetup</a>  <br /><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  <br />Subscription  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#b635286e-6fcc-4666-a2a9-8329f13e65e0\">DepartmentProfit<br />SplitVisualization<br /></a></td>\n<td>Represents a visualization object for a department profit split.</td>\n<td>N/A</td>\n<td><a href=\"#3b664358-a038-4159-875f-b7616fe96bf5\">GET ExpenditureSummaryDepartmentProfitSplitVisualizationRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#da223ae3-953e-4b30-8a85-bb8225dd3c91\">DepartmentVisualization</a></td>\n<td>Represents a visualization object for a department.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#da223ae3-953e-4b30-8a85-bb8225dd3c91\">DepartmentVisualization</a></td>\n<td>Represents a visualization object for a department.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n<td>Represents a dimension detail object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#50c96ff0-d030-44c4-ba7c-2821d5bd65e1\">DimensionValueVisualization</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#fda400c1-6451-4d1c-9345-40d7d40eedf4\">FinancePostingConfigurationDimension</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#7eb460ce-17c0-4b0b-a566-84ba621f9bab\">DimensionOption</a></td>\n<td>Represents a dimension option object.</td>\n<td>N/A</td>\n<td><a href=\"#838be13e-22d7-4d04-826f-a921d5163597\">GET DimensionOptionsRequest</a>  <br /><a href=\"#1d563c65-f4f2-42ac-83a8-2e0b90b422f2\">POST DimensionOptionsFilterRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#d21d9e0d-7ec2-4db7-8e1d-05bb430c5a22\">DimensionSearch<br />OptionInfo<br /></a></td>\n<td>Represents a dimension options search request information object.</td>\n<td>N/A</td>\n<td><a href=\"#f6bf083f-29d4-454b-ad84-f09d2cace4be\">GET DimensionOptionsSearchRequestInfo</a></td>\n</tr>\n<tr>\n<td><a href=\"#50c96ff0-d030-44c4-ba7c-2821d5bd65e1\">DimensionValue<br />Visualization<br /></a></td>\n<td>Represents a visualization object for a dimension value.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#62c37d39-4184-4cb0-97ae-223142708dfd\">DocumentCreation<br />Setup<br /></a></td>\n<td>Represents a document creation setup object.</td>\n<td><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#f199f5ae-6aba-4978-aa36-2935f68edfd9\">EmailResponse</a></td>\n<td>Represents an email response object.</td>\n<td>N/A</td>\n<td><a href=\"#7d806434-4c49-4591-a350-ed8e133e4475\">GET Oauth2AccountEmailRequest*</a></td>\n</tr>\n<tr>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n<td>Represents an employee object.</td>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a>  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a>  <br />Customer  <br /><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a>  <br /><a href=\"#a6784001-4fcd-46a3-998d-2a755a028536\">EmployeeCurrentWhereabout</a>  <br /><a href=\"#d9f60029-46bc-468d-b706-b008ebae9bc5\">EmployeePositionDTO</a>  <br /><a href=\"#16271d65-6b78-475b-9559-8b952acfa0c8\">EmployeeWhereabout</a>  <br /><a href=\"#2211421b-300d-430a-a8b9-86ebe3d103a9\">EmployeeWhereaboutVisualization</a>  <br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  <br /><a href=\"#d2a98b8c-a345-4501-9462-8a9f7ad69434\">ExpenseEntryImport</a>  <br /><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a>  <br /><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a>  <br /><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a>  <br /><a href=\"#97cc3169-51bb-4583-9b8a-6c462a13e584\">JobSubsistenceAllowance</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  <br /><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a>  <br /><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td><a href=\"#7c1f4142-4063-4c1b-b64f-b8cf8d643dc3\">PUT CreditorInvoiceAddLineRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#a6784001-4fcd-46a3-998d-2a755a028536\">EmployeeCurrent<br />Whereabout</a></td>\n<td>Represents a current employee whereabout profile object.</td>\n<td>N/A</td>\n<td><a href=\"#91af89e2-f648-4954-85e9-f3155e73fec6\">GET CurrentWhereAboutRequest*</a>  <br /><a href=\"#63fe89f5-bd0e-4f0d-b5fe-29e0d25ad846\">GET CurrentWhereAboutsRequest*</a></td>\n</tr>\n<tr>\n<td><a href=\"#d9f60029-46bc-468d-b706-b008ebae9bc5\">EmployeePosition<br />DTO<br /></a></td>\n<td>Represents an employee position object.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#3d98d569-67d1-427a-9983-66cf79761af5\">EmployeePrice<br />Group<br /></a></td>\n<td>Represents an employee price group object.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#16271d65-6b78-475b-9559-8b952acfa0c8\">EmployeeWhereabout</a></td>\n<td>Represents an employee whereabout profile object.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n<td><a href=\"#3148ba6b-7e0f-4dff-bb3d-5260c9c3bdfb\">PUT EmployeeWhereAboutAdd*</a></td>\n</tr>\n<tr>\n<td><a href=\"#0790f7f7-4e28-43a5-ba14-5b45b14519b3\">EmployeeWhereabout<br />MissingTime<br />TrackingVisualization</a></td>\n<td>Represents a visualization object for the missed time tracking of an employee whereabout profile.</td>\n<td>N/A</td>\n<td><a href=\"#f92a8158-10cc-42c5-9766-70e1a61a5da6\">GET EmployeeTimeEntryAndWhereaboutRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#2211421b-300d-430a-a8b9-86ebe3d103a9\">EmployeeWhereabout<br />Visualization</a></td>\n<td>Represents a visualization object for an employee whereabout profile.</td>\n<td>N/A</td>\n<td><a href=\"#c46a456d-ca5c-44e1-a975-c8b13980e53f\">GET EmployeeWhereAboutsRequest*</a></td>\n</tr>\n<tr>\n<td><a href=\"#36493ce2-8155-4c18-9053-b5367d599db9\">ExpendituresHours<br />DepartmentSum<br /></a></td>\n<td>Represents an expenditures hours department sum object.</td>\n<td>N/A</td>\n<td><a href=\"#3b664358-a038-4159-875f-b7616fe96bf5\">GET ExpendituresHoursDepartmentSumRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#1b2946b9-1ba9-42f4-9e83-a71c161b8c77\">ExpendituresMaterials<br />All<br /></a></td>\n<td>Represents an all materials expenditure object.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></td>\n<td>Represents an expense entry object.</td>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a>  <br />ReciptFileDTO*</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#d2a98b8c-a345-4501-9462-8a9f7ad69434\">ExpenseEntry<br />Import<br /></a></td>\n<td>Represents an expense entry import object.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntry<br />ImportDetail<br /></a></td>\n<td>Represents an expense entry import detail object.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#\">ExpenseEntry<br />JustificationDTO</a></td>\n<td>Represents an expense entry justification object.</td>\n<td>N/A</td>\n<td><a href=\"#\">GET ExpenseEntryJustificationRequest</a> <br /><a href=\"#\">POST SaveExpenseEntryJustificationRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#\">ExpenseEntry<br />JustificationTemplate<br />DetailDTO</a></td>\n<td>Represents an expense entry import detail object.</td>\n<td>N/A</td>\n<td><a href=\"#\">GET ExpenseJustificationTemplateDetailsRequest</a><br /><a href=\"#\">PATCH UpdateExpenseJustificationTemplateDetailRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#\">ExpenseEntry<br />JustificationTemplate<br />WithDetails<br />DTO</a></td>\n<td>Represents an expense entry justification template with details object.</td>\n<td>N/A</td>\n<td><a href=\"#\">GET ExpenseJustificationTemplate</a><br /><a href=\"#\">PUT CreateExpenseJustificationTemplate </a><br /><a href=\"#\">PUT CopyExpenseJustificationTemplateRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#4f323c95-e2f3-4bbd-abad-062d22388f77\">ExpenseEntry<br />MerchantCategory<br />Code</a></td>\n<td>Represents a merchant category code object for an expense entry.</td>\n<td><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#47781143-9be1-4a87-8bed-9081077793c0\">ExpenseEntry<br />Type<br /></a></td>\n<td>Represents an expense entry type object.</td>\n<td><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  <br /><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a>  <br /><a href=\"#4f323c95-e2f3-4bbd-abad-062d22388f77\">ExpenseEntryMerchantCategoryCode</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#20556f3f-54d1-4f61-a05f-e7d733a2df74\">FileType</a></td>\n<td>Represents a file type object.</td>\n<td>FinanceJournalFileImportSpecification</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a></td>\n<td>Represents a finance account object.</td>\n<td><a href=\"#abdc225c-d416-4f8c-9635-dbad4a4c282f\">AccountGroup</a>  <br /><a href=\"#197ede17-d788-4cf2-96f8-d0ff8472e98e\">Bank</a>  <br />Company  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#118477af-541a-414f-a1ad-0c34f32e639e\">FinanceJournalHeader</a>  <br />FinancialPartner  <br /><a href=\"#1865434a-10b7-45b5-86ed-718f2facf91\">Job</a>  <br /><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a>  <br /><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#118477af-541a-414f-a1ad-0c34f32e639e\">FinanceJournal<br />Header<br /></a></td>\n<td>Represents a finance journal header object.</td>\n<td>Company</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#fda400c1-6451-4d1c-9345-40d7d40eedf4\">FinancePosting<br />ConfigurationDimension<br /></a></td>\n<td>Represents a dimension object for finance posting configuration.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#5b2c52a9-3b71-4e1f-9fb5-3f3c1174a8e1\">FinanceSequence</a></td>\n<td>Represents a finance sequence object.</td>\n<td>Company  <br /><a href=\"#118477af-541a-414f-a1ad-0c34f32e639e\">FinanceJournalHeader</a>  <br /><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#222c2c62-eb0f-49ee-b81c-c0d25053d850\">FollowupPrice<br />QuoteRequired<br />ApprovalConfirmation*<br /></a></td>\n<td>Represents a follow up price quote required approval confirmation object.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#1f05fb1a-58f1-4cdc-a4e8-0ba1ed40e105\">GenderTerm</a></td>\n<td>Represents a gender term object.</td>\n<td>GenderTermTranslation</td>\n<td><a href=\"#22042f65-ca19-4a44-b095-ecd173a2ee82\">GET GenderTermRequest</a>  <br /><a href=\"#e5ba4b6c-b781-4e14-9a21-8c4fbdebe2da\">GET GenderTermsRequest</a>  <br /><a href=\"#3c4d1d5b-2979-48a2-a845-40de8ae08d2d\">PUT GenderTermInsertRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#912549c3-382c-4494-87e7-5b645d3a05b4\">GenderTerm<br />Translation<br /></a></td>\n<td>Represents a gender term translation object.</td>\n<td>N/A</td>\n<td><a href=\"#ad38a59b-fe7e-4f2e-8f56-84d45b458640\">GET GenderTermsTranslationsRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#9b09d2ac-eee9-4b81-aa2b-1731f5dabf1d\">HolidayCalendar<br />Header<br /></a></td>\n<td>Represents a holiday calendar header object.</td>\n<td>Company</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#9a59ef47-b584-4fe5-b7f4-e0a3c9854e3a\">HolidayVisualization</a></td>\n<td>Represents a visualization object for holiday calendar.</td>\n<td>N/A</td>\n<td><a href=\"#014b1a1c-8aef-40ce-8612-c0518d6ce41c\">GET HolidayVisualizationRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a></td>\n<td>Represents an invoice object.</td>\n<td>Customer  <br />Subscription  <br />SubscriptionCustomer  <br /><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a>  <br /><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#ae7063c1-139f-4ba3-89a6-2fe37565590b\">InvoicesBatch</a></td>\n<td>Represents an invoice batch object.</td>\n<td>N/A</td>\n<td><a href=\"#fd87a727-4f58-46c2-9d7b-ee2fc336b930\">PUT InvoicesBatchInsertRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#bec10f78-ac46-4ab4-9f48-b803442203bd\">InvoicesConvert<br />AmountResponse<br /></a></td>\n<td>Represents an invoices convert amount response object.</td>\n<td>N/A</td>\n<td><a href=\"#38a5746c-ca43-47bf-ad9b-f45fd2e996ad\">POST InvoicesConvertAmountRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#bec10f78-ac46-4ab4-9f48-b803442203bd\">InvoiceConverted<br />AmountVisualization</a></td>\n<td>Represents a visualization object for invoice convert amount.</td>\n<td>N/A</td>\n<td><a href=\"#38a5746c-ca43-47bf-ad9b-f45fd2e996ad\">POST InvoicesConvertAmountRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#46822662-6bcc-48ba-814c-0b7b08f92c31\">InvoiceDelete<br />Response<br /></a></td>\n<td>Represents an invoice batch object.</td>\n<td>N/A</td>\n<td><a href=\"#b474033f-5dae-45bd-a6ff-b960b936d585\">DELETE InvoicesDeleteRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#d2efde7b-68ff-4dca-891d-1c27e450c566\">InvoicePartial<br />InvoiceVisualization<br /></a></td>\n<td>Represents the visualization object for a given invoice partial invoice.</td>\n<td>N/A</td>\n<td><a href=\"#327b2e6c-707f-4046-b601-400c269cdae7\">POST InvoicePartialInvoiceLinesRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n<td>Represents a job object.</td>\n<td>AbsenceRequest  <br /><a href=\"#b5f58e93-8ae2-4275-9dba-05ea4ce52e8e\">CostingCodeValidation</a>  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#1b2946b9-1ba9-42f4-9e83-a71c161b8c77\">ExpendituresMaterialsAll</a>  <br />ExpendituresPurchasesAll  <br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  <br />FinancialPartner  <br /><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  <br /><a href=\"#f2a097e6-4a43-4f51-8db0-c4ef87ea3d39\">JobPlan</a>  <br /><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a>  <br /><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a>  <br /><a href=\"#4bbbb678-d5e6-4635-8743-d438b2dd4822\">JobStatus</a>  <br /><a href=\"#97cc3169-51bb-4583-9b8a-6c462a13e584\">JobSubsistenceAllowance</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a>  <br /><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">PriceList</a>  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  <br />ResourceVacation  <br /><a href=\"#18650858-7a89-49a6-b3a3-56d7c92239ca\">ServiceLine</a>  <br /><a href=\"#7a7b1453-47dc-42e2-b157-666fe3f63dd2\">TaskJobIdVisualization</a>  <br /><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a>  <br /><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td><a href=\"#37e8a402-44de-47b0-8cc6-9135ac74807b\">GET CostingCodesTasksRequest</a>  <br /><a href=\"#a82e417b-82ca-445d-92f5-148f5a7afb49\">GET TasksRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#bcadb7c2-6a86-41d9-9487-4ebdc5fdb829\">JobEconomy<br />Visualization<br /></a></td>\n<td>Represents a visualization object for a job economy.</td>\n<td>N/A</td>\n<td><a href=\"#551d5d06-19e2-42f5-ad21-005418e109ba\">GET JobEconomyViewRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#6309b96f-ced9-4207-8f4c-4162fcb7d6d2\">JobFolder<br />Setup<br /></a></td>\n<td>Represents a job folder setup object.</td>\n<td>Company  <br /><a href=\"#e887f70a-a37d-4ad4-91ad-ceea264dd8f3\">ResourceFolderSetup</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#f2a097e6-4a43-4f51-8db0-c4ef87ea3d39\">JobPlan</a></td>\n<td>Represents a job plan object.</td>\n<td><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a>  <br /><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a></td>\n<td>Represents a job price object.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#90b9bca7-7291-4e3e-8f79-c89a3ed3efcf\">JobPrice<br />Visualization<br /></a></td>\n<td>Represents a visualization object for a job price.</td>\n<td>N/A</td>\n<td><a href=\"#fd6b0716-352b-465e-a783-ad1abbf9d1fd\">GET JobPricesRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimple<br />Visualization<br /></a></td>\n<td>Represents a simple visualization object for a job.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#4bbbb678-d5e6-4635-8743-d438b2dd4822\">JobStatus</a></td>\n<td>Represents a job status object.</td>\n<td><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#ad4a658c-0be9-4077-9fb3-c548832d32c8\">ProductionStatus</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#97cc3169-51bb-4583-9b8a-6c462a13e584\">JobSubsistence<br />Allowance<br /></a></td>\n<td>Represents a job subsistence allowance object.</td>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></td>\n<td>Represents a job type object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#1865434a-10b7-45b5-86ed-718f2facf91\">Job</a>  <br /><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  <br />Subscription  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#77877b54-6ffb-415c-942f-2b15abf7d7c2\">JobType<br />Detail<br /></a></td>\n<td>Represents a job type detail object.</td>\n<td>JobTypeDetailValues  <br /><a href=\"#67aa5dee-d2f7-4cdf-a3d6-7849ea493354\">PurchaseOrderDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#77877b54-6ffb-415c-942f-2b15abf7d7c2\">JobType<br />DetailValues<br /></a></td>\n<td>Represents a job type detail value object.</td>\n<td><a href=\"#67aa5dee-d2f7-4cdf-a3d6-7849ea493354\">PurchaseOrderDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobView<br />Visualization<br /></a></td>\n<td>Represents a visualization object for a job.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#bd62c946-067c-42b3-83fe-c5bf088d47ec\">LanguageDTO</a></td>\n<td>Represents a language object.</td>\n<td><a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\">CountryDTO</a>  <br />FinancialPartner  <br /><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  <br /><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a>  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  <br />Resource</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a></td>\n<td>Represents a mail import object.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#094d34aa-0f7e-48aa-8eae-76f96f5b556f\">MaterialExpense<br />DTO<br /></a></td>\n<td>Represents a material expense object.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#84da7ea4-ac8e-42e4-93eb-e6aebd85d429\">MaterialPrice<br />List<br /></a></td>\n<td>Represents a material price list object.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#56fa3608-4e09-4030-87e1-1a66406652e3\">MaterialTyped<br />DTO*<br /></a></td>\n<td>Represents a material type object.</td>\n<td>Customer</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#e7cfcfb4-60c0-4dfc-8354-8163ddca418e\">MediaForceBuy<br />OrderExecuted<br />DataVisualization</a></td>\n<td>Represents a visualization object for GaleMediaForce buy order executed data.</td>\n<td>N/A</td>\n<td><a href=\"#9528bc60-8099-4cdf-a195-37775301b11e\">POST GaleForceMediaBuyOrderExecuteFinanceImportRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#22a39543-49ea-4ede-8aa1-53e2e1f30152\">MediaForceBuy<br />OrderImport<br /></a></td>\n<td>Represents a GaleMediaForce buy order import object.</td>\n<td><a href=\"#fb5eedb7-02bb-4fcc-85cd-cb858be2e6d5\">MediaForceBuyOrderImportLineParsed</a></td>\n<td><a href=\"#67a06b04-61ac-4c30-8466-624896f96f70\">GET GaleForceMediaBuyOrderImportsRequest</a>  <br /><a href=\"#ca5297bb-391d-4e11-82d8-70ee1dbd143b\">PUT GaleForceMediaBuyOrderCreateImportFromCSVRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#fb5eedb7-02bb-4fcc-85cd-cb858be2e6d5\">MediaForceBuy<br />OrderImport<br />LineParsed</a></td>\n<td>Represents a GaleMediaForce buy order import line parsed object.</td>\n<td>N/A</td>\n<td><a href=\"#f49839b9-9dda-420e-8067-2b634225677d\">GET GaleForceMediaBuyOrderImportLinesParsedRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#f2448848-b5f5-4da5-8c9a-b561db163a20\">MediaForceCreditor<br />InvoiceImport<br /></a></td>\n<td>Represents a GaleMediaForce creditor invoice import object.</td>\n<td><a href=\"#083e3ba4-b13b-4352-b5ca-8e34560015c6\">MediaForceCreditorInvoiceImportDetail</a></td>\n<td><a href=\"#23db43fe-ce0b-4599-9ff2-d8695b15ea9b\">GET GaleForceMediaCreditorInvoiceImportRequest</a>  <br /><a href=\"#611a8b54-d42b-474f-8703-14e6ab17fb20\">PUT GaleForceMediaCreditorInvoiceCreateImportFromCSVRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#083e3ba4-b13b-4352-b5ca-8e34560015c6\">MediaForceCreditor<br />InvoiceImport<br />Detail</a></td>\n<td>Represents a GaleMediaForce creditor invoice import detail object.</td>\n<td>N/A</td>\n<td><a href=\"#94af0282-faad-408e-a8ab-ab1814bb98fc\">GET GaleForceMediaCreditorInvoiceImportDetailRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></td>\n<td>Represents a mileage object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#0d8bac43-aaca-48d4-ab28-9ac99856b65a\">MileageDrive<br />LocationDTO<br /></a></td>\n<td>Represents a mileage drive location object.</td>\n<td><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a></td>\n<td>Represents a mileage rate object.</td>\n<td><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#6b720b63-56d8-489c-bbf0-64ff4a963686\">MileageRate<br />Group<br /></a></td>\n<td>Represents a mileage rate group object.</td>\n<td>Customer  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#6ccc2218-e7ce-472a-a6f1-01569d59f3c3\">Oauth2Code<br />RequestProperties*<br /></a></td>\n<td>Represents properties necessary to perform an authorization code flow with OAuth 2.0.</td>\n<td>N/A</td>\n<td><a href=\"#caa6945a-20ef-4bee-90ab-84a9627b4190\">GET Oauth2InteractiveFlowPropertiesRequest*</a></td>\n</tr>\n<tr>\n<td><a href=\"#bb185459-e5db-490d-940c-a3c4c8c71dd9\">Oauth2Mail<br />ConnectionSettings*<br /></a></td>\n<td>Represents an OAuth 2.0 mail connection settings object.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"##af8f0233-4564-4ee3-bd2c-e16e7843dc03\">Oauth2Provider<br />Scope*<br /></a></td>\n<td>Represents an OAuth 2.0 provider scope object.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#febac213-5710-4596-96d9-af996629cbcc\">Oauth2Provider<br />Settings*<br /></a></td>\n<td>Represents an OAuth 2.0 provider settings object.</td>\n<td>N/A</td>\n<td><a href=\"#cbc506d6-162b-4a4e-b4c2-83d2c3042b9d\">GET Oauth2ProvidersRequest*</a></td>\n</tr>\n<tr>\n<td><a href=\"#07902847-d76b-48b5-bf05-4823b6c79046\">Oauth2Settings*</a></td>\n<td>Represents an OAuth 2.0 settings object.</td>\n<td>N/A</td>\n<td><a href=\"#bb060797-ebc6-41f6-885b-5e72438c0fa9\">GET Oauth2AllSettingsRequest*</a>  <br /><a href=\"#ac067a6b-d2f5-40ea-9dc9-253496245d0b\">POST Oauth2SettingsAddRequest*</a>  <br /><a href=\"#a354ab01-ac44-492e-a16d-152e5a3c35fd\">PATCH Oauth2SettingsPatchRequest*</a></td>\n</tr>\n<tr>\n<td><a href=\"#a70a9dc3-6b87-4c15-af05-870d3107c2df\">Oauth2Settings<br />Visualization*</a></td>\n<td>Represents a visualization object for OAuth 2.0 settings.</td>\n<td>N/A</td>\n<td><a href=\"#bb060797-ebc6-41f6-885b-5e72438c0fa9\">GET Oauth2AllSettingsRequest *</a>  <br /><a href=\"#ac067a6b-d2f5-40ea-9dc9-253496245d0b\">POST Oauth2SettingsAddRequest*</a>  <br /><a href=\"#a354ab01-ac44-492e-a16d-152e5a3c35fd\">PATCH Oauth2SettingsPatchRequest*</a></td>\n</tr>\n<tr>\n<td><a href=\"#3ddbac35-e188-48ef-914f-e33b380ceb02\">Oauth2User<br />Settings*</a></td>\n<td>Represents an OAuth 2.0 user setting object.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#4516d62e-793d-49a6-89b0-4671b7678bdd\">Object (Databoard)</a></td>\n<td>Represents a custom object based on the databoard (stored procedure) you created in your WorkBook application instance.</td>\n<td>N/A</td>\n<td><a href=\"#deb2aab7-e259-436d-a20f-8eebf6011ed5\">GET DataboardDataRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#1413c257-c42a-4a45-8906-bbebc8a7eae2\">Object (ReportData)</a></td>\n<td>Represents a custom object based on the report data you created in your WorkBook application instance.</td>\n<td>N/A</td>\n<td><a href=\"#6307a31c-9f1f-4259-85e4-9beb461b434e\">GET Report188DataRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#228776a9-785a-4fb6-b8f7-4b9b103cb48f\">PaymentGroup</a></td>\n<td>Represents a payment group object.</td>\n<td>FinancialPartner</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentMode<br />CreditorCompany<br /></a></td>\n<td>Represents a payment mode object of a creditor company.</td>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a>  <br />FinancialPartner</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#4e0994c2-f8a4-459f-abfb-a8addbbd6248\">PaymentMode<br />CreditorType<br /></a></td>\n<td>Represents a creditor type payment mode object.</td>\n<td><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#e419cd5c-683f-4074-b61c-f4c338ab196a\">PaymentTerms</a></td>\n<td>Represents a payment term object.</td>\n<td>Company  <br />FinancialPartner  <br /><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  <br /><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a>  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#c5cd603c-c5e5-4781-a293-ebc079944c22\">PayMethod</a></td>\n<td>Represents a payment method object.</td>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a>  <br />FinancialPartner  <br /><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></td>\n<td>Represents a pipeline object.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#d664ccbb-c0b7-4ad5-842a-0394bc768c52\">PipelineActivity<br />Category<br /></a></td>\n<td>Represents a pipeline activity category object.</td>\n<td><a href=\"#899c95f7-8348-4647-bfa9-5ca6f1776a12\">PipelineActivityType</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#899c95f7-8348-4647-bfa9-5ca6f1776a12\">PipelineActivity<br />Type<br /></a></td>\n<td>Represents a pipeline activity type object.</td>\n<td><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#da7b4296-e58b-4961-bce2-7eb2205683b9\">PipelineCompetitor</a></td>\n<td>Represents a pipeline competitor object.</td>\n<td><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br />PipelineBase  <br />PipelineVisualization</td>\n<td><a href=\"#50a7882e-3e75-479d-b6d8-c825373552cd\">GET PipelineCompetitorRequest</a>  <br /><a href=\"#af362baa-a0a7-4800-b3cb-a55f5933558a\">GET PipelineCompetitorsRequest</a>  <br /><a href=\"#b39d824d-d5b7-4bb8-b543-9dcee28fa1f8\">PATCH PipelineCompetitorPatchRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#e576c4c1-75e0-4752-8157-f5659431002c\">PipelineRating</a></td>\n<td>Represents a pipeline rating object.</td>\n<td><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#67b4f5be-375f-421f-9fb4-dfa5ddbc80d1\">PipelineStatus</a></td>\n<td>Represents a pipeline status object.</td>\n<td><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#d2364615-da97-4e52-96be-2a39b382dc49\">Portal</a></td>\n<td>Represents a portal object.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a>  <br />Resource</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#c0552db8-8647-4739-925d-b01187ad2edf\">PostSpecification</a></td>\n<td>Represents a post specification object.</td>\n<td>Company  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#377237be-3208-4470-91a7-b38d747965f2\">PracticeArea</a></td>\n<td>Represents a practice area object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#204f3140-7883-4c35-b9dc-d75095c413f3\">PriceList</a></td>\n<td>Represents a price list object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  <br /><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#85292f2b-bf03-416d-af91-4114187cc2f2\">Product</a></td>\n<td>Represents a product object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br />Subscription  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#ad4a658c-0be9-4077-9fb3-c548832d32c8\">ProductionStatus</a></td>\n<td>Represents a production status object.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#0f56c4cd-4b10-4d81-93c6-2ff28b3ec261\">ProfitCenter</a></td>\n<td>Represents a profit center object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#969e63a1-8720-4062-b289-7bd43c09d857\">ProfitForecast<br />PostRequest<br /></a></td>\n<td>Represents a profit forecast data detail post request object.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></td>\n<td>Represents a purchase order object.</td>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a>  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  <br /><a href=\"#67aa5dee-d2f7-4cdf-a3d6-7849ea493354\">PurchaseOrderDetail</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#67aa5dee-d2f7-4cdf-a3d6-7849ea493354\">PurchaseOrder<br />Detail<br /></a></td>\n<td>Represents a purchase order detail object.</td>\n<td><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#2e45d754-98be-42ba-af31-a127f82ef0cd\">QualityLevel</a></td>\n<td>Represents a quality level object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#6e3bf4ca-faf8-4bd5-b700-48658b3ba28e\">Region</a></td>\n<td>Represents a region object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#26a1e517-929f-4bd2-896a-a4fd60eb238b\">Reminder</a></td>\n<td>Represents a reminder object.</td>\n<td>FinancialPartner</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#b0e2bc58-af52-461a-814d-ef32ff00f03c\">Report</a></td>\n<td>Represents a report object.</td>\n<td><a href=\"#48cf1138-45f7-46e7-beab-7cb856bd52c6\">ReportLayout</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#33b9e9fe-8c7d-4006-abb5-e44e9fdfb6a2\">ReportingGroup</a></td>\n<td>Represents a reporting group object.</td>\n<td>FinancialPartner</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#48cf1138-45f7-46e7-beab-7cb856bd52c6\">ReportLayout</a></td>\n<td>Represents a report layout object.</td>\n<td><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  <br /><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a>  <br /><a href=\"#e3ff7535-49b3-4f7f-a6e7-8b4cf0f79467\">PaymentModeCreditorCompany</a>  <br />PayMode  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#48397187-a8dc-40b4-9a17-af169c943bf6\">ReportParameter<br />Data<br /></a></td>\n<td>Represents a report parameter data object.</td>\n<td>N/A</td>\n<td><a href=\"#6307a31c-9f1f-4259-85e4-9beb461b434e\">GET Report188DataRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#51da83ec-ae70-45f7-962a-f5e7206712b7\">ReportProfile</a></td>\n<td>Represents a report profile object.</td>\n<td>Contact  <br />Employee</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#20e6022c-75ea-4a25-8e03-88b18726195a\">ReportWatermark</a></td>\n<td>Represents a report watermark object.</td>\n<td>FinancialPartner  <br /><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  <br /><a href=\"#33ae703e-e35c-4bf0-a698-d2dc5b2178c5\">JobPrice</a>  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#82b6dede-2131-4d23-a5c1-36ed66752fd5\">ResourceAccess<br />Visualization<br /></a></td>\n<td>Represents a visualization object for a resource access.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#6631279c-2237-47d5-be29-31ebe5b98298\">ResourceBusiness</a></td>\n<td>Represents a resource business object.</td>\n<td>Resource</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#b92b49b0-160c-41d8-827b-c3472dcf6c36\">ResourceCapacity<br />Visualization<br /></a></td>\n<td>Represents visualization object for a resource capacity.</td>\n<td>N/A</td>\n<td><a href=\"#0893279b-4ac6-4a00-9a11-ac3378a7382b\">GET SuggestedResourceReplacementsRequest</a><a href=\"#a4aba452-0119-4088-935a-adbe9e32287c\">GET SuggestedTaskResourcesRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#e887f70a-a37d-4ad4-91ad-ceea264dd8f3\">ResourceFolder<br />Setup<br /></a></td>\n<td>Represents a resource folder setup object.</td>\n<td>Resource</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#9926ee7b-3b70-4b80-b181-57274fe55c25\">ResourceTeam</a></td>\n<td>Represents a resource team object.</td>\n<td><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTax<br />CodeDTO<br /></a></td>\n<td>Represents a sales tax code object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  <br /><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntryImportDetail</a>  <br /><a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\">FinanceAccount</a>  <br />FinancialPartner  <br /><a href=\"#9d5e13a8-1e0a-4b67-a0b7-7d915601e101\">Invoice</a>  <br /><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a>  <br /><a href=\"#7212ba67-66bb-4359-9a9c-cf411237abdb\">MileageRate</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#9710d476-6d9c-4e46-84f4-978cc9844cf6\">SalesTax<br />CodeJurisdiction<br /></a></td>\n<td>Represents a sales tax code jurisdiction object.</td>\n<td><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#fd36bbbd-66e3-401e-9edc-76f90742ec10\">ScrumSprint</a></td>\n<td>Represents a scrum sprint object.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n<td><a href=\"#0a80a641-f718-494e-a036-fa16e9166a68\">PUT ScrumSprintPutRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#a43331fe-346a-4905-8d97-c6e528ff9846\">SecondaryChart<br />AccountDTO<br /></a></td>\n<td>Represents a secondary chart account object.</td>\n<td>N/A</td>\n<td><a href=\"#009da297-1455-46d5-97d9-1f7068bff18d\">GET GetSingleSecondaryChartAccountRequest</a><a href=\"#e2986c1b-a5e3-475f-a71e-359f184a7e4c\">PATCH SecondaryChartAccountPatchRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#18650858-7a89-49a6-b3a3-56d7c92239ca\">ServiceLine</a></td>\n<td>Represents a service line object.</td>\n<td><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a>  <br /><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td>[SettingsDivision  <br />DTO  <br />](Retrieving data. Wait a few seconds and try to cut or copy again.)</td>\n<td>Represents a division object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#cb7d7e74-1759-4a9b-a306-4f395ff1106e\">SettingsPlatforms</a></td>\n<td>Represents a platform object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#2506603f-79f6-470c-a5b1-7f370d1c1b15\">JobViewVisualization</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#97c6de8f-e5e1-4803-98e2-d327ec100f9b\">SettingsTechnology</a></td>\n<td>Represents a technology object.</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>  <br /><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#81c3e09d-e13f-4f8a-be0d-4ff162414efe\">SetupCheck<br />List<br /></a></td>\n<td>Represents a setup checklist object.</td>\n<td><a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\">JobType</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#065c451e-d8c0-4002-8d99-e397dfb9d07f\">StateDTO</a></td>\n<td>Represents a state object.</td>\n<td>Company  <br /><a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\">CountyDTO</a>  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  <br />FinancialPartner  <br />Resource  <br /><a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\">SalesTaxCodeDTO</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#8d552e86-d2c0-4c9d-9238-6e5de41b810b\">StorageProvider</a></td>\n<td>Represents a storage provider object.</td>\n<td>Company  <br /><a href=\"#6309b96f-ced9-4207-8f4c-4162fcb7d6d2\">JobFolderSetup</a>  <br /><a href=\"#e887f70a-a37d-4ad4-91ad-ceea264dd8f3\">ResourceFolderSetup</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#ea45a77b-5bf0-4c99-b541-d36b7e34e248\">SubscriptionDelivery<br />Type<br /></a></td>\n<td>Represents a subscription delivery type object.</td>\n<td>Subscription  <br />SubscriptionCustomer</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#e2756f40-a4c3-4b2f-b902-6f537a425141\">SubscriptionSequence</a></td>\n<td>Represents a subscription sequence object.</td>\n<td>Subscription</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#3ca3516d-dc33-4585-9504-c2d865ac3552\">SubsistenceAllowance</a></td>\n<td>Represents a subsistence allowance object.</td>\n<td><a href=\"#97cc3169-51bb-4583-9b8a-6c462a13e584\">JobSubsistenceAllowance</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#5c67df77-ce5d-4a5a-81a6-c03fae90711c\">SubsistencePrice<br />List<br /></a></td>\n<td>Represents a subsistence price list object.</td>\n<td>Customer  <br /><a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#9ea7ebab-7849-4dbb-ac3b-0535e0382e90\">TableChange<br />Log<br /></a></td>\n<td>Represents a table change log object.</td>\n<td>N/A</td>\n<td><a href=\"#3b2999f3-f284-46cc-87dd-058520996ccd\">GET CostingCodeChangeLogClientRequest</a>  <br /><a href=\"#e1a02f1b-34ab-4aa9-9163-b0d2368f725c\">GET CostingCodeChangeLogCodeRequest</a>  <br /><a href=\"#3ceb7c98-18d9-40b9-a17f-fd8a9aef8e9e\">GET CostingCodeChangeLogCompanyRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#3f6478a0-de5d-4c29-a163-ef96e31b6629\">TagDeleteResponse</a></td>\n<td>Represents a tag delete response object.</td>\n<td>N/A</td>\n<td><a href=\"#85b43cef-7891-4507-bb07-aa7a91a2f391\">DEL TagDeleteRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#b0625183-4f85-4e8c-8184-2a254d3b7c9f\">TagDTO</a></td>\n<td>Represents a tag object.</td>\n<td>N/A</td>\n<td><a href=\"#d71e26fb-44dd-478c-b55f-4396c0e01c7f\">GET TagsInUseRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#9ea7ebab-7849-4dbb-ac3b-0535e0382e90\">Tariff</a></td>\n<td>Represents a tariff object.</td>\n<td><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n<td>Represents a task object.</td>\n<td><a href=\"#b5f58e93-8ae2-4275-9dba-05ea4ce52e8e\">CostingCodeValidation</a>  <br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br />ExpendituresPurchasesAll  <br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a>  <br /><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a>  <br /><a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\">MileageDTO</a>  <br /><a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\">PurchaseOrder</a>  <br /><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a>  <br /><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeRegDTO</a>  <br /><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoiceDetail</a></td>\n<td><a href=\"#a82e417b-82ca-445d-92f5-148f5a7afb49\">GET TasksRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#bca9462b-e72e-4be5-93d0-81b5f548cc80\">TaskBacklog<br />PriorityOrder<br />View<br /></a></td>\n<td>Represents a task backlog priority order view object.</td>\n<td>N/A</td>\n<td><a href=\"#80cf1d7b-95a5-46ff-b814-0e7a743051a2\">GET TaskBacklogPriorityOrderRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#ab8d0341-b5d8-421a-b501-de70619c1b07\">TaskCalculated<br />ResourceProgress<br />SummaryDetail<br />Visualization</a></td>\n<td>Represents a visualization object for a task calculated resource progress summary detail.</td>\n<td>N/A</td>\n<td><a href=\"#064b7121-606d-48dc-84c7-cbd6d63a6886\">POST TaskCalculatedResourcesProgressSummaryRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#e566aab1-93cf-4ab3-91e3-c27ef7d9a3a4\">TaskColor</a></td>\n<td>Represents a task color object.</td>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a>  <br /><a href=\"#332fafd3-7790-493e-940c-07c3c08b85c9\">TicketType</a>  <br /><a href=\"#6241e3de-12af-4175-a4cb-f9b3bfd2e98d\">CustomerProject</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#7a7b1453-47dc-42e2-b157-666fe3f63dd2\">TaskJob<br />IdVisualization<br /></a></td>\n<td>Represents a visualization object for a task job identifier.</td>\n<td>N/A</td>\n<td>GetTaskJobIdRequest*</td>\n</tr>\n<tr>\n<td><a href=\"#d51a2a12-3ebb-4d53-9a95-1e15f1db0806\">TaskPhaseDTO</a></td>\n<td>Represents a task phase object.</td>\n<td>N/A</td>\n<td><a href=\"#463ee189-2a09-4552-b5f1-5993ba338a2d\">GET TaskPhaseRequest</a>  <br /><a href=\"#0534b785-d526-4544-87da-decaf83b7498\">GET TaskPhasesRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#5c037ea5-0019-4a8f-bec2-2107e3f6c3ed\">TicketCategory</a></td>\n<td>Represents a ticket category object.</td>\n<td><a href=\"#18650858-7a89-49a6-b3a3-56d7c92239ca\">ServiceLine</a>  <br /><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#52850a8f-d69b-4f0c-94f2-45fb729ab3c0\">TicketIcon</a></td>\n<td>Represents a ticket icon object.</td>\n<td><a href=\"#332fafd3-7790-493e-940c-07c3c08b85c9\">TicketType</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#af108664-d77d-49d5-a967-2c56a8e59fb9\">TicketStatus</a></td>\n<td>Represents a ticket status object.</td>\n<td><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a>  <br /><a href=\"#18650858-7a89-49a6-b3a3-56d7c92239ca\">ServiceLine</a>  <br /><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#332fafd3-7790-493e-940c-07c3c08b85c9\">TicketType</a></td>\n<td>Represents a ticket type object.</td>\n<td><a href=\"#62623ea1-a400-4c9e-bc73-bbd3f47e2012\">MailImport</a>  <br /><a href=\"#18650858-7a89-49a6-b3a3-56d7c92239ca\">ServiceLine</a>  <br /><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#1f905a53-4e02-42ef-b7b3-96c8f3bfd2cd\">TimeEntry<br />ApproverDTO<br /></a></td>\n<td>Represents a time entry approver object.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntry<br />DailyVisualization<br /></a></td>\n<td>Represents a visualization object for a daily time entry.</td>\n<td>N/A</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#49bcbfec-ad0b-43b7-8ef1-36a79cd8c44b\">TimeEntry<br />SheetVisualization<br /></a></td>\n<td>Represents a visualization object for time sheet entries.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a></td>\n<td><a href=\"#8352d6e4-e607-4056-9680-be7685d214bf\">GET TimeEntrySheetVisualizationRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeReg<br />DTO<br /></a></td>\n<td>Represents a time registration object.</td>\n<td><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br /><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntryDailyVisualization</a></td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#577358be-0bf5-4e2d-a580-6ec9efc3ad1a\">TimeRegistration<br />DailyApproval<br /></a></td>\n<td>Represents a time registration daily approval object.</td>\n<td>N/A</td>\n<td><a href=\"#ec4907fa-47e1-457f-b598-22f4cd91da98\">POST TimeRegistrationDailyApprovalUpdateRequest</a></td>\n</tr>\n<tr>\n<td><a href=\"#265c7dfe-baa8-4300-a622-7249dd0cdcad\">VendorInvoice<br />Detail<br /></a></td>\n<td><strong>IMPORTANT:</strong> This is deprecated. Use the <a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a> resource (or object) instead.  <br />  <br />Represents a vendor invoice detail object.</td>\n<td><a href=\"#b338ea2d-f324-4077-9411-e27f07d252f3\">Customer</a>  <br /><a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>  <br />PurchaseOrderDetailVendorInvoiceDetailNotification</td>\n<td>N/A</td>\n</tr>\n<tr>\n<td><a href=\"#d9f72585-182d-4b3d-8eff-503b50e59a0e\">WhereaboutVisualization</a></td>\n<td>Represents a visualization object for a current whereabout profile of an employee.</td>\n<td>N/A</td>\n<td><a href=\"#e968b353-d7e1-4fc6-a362-a4891aa24c86\">GET CurrentWhereAbout*</a></td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Resource Names</strong></em> <em>and</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ebf2d029-7abb-443c-8eb0-63f9886a7d3c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"1abb70e5-acd1-4dba-a428-56ee00f89426"}}],"_postman_id":"4805cc99-bac0-4b31-ae7d-5dcafa66b738"},{"name":"Authentication API","item":[{"name":"https://{{workbook-domain}}/api/auth/handshake","id":"d06d7822-d826-4936-9dc6-496965742404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"Username","value":"{{string}}","description":"<p><em>Required.</em></p>\n<p>The username for your WorkBook instance.</p>\n","type":"text"},{"key":"Password","value":"{{string}}","description":"<p><em>Required.</em></p>\n<p>The password for the username for your WorkBook instance.</p>\n","type":"text"}]},"url":"https://{{workbook-domain}}/api/auth/handshake","description":"<blockquote>\n<p><strong>NOTE:</strong> This is one of the two endpoints that do not employ the <a href=\"#15190520-87fa-42e7-b204-0faf5f701869\">base URL</a>. You have to enter the URL exactly as defined, where <em>{{workbook-domain}}</em> is the host or domain name of your Deltek WorkBook application instance such as <code>demo.workbook.net</code>.</p>\n</blockquote>\n<p>Authenticates your login credentials to work with Deltek WorkBook REST Service through <a href=\"##c8204352-1a9a-488f-befd-b92e9500764a\">Handshake</a>.</p>\n<p><strong>API</strong><br /><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a>  </p>\n<p><strong>Requires Authentication</strong><br />N/A</p>\n<p><strong>Returns</strong><br />N/A</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"protocol":"https","path":["api","auth","handshake"],"host":["{{workbook-domain}}"],"query":[],"variable":[]}},"response":[{"id":"c6402cbd-8306-40fa-8d9c-a95350637743","name":"Authenticate","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"Username","value":"YourUsername","description":"*Required.*\n\nThe username for your WorkBook instance.","type":"text"},{"key":"Password","value":"YourPassword","description":"*Required.*\n\nThe password for the username for your WorkBook instance.","type":"text"}]},"url":"https://demo.workbook.net/api/auth/handshake"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d06d7822-d826-4936-9dc6-496965742404"},{"name":"https://{{workbook-domain}}/api/auth/logout","id":"2e49ab85-37d5-4903-818e-64f96e2e64a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://{{workbook-domain}}/api/auth/logout","description":"<blockquote>\n<p><strong>NOTE:</strong> This is one of the two endpoints that do not employ the <a href=\"#15190520-87fa-42e7-b204-0faf5f701869\">base URL</a>. You have to enter the URL exactly as defined, where <em>{{workbook-domain}}</em> is the host or domain name of your Deltek WorkBook application instance such as <code>demo.workbook.net</code>.</p>\n</blockquote>\n<p>Logs you out from your current <a href=\"##c8204352-1a9a-488f-befd-b92e9500764a\">Handshake</a> session.</p>\n<p><strong>API</strong><br /><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a>  </p>\n<p><strong>Requires Authentication</strong><br />N/A</p>\n<p><strong>Returns</strong><br />N/A</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"protocol":"https","path":["api","auth","logout"],"host":["{{workbook-domain}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e49ab85-37d5-4903-818e-64f96e2e64a4"}],"id":"1dd278d8-fc8b-4d7c-b277-902f65ed8c65","description":"<blockquote>\n<p><strong>NOTE:</strong> This API has the two endpoints that do not employ the <a href=\"#15190520-87fa-42e7-b204-0faf5f701869\">base URL</a>. </p>\n</blockquote>\n<p>Authenticates your login credentials to work with Deltek WorkBook REST Service through <a href=\"##c8204352-1a9a-488f-befd-b92e9500764a\">Handshake</a> and logs you out from your current Handshake session.</p>\n<h2 id=\"resources\">Resources</h2>\n<p>N/A</p>\n<h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#637484ab-e66e-4971-8c59-21fbb80ba098\">POST https://{{workbook-domain}}/api/auth/handshake</a></td>\n<td>Authenticates your login credentials to work with Deltek WorkBook REST Service through <a href=\"##c8204352-1a9a-488f-befd-b92e9500764a\">Handshake</a>.  <br />  <br /><strong>NOTE:</strong> You have to enter the URL exactly as defined, where <em>{{workbook-domain}}</em> is the host or domain name of your Deltek WorkBook application instance such as <code>demo.workbook.net</code>.</td>\n</tr>\n<tr>\n<td><a href=\"#a5ac5d9c-4f6a-4f07-bbfe-4dfe3fd23a90\">GET https://{{workbook-domain}}/api/auth/logout</a></td>\n<td>Logs you out from your current <a href=\"##c8204352-1a9a-488f-befd-b92e9500764a\">Handshake</a> session.  <br />  <br /><strong>NOTE:</strong> You have to enter the URL exactly as defined, where <em>{{workbook-domain}}</em> is the host or domain name of your Deltek WorkBook application instance such as <code>demo.workbook.net</code>.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#1ee253ab-0c36-470f-b3b1-9808d90376b7\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily integrate custom applications with your Deltek WorkBook application instance.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"3abc6de0-1a00-4ff3-8ae0-3dcb0a943ad4"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b3fc3ed1-1c7f-45b2-81ab-4de734e0f6ff"}}],"_postman_id":"1dd278d8-fc8b-4d7c-b277-902f65ed8c65"},{"name":"Background Queue API","item":[{"name":"RemoveAllBackgroundQueueByEmployeeIdRequest","id":"bed74874-16b0-4275-95b9-922e014308fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/RemoveAllBackgroundQueueByEmployeeIdRequest?EmployeeId={{integer}}","description":"<p>Deletes all background queue based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["RemoveAllBackgroundQueueByEmployeeIdRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the employee.<br />For information about the <strong>Employee</strong> object, see <a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>.  </p>\n","type":"text/plain"},"key":"EmployeeId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"52b7efd4-d9b3-419c-b7f0-a5996d1d0383","name":"RemoveAllBackgroundQueueByEmployeeIdRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/RemoveAllBackgroundQueueByEmployeeIdRequest?EmployeeId=57266","host":["{{base_url}}"],"path":["RemoveAllBackgroundQueueByEmployeeIdRequest"],"query":[{"key":"EmployeeId","value":"57266","description":"*Required.*  \n(int32)  \nThe identifier of the employee.  \nFor information about the **Employee** object, see [Employee](#5a276aa2-8664-4f11-9365-e0956fcc296c). "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"123","enabled":true}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"bed74874-16b0-4275-95b9-922e014308fe"}],"id":"542f81f2-5a32-44d8-ae9a-c908dc913281","description":"<p>Manipulates background queue data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<p>None.</p>\n<h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#907353b0-0310-4808-8bf5-f28943b6b516\">DEL RemoveAll<br />BackgroundQueue<br />ByEmployee<br />IdRequest</a></td>\n<td>Deletes all background queue based on a given identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"542f81f2-5a32-44d8-ae9a-c908dc913281"},{"name":"Capacity Used API","item":[{"name":"CapacityUsedRequest","id":"48804aea-6c6c-41df-869e-a09b5cbf9466","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/CapacityUsedRequest?Id={{integer}}","description":"<p>Retrieves a single capacity used record based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#33097d3a-a57a-403d-b77b-94d2a68da427\">CapacityUsed</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CapacityUsedRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the capacity used record.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"91fa271e-8ec5-4cbb-af98-006c04cfac30","name":"CapacityUsedRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/CapacityUsedRequest?Id=17661570","host":["{{base_url}}"],"path":["CapacityUsedRequest"],"query":[{"key":"Id","value":"17661570","description":"*Required.*  \n(int32)  \nThe identifier of the capacity used record."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"258","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 17661570,\n    \"ReferenceId\": 395165,\n    \"ResourceId\": 35879,\n    \"DayDate\": \"2022-10-04T08:00:00.000Z\",\n    \"HoursUsed\": 0.5,\n    \"CreateDate\": \"2022-09-29T14:20:24.250Z\",\n    \"StartTimeFixed\": 0\n}"}],"_postman_id":"48804aea-6c6c-41df-869e-a09b5cbf9466"},{"name":"CapacitiesUsedReferenceRequest","id":"73ac3f86-8a44-41db-9bcb-efeaf42544e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/CapacitiesUsedReferenceRequest?Id={{integer}}","description":"<p>Retrieves a list of capacity used records based on a task resource identifier.</p>\n<p><strong>API</strong><br /><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List <a href=\"#33097d3a-a57a-403d-b77b-94d2a68da427\">[CapacityUsed]</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CapacitiesUsedReferenceRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The reference identifier of the capacity used record.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the data for today wants to be returned.<br />If true, the data for today wants to be returned. Otherwise, it does not.</p>\n","type":"text/plain"},"key":"Today","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the return bookings are specified.</p>\n","type":"text/plain"},"key":"Date","value":"{{string}}"}],"variable":[]}},"response":[{"id":"6dde6c16-be37-4f8d-b4eb-5f783f3811e7","name":"CapacitiesUsedReferenceRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/CapacitiesUsedReferenceRequest?Id=395165","host":["{{base_url}}"],"path":["CapacitiesUsedReferenceRequest"],"query":[{"key":"Id","value":"395165","description":"*Required.*  \n(int32)  \nThe reference identifier of the capacity used record."},{"key":"Today","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the data for today wants to be returned.   ","disabled":true},{"key":"Date","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the return bookings are specified.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"277","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 17661570,\n        \"ReferenceId\": 395165,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2022-10-04T08:00:00.000Z\",\n        \"HoursUsed\": 0.5,\n        \"CreateDate\": \"2022-09-29T14:20:24.250Z\",\n        \"StartTimeFixed\": 0\n    },\n    {\n        \"Id\": 17661571,\n        \"ReferenceId\": 395165,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2022-10-05T08:15:00.000Z\",\n        \"HoursUsed\": 0.5,\n        \"CreateDate\": \"2022-09-29T14:20:24.250Z\",\n        \"StartTimeFixed\": 0\n    }\n]"}],"_postman_id":"73ac3f86-8a44-41db-9bcb-efeaf42544e0"},{"name":"CapacitiesUsedResourceRequest","id":"342f3c23-cc25-472b-9d30-66387273cc71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/CapacitiesUsedResourceRequest?Id={{integer}}","description":"<p>Retrieves a list of capacity used records based on a resource identifier.</p>\n<p><strong>API</strong><br /><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List <a href=\"#33097d3a-a57a-403d-b77b-94d2a68da427\">[CapacityUsed]</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CapacitiesUsedResourceRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The resource identifier of the capacity used record.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"8bdced32-02f5-4e7d-95d3-c52ea350a18e","name":"CapacitiesUsedResourceRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/CapacitiesUsedResourceRequest?Id=35879","host":["{{base_url}}"],"path":["CapacitiesUsedResourceRequest"],"query":[{"key":"Id","value":"35879","description":"*Required.*  \n(int32)  \nThe resource identifier of the capacity used."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"811","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 17661571,\n        \"ReferenceId\": 395165,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2022-10-05T08:15:00.000Z\",\n        \"HoursUsed\": 0.5,\n        \"CreateDate\": \"2022-09-29T14:20:24.250Z\",\n        \"StartTimeFixed\": 0\n    },\n    {\n        \"Id\": 17661570,\n        \"ReferenceId\": 395165,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2022-10-04T08:00:00.000Z\",\n        \"HoursUsed\": 0.5,\n        \"CreateDate\": \"2022-09-29T14:20:24.250Z\",\n        \"StartTimeFixed\": 0\n    },\n    {\n        \"Id\": 15773880,\n        \"ReferenceId\": 331123,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2021-01-22T08:00:00.000Z\",\n        \"HoursUsed\": 3,\n        \"CreateDate\": \"2021-01-21T13:00:54.973Z\",\n        \"StartTimeFixed\": 0\n    },\n    {\n        \"Id\": 15773879,\n        \"ReferenceId\": 331123,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2021-01-21T08:00:00.000Z\",\n        \"HoursUsed\": 2,\n        \"CreateDate\": \"2021-01-21T13:00:48.400Z\",\n        \"StartTimeFixed\": 0\n    },\n    {\n        \"Id\": 15363104,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-05-11T08:30:00.000Z\",\n        \"HoursUsed\": 5,\n        \"CreateDate\": \"2020-02-10T16:48:22.837Z\",\n        \"StartTimeFixed\": 3,\n        \"TaskRecurrenceBookingId\": 386831\n    },\n    {\n        \"Id\": 15363103,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-04-20T08:30:00.000Z\",\n        \"HoursUsed\": 5,\n        \"CreateDate\": \"2020-02-10T16:48:22.837Z\",\n        \"StartTimeFixed\": 3,\n        \"TaskRecurrenceBookingId\": 386828\n    },\n    {\n        \"Id\": 15363101,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-04-06T08:30:00.000Z\",\n        \"HoursUsed\": 5,\n        \"CreateDate\": \"2020-02-10T16:48:22.820Z\",\n        \"StartTimeFixed\": 3,\n        \"TaskRecurrenceBookingId\": 386826\n    },\n    {\n        \"Id\": 15363099,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-03-30T08:30:00.000Z\",\n        \"HoursUsed\": 5,\n        \"CreateDate\": \"2020-02-10T16:48:22.820Z\",\n        \"StartTimeFixed\": 3,\n        \"TaskRecurrenceBookingId\": 386825\n    },\n    {\n        \"Id\": 15363097,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-03-23T08:30:00.000Z\",\n        \"HoursUsed\": 5,\n        \"CreateDate\": \"2020-02-10T16:48:22.820Z\",\n        \"StartTimeFixed\": 3,\n        \"TaskRecurrenceBookingId\": 386824\n    },\n    {\n        \"Id\": 15363096,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-03-16T08:30:00.000Z\",\n        \"HoursUsed\": 5,\n        \"CreateDate\": \"2020-02-10T16:48:22.820Z\",\n        \"StartTimeFixed\": 3,\n        \"TaskRecurrenceBookingId\": 386823\n    },\n    {\n        \"Id\": 15363095,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-03-09T08:30:00.000Z\",\n        \"HoursUsed\": 5,\n        \"CreateDate\": \"2020-02-10T16:48:22.820Z\",\n        \"StartTimeFixed\": 3,\n        \"TaskRecurrenceBookingId\": 386822\n    },\n    {\n        \"Id\": 15363093,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-03-02T08:30:00.000Z\",\n        \"HoursUsed\": 5,\n        \"CreateDate\": \"2020-02-10T16:48:22.820Z\",\n        \"StartTimeFixed\": 3,\n        \"TaskRecurrenceBookingId\": 386821\n    },\n    {\n        \"Id\": 15363092,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-02-24T08:30:00.000Z\",\n        \"HoursUsed\": 5,\n        \"CreateDate\": \"2020-02-10T16:48:22.820Z\",\n        \"StartTimeFixed\": 3,\n        \"TaskRecurrenceBookingId\": 386820\n    },\n    {\n        \"Id\": 15363086,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-02-21T08:30:00.000Z\",\n        \"HoursUsed\": 0,\n        \"CreateDate\": \"2020-02-10T15:15:26.523Z\",\n        \"StartTimeFixed\": 0\n    },\n    {\n        \"Id\": 15363085,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-02-20T08:00:00.000Z\",\n        \"HoursUsed\": 0,\n        \"CreateDate\": \"2020-02-10T15:15:26.520Z\",\n        \"StartTimeFixed\": 0\n    },\n    {\n        \"Id\": 15363084,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-02-19T08:30:00.000Z\",\n        \"HoursUsed\": 0,\n        \"CreateDate\": \"2020-02-10T15:15:26.520Z\",\n        \"StartTimeFixed\": 0\n    },\n    {\n        \"Id\": 15363083,\n        \"ReferenceId\": 318002,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-02-17T08:30:00.000Z\",\n        \"HoursUsed\": 5,\n        \"CreateDate\": \"2020-02-10T15:15:26.467Z\",\n        \"StartTimeFixed\": 0,\n        \"TaskRecurrenceBookingId\": 386819\n    },\n    {\n        \"Id\": 12837919,\n        \"ReferenceId\": 248799,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-01-05T00:00:00.000Z\",\n        \"HoursUsed\": 1,\n        \"CreateDate\": \"2019-11-25T12:43:45.870Z\",\n        \"StartTimeFixed\": 0\n    },\n    {\n        \"Id\": 12837918,\n        \"ReferenceId\": 248799,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2020-01-04T00:00:00.000Z\",\n        \"HoursUsed\": 1,\n        \"CreateDate\": \"2019-11-25T12:43:37.007Z\",\n        \"StartTimeFixed\": 0\n    },\n    {\n        \"Id\": 12793134,\n        \"ReferenceId\": 315457,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2019-10-26T00:00:00.000Z\",\n        \"HoursUsed\": 0,\n        \"CreateDate\": \"2019-10-22T15:21:08.960Z\",\n        \"StartTimeFixed\": 0\n    },\n    {\n        \"Id\": 12793133,\n        \"ReferenceId\": 315457,\n        \"ResourceId\": 35879,\n        \"DayDate\": \"2019-10-22T08:30:00.000Z\",\n        \"HoursUsed\": 0,\n        \"CreateDate\": \"2019-10-22T15:21:06.293Z\"\n    }\n]"}],"_postman_id":"342f3c23-cc25-472b-9d30-66387273cc71"},{"name":"CapacityUsedPatchRequest","id":"01922e4f-c117-4833-acec-5b7d43875122","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": \"{{string}}: {{string}}\",\r\n    \"ManualReorder\": \"{{boolean}}\",\r\n    \"CheckOverbooking\": \"{{boolean}}\",\r\n    \"Reschedule\": \"{{boolean}}\"\r\n}"},"url":"{{base_url}}/CapacityUsedPatchRequest","description":"<p>Updates capacity used values based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#33097d3a-a57a-403d-b77b-94d2a68da427\">CapacityUsed</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CapacityUsedPatchRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b3182279-06fb-47c9-8265-cde99597bab5","name":"CapacityUsedPatchRequest","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"Id\": \"17661571\"\r\n    },\r\n    \"ManualReorder\": false,\r\n    \"CheckOverbooking\": false,\r\n    \"Reschedule\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/CapacityUsedPatchRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"260","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 17661571,\n    \"ReferenceId\": 395165,\n    \"ResourceId\": 35879,\n    \"DayDate\": \"2022-10-05T08:15:00.000Z\",\n    \"HoursUsed\": 0.5,\n    \"CreateDate\": \"2022-09-29T14:20:24.250Z\",\n    \"StartTimeFixed\": 0\n}"},{"id":"04f35479-6053-461c-bfee-c026bc086e97","name":"CapacityUsedPatchRequest (with 400 ValidationException Error)","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"Id\": \"test\"\r\n    },\r\n    \"ManualReorder\": false,\r\n    \"CheckOverbooking\": false,\r\n    \"Reschedule\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/CapacityUsedPatchRequest"},"status":"ValidationException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"365","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"ValidationException\",\n        \"Message\": \"Validation failed: \\r\\n -- Id: Patch Failed. Conversion on field CapacityUsed.Id failed from System.String to System.Int32\",\n        \"Errors\": [\n            {\n                \"ErrorCode\": \"InvalidFieldValue\",\n                \"FieldName\": \"Id\",\n                \"Message\": \"Patch Failed. Conversion on field CapacityUsed.Id failed from System.String to System.Int32\",\n                \"Meta\": {}\n            }\n        ]\n    }\n}"}],"_postman_id":"01922e4f-c117-4833-acec-5b7d43875122"},{"name":"CapacityUsedNewBookingRequest","id":"4a572d59-2de6-4123-a44c-bb585f7bee21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"ResourceId","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource.<br /><strong>NOTE:</strong> For information about the Resource object, see Resource.</p>\n","type":"text"},{"key":"TaskId","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task.</p>\n","type":"text"},{"key":"DayDate","value":"{{string}}","description":"<p><em>Required.</em><br />(date-time)<br />The date and time stamp of the capacity used booking.</p>\n","type":"text"},{"key":"HoursUsed","value":"{{number}}","description":"<p><em>Required.</em><br />(decimal)<br />The estimated amount of hours used for booking.</p>\n","type":"text"},{"key":"StartTimeFixed","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the capacity used if it should have a fixed start time.<br /><strong>NOTE:</strong> This is set to 1 if the new capacity used has a defined position and hasn't been added automatically. </p>\n","type":"text","disabled":true},{"key":"CheckOverbooking","value":"{{boolean}}","description":"<p><em>Optional.</em><br />The flag that indicates whether or not overbooking should be checked.<br />If true, overbooking is checked. Otherwise, it is not.<br /><strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","type":"text","disabled":true},{"key":"Reschedule","value":"{{boolean}}","description":"<p><em>Optional.</em><br />The flag that indicates whether or not rescheduling should be performed if overbooked.<br />If true, rescheduling is performed if overbooked. Otherwise, it is not.\n<strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","type":"text","disabled":true},{"key":"ManualReorder","value":"{{boolean}}","description":"<p><em>Optional.</em><br />The flag that indicates whether or not  bookings should be moved around to optimize positioning.<br />If true, bookings are moved around to optimize positioning. Otherwise, they are not.<br /><strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","type":"text","disabled":true}]},"url":"{{base_url}}/CapacityUsedNewBookingRequest","description":"<p>Creates a new capacity used booking.</p>\n<p><strong>API</strong><br /><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#33097d3a-a57a-403d-b77b-94d2a68da427\">CapacityUsed</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CapacityUsedNewBookingRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1f3302e3-4cd7-4165-b3f6-e00436fafe6f","name":"CapacityUsedNewBookingRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"ResourceId\": 35879,\r\n    \"TaskId\": 235694,\r\n    \"DayDate\": \"2022-12-10T00:00:00.000Z\",\r\n    \"HoursUsed\": 0.5,\r\n    \"StartTimeFixed\": 0,\r\n    \"CheckOverbooking\": false,\r\n    \"Reschedule\": false,\r\n    \"ManualReorder\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/CapacityUsedNewBookingRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"246","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 17671111,\n    \"ReferenceId\": 267399,\n    \"ResourceId\": 35879,\n    \"DayDate\": \"2022-12-10T00:00:00.000Z\",\n    \"HoursUsed\": 0.5,\n    \"CreateDate\": \"2022-12-10T02:03:24.743Z\",\n    \"StartTimeFixed\": 0\n}"}],"_postman_id":"4a572d59-2de6-4123-a44c-bb585f7bee21"},{"name":"CapacityUsedCloneBookingRequest","id":"c5f39c5f-c75a-499a-a440-c7695bad801c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"ReferenceId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task resource reference.</p>\n"},{"key":"OldId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the old booking.</p>\n"},{"key":"NewResourceId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the new associated WorkBook resource.</p>\n"},{"key":"NewDayDate","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />(decimal)<br />The new date and time stamp of the capacity used booking.</p>\n"},{"key":"HoursUsed","value":"{{number}}","type":"text","description":"<p><em>Required.</em><br />(decimal)<br />The estimated amount of hours used for booking.</p>\n"},{"key":"StartTimeFixed","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the capacity used if it should have a fixed start time.<br /><strong>NOTE:</strong> This is set to 1 if the new capacity used has a defined position and hasn't been added automatically. </p>\n","disabled":true},{"key":"CheckOverbooking","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not overbooking should be checked.<br />If true, overbooking is checked. Otherwise, it is not.<br /><strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true},{"key":"Reschedule","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not rescheduling should be performed if overbooked.<br />If true, rescheduling is performed if overbooked. Otherwise, it is not.\n<strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true},{"key":"ManualReorder","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not  bookings should be moved around to optimize positioning.<br />If true, bookings are moved around to optimize positioning. Otherwise, they are not.<br /><strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true}]},"url":"{{base_url}}/CapacityUsedCloneBookingRequest","description":"<p>Duplicates a capacity used booking.</p>\n<p><strong>API</strong><br /><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#33097d3a-a57a-403d-b77b-94d2a68da427\">CapacityUsed</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CapacityUsedCloneBookingRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"55ac5bac-16f7-4de6-941a-635351a63b1c","name":"CapacityUsedCloneBookingRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"ReferenceId\": 395629,\r\n    \"OldId\": 17671114,\r\n    \"NewResourceId\": 1185,\r\n    \"NewDayDate\": \"2022-12-14T08:30:00.000Z\",\r\n    \"HoursUsed\": 5,\r\n    \"StartTimeFixed\": 1\r\n}"},"url":"{{base_url}}/CapacityUsedCloneBookingRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"250","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 17671115,\n    \"ReferenceId\": 395629,\n    \"ResourceId\": 1185,\n    \"DayDate\": \"2022-12-14T08:30:00.000Z\",\n    \"HoursUsed\": 10,\n    \"CreateDate\": \"2022-12-12T17:14:39.033Z\",\n    \"StartTimeFixed\": 1\n}"}],"_postman_id":"c5f39c5f-c75a-499a-a440-c7695bad801c"},{"name":"CapacityUsedMoveBookingRequest","id":"05416fbf-5be3-46c4-aeb8-5cf0a8250f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"ReferenceId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task resource reference.</p>\n"},{"key":"NewResourceId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the new associated WorkBook resource.</p>\n"},{"key":"OldDayDate","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />(date-time)<br />The old date and time stamp of the capacity used booking.</p>\n"},{"key":"NewDayDate","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />(date-time)<br />The new date and time stamp of the capacity used booking.</p>\n"},{"key":"HoursUsed","value":"{{number}}","type":"text","description":"<p><em>Required.</em><br />(decimal)<br />The estimated amount of hours used for booking.</p>\n"},{"key":"StartTimeFixed","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the capacity used if it should have a fixed start time.<br /><strong>NOTE:</strong> This is set to 1 if the new capacity used has a defined position and hasn't been added automatically. </p>\n","disabled":true},{"key":"CheckOverbooking","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not overbooking should be checked.<br />If true, overbooking is checked. Otherwise, it is not.<br /><strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true},{"key":"Reschedule","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not rescheduling should be performed if overbooked.<br />If true, rescheduling is performed if overbooked. Otherwise, it is not.\n<strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true},{"key":"ManualReorder","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not  bookings should be moved around to optimize positioning.<br />If true, bookings are moved around to optimize positioning. Otherwise, they are not.<br /><strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true}]},"url":"{{base_url}}/CapacityUsedMoveBookingRequest","description":"<p>Moves a capacity used booking.</p>\n<p><strong>API</strong><br /><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#33097d3a-a57a-403d-b77b-94d2a68da427\">CapacityUsed</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CapacityUsedMoveBookingRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1e1f496a-19d1-42f5-9676-70161f6dabff","name":"CapacityUsedMoveBookingRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"ReferenceId\": 267399,\r\n    \"NewResourceId\": 75457,\r\n    \"OldDayDate\": \"2022-12-10T00:00:00.000Z\",\r\n    \"NewDayDate\": \"2022-12-11T00:00:00.000Z\",\r\n    \"HoursUsed\": 0.5,\r\n    \"StartTimeFixed\": 0,\r\n    \"CheckOverbooking\": false,\r\n    \"Reschedule\": false,\r\n    \"ManualReorder\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/CapacityUsedMoveBookingRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"250","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 17671113,\n    \"ReferenceId\": 395627,\n    \"ResourceId\": 75457,\n    \"DayDate\": \"2022-12-11T00:00:00.000Z\",\n    \"HoursUsed\": 0.5,\n    \"CreateDate\": \"2022-12-10T02:10:08.147Z\",\n    \"StartTimeFixed\": 0\n}"}],"_postman_id":"05416fbf-5be3-46c4-aeb8-5cf0a8250f86"},{"name":"CapacityUsedMultiDayRequest","id":"6405d088-f4e8-41d2-927c-cfee8baea270","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"ResourceId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource.</p>\n"},{"key":"TaskId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task.<br /><strong>NOTE:</strong> For information about the Task object, see <a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a>.</p>\n"},{"key":"HoursUsed","value":"{{number}}","type":"text","description":"<p><em>Required.</em><br />(decimal)<br />The estimated amount of hours used for booking.</p>\n"},{"key":"ReferenceId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task resource reference.</p>\n"},{"key":"StartDayDate","value":"{{string}}","type":"text","description":"<p><em>Optional.</em><br />(date-time)\nThe date for when the capacity used booking starts.</p>\n","disabled":true},{"key":"EndDayDate","value":"{{string}}","type":"text","description":"<p><em>Optional.</em><br />(date-time)\nThe date for when the capacity used booking ends.</p>\n","disabled":true},{"key":"CheckOverbooking","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not overbooking should be checked.<br />If true, overbooking is checked. Otherwise, it is not.<br /><strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true},{"key":"Reschedule","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not rescheduling should be performed if overbooked.<br />If true, rescheduling is performed if overbooked. Otherwise, it is not.\n<strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true},{"key":"ManualReorder","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not  bookings should be moved around to optimize positioning.<br />If true, bookings are moved around to optimize positioning. Otherwise, they are not.<br /><strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true},{"key":"CleanPastBookings","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not past bookings should be removed after start date.<br />If true, past booking is removed after past date. Otherwise, it is not.<br /><strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true},{"key":"MaintainTaskPeriod","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not the task period should not be extended based on period range.<br />If true, the task period is extended based on a period range. Otherwise, it is not.<br /><strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true},{"key":"AllowGroupScheduleResourceOverride","value":"{{boolean}}","description":"<p><em>Optional.</em><br />The flag that indicates whether or not it allows override of group reschedule resources.<br />If true, it allows group scheduling resource override based on company variable 49. Otherwise, it does not.</p>\n","type":"text","disabled":true},{"key":"AddBooking","value":"{{boolean}}","description":"<p><em>Optional.</em><br />The flag that indicates whether or not it adds a booking.<br />If true, it add hours on top of the existing booking. Otherwise, it does not.</p>\n","type":"text","disabled":true}]},"url":"{{base_url}}/CapacityUsedMultiDayRequest","description":"<p>Creates new bookings for a period over multiple days.</p>\n<p><strong>API</strong><br /><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#33097d3a-a57a-403d-b77b-94d2a68da427\">CapacityUsed</a>]</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CapacityUsedMultiDayRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d3ef3a41-e20f-4e12-baca-d51b2b4e8cf9","name":"CapacityUsedMultiDayRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"ResourceId\": 35879,\r\n    \"TaskId\": 6348,\r\n    \"HoursUsed\": 0,\r\n    \"StartDayDate\": \"2022-01-01T00:00:00.000Z\",\r\n    \"EndDayDate\": \"2022-12-01T00:00:00.000Z\",\r\n    \"CheckOverbooking\": false,\r\n    \"Reschedule\": false,\r\n    \"ManualReorder\": false,\r\n    \"CleanPastBookings\": false,\r\n    \"MaintainTaskPeriod\": false,\r\n    \"AllowGroupScheduleResourceOverride\": false,\r\n    \"AddBooking\": false\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/CapacityUsedMultiDayRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"122","enabled":true}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"6405d088-f4e8-41d2-927c-cfee8baea270"},{"name":"CapacityVisualizationMultiRequest","id":"06a8a1a8-7acf-4967-86a3-0061cb3c79f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"SummarizeVisualization","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not the visualization should be summarized for each reference.<br />If true, the visualization is summarized for each reference. Otherwise, it is not.</p>\n","disabled":true},{"key":"IncludeTotalApproval","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not the visualization will include the amount of approved hours for bookings.<br />If true, the visualization will include the amount of approved hours for bookings. Otherwise, it will not.</p>\n","disabled":true},{"key":"IncludeIdealAndFlex","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not the visualization will include the ideal and flex hours for the resource.<br />If true, the visualization will include the ideal and flex hours for the resource. Otherwise, it will not.</p>\n","disabled":true},{"key":"IgnorePast","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not  past dates are ignored.<br />If true, the past dates are ignored. Otherwise, they are not.</p>\n","disabled":true},{"key":"IncludeAvailableCapacity","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not  available capacity (capacity minus booked) is included in output (days in past never have capacity).<br />If true, available capacity (capacity minus booked) is included in the output (days in past never have capacity). Otherwise, it is not.</p>\n","disabled":true},{"key":"IncludeAbsence","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not  absence (capacity daytype information and holiday hours) are included in the output. This does not work with summarization.<br />If true, absence (capacity daytype information and holiday hours) are  in the output. Otherwise, they are  not.</p>\n","disabled":true},{"key":"PeriodType","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />The associated period type of the capacity. Data is summarized in 1: day, 2: week, 3: month (default: day).</p>\n","disabled":true},{"key":"IncludeCurrentHours","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not the data should also include data for hours (including total and others) made today or later.<br />If true, the data includes data for hours (including total and others) made today or later. Otherwise, it does not.</p>\n","disabled":true},{"key":"CapacityUseFlexWhenUnlimited","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />The flag that indicates whether or not  the booking level is set to 24 hours or unlimite (it will calculate capacity as if it it used flex 100%).<br />If true, the booking level is set to 24 hours or unlimited. Otherwise, it is not.</p>\n","disabled":true},{"key":"IncludeEmptyCapacity","value":"{{boolean}}","description":"<p><em>Optional.</em><br />The flag that indicates whether or not   the empty capacity (capacity entries with value of 0) is returned.<br />If true, the empty capacity (capacity entries with value of 0) is returned. Otherwies, it is not.</p>\n","type":"text","disabled":true}]},"url":"{{base_url}}/CapacityVisualizationMultiRequest","description":"<p>Retrieves a visual representation of bookings and how much capacity is available for multiple resources. For calls with task resources, hours used for the task is also included.</p>\n<p><strong>API</strong><br /><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#8a2018e3-4da0-48dc-b92b-042c878bf4dc\">CapacityVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CapacityVisualizationMultiRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The identifiers or list of identifiers of the task/resource elements. This includes optional start and end dates.</p>\n","type":"text/plain"},"key":"References","value":"[{{string}}]"}],"variable":[]}},"response":[{"id":"a923dace-f7c4-4ca4-a3ef-4a4a05a01de0","name":"CapacityVisualizationMultiRequest Copy","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"References\": [\r\n        {\r\n            \"ResourceId\": 0,\r\n            \"TaskId\": 0,\r\n            \"StartDate\": \"0001-01-01T00:00:00.000Z\",\r\n            \"EndDate\": \"0001-01-01T00:00:00.000Z\"\r\n        }\r\n    ],\r\n    \"SummarizeVisualization\": false,\r\n    \"IncludeTotalApproval\": false,\r\n    \"IncludeIdealAndFlex\": false,\r\n    \"IgnorePast\": false,\r\n    \"IncludeAvailableCapacity\": false,\r\n    \"IncludeAbsence\": false,\r\n    \"PeriodType\": 1,\r\n    \"IncludeCurrentHours\": false,\r\n    \"CapacityUseFlexWhenUnlimited\": false,\r\n    \"IncludeEmptyCapacity\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/CapacityVisualizationMultiRequest","host":["{{base_url}}"],"path":["CapacityVisualizationMultiRequest"],"query":[{"key":"References","value":"[{{string}}]","description":"*Optional.*  \nThe identifiers or list of identifiers of the task/resource elements. This includes optional start and end dates.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true},{"key":"Content-Length","value":"122","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    [\n        {\n            \"ReferenceId\": 0,\n            \"Id\": 0,\n            \"ResourceId\": 0,\n            \"ToDate\": \"0001-01-01T00:00:00.000Z\",\n            \"Capacity\": 0,\n            \"CapacityCurrent\": 0,\n            \"AvailableCapacity\": 0,\n            \"HoursBooked\": 0,\n            \"HoursBookedCurrent\": 0,\n            \"TotalHoursBooked\": 0,\n            \"TotalHoursBookedCurrent\": 0,\n            \"TotalApprovedHoursBooked\": 0,\n            \"TotalApprovedHoursBookedCurrent\": 0,\n            \"HoursNormal\": 0,\n            \"HoursIdeal\": 0,\n            \"HoursFlex\": 0,\n            \"BookingLevel\": 0,\n            \"DayType\": 0,\n            \"HoursHoliday\": 0\n        }\n    ]\n]"}],"_postman_id":"06a8a1a8-7acf-4967-86a3-0061cb3c79f5"},{"name":"CapacityUsedDeleteBookingRequest","id":"abe918de-0d47-410f-9c69-b942f05c322f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/CapacityUsedDeleteBookingRequest?ReferenceId={{integer}}&ResourceId={{integer}}&TaskId={{integer}}&DayDate={{string}}","description":"<p>Deletes a capacity used booking based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />boolean</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CapacityUsedDeleteBookingRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task resource.</p>\n","type":"text/plain"},"key":"ReferenceId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource.</p>\n","type":"text/plain"},"key":"ResourceId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task.<br /><strong>Note:</strong> For information about the Task object, see <a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a>.</p>\n","type":"text/plain"},"key":"TaskId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(date-time)<br />The date and time stamp of the capacity used booking.</p>\n","type":"text/plain"},"key":"DayDate","value":"{{string}}"}],"variable":[]}},"response":[{"id":"60369991-9259-4f23-98f7-25d2dbebea90","name":"CapacityUsedDeleteBookingRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{base_url}}/CapacityUsedDeleteBookingRequest?ReferenceId=267399&ResourceId=35879&TaskId=235694&DayDate=2022-12-10T00:00:00.000Z","host":["{{base_url}}"],"path":["CapacityUsedDeleteBookingRequest"],"query":[{"key":"ReferenceId","value":"267399","description":"*Required.*\n(int32)\nThe identifier of the associated WorkBook resource."},{"key":"ResourceId","value":"35879","description":"*Required.*\n(int32)\nThe identifier of the associated WorkBook resource."},{"key":"TaskId","value":"235694","description":"*Required.*  \n(int32)  \nThe identifier of the associated task.  \nNote: For information about the Task object, see [Task](#)."},{"key":"DayDate","value":"2022-12-10T00:00:00.000Z","description":"*Required.*  \n(date-time)  \nThe date and time stamp of the capacity used booking."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"122","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"abe918de-0d47-410f-9c69-b942f05c322f"}],"id":"82eff4d6-7e43-418d-b08d-fcc7bc862292","description":"<p>Manipulates usage capacity of tasks in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#33097d3a-a57a-403d-b77b-94d2a68da427\">CapacityUsed</a></td>\n<td>Represents a capacity used object.</td>\n</tr>\n<tr>\n<td><a href=\"#8a2018e3-4da0-48dc-b92b-042c878bf4dc\">CapacityVisualization</a></td>\n<td>Represents the visualization object for a given capacity.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#3e7436bb-557b-45ca-92b5-9c9bfb6f1147\">GET CapacityUsed<br />Request<br /></a></td>\n<td>Retrieves a single capacity used record based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#d4679196-238b-46e6-8a3b-3387f7af3e8e\">GET CapacitiesUsed<br />ReferenceRequest<br /></a></td>\n<td>Retrieves a list of capacity used records based on a task resource identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#06f1a517-b030-434c-b283-f472d3551bb0\">GET CapacitiesUsed<br />ResourceRequest<br /></a></td>\n<td>Retrieves a list of capacity used records based on a resource identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#f816b4a0-17c5-46eb-8c81-6a859e2bb472\">PATCH CapacityUsed<br />PatchRequest<br /></a></td>\n<td>Updates capacity used values based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#0bb3c6d0-5f0a-4130-a7d9-0dc45626b050\">PUT CapacityUsed<br />NewBooking<br />Request<br /></a></td>\n<td>Creates a new capacity used booking request.</td>\n</tr>\n<tr>\n<td><a href=\"#c40e6092-94d6-4bfa-a6bb-68eb92d0b08a\">POST CapacityUsed<br />CloneBooking<br />Request<br /></a></td>\n<td>Duplicates a capacity used booking request.</td>\n</tr>\n<tr>\n<td><a href=\"#90aa0844-6206-4c67-9158-f9ba063690d9\">POST CapacityUsed<br />MoveBooking<br />Request<br /></a></td>\n<td>Moves a capacity used booking request.</td>\n</tr>\n<tr>\n<td><a href=\"#664753ee-c21d-4fa5-8e7b-4812e6cfa41c\">POST CapacityUsed<br />MultiDay<br />Request</a></td>\n<td>Creates new bookings for a period over multiple days.</td>\n</tr>\n<tr>\n<td><a href=\"#664753ee-c21d-4fa5-8e7b-4812e6cfa41c\">POST CapacityVisualization<br />MultiRequest</a></td>\n<td>Retrieves a visual representation of bookings and how much capacity is available for multiple resources.</td>\n</tr>\n<tr>\n<td><a href=\"#d2a3c0c7-87cd-4d1a-93c5-814b1d446e47\">DELETE CapacityUsed<br />DeleteBooking<br />Request</a></td>\n<td>Deletes a capacity used booking based on a given identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"82eff4d6-7e43-418d-b08d-fcc7bc862292"},{"name":"ConceptShare API","item":[{"name":"ConceptShareGetReviewChainRequest","id":"912c47d8-6e52-4066-863b-f72f21da4264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/ConceptShareGetReviewChainRequest?ReferenceId={{integer}}&ReferenceType={{integer}}","description":"<p>Retrieves a list of of chained ConceptShare reviews based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#ca294aca-8772-4a4d-87bb-bc0d70ee6ebe\">ConceptShareReviewChainVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ConceptShareGetReviewChainRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated review. </p>\n","type":"text/plain"},"key":"ReviewId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated reference. </p>\n","type":"text/plain"},"key":"ReferenceId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The type of the associated reference.\n </p>\n","type":"text/plain"},"key":"ReferenceType","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"591dc3f2-5aee-467c-9f50-162a2a21bb51","name":"ConceptShareGetReviewChainRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/ConceptShareGetReviewChainRequest?ReferenceId=7&ReferenceType=2","host":["{{base_url}}"],"path":["ConceptShareGetReviewChainRequest"],"query":[{"key":"ReviewId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated review. ","disabled":true},{"key":"ReferenceId","value":"7","description":"*Required.*  \n(int32)  \nThe identifier of the associated reference. "},{"key":"ReferenceType","value":"2","description":"*Required.*  \n(int32)  \nThe type of the associated reference.\n "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"379","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1105,\n        \"Title\": \"TEST\",\n        \"StartRule\": \"TEST\",\n        \"CompletionRule\": \"TEST\",\n        \"Status\": {\n            \"Id\": 1,\n            \"Code\": \"1\",\n            \"Name\": \"TEST\"\n        },\n        \"Items\": [\n            {\n                \"Id\": 1106,\n                \"Name\": \"TEST2\",\n                \"ReviewId\": 0,\n                \"AssetId\": 0,\n                \"Asset\": {\n                    \"Id\": 0,\n                    \"Name\": \"TEST2\"\n                },\n                \"Description\": \"TEST2\",\n                \"FolderId\": 0,\n                \"HasAssetProcessing\": false,\n                \"IsPlaceholder\": false,\n                \"Locked\": false,\n                \"StatusId\": 0,\n                \"StatusCode\": \"String\",\n                \"StatusName\": \"String\",\n                \"Tags\": \"String\",\n                \"CompatibilityWarnings\": \"String\",\n                \"VersionNumber\": 0\n            }\n        ],\n        \"Members\": [\n            {\n                \"Id\": 0,\n                \"UserName\": \"String\",\n                \"TotalComments\": 0,\n                \"Comments\": \"String\",\n                \"ReviewId\": 0,\n                \"Name\": \"String\",\n                \"IsEditable\": false,\n                \"ExternalReviewer\": false,\n                \"ReviewRoleName\": \"String\",\n                \"ActionRequired\": false,\n                \"FromReferenceId\": 0,\n                \"FromReferenceType\": 0,\n                \"ReferenceId\": 0,\n                \"ReferenceType\": 0,\n                \"StatusId\": 0,\n                \"StatusCode\": \"String\",\n                \"StatusName\": \"String\",\n                \"ReviewRole\": {\n                    \"Id\": 0,\n                    \"ActionRequired\": \"String\",\n                    \"Name\": \"String\",\n                    \"Code\": \"String\"\n                },\n                \"Status\": {\n                    \"Id\": 0,\n                    \"Code\": \"String\",\n                    \"Name\": \"String\"\n                }\n            }\n        ]\n    }\n]"}],"_postman_id":"912c47d8-6e52-4066-863b-f72f21da4264"},{"name":"ConceptShareGetStatusListRequest","id":"ed681945-e4fc-4f5a-87dc-e96b511678d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/ConceptShareGetStatusListRequest?ReferenceId={{integer}}&ReferenceType={{integer}}&StatusType={{integer}}","description":"<p>Retrieves a list of the ConceptShare status by status type.</p>\n<p><strong>API</strong><br /><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#26c0165f-92dd-46a1-b239-6e74ddaf675f\">ConceptShareStatusListItemVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ConceptShareGetStatusListRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated reference.</p>\n","type":"text/plain"},"key":"ReferenceId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The type of the associated reference.</p>\n","type":"text/plain"},"key":"ReferenceType","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The type of the associated concept share status.</p>\n","type":"text/plain"},"key":"StatusType","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"54dd596f-f052-43b1-8ce9-0aff51194e16","name":"ConceptShareGetStatusListRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/ConceptShareGetStatusListRequest?ReferenceId=42&ReferenceType=2&StatusType=true","host":["{{base_url}}"],"path":["ConceptShareGetStatusListRequest"],"query":[{"key":"ReferenceId","value":"42","description":"*Required.*\n(int32)\nThe identifier of the associated reference."},{"key":"ReferenceType","value":"2","description":"*Required.*  \n(int32)  \nThe type of the associated reference."},{"key":"StatusType","value":"true","description":"*Required.*  \n(int32)  \nThe type of the associated concept share status."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Content-Length","value":"1726","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n    \"Code\": \"IN_PROGRESS\",\n    \"Color\": \"EEC038\",\n    \"Id\": 42,\n    \"Name\": \"In Progress\",\n    \"ReferenceType\": \"Review\",\n    \"SystemStatus\": true\n    },\n    {\n    \"Code\": \"NOT_STARTED\",\n    \"Color\": \"FFFFFF\",\n    \"Id\": 43,\n    \"Name\": \"Not Started\",\n    \"ReferenceType\": \"Review\",\n    \"SystemStatus\": true\n    }\n]"}],"_postman_id":"ed681945-e4fc-4f5a-87dc-e96b511678d8"},{"name":"ConceptShareSetReviewStatusRequest","id":"95cc4ad0-8306-49c3-8f41-8840de860113","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/ConceptShareSetReviewStatusRequest?ReferenceId={{integer}}&ReferenceType={{string}}&ReviewId={{integer}}&StatusId={{integer}}","description":"<p>Updates the status of the ConceptShare review.</p>\n<p><strong>API</strong><br /><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ConceptShareSetReviewStatusRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated reference. </p>\n","type":"text/plain"},"key":"ReferenceId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The type of the associated reference.</p>\n","type":"text/plain"},"key":"ReferenceType","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated review.</p>\n","type":"text/plain"},"key":"ReviewId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated concept share status.</p>\n","type":"text/plain"},"key":"StatusId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"bd2f10ef-3842-4b57-90b0-d70e0895c916","name":"ConceptShareSetReviewStatusRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/ConceptShareSetReviewStatusRequest?ReferenceId=123&ReferenceType=1&ReviewId=1&StatusId=1","host":["{{base_url}}"],"path":["ConceptShareSetReviewStatusRequest"],"query":[{"key":"ReferenceId","value":"123","description":"*Required.*  \n(int32)  \nThe identifier of the associated reference. "},{"key":"ReferenceType","value":"1","description":"*Required.*  \n(int32)\nThe identifier of the associated reference.  "},{"key":"ReviewId","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the associated review."},{"key":"StatusId","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the associated concept share status."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Vary","value":"Accept","enabled":true},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":true},{"key":"X-SAML-Support","value":"1","enabled":true},{"key":"X-ServiceName","value":"WorkBook.Integration.ConceptShareWB.Module.Services.ConceptShareService","enabled":true},{"key":"X-RequestName","value":"WorkBook.Shared.ServiceModel.Requests.Integration.ConceptShare.ConceptShareSetReviewStatusRequest","enabled":true},{"key":"ErrorMessage","value":"###66348$$$ Something went wrong please try again%0d%0aThere is no ConceptShare account set for this item.","enabled":true},{"key":"ErrorId","value":"66348","enabled":true},{"key":"Set-Cookie","value":"LanguageId=1033; path=/; HttpOnly","enabled":true},{"key":"X-Powered-By","value":"WorkBook Software","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Service-Worker-Allowed","value":"/","enabled":true},{"key":"Date","value":"Tue, 13 Dec 2022 11:10:17 GMT","enabled":true},{"key":"Content-Length","value":"509","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"95cc4ad0-8306-49c3-8f41-8840de860113"},{"name":"ConceptShareAccountCallbacksDeleteRequest","id":"cab9ad2d-0b46-4551-957c-d5235586eaa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/ConceptShareAccountCallbacksDeleteRequest?URLId={{integer}}","description":"<p>Deletes ConceptShare account callbacks.</p>\n<p><strong>API</strong><br /><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ConceptShareAccountCallbacksDeleteRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated URL. </p>\n","type":"text/plain"},"key":"URLId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"f718916e-6c9f-4576-9b90-f5df524c232f","name":"ConceptShareAccountCallbacksDeleteRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/ConceptShareAccountCallbacksDeleteRequest?URLId=1","host":["{{base_url}}"],"path":["ConceptShareAccountCallbacksDeleteRequest"],"query":[{"key":"URLId","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the associated URL. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"548","enabled":true}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"cab9ad2d-0b46-4551-957c-d5235586eaa6"}],"id":"6d203400-b9de-4558-96b4-25db9eaa938c","description":"<p>Manipulates concept share data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#ca294aca-8772-4a4d-87bb-bc0d70ee6ebe\">ConceptShare<br />ReviewChain<br />Visualization</a></td>\n<td>Represents a visualization object for a ConceptShare review chain.</td>\n</tr>\n<tr>\n<td><a href=\"#26c0165f-92dd-46a1-b239-6e74ddaf675f\">ConceptShare<br />StatusList<br />ItemVisualization</a></td>\n<td>Represents a visualization object for a ConceptShare status.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#6e0e7614-f951-494a-8878-87ad43aad1e3\">GET ConceptShare<br />GetReview<br />ChainRequest</a></td>\n<td>Retrieves a list of of chained ConceptShare reviews based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#1553822d-a0a9-4b60-bbab-ad9baa484f4b\">GET ConceptShare<br />GetStatus<br />ListRequest</a></td>\n<td>Retrieves a list of the ConceptShare status by status type.</td>\n</tr>\n<tr>\n<td><a href=\"#57a92d45-1f88-463c-9b3a-fe864cea5e6a\">POST ConceptShare<br />SetReview<br />StatusRequest</a></td>\n<td>Updates the status of the ConceptShare review.</td>\n</tr>\n<tr>\n<td><a href=\"#abbdac1a-7263-4f2e-85dd-f10612cb67d6\">DEL ConceptShare<br />AccountCallbacks<br />DeleteRequest</a></td>\n<td>Deletes ConceptShare account callbacks API.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"6d203400-b9de-4558-96b4-25db9eaa938c"},{"name":"Core API","item":[{"name":"HolidayVisualizationRequest","id":"f0d46d5a-a753-4ef5-a16a-c729d97428d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/HolidayVisualizationRequest","description":"<p>Retrieves a simple view of the holiday calendar.</p>\n<p><strong>API</strong><br /><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />HolidayVisualization</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["HolidayVisualizationRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the of the holiday calender to look at.</p>\n","type":"text/plain"},"key":"HolidayCalendarId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource.</p>\n","type":"text/plain"},"key":"ResourceId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The date for when the holiday calendar request started.</p>\n","type":"text/plain"},"key":"StartDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The date for when the holiday calendar request ends.</p>\n","type":"text/plain"},"key":"EndDate","value":"{{string}}"}],"variable":[]}},"response":[{"id":"3105b083-47f9-4234-b360-3f5830465786","name":"HolidayVisualizationRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/HolidayVisualizationRequest?ResourceId=35879","host":["{{base_url}}"],"path":["HolidayVisualizationRequest"],"query":[{"key":"HolidayCalendarId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the of the holiday calender to look at.","disabled":true},{"key":"CompanyId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated company.","type":"text","disabled":true},{"key":"ResourceId","value":"35879","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource."},{"key":"StartDate","value":"{{string}}","description":"*Optional.*  \nThe date for when the holiday calendar request started.","type":"text","disabled":true},{"key":"EndDate","value":"{{string}}","description":"*Optional.*  \nThe date for  when the holiday calendar request ends.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"31819","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 3,\n        \"Date\": \"1997-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4,\n        \"Date\": \"1997-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 5,\n        \"Date\": \"1998-01-01T00:00:00.000Z\",\n        \"Title\": \"1. Nytårsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6,\n        \"Date\": \"1998-04-09T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7,\n        \"Date\": \"1998-04-10T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8,\n        \"Date\": \"1998-04-13T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 9,\n        \"Date\": \"1998-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 10,\n        \"Date\": \"1998-12-25T00:00:00.000Z\",\n        \"Title\": \"Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 11,\n        \"Date\": \"1999-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 12,\n        \"Date\": \"1999-04-01T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 13,\n        \"Date\": \"1999-04-02T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 14,\n        \"Date\": \"1999-04-05T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 15,\n        \"Date\": \"1999-04-30T00:00:00.000Z\",\n        \"Title\": \"Store bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 16,\n        \"Date\": \"1999-05-13T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfartsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 17,\n        \"Date\": \"1999-05-24T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 19,\n        \"Date\": \"1999-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftens dag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 20,\n        \"Date\": \"1999-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 21,\n        \"Date\": \"2000-04-20T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 22,\n        \"Date\": \"2000-04-21T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 23,\n        \"Date\": \"2000-04-24T00:00:00.000Z\",\n        \"Title\": \"2. påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 24,\n        \"Date\": \"2000-05-01T00:00:00.000Z\",\n        \"Title\": \"1. Maj (Arbejdernes kampdag)\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 25,\n        \"Date\": \"2000-05-19T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 26,\n        \"Date\": \"2000-06-01T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfartsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 27,\n        \"Date\": \"2000-06-12T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 28,\n        \"Date\": \"2000-12-19T00:00:00.000Z\",\n        \"Title\": \"Ferielukket\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 29,\n        \"Date\": \"2000-12-20T00:00:00.000Z\",\n        \"Title\": \"Ferielukket\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 30,\n        \"Date\": \"2000-12-21T00:00:00.000Z\",\n        \"Title\": \"Ferielukket\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 31,\n        \"Date\": \"2000-12-22T00:00:00.000Z\",\n        \"Title\": \"Ferielukket\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 32,\n        \"Date\": \"2000-12-23T00:00:00.000Z\",\n        \"Title\": \"Fridag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 33,\n        \"Date\": \"2000-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftens dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 34,\n        \"Date\": \"2000-12-25T00:00:00.000Z\",\n        \"Title\": \"Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 35,\n        \"Date\": \"2000-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 36,\n        \"Date\": \"2000-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 37,\n        \"Date\": \"2001-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 38,\n        \"Date\": \"2001-04-08T00:00:00.000Z\",\n        \"Title\": \"Palme Søndag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 39,\n        \"Date\": \"2001-04-12T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 40,\n        \"Date\": \"2001-04-13T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 41,\n        \"Date\": \"2001-04-15T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 42,\n        \"Date\": \"2001-04-16T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 43,\n        \"Date\": \"2001-05-11T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 44,\n        \"Date\": \"2001-05-24T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 45,\n        \"Date\": \"2001-06-03T00:00:00.000Z\",\n        \"Title\": \"Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 46,\n        \"Date\": \"2001-06-04T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 47,\n        \"Date\": \"2001-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 48,\n        \"Date\": \"2001-12-25T00:00:00.000Z\",\n        \"Title\": \"Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 49,\n        \"Date\": \"2001-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 50,\n        \"Date\": \"2001-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 51,\n        \"Date\": \"2002-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 52,\n        \"Date\": \"2002-03-28T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 53,\n        \"Date\": \"2002-03-29T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 54,\n        \"Date\": \"2002-03-31T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 55,\n        \"Date\": \"2002-04-01T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 56,\n        \"Date\": \"2002-04-26T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 57,\n        \"Date\": \"2002-05-09T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 58,\n        \"Date\": \"2002-05-20T00:00:00.000Z\",\n        \"Title\": \"Pinse\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 59,\n        \"Date\": \"2002-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 60,\n        \"Date\": \"2002-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 61,\n        \"Date\": \"2002-12-25T00:00:00.000Z\",\n        \"Title\": \"1. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 62,\n        \"Date\": \"2002-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 63,\n        \"Date\": \"2002-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 64,\n        \"Date\": \"2003-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 65,\n        \"Date\": \"2003-04-04T00:00:00.000Z\",\n        \"Title\": \"Palme søndag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 66,\n        \"Date\": \"2003-04-08T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 67,\n        \"Date\": \"2003-04-09T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 68,\n        \"Date\": \"2003-04-12T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 69,\n        \"Date\": \"2003-04-17T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 70,\n        \"Date\": \"2003-04-18T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 71,\n        \"Date\": \"2003-04-21T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 72,\n        \"Date\": \"2003-05-07T00:00:00.000Z\",\n        \"Title\": \"St. Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 73,\n        \"Date\": \"2003-05-16T00:00:00.000Z\",\n        \"Title\": \"St. Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 74,\n        \"Date\": \"2003-05-20T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75,\n        \"Date\": \"2003-05-29T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfartsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76,\n        \"Date\": \"2003-05-30T00:00:00.000Z\",\n        \"Title\": \"Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 77,\n        \"Date\": \"2003-05-31T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 78,\n        \"Date\": \"2003-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 79,\n        \"Date\": \"2003-06-09T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 80,\n        \"Date\": \"2003-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 81,\n        \"Date\": \"2003-12-25T00:00:00.000Z\",\n        \"Title\": \"Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 82,\n        \"Date\": \"2003-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 83,\n        \"Date\": \"2003-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 84,\n        \"Date\": \"2004-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 85,\n        \"Date\": \"2004-04-09T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 86,\n        \"Date\": \"2004-04-12T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 87,\n        \"Date\": \"2004-05-07T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 88,\n        \"Date\": \"2004-05-20T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfartsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 89,\n        \"Date\": \"2004-05-31T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 90,\n        \"Date\": \"2004-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 91,\n        \"Date\": \"2004-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92,\n        \"Date\": \"2004-12-25T00:00:00.000Z\",\n        \"Title\": \"1. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 93,\n        \"Date\": \"2004-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 94,\n        \"Date\": \"2004-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 95,\n        \"Date\": \"2005-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 96,\n        \"Date\": \"2005-03-24T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 97,\n        \"Date\": \"2005-03-25T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 98,\n        \"Date\": \"2005-03-28T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 99,\n        \"Date\": \"2005-04-22T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 100,\n        \"Date\": \"2005-05-05T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfartsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 101,\n        \"Date\": \"2005-05-16T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 102,\n        \"Date\": \"2005-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 103,\n        \"Date\": \"2005-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 104,\n        \"Date\": \"2005-12-25T00:00:00.000Z\",\n        \"Title\": \"1. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 105,\n        \"Date\": \"2005-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 106,\n        \"Date\": \"2005-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 107,\n        \"Date\": \"2006-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 108,\n        \"Date\": \"2006-04-13T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 109,\n        \"Date\": \"2006-04-14T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 110,\n        \"Date\": \"2006-04-17T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 111,\n        \"Date\": \"2006-05-12T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 112,\n        \"Date\": \"2006-05-25T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 113,\n        \"Date\": \"2006-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag og 2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 114,\n        \"Date\": \"2006-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 115,\n        \"Date\": \"2006-12-25T00:00:00.000Z\",\n        \"Title\": \"1. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 116,\n        \"Date\": \"2006-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 117,\n        \"Date\": \"2006-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 118,\n        \"Date\": \"2007-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 119,\n        \"Date\": \"2007-04-05T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 120,\n        \"Date\": \"2007-04-06T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 121,\n        \"Date\": \"2007-04-09T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 122,\n        \"Date\": \"2007-05-04T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 123,\n        \"Date\": \"2007-05-17T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 124,\n        \"Date\": \"2007-05-28T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 125,\n        \"Date\": \"2007-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 126,\n        \"Date\": \"2007-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 127,\n        \"Date\": \"2007-12-25T00:00:00.000Z\",\n        \"Title\": \"1. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 128,\n        \"Date\": \"2007-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 129,\n        \"Date\": \"2007-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 130,\n        \"Date\": \"2008-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 131,\n        \"Date\": \"2008-03-20T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 132,\n        \"Date\": \"2008-03-21T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 133,\n        \"Date\": \"2008-03-24T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 134,\n        \"Date\": \"2008-04-18T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 135,\n        \"Date\": \"2008-05-01T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 136,\n        \"Date\": \"2008-05-12T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 137,\n        \"Date\": \"2008-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 138,\n        \"Date\": \"2008-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 139,\n        \"Date\": \"2008-12-25T00:00:00.000Z\",\n        \"Title\": \"1. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 140,\n        \"Date\": \"2008-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 141,\n        \"Date\": \"2008-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 142,\n        \"Date\": \"2009-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 143,\n        \"Date\": \"2009-04-09T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 144,\n        \"Date\": \"2009-04-10T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 145,\n        \"Date\": \"2009-04-13T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 146,\n        \"Date\": \"2009-05-08T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 147,\n        \"Date\": \"2009-05-21T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 148,\n        \"Date\": \"2009-06-01T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 149,\n        \"Date\": \"2009-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 150,\n        \"Date\": \"2009-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 151,\n        \"Date\": \"2009-12-25T00:00:00.000Z\",\n        \"Title\": \"1. Juledags\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 152,\n        \"Date\": \"2009-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 153,\n        \"Date\": \"2010-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 154,\n        \"Date\": \"2010-04-01T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 155,\n        \"Date\": \"2010-04-02T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 156,\n        \"Date\": \"2010-04-05T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 157,\n        \"Date\": \"2010-04-30T00:00:00.000Z\",\n        \"Title\": \"St. Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 158,\n        \"Date\": \"2010-05-13T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 159,\n        \"Date\": \"2010-05-24T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 160,\n        \"Date\": \"2010-11-25T00:00:00.000Z\",\n        \"Title\": \"25/11/2010\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 161,\n        \"Date\": \"2010-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 162,\n        \"Date\": \"2010-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 163,\n        \"Date\": \"2011-04-21T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 164,\n        \"Date\": \"2011-04-22T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 165,\n        \"Date\": \"2011-04-25T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 166,\n        \"Date\": \"2011-05-20T00:00:00.000Z\",\n        \"Title\": \"St. Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 167,\n        \"Date\": \"2011-06-02T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 168,\n        \"Date\": \"2011-06-13T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 169,\n        \"Date\": \"2011-08-12T00:00:00.000Z\",\n        \"Title\": \"fridag til alle\",\n        \"RGB\": \"255;206;68\",\n        \"DayTypeId\": 5\n    },\n    {\n        \"Id\": 171,\n        \"Date\": \"2011-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 172,\n        \"Date\": \"2012-04-05T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 173,\n        \"Date\": \"2012-04-06T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 174,\n        \"Date\": \"2012-04-09T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 175,\n        \"Date\": \"2012-05-04T00:00:00.000Z\",\n        \"Title\": \"St. Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 176,\n        \"Date\": \"2012-05-17T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 177,\n        \"Date\": \"2012-05-28T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 178,\n        \"Date\": \"2012-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 179,\n        \"Date\": \"2012-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 180,\n        \"Date\": \"2012-12-25T00:00:00.000Z\",\n        \"Title\": \"1. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 181,\n        \"Date\": \"2012-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 182,\n        \"Date\": \"2012-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 183,\n        \"Date\": \"2013-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 184,\n        \"Date\": \"2013-03-28T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 185,\n        \"Date\": \"2013-03-29T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 186,\n        \"Date\": \"2013-04-01T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 187,\n        \"Date\": \"2013-04-26T00:00:00.000Z\",\n        \"Title\": \"St. Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 188,\n        \"Date\": \"2013-05-09T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 189,\n        \"Date\": \"2013-05-20T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 190,\n        \"Date\": \"2013-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 191,\n        \"Date\": \"2013-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 192,\n        \"Date\": \"2013-12-25T00:00:00.000Z\",\n        \"Title\": \"1. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 193,\n        \"Date\": \"2013-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 194,\n        \"Date\": \"2013-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 195,\n        \"Date\": \"2014-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 32916,\n        \"Date\": \"2014-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 196,\n        \"Date\": \"2014-04-17T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 197,\n        \"Date\": \"2014-04-18T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 33235,\n        \"Date\": \"2014-04-20T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 198,\n        \"Date\": \"2014-04-21T00:00:00.000Z\",\n        \"Title\": \"2. Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 546,\n        \"Date\": \"2014-05-01T00:00:00.000Z\",\n        \"Title\": \"test\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 199,\n        \"Date\": \"2014-05-16T00:00:00.000Z\",\n        \"Title\": \"St. Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 200,\n        \"Date\": \"2014-05-29T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 201,\n        \"Date\": \"2014-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 33236,\n        \"Date\": \"2014-06-08T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 202,\n        \"Date\": \"2014-06-09T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32917,\n        \"Date\": \"2014-06-19T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32918,\n        \"Date\": \"2014-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32919,\n        \"Date\": \"2014-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32920,\n        \"Date\": \"2014-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32921,\n        \"Date\": \"2014-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 203,\n        \"Date\": \"2014-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 204,\n        \"Date\": \"2014-12-25T00:00:00.000Z\",\n        \"Title\": \"1. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 205,\n        \"Date\": \"2014-12-26T00:00:00.000Z\",\n        \"Title\": \"2. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 551,\n        \"Date\": \"2014-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"255;206;68\",\n        \"DayTypeId\": 5\n    },\n    {\n        \"Id\": 207,\n        \"Date\": \"2015-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 32922,\n        \"Date\": \"2015-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 783,\n        \"Date\": \"2015-01-13T00:00:00.000Z\",\n        \"Title\": \"special day for candy time\",\n        \"RGB\": \"255;206;68\",\n        \"DayTypeId\": 5\n    },\n    {\n        \"Id\": 553,\n        \"Date\": \"2015-01-14T00:00:00.000Z\",\n        \"Title\": \"Spaghetti monster appreciation day\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 784,\n        \"Date\": \"2015-01-16T00:00:00.000Z\",\n        \"Title\": \"Spaghetti day\",\n        \"RGB\": \"255;206;68\",\n        \"DayTypeId\": 5\n    },\n    {\n        \"Id\": 1006,\n        \"Date\": \"2015-02-23T00:00:00.000Z\",\n        \"Title\": \"Testy test\",\n        \"RGB\": \"255;206;68\",\n        \"DayTypeId\": 5\n    },\n    {\n        \"Id\": 208,\n        \"Date\": \"2015-04-02T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 209,\n        \"Date\": \"2015-04-03T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 33237,\n        \"Date\": \"2015-04-05T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32923,\n        \"Date\": \"2015-04-06T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 210,\n        \"Date\": \"2015-05-01T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 211,\n        \"Date\": \"2015-05-14T00:00:00.000Z\",\n        \"Title\": \"Kr. Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1144,\n        \"Date\": \"2015-05-15T00:00:00.000Z\",\n        \"Title\": \"test\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 33238,\n        \"Date\": \"2015-05-24T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 212,\n        \"Date\": \"2015-05-25T00:00:00.000Z\",\n        \"Title\": \"2. Pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32924,\n        \"Date\": \"2015-06-04T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1142,\n        \"Date\": \"2015-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 32925,\n        \"Date\": \"2015-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1501,\n        \"Date\": \"2015-10-01T00:00:00.000Z\",\n        \"Title\": \"Første torsdag i oktober\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1500,\n        \"Date\": \"2015-10-05T00:00:00.000Z\",\n        \"Title\": \"Første mandag i oktober\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 32926,\n        \"Date\": \"2015-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32927,\n        \"Date\": \"2015-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32928,\n        \"Date\": \"2015-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 214,\n        \"Date\": \"2015-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaftensdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 215,\n        \"Date\": \"2015-12-25T00:00:00.000Z\",\n        \"Title\": \"1. Juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32929,\n        \"Date\": \"2015-12-26T00:00:00.000Z\",\n        \"Title\": \"St. Stephen´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 216,\n        \"Date\": \"2015-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftensdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1008,\n        \"Date\": \"2016-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1510,\n        \"Date\": \"2016-01-06T00:00:00.000Z\",\n        \"Title\": \"test!\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1511,\n        \"Date\": \"2016-01-12T00:00:00.000Z\",\n        \"Title\": \"test\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 1009,\n        \"Date\": \"2016-03-24T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1010,\n        \"Date\": \"2016-03-25T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1011,\n        \"Date\": \"2016-03-27T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1012,\n        \"Date\": \"2016-03-28T00:00:00.000Z\",\n        \"Title\": \"2. påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1515,\n        \"Date\": \"2016-04-20T00:00:00.000Z\",\n        \"Title\": \"testlukket\",\n        \"RGB\": \"255;206;68\",\n        \"DayTypeId\": 5\n    },\n    {\n        \"Id\": 1013,\n        \"Date\": \"2016-04-22T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32930,\n        \"Date\": \"2016-05-01T00:00:00.000Z\",\n        \"Title\": \"State Holiday Austria\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1014,\n        \"Date\": \"2016-05-05T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 33239,\n        \"Date\": \"2016-05-15T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1015,\n        \"Date\": \"2016-05-16T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32931,\n        \"Date\": \"2016-05-26T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1016,\n        \"Date\": \"2016-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1519,\n        \"Date\": \"2016-07-27T00:00:00.000Z\",\n        \"Title\": \"tester\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32932,\n        \"Date\": \"2016-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1523,\n        \"Date\": \"2016-08-16T00:00:00.000Z\",\n        \"Title\": \"tester fa muahahahaha\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1526,\n        \"Date\": \"2016-08-17T00:00:00.000Z\",\n        \"Title\": \"fa tester\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1524,\n        \"Date\": \"2016-08-22T00:00:00.000Z\",\n        \"Title\": \"fa tester stadig\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 2253,\n        \"Date\": \"2016-10-12T00:00:00.000Z\",\n        \"Title\": \"MF Test\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32933,\n        \"Date\": \"2016-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32934,\n        \"Date\": \"2016-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4422,\n        \"Date\": \"2016-11-16T00:00:00.000Z\",\n        \"Title\": \"National oreo day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4423,\n        \"Date\": \"2016-11-18T00:00:00.000Z\",\n        \"Title\": \"Lights out\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 32935,\n        \"Date\": \"2016-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1017,\n        \"Date\": \"2016-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaften\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1018,\n        \"Date\": \"2016-12-25T00:00:00.000Z\",\n        \"Title\": \"1. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1019,\n        \"Date\": \"2016-12-26T00:00:00.000Z\",\n        \"Title\": \"2. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1522,\n        \"Date\": \"2016-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaften dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1021,\n        \"Date\": \"2017-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 7562,\n        \"Date\": \"2017-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 20444,\n        \"Date\": \"2017-03-15T00:00:00.000Z\",\n        \"Title\": \"2\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8820,\n        \"Date\": \"2017-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 25630,\n        \"Date\": \"2017-04-08T00:00:00.000Z\",\n        \"Title\": \"stuff\",\n        \"RGB\": \"255;206;68\",\n        \"DayTypeId\": 5\n    },\n    {\n        \"Id\": 1022,\n        \"Date\": \"2017-04-13T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1023,\n        \"Date\": \"2017-04-14T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1024,\n        \"Date\": \"2017-04-16T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1025,\n        \"Date\": \"2017-04-17T00:00:00.000Z\",\n        \"Title\": \"2. påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 29847,\n        \"Date\": \"2017-04-24T00:00:00.000Z\",\n        \"Title\": \"Pølsefest\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 29848,\n        \"Date\": \"2017-04-25T00:00:00.000Z\",\n        \"Title\": \"TestPølse\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 29849,\n        \"Date\": \"2017-04-26T00:00:00.000Z\",\n        \"Title\": \"Sikke en test holiday!\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 30489,\n        \"Date\": \"2017-04-27T00:00:00.000Z\",\n        \"Title\": \"test\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7514,\n        \"Date\": \"2017-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7515,\n        \"Date\": \"2017-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1026,\n        \"Date\": \"2017-05-12T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1027,\n        \"Date\": \"2017-05-25T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6917,\n        \"Date\": \"2017-06-04T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1028,\n        \"Date\": \"2017-06-05T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7564,\n        \"Date\": \"2017-06-15T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 45578,\n        \"Date\": \"2017-06-22T00:00:00.000Z\",\n        \"Title\": \"Magical leave (paid by C)\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 8827,\n        \"Date\": \"2017-06-24T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 45579,\n        \"Date\": \"2017-06-26T00:00:00.000Z\",\n        \"Title\": \"magical half day off (Paid by C)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 45575,\n        \"Date\": \"2017-07-03T00:00:00.000Z\",\n        \"Title\": \"Magical day off in the sun \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 45577,\n        \"Date\": \"2017-07-05T00:00:00.000Z\",\n        \"Title\": \"Magical (paid by employee)\",\n        \"RGB\": \"255;206;68\",\n        \"DayTypeId\": 5\n    },\n    {\n        \"Id\": 45580,\n        \"Date\": \"2017-07-10T00:00:00.000Z\",\n        \"Title\": \"Magical Bank Holiday \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7516,\n        \"Date\": \"2017-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 45582,\n        \"Date\": \"2017-07-21T00:00:00.000Z\",\n        \"Title\": \"Real Nice Weekend\",\n        \"RGB\": \"255;206;68\",\n        \"DayTypeId\": 5\n    },\n    {\n        \"Id\": 45583,\n        \"Date\": \"2017-07-25T00:00:00.000Z\",\n        \"Title\": \"Magical Dayoff in the rain\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8821,\n        \"Date\": \"2017-08-07T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7566,\n        \"Date\": \"2017-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7517,\n        \"Date\": \"2017-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7568,\n        \"Date\": \"2017-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8782,\n        \"Date\": \"2017-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7570,\n        \"Date\": \"2017-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7518,\n        \"Date\": \"2017-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8829,\n        \"Date\": \"2017-11-04T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 7519,\n        \"Date\": \"2017-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8831,\n        \"Date\": \"2017-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8783,\n        \"Date\": \"2017-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1030,\n        \"Date\": \"2017-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaften\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1031,\n        \"Date\": \"2017-12-25T00:00:00.000Z\",\n        \"Title\": \"1. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1032,\n        \"Date\": \"2017-12-26T00:00:00.000Z\",\n        \"Title\": \"2. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1033,\n        \"Date\": \"2017-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1034,\n        \"Date\": \"2018-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 46511,\n        \"Date\": \"2018-01-02T00:00:00.000Z\",\n        \"Title\": \"2. Nytårsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7574,\n        \"Date\": \"2018-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1512,\n        \"Date\": \"2018-01-22T00:00:00.000Z\",\n        \"Title\": \"TT\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 47438,\n        \"Date\": \"2018-01-23T00:00:00.000Z\",\n        \"Title\": \"ChhTest\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 47439,\n        \"Date\": \"2018-02-22T00:00:00.000Z\",\n        \"Title\": \"National KFC day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8822,\n        \"Date\": \"2018-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1035,\n        \"Date\": \"2018-03-29T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1036,\n        \"Date\": \"2018-03-30T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1037,\n        \"Date\": \"2018-04-01T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1038,\n        \"Date\": \"2018-04-02T00:00:00.000Z\",\n        \"Title\": \"2. påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 48365,\n        \"Date\": \"2018-04-05T00:00:00.000Z\",\n        \"Title\": \"The big testing day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1039,\n        \"Date\": \"2018-04-27T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7520,\n        \"Date\": \"2018-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1040,\n        \"Date\": \"2018-05-10T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6918,\n        \"Date\": \"2018-05-20T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1041,\n        \"Date\": \"2018-05-21T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7576,\n        \"Date\": \"2018-05-31T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1042,\n        \"Date\": \"2018-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 49293,\n        \"Date\": \"2018-06-12T00:00:00.000Z\",\n        \"Title\": \"Bank holiday test\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 49294,\n        \"Date\": \"2018-06-16T00:00:00.000Z\",\n        \"Title\": \"Bank holiday 16th\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8833,\n        \"Date\": \"2018-06-23T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 74689,\n        \"Date\": \"2018-07-04T00:00:00.000Z\",\n        \"Title\": \"Fireworks day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 74686,\n        \"Date\": \"2018-07-19T00:00:00.000Z\",\n        \"Title\": \"Half day off\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 74687,\n        \"Date\": \"2018-07-20T00:00:00.000Z\",\n        \"Title\": \"Leave\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 8824,\n        \"Date\": \"2018-08-06T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7685,\n        \"Date\": \"2018-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7523,\n        \"Date\": \"2018-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 74870,\n        \"Date\": \"2018-09-03T00:00:00.000Z\",\n        \"Title\": \"Labor dismay\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 74872,\n        \"Date\": \"2018-09-07T00:00:00.000Z\",\n        \"Title\": \"Testing Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 74873,\n        \"Date\": \"2018-09-13T00:00:00.000Z\",\n        \"Title\": \"Test Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 74874,\n        \"Date\": \"2018-09-18T00:00:00.000Z\",\n        \"Title\": \"Day of Test\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7817,\n        \"Date\": \"2018-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 74875,\n        \"Date\": \"2018-10-12T00:00:00.000Z\",\n        \"Title\": \"Oct. 12 HOLIDAY\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8784,\n        \"Date\": \"2018-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7909,\n        \"Date\": \"2018-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7524,\n        \"Date\": \"2018-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8835,\n        \"Date\": \"2018-11-03T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 7525,\n        \"Date\": \"2018-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7928,\n        \"Date\": \"2018-11-21T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8837,\n        \"Date\": \"2018-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8785,\n        \"Date\": \"2018-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1043,\n        \"Date\": \"2018-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaften\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76293,\n        \"Date\": \"2018-12-25T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1045,\n        \"Date\": \"2018-12-26T00:00:00.000Z\",\n        \"Title\": \"2. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1046,\n        \"Date\": \"2018-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1047,\n        \"Date\": \"2019-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76294,\n        \"Date\": \"2019-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75480,\n        \"Date\": \"2019-01-23T00:00:00.000Z\",\n        \"Title\": \"January 23 Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75485,\n        \"Date\": \"2019-01-31T00:00:00.000Z\",\n        \"Title\": \"JAN31 HOLIDAY\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75483,\n        \"Date\": \"2019-02-06T00:00:00.000Z\",\n        \"Title\": \"FEB6 Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75484,\n        \"Date\": \"2019-02-08T00:00:00.000Z\",\n        \"Title\": \"FEB8 DAY\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1048,\n        \"Date\": \"2019-04-18T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1049,\n        \"Date\": \"2019-04-19T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1050,\n        \"Date\": \"2019-04-21T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1051,\n        \"Date\": \"2019-04-22T00:00:00.000Z\",\n        \"Title\": \"2. påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7526,\n        \"Date\": \"2019-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8826,\n        \"Date\": \"2019-05-06T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7527,\n        \"Date\": \"2019-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1052,\n        \"Date\": \"2019-05-17T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1053,\n        \"Date\": \"2019-05-30T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1055,\n        \"Date\": \"2019-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76295,\n        \"Date\": \"2019-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6919,\n        \"Date\": \"2019-06-09T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1054,\n        \"Date\": \"2019-06-10T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7932,\n        \"Date\": \"2019-06-20T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8839,\n        \"Date\": \"2019-06-22T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7528,\n        \"Date\": \"2019-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8828,\n        \"Date\": \"2019-08-05T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7934,\n        \"Date\": \"2019-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76247,\n        \"Date\": \"2019-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75674,\n        \"Date\": \"2019-08-14T00:00:00.000Z\",\n        \"Title\": \"PTO\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 7529,\n        \"Date\": \"2019-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76024,\n        \"Date\": \"2019-08-26T00:00:00.000Z\",\n        \"Title\": \"Testing Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76094,\n        \"Date\": \"2019-08-30T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76095,\n        \"Date\": \"2019-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7936,\n        \"Date\": \"2019-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8786,\n        \"Date\": \"2019-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75884,\n        \"Date\": \"2019-10-27T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7938,\n        \"Date\": \"2019-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7530,\n        \"Date\": \"2019-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8841,\n        \"Date\": \"2019-11-02T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 75885,\n        \"Date\": \"2019-11-10T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7531,\n        \"Date\": \"2019-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7940,\n        \"Date\": \"2019-11-20T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75886,\n        \"Date\": \"2019-12-01T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8843,\n        \"Date\": \"2019-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8787,\n        \"Date\": \"2019-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75887,\n        \"Date\": \"2019-12-15T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75888,\n        \"Date\": \"2019-12-22T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1056,\n        \"Date\": \"2019-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaften\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1057,\n        \"Date\": \"2019-12-25T00:00:00.000Z\",\n        \"Title\": \"1. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1058,\n        \"Date\": \"2019-12-26T00:00:00.000Z\",\n        \"Title\": \"2. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75482,\n        \"Date\": \"2019-12-30T00:00:00.000Z\",\n        \"Title\": \"December 30th\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1059,\n        \"Date\": \"2019-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1060,\n        \"Date\": \"2020-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76101,\n        \"Date\": \"2020-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7942,\n        \"Date\": \"2020-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 77679,\n        \"Date\": \"2020-01-16T00:00:00.000Z\",\n        \"Title\": \"January 16th Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76797,\n        \"Date\": \"2020-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76103,\n        \"Date\": \"2020-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76104,\n        \"Date\": \"2020-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76105,\n        \"Date\": \"2020-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76037,\n        \"Date\": \"2020-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75889,\n        \"Date\": \"2020-02-09T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8830,\n        \"Date\": \"2020-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75890,\n        \"Date\": \"2020-03-29T00:00:00.000Z\",\n        \"Title\": \"DST start\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76591,\n        \"Date\": \"2020-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1061,\n        \"Date\": \"2020-04-09T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1062,\n        \"Date\": \"2020-04-10T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1063,\n        \"Date\": \"2020-04-12T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1064,\n        \"Date\": \"2020-04-13T00:00:00.000Z\",\n        \"Title\": \"2. påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76099,\n        \"Date\": \"2020-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76592,\n        \"Date\": \"2020-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76734,\n        \"Date\": \"2020-04-19T00:00:00.000Z\",\n        \"Title\": \"Othodox Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76735,\n        \"Date\": \"2020-04-20T00:00:00.000Z\",\n        \"Title\": \"Orthodox Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76248,\n        \"Date\": \"2020-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76038,\n        \"Date\": \"2020-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7532,\n        \"Date\": \"2020-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76039,\n        \"Date\": \"2020-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76025,\n        \"Date\": \"2020-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8832,\n        \"Date\": \"2020-05-04T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76593,\n        \"Date\": \"2020-05-05T00:00:00.000Z\",\n        \"Title\": \"Coronation Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76736,\n        \"Date\": \"2020-05-06T00:00:00.000Z\",\n        \"Title\": \"Orthodox Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1065,\n        \"Date\": \"2020-05-08T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76098,\n        \"Date\": \"2020-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75891,\n        \"Date\": \"2020-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1066,\n        \"Date\": \"2020-05-21T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76827,\n        \"Date\": \"2020-05-25T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6920,\n        \"Date\": \"2020-05-31T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1067,\n        \"Date\": \"2020-06-01T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1068,\n        \"Date\": \"2020-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76279,\n        \"Date\": \"2020-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76737,\n        \"Date\": \"2020-06-07T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76738,\n        \"Date\": \"2020-06-08T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76249,\n        \"Date\": \"2020-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7944,\n        \"Date\": \"2020-06-11T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8845,\n        \"Date\": \"2020-06-20T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76739,\n        \"Date\": \"2020-06-23T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76740,\n        \"Date\": \"2020-06-24T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76040,\n        \"Date\": \"2020-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76102,\n        \"Date\": \"2020-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76832,\n        \"Date\": \"2020-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7533,\n        \"Date\": \"2020-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8834,\n        \"Date\": \"2020-08-03T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7946,\n        \"Date\": \"2020-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76106,\n        \"Date\": \"2020-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76594,\n        \"Date\": \"2020-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7534,\n        \"Date\": \"2020-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76833,\n        \"Date\": \"2020-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76828,\n        \"Date\": \"2020-08-31T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76097,\n        \"Date\": \"2020-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76834,\n        \"Date\": \"2020-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7948,\n        \"Date\": \"2020-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76100,\n        \"Date\": \"2020-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76595,\n        \"Date\": \"2020-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75892,\n        \"Date\": \"2020-10-25T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8788,\n        \"Date\": \"2020-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7950,\n        \"Date\": \"2020-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7535,\n        \"Date\": \"2020-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 83488,\n        \"Date\": \"2020-11-06T00:00:00.000Z\",\n        \"Title\": \"Project Nation Day\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 75893,\n        \"Date\": \"2020-11-08T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7536,\n        \"Date\": \"2020-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76835,\n        \"Date\": \"2020-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7952,\n        \"Date\": \"2020-11-18T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76798,\n        \"Date\": \"2020-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75894,\n        \"Date\": \"2020-11-29T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76741,\n        \"Date\": \"2020-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76742,\n        \"Date\": \"2020-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76596,\n        \"Date\": \"2020-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8848,\n        \"Date\": \"2020-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76597,\n        \"Date\": \"2020-12-07T00:00:00.000Z\",\n        \"Title\": \"'Father's Day' observed\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8789,\n        \"Date\": \"2020-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76598,\n        \"Date\": \"2020-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75895,\n        \"Date\": \"2020-12-13T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75896,\n        \"Date\": \"2020-12-20T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1069,\n        \"Date\": \"2020-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaften\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1070,\n        \"Date\": \"2020-12-25T00:00:00.000Z\",\n        \"Title\": \"1. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1071,\n        \"Date\": \"2020-12-26T00:00:00.000Z\",\n        \"Title\": \"2. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76829,\n        \"Date\": \"2020-12-28T00:00:00.000Z\",\n        \"Title\": \"Boxing Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1072,\n        \"Date\": \"2020-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1073,\n        \"Date\": \"2021-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76111,\n        \"Date\": \"2021-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8836,\n        \"Date\": \"2021-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1074,\n        \"Date\": \"2021-04-01T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1075,\n        \"Date\": \"2021-04-02T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1076,\n        \"Date\": \"2021-04-04T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1077,\n        \"Date\": \"2021-04-05T00:00:00.000Z\",\n        \"Title\": \"2. påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76109,\n        \"Date\": \"2021-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76250,\n        \"Date\": \"2021-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92302,\n        \"Date\": \"2021-04-26T00:00:00.000Z\",\n        \"Title\": \"Tree Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76042,\n        \"Date\": \"2021-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1078,\n        \"Date\": \"2021-04-30T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7537,\n        \"Date\": \"2021-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8838,\n        \"Date\": \"2021-05-03T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1079,\n        \"Date\": \"2021-05-13T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6921,\n        \"Date\": \"2021-05-23T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1080,\n        \"Date\": \"2021-05-24T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76830,\n        \"Date\": \"2021-05-31T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7956,\n        \"Date\": \"2021-06-03T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1081,\n        \"Date\": \"2021-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76280,\n        \"Date\": \"2021-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76251,\n        \"Date\": \"2021-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76744,\n        \"Date\": \"2021-06-21T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76044,\n        \"Date\": \"2021-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8851,\n        \"Date\": \"2021-06-26T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8840,\n        \"Date\": \"2021-08-02T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76115,\n        \"Date\": \"2021-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76603,\n        \"Date\": \"2021-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tThe Queen's Birthday\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7540,\n        \"Date\": \"2021-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76837,\n        \"Date\": \"2021-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76831,\n        \"Date\": \"2021-08-30T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76107,\n        \"Date\": \"2021-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76838,\n        \"Date\": \"2021-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7960,\n        \"Date\": \"2021-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76110,\n        \"Date\": \"2021-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76604,\n        \"Date\": \"2021-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8790,\n        \"Date\": \"2021-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7962,\n        \"Date\": \"2021-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7541,\n        \"Date\": \"2021-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8854,\n        \"Date\": \"2021-11-06T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 7542,\n        \"Date\": \"2021-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75900,\n        \"Date\": \"2021-11-14T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7964,\n        \"Date\": \"2021-11-17T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76800,\n        \"Date\": \"2021-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75901,\n        \"Date\": \"2021-11-28T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76745,\n        \"Date\": \"2021-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76746,\n        \"Date\": \"2021-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75902,\n        \"Date\": \"2021-12-05T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8791,\n        \"Date\": \"2021-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75903,\n        \"Date\": \"2021-12-12T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75904,\n        \"Date\": \"2021-12-19T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1082,\n        \"Date\": \"2021-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaften\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1083,\n        \"Date\": \"2021-12-25T00:00:00.000Z\",\n        \"Title\": \"1. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1084,\n        \"Date\": \"2021-12-26T00:00:00.000Z\",\n        \"Title\": \"2. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4878,\n        \"Date\": \"2021-12-27T00:00:00.000Z\",\n        \"Title\": \"Boxing Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4879,\n        \"Date\": \"2021-12-28T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1085,\n        \"Date\": \"2021-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1086,\n        \"Date\": \"2022-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76119,\n        \"Date\": \"2022-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4880,\n        \"Date\": \"2022-01-03T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7966,\n        \"Date\": \"2022-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76801,\n        \"Date\": \"2022-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76121,\n        \"Date\": \"2022-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76122,\n        \"Date\": \"2022-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76123,\n        \"Date\": \"2022-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76045,\n        \"Date\": \"2022-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75905,\n        \"Date\": \"2022-02-13T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8842,\n        \"Date\": \"2022-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75906,\n        \"Date\": \"2022-03-27T00:00:00.000Z\",\n        \"Title\": \"DST start\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76607,\n        \"Date\": \"2022-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76608,\n        \"Date\": \"2022-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1087,\n        \"Date\": \"2022-04-14T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1088,\n        \"Date\": \"2022-04-15T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1089,\n        \"Date\": \"2022-04-17T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1090,\n        \"Date\": \"2022-04-18T00:00:00.000Z\",\n        \"Title\": \"2. påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76747,\n        \"Date\": \"2022-04-24T00:00:00.000Z\",\n        \"Title\": \"Othodox Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76252,\n        \"Date\": \"2022-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76046,\n        \"Date\": \"2022-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7543,\n        \"Date\": \"2022-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4881,\n        \"Date\": \"2022-05-02T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76026,\n        \"Date\": \"2022-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76609,\n        \"Date\": \"2022-05-05T00:00:00.000Z\",\n        \"Title\": \"Coronation Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7544,\n        \"Date\": \"2022-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76117,\n        \"Date\": \"2022-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1091,\n        \"Date\": \"2022-05-13T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75907,\n        \"Date\": \"2022-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1092,\n        \"Date\": \"2022-05-26T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4882,\n        \"Date\": \"2022-05-30T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1094,\n        \"Date\": \"2022-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1093,\n        \"Date\": \"2022-06-06T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76253,\n        \"Date\": \"2022-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76748,\n        \"Date\": \"2022-06-12T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76749,\n        \"Date\": \"2022-06-13T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7968,\n        \"Date\": \"2022-06-16T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8846,\n        \"Date\": \"2022-06-25T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76120,\n        \"Date\": \"2022-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7545,\n        \"Date\": \"2022-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8844,\n        \"Date\": \"2022-08-01T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7970,\n        \"Date\": \"2022-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76124,\n        \"Date\": \"2022-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76610,\n        \"Date\": \"2022-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7546,\n        \"Date\": \"2022-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92592,\n        \"Date\": \"2022-08-19T00:00:00.000Z\",\n        \"Title\": \"AUGUST 19th HOLIDAY\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92593,\n        \"Date\": \"2022-08-22T00:00:00.000Z\",\n        \"Title\": \"AUGUST 22nd Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4883,\n        \"Date\": \"2022-08-29T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76116,\n        \"Date\": \"2022-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76840,\n        \"Date\": \"2022-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7972,\n        \"Date\": \"2022-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76118,\n        \"Date\": \"2022-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76611,\n        \"Date\": \"2022-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76612,\n        \"Date\": \"2022-10-24T00:00:00.000Z\",\n        \"Title\": \"\\t'Chulalongkorn Day' observed\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8792,\n        \"Date\": \"2022-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75908,\n        \"Date\": \"2022-10-30T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7974,\n        \"Date\": \"2022-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7547,\n        \"Date\": \"2022-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92645,\n        \"Date\": \"2022-11-03T00:00:00.000Z\",\n        \"Title\": \"Rizal Day\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 8849,\n        \"Date\": \"2022-11-05T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 7548,\n        \"Date\": \"2022-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75909,\n        \"Date\": \"2022-11-13T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7976,\n        \"Date\": \"2022-11-16T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76841,\n        \"Date\": \"2022-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92652,\n        \"Date\": \"2022-11-18T00:00:00.000Z\",\n        \"Title\": \"TEST\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76802,\n        \"Date\": \"2022-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92651,\n        \"Date\": \"2022-11-23T00:00:00.000Z\",\n        \"Title\": \"Marvel Day 2\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75910,\n        \"Date\": \"2022-11-27T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92653,\n        \"Date\": \"2022-11-29T00:00:00.000Z\",\n        \"Title\": \"TEST\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76750,\n        \"Date\": \"2022-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76751,\n        \"Date\": \"2022-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75911,\n        \"Date\": \"2022-12-04T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76613,\n        \"Date\": \"2022-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8852,\n        \"Date\": \"2022-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8793,\n        \"Date\": \"2022-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76614,\n        \"Date\": \"2022-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75912,\n        \"Date\": \"2022-12-11T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76615,\n        \"Date\": \"2022-12-12T00:00:00.000Z\",\n        \"Title\": \"\\t'Constitution Day' observed\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92649,\n        \"Date\": \"2022-12-14T00:00:00.000Z\",\n        \"Title\": \"TEST\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75913,\n        \"Date\": \"2022-12-18T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92650,\n        \"Date\": \"2022-12-21T00:00:00.000Z\",\n        \"Title\": \"Marvel Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1095,\n        \"Date\": \"2022-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaften\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1096,\n        \"Date\": \"2022-12-25T00:00:00.000Z\",\n        \"Title\": \"1. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1097,\n        \"Date\": \"2022-12-26T00:00:00.000Z\",\n        \"Title\": \"2. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4884,\n        \"Date\": \"2022-12-27T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1098,\n        \"Date\": \"2022-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1099,\n        \"Date\": \"2023-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 4885,\n        \"Date\": \"2023-01-02T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7978,\n        \"Date\": \"2023-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76803,\n        \"Date\": \"2023-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76130,\n        \"Date\": \"2023-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76131,\n        \"Date\": \"2023-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76132,\n        \"Date\": \"2023-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76047,\n        \"Date\": \"2023-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75914,\n        \"Date\": \"2023-02-12T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92656,\n        \"Date\": \"2023-03-07T00:00:00.000Z\",\n        \"Title\": \"Feast Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8847,\n        \"Date\": \"2023-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75915,\n        \"Date\": \"2023-03-26T00:00:00.000Z\",\n        \"Title\": \"DST start\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 96008,\n        \"Date\": \"2023-03-31T00:00:00.000Z\",\n        \"Title\": \"HDOPBC\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 96005,\n        \"Date\": \"2023-04-03T00:00:00.000Z\",\n        \"Title\": \"BHPBC\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 96006,\n        \"Date\": \"2023-04-04T00:00:00.000Z\",\n        \"Title\": \"HPCE\",\n        \"RGB\": \"255;206;68\",\n        \"DayTypeId\": 5\n    },\n    {\n        \"Id\": 96007,\n        \"Date\": \"2023-04-05T00:00:00.000Z\",\n        \"Title\": \"LPBC\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1100,\n        \"Date\": \"2023-04-06T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1101,\n        \"Date\": \"2023-04-07T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1102,\n        \"Date\": \"2023-04-09T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1103,\n        \"Date\": \"2023-04-10T00:00:00.000Z\",\n        \"Title\": \"2. påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76616,\n        \"Date\": \"2023-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76127,\n        \"Date\": \"2023-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76617,\n        \"Date\": \"2023-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76752,\n        \"Date\": \"2023-04-16T00:00:00.000Z\",\n        \"Title\": \"Othodox Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76618,\n        \"Date\": \"2023-04-17T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 96004,\n        \"Date\": \"2023-04-20T00:00:00.000Z\",\n        \"Title\": \"HDOFFABC\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 94311,\n        \"Date\": \"2023-04-21T00:00:00.000Z\",\n        \"Title\": \"Project nation day\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 96003,\n        \"Date\": \"2023-04-24T00:00:00.000Z\",\n        \"Title\": \"HDOFF-24TH\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 76254,\n        \"Date\": \"2023-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76048,\n        \"Date\": \"2023-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 92657,\n        \"Date\": \"2023-04-28T00:00:00.000Z\",\n        \"Title\": \"Test Added Company\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 94307,\n        \"Date\": \"2023-05-01T00:00:00.000Z\",\n        \"Title\": \"LabourDay\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 76049,\n        \"Date\": \"2023-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76027,\n        \"Date\": \"2023-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 95998,\n        \"Date\": \"2023-05-04T00:00:00.000Z\",\n        \"Title\": \"HDOFF\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 1104,\n        \"Date\": \"2023-05-05T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7549,\n        \"Date\": \"2023-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 94330,\n        \"Date\": \"2023-05-09T00:00:00.000Z\",\n        \"Title\": \"B-HDAY ONE\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76126,\n        \"Date\": \"2023-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 94328,\n        \"Date\": \"2023-05-11T00:00:00.000Z\",\n        \"Title\": \"Leave-ONE\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 94327,\n        \"Date\": \"2023-05-15T00:00:00.000Z\",\n        \"Title\": \"HDO-15\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 96002,\n        \"Date\": \"2023-05-16T00:00:00.000Z\",\n        \"Title\": \"HDOFF-TWO\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 75916,\n        \"Date\": \"2023-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1105,\n        \"Date\": \"2023-05-18T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 94308,\n        \"Date\": \"2023-05-22T00:00:00.000Z\",\n        \"Title\": \"Test Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 94312,\n        \"Date\": \"2023-05-23T00:00:00.000Z\",\n        \"Title\": \"IJGM\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 94315,\n        \"Date\": \"2023-05-24T00:00:00.000Z\",\n        \"Title\": \"test\",\n        \"RGB\": \"255;206;68\",\n        \"DayTypeId\": 5\n    },\n    {\n        \"Id\": 94316,\n        \"Date\": \"2023-05-25T00:00:00.000Z\",\n        \"Title\": \"test\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 94325,\n        \"Date\": \"2023-05-26T00:00:00.000Z\",\n        \"Title\": \"BH1\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6922,\n        \"Date\": \"2023-05-28T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1106,\n        \"Date\": \"2023-05-29T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76753,\n        \"Date\": \"2023-06-04T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1107,\n        \"Date\": \"2023-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76281,\n        \"Date\": \"2023-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7980,\n        \"Date\": \"2023-06-08T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76255,\n        \"Date\": \"2023-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 94326,\n        \"Date\": \"2023-06-12T00:00:00.000Z\",\n        \"Title\": \"HDO2\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 94313,\n        \"Date\": \"2023-06-16T00:00:00.000Z\",\n        \"Title\": \"HDO-HC\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 94314,\n        \"Date\": \"2023-06-17T00:00:00.000Z\",\n        \"Title\": \"HD1\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 94317,\n        \"Date\": \"2023-06-18T00:00:00.000Z\",\n        \"Title\": \"TSTBH\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 94318,\n        \"Date\": \"2023-06-19T00:00:00.000Z\",\n        \"Title\": \"TST BH2\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 94319,\n        \"Date\": \"2023-06-21T00:00:00.000Z\",\n        \"Title\": \"TSTBH3\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8855,\n        \"Date\": \"2023-06-24T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76050,\n        \"Date\": \"2023-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76129,\n        \"Date\": \"2023-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76842,\n        \"Date\": \"2023-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7550,\n        \"Date\": \"2023-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 97686,\n        \"Date\": \"2023-08-01T00:00:00.000Z\",\n        \"Title\": \"aras test 4\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 97685,\n        \"Date\": \"2023-08-04T00:00:00.000Z\",\n        \"Title\": \"test 3 aras\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8850,\n        \"Date\": \"2023-08-07T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7982,\n        \"Date\": \"2023-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76133,\n        \"Date\": \"2023-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76619,\n        \"Date\": \"2023-08-11T00:00:00.000Z\",\n        \"Title\": \"\\t'Mother's Day' observed\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7551,\n        \"Date\": \"2023-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 97684,\n        \"Date\": \"2023-08-25T00:00:00.000Z\",\n        \"Title\": \"test aras2\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 97688,\n        \"Date\": \"2023-08-26T00:00:00.000Z\",\n        \"Title\": \"aras test 4\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4887,\n        \"Date\": \"2023-08-28T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76843,\n        \"Date\": \"2023-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 97683,\n        \"Date\": \"2023-08-30T00:00:00.000Z\",\n        \"Title\": \"test Aras\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76125,\n        \"Date\": \"2023-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76844,\n        \"Date\": \"2023-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7984,\n        \"Date\": \"2023-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76128,\n        \"Date\": \"2023-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76621,\n        \"Date\": \"2023-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8794,\n        \"Date\": \"2023-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75917,\n        \"Date\": \"2023-10-29T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7986,\n        \"Date\": \"2023-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7552,\n        \"Date\": \"2023-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8858,\n        \"Date\": \"2023-11-04T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 7553,\n        \"Date\": \"2023-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75918,\n        \"Date\": \"2023-11-12T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76845,\n        \"Date\": \"2023-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76804,\n        \"Date\": \"2023-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7988,\n        \"Date\": \"2023-11-22T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76754,\n        \"Date\": \"2023-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76755,\n        \"Date\": \"2023-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75919,\n        \"Date\": \"2023-12-03T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76622,\n        \"Date\": \"2023-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8860,\n        \"Date\": \"2023-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8795,\n        \"Date\": \"2023-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75920,\n        \"Date\": \"2023-12-10T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76623,\n        \"Date\": \"2023-12-11T00:00:00.000Z\",\n        \"Title\": \"\\t'Constitution Day' observed\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75921,\n        \"Date\": \"2023-12-17T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1108,\n        \"Date\": \"2023-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaften\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1109,\n        \"Date\": \"2023-12-25T00:00:00.000Z\",\n        \"Title\": \"1. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1110,\n        \"Date\": \"2023-12-26T00:00:00.000Z\",\n        \"Title\": \"2. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1111,\n        \"Date\": \"2023-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1112,\n        \"Date\": \"2024-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76138,\n        \"Date\": \"2024-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7990,\n        \"Date\": \"2024-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76805,\n        \"Date\": \"2024-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76140,\n        \"Date\": \"2024-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76141,\n        \"Date\": \"2024-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76142,\n        \"Date\": \"2024-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76051,\n        \"Date\": \"2024-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75922,\n        \"Date\": \"2024-02-11T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8853,\n        \"Date\": \"2024-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1113,\n        \"Date\": \"2024-03-28T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1114,\n        \"Date\": \"2024-03-29T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1115,\n        \"Date\": \"2024-03-31T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4888,\n        \"Date\": \"2024-04-01T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76624,\n        \"Date\": \"2024-04-05T00:00:00.000Z\",\n        \"Title\": \"'Chakri Day' observed\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76625,\n        \"Date\": \"2024-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76626,\n        \"Date\": \"2024-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76136,\n        \"Date\": \"2024-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76627,\n        \"Date\": \"2024-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76628,\n        \"Date\": \"2024-04-16T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76629,\n        \"Date\": \"2024-04-17T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76256,\n        \"Date\": \"2024-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1117,\n        \"Date\": \"2024-04-26T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76052,\n        \"Date\": \"2024-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7554,\n        \"Date\": \"2024-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76053,\n        \"Date\": \"2024-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76028,\n        \"Date\": \"2024-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76630,\n        \"Date\": \"2024-05-05T00:00:00.000Z\",\n        \"Title\": \"Coronation Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4889,\n        \"Date\": \"2024-05-06T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7555,\n        \"Date\": \"2024-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1118,\n        \"Date\": \"2024-05-09T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76135,\n        \"Date\": \"2024-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75923,\n        \"Date\": \"2024-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6923,\n        \"Date\": \"2024-05-19T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1119,\n        \"Date\": \"2024-05-20T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4890,\n        \"Date\": \"2024-05-27T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7992,\n        \"Date\": \"2024-05-30T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1120,\n        \"Date\": \"2024-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76282,\n        \"Date\": \"2024-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76257,\n        \"Date\": \"2024-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8862,\n        \"Date\": \"2024-06-22T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76054,\n        \"Date\": \"2024-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76139,\n        \"Date\": \"2024-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76846,\n        \"Date\": \"2024-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7556,\n        \"Date\": \"2024-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8856,\n        \"Date\": \"2024-08-05T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7994,\n        \"Date\": \"2024-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76143,\n        \"Date\": \"2024-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76631,\n        \"Date\": \"2024-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7557,\n        \"Date\": \"2024-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4891,\n        \"Date\": \"2024-08-26T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76847,\n        \"Date\": \"2024-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76134,\n        \"Date\": \"2024-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76848,\n        \"Date\": \"2024-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7996,\n        \"Date\": \"2024-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76137,\n        \"Date\": \"2024-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76632,\n        \"Date\": \"2024-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8796,\n        \"Date\": \"2024-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75924,\n        \"Date\": \"2024-10-27T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7998,\n        \"Date\": \"2024-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7558,\n        \"Date\": \"2024-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8864,\n        \"Date\": \"2024-11-02T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 75925,\n        \"Date\": \"2024-11-10T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7559,\n        \"Date\": \"2024-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76849,\n        \"Date\": \"2024-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76806,\n        \"Date\": \"2024-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8000,\n        \"Date\": \"2024-11-20T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76756,\n        \"Date\": \"2024-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75926,\n        \"Date\": \"2024-12-01T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76633,\n        \"Date\": \"2024-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8866,\n        \"Date\": \"2024-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8797,\n        \"Date\": \"2024-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76634,\n        \"Date\": \"2024-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75927,\n        \"Date\": \"2024-12-15T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75928,\n        \"Date\": \"2024-12-22T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76850,\n        \"Date\": \"2024-12-24T00:00:00.000Z\",\n        \"Title\": \"Christmas Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1122,\n        \"Date\": \"2024-12-25T00:00:00.000Z\",\n        \"Title\": \"1. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1123,\n        \"Date\": \"2024-12-26T00:00:00.000Z\",\n        \"Title\": \"2. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1124,\n        \"Date\": \"2024-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 1125,\n        \"Date\": \"2025-01-01T00:00:00.000Z\",\n        \"Title\": \"Nytårsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76148,\n        \"Date\": \"2025-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8002,\n        \"Date\": \"2025-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76807,\n        \"Date\": \"2025-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76150,\n        \"Date\": \"2025-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76151,\n        \"Date\": \"2025-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76152,\n        \"Date\": \"2025-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76055,\n        \"Date\": \"2025-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75929,\n        \"Date\": \"2025-02-09T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8859,\n        \"Date\": \"2025-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75930,\n        \"Date\": \"2025-03-30T00:00:00.000Z\",\n        \"Title\": \"DST start\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76635,\n        \"Date\": \"2025-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76636,\n        \"Date\": \"2025-04-07T00:00:00.000Z\",\n        \"Title\": \"'Chakri Day' observed\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76637,\n        \"Date\": \"2025-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76146,\n        \"Date\": \"2025-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76638,\n        \"Date\": \"2025-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76639,\n        \"Date\": \"2025-04-16T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1126,\n        \"Date\": \"2025-04-17T00:00:00.000Z\",\n        \"Title\": \"Skærtorsdag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1127,\n        \"Date\": \"2025-04-18T00:00:00.000Z\",\n        \"Title\": \"Langfredag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1128,\n        \"Date\": \"2025-04-20T00:00:00.000Z\",\n        \"Title\": \"Påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1129,\n        \"Date\": \"2025-04-21T00:00:00.000Z\",\n        \"Title\": \"2. påskedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76258,\n        \"Date\": \"2025-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76296,\n        \"Date\": \"2025-04-26T00:00:00.000Z\",\n        \"Title\": \"Koningsdag (national Holiday)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76056,\n        \"Date\": \"2025-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7560,\n        \"Date\": \"2025-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76057,\n        \"Date\": \"2025-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76029,\n        \"Date\": \"2025-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4892,\n        \"Date\": \"2025-05-05T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7561,\n        \"Date\": \"2025-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76145,\n        \"Date\": \"2025-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1130,\n        \"Date\": \"2025-05-16T00:00:00.000Z\",\n        \"Title\": \"Store Bededag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75931,\n        \"Date\": \"2025-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4893,\n        \"Date\": \"2025-05-26T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1131,\n        \"Date\": \"2025-05-29T00:00:00.000Z\",\n        \"Title\": \"Kristi Himmelfart\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1133,\n        \"Date\": \"2025-06-05T00:00:00.000Z\",\n        \"Title\": \"Grundlovsdag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 76283,\n        \"Date\": \"2025-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6924,\n        \"Date\": \"2025-06-08T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1132,\n        \"Date\": \"2025-06-09T00:00:00.000Z\",\n        \"Title\": \"2. pinsedag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76259,\n        \"Date\": \"2025-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8004,\n        \"Date\": \"2025-06-19T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8868,\n        \"Date\": \"2025-06-21T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76058,\n        \"Date\": \"2025-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76149,\n        \"Date\": \"2025-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76851,\n        \"Date\": \"2025-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7563,\n        \"Date\": \"2025-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8861,\n        \"Date\": \"2025-08-04T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8006,\n        \"Date\": \"2025-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76153,\n        \"Date\": \"2025-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76640,\n        \"Date\": \"2025-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7565,\n        \"Date\": \"2025-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4894,\n        \"Date\": \"2025-08-25T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76852,\n        \"Date\": \"2025-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76144,\n        \"Date\": \"2025-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76853,\n        \"Date\": \"2025-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8008,\n        \"Date\": \"2025-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76147,\n        \"Date\": \"2025-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76641,\n        \"Date\": \"2025-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8798,\n        \"Date\": \"2025-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8010,\n        \"Date\": \"2025-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7567,\n        \"Date\": \"2025-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75932,\n        \"Date\": \"2025-11-09T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7569,\n        \"Date\": \"2025-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76854,\n        \"Date\": \"2025-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8012,\n        \"Date\": \"2025-11-19T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75933,\n        \"Date\": \"2025-11-30T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76757,\n        \"Date\": \"2025-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76642,\n        \"Date\": \"2025-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8870,\n        \"Date\": \"2025-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75934,\n        \"Date\": \"2025-12-07T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8799,\n        \"Date\": \"2025-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76643,\n        \"Date\": \"2025-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75935,\n        \"Date\": \"2025-12-14T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75936,\n        \"Date\": \"2025-12-21T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1134,\n        \"Date\": \"2025-12-24T00:00:00.000Z\",\n        \"Title\": \"Juleaften\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1135,\n        \"Date\": \"2025-12-25T00:00:00.000Z\",\n        \"Title\": \"1. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1136,\n        \"Date\": \"2025-12-26T00:00:00.000Z\",\n        \"Title\": \"2. juledag\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 1137,\n        \"Date\": \"2025-12-31T00:00:00.000Z\",\n        \"Title\": \"Nytårsaftens dag\",\n        \"RGB\": \"228;224;255\",\n        \"DayTypeId\": 6\n    },\n    {\n        \"Id\": 4895,\n        \"Date\": \"2026-01-01T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76158,\n        \"Date\": \"2026-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8014,\n        \"Date\": \"2026-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76808,\n        \"Date\": \"2026-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76160,\n        \"Date\": \"2026-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76161,\n        \"Date\": \"2026-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76162,\n        \"Date\": \"2026-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75937,\n        \"Date\": \"2026-02-08T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8863,\n        \"Date\": \"2026-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75938,\n        \"Date\": \"2026-03-29T00:00:00.000Z\",\n        \"Title\": \"DST start\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6925,\n        \"Date\": \"2026-04-02T00:00:00.000Z\",\n        \"Title\": \"Maundy Thursday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6926,\n        \"Date\": \"2026-04-03T00:00:00.000Z\",\n        \"Title\": \"Good Friday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6927,\n        \"Date\": \"2026-04-05T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4896,\n        \"Date\": \"2026-04-06T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76758,\n        \"Date\": \"2026-04-12T00:00:00.000Z\",\n        \"Title\": \"Othodox Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76644,\n        \"Date\": \"2026-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76156,\n        \"Date\": \"2026-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76645,\n        \"Date\": \"2026-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76260,\n        \"Date\": \"2026-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76059,\n        \"Date\": \"2026-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6928,\n        \"Date\": \"2026-05-01T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76060,\n        \"Date\": \"2026-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76030,\n        \"Date\": \"2026-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4897,\n        \"Date\": \"2026-05-04T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76646,\n        \"Date\": \"2026-05-05T00:00:00.000Z\",\n        \"Title\": \"Coronation Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7571,\n        \"Date\": \"2026-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76155,\n        \"Date\": \"2026-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6929,\n        \"Date\": \"2026-05-14T00:00:00.000Z\",\n        \"Title\": \"Ascension Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75939,\n        \"Date\": \"2026-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6930,\n        \"Date\": \"2026-05-24T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4898,\n        \"Date\": \"2026-05-25T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76759,\n        \"Date\": \"2026-05-31T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76760,\n        \"Date\": \"2026-06-01T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8016,\n        \"Date\": \"2026-06-04T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76284,\n        \"Date\": \"2026-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76261,\n        \"Date\": \"2026-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8872,\n        \"Date\": \"2026-06-20T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76061,\n        \"Date\": \"2026-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76159,\n        \"Date\": \"2026-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76855,\n        \"Date\": \"2026-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7573,\n        \"Date\": \"2026-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8865,\n        \"Date\": \"2026-08-03T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8018,\n        \"Date\": \"2026-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76163,\n        \"Date\": \"2026-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76647,\n        \"Date\": \"2026-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7575,\n        \"Date\": \"2026-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76856,\n        \"Date\": \"2026-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4899,\n        \"Date\": \"2026-08-31T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76154,\n        \"Date\": \"2026-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76857,\n        \"Date\": \"2026-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8020,\n        \"Date\": \"2026-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76157,\n        \"Date\": \"2026-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76648,\n        \"Date\": \"2026-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75940,\n        \"Date\": \"2026-10-25T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8800,\n        \"Date\": \"2026-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8022,\n        \"Date\": \"2026-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7613,\n        \"Date\": \"2026-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75941,\n        \"Date\": \"2026-11-08T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7732,\n        \"Date\": \"2026-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76858,\n        \"Date\": \"2026-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8024,\n        \"Date\": \"2026-11-18T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76809,\n        \"Date\": \"2026-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75942,\n        \"Date\": \"2026-11-29T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76761,\n        \"Date\": \"2026-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76762,\n        \"Date\": \"2026-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76649,\n        \"Date\": \"2026-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8874,\n        \"Date\": \"2026-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76650,\n        \"Date\": \"2026-12-07T00:00:00.000Z\",\n        \"Title\": \"'Father's Day' observed\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8801,\n        \"Date\": \"2026-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76651,\n        \"Date\": \"2026-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75943,\n        \"Date\": \"2026-12-13T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75944,\n        \"Date\": \"2026-12-20T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76859,\n        \"Date\": \"2026-12-24T00:00:00.000Z\",\n        \"Title\": \"Christmas Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4900,\n        \"Date\": \"2026-12-25T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6931,\n        \"Date\": \"2026-12-26T00:00:00.000Z\",\n        \"Title\": \"St. Stephen´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4901,\n        \"Date\": \"2026-12-28T00:00:00.000Z\",\n        \"Title\": \"Boxing Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75945,\n        \"Date\": \"2026-12-31T00:00:00.000Z\",\n        \"Title\": \"New Year´s Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4902,\n        \"Date\": \"2027-01-01T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76168,\n        \"Date\": \"2027-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8026,\n        \"Date\": \"2027-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76810,\n        \"Date\": \"2027-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76169,\n        \"Date\": \"2027-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76170,\n        \"Date\": \"2027-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76171,\n        \"Date\": \"2027-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76062,\n        \"Date\": \"2027-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75946,\n        \"Date\": \"2027-02-14T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8867,\n        \"Date\": \"2027-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6932,\n        \"Date\": \"2027-03-25T00:00:00.000Z\",\n        \"Title\": \"Maundy Thursday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6933,\n        \"Date\": \"2027-03-26T00:00:00.000Z\",\n        \"Title\": \"Good Friday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6934,\n        \"Date\": \"2027-03-28T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4903,\n        \"Date\": \"2027-03-29T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76652,\n        \"Date\": \"2027-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76653,\n        \"Date\": \"2027-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76166,\n        \"Date\": \"2027-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76654,\n        \"Date\": \"2027-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6935,\n        \"Date\": \"2027-04-23T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76262,\n        \"Date\": \"2027-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76063,\n        \"Date\": \"2027-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7861,\n        \"Date\": \"2027-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76064,\n        \"Date\": \"2027-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4904,\n        \"Date\": \"2027-05-03T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76655,\n        \"Date\": \"2027-05-05T00:00:00.000Z\",\n        \"Title\": \"Coronation Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6936,\n        \"Date\": \"2027-05-06T00:00:00.000Z\",\n        \"Title\": \"Ascension Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7927,\n        \"Date\": \"2027-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76165,\n        \"Date\": \"2027-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6937,\n        \"Date\": \"2027-05-16T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6938,\n        \"Date\": \"2027-05-17T00:00:00.000Z\",\n        \"Title\": \"Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8028,\n        \"Date\": \"2027-05-27T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4905,\n        \"Date\": \"2027-05-31T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76285,\n        \"Date\": \"2027-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76263,\n        \"Date\": \"2027-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76763,\n        \"Date\": \"2027-06-20T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76764,\n        \"Date\": \"2027-06-21T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76065,\n        \"Date\": \"2027-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8876,\n        \"Date\": \"2027-06-26T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76860,\n        \"Date\": \"2027-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7929,\n        \"Date\": \"2027-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8869,\n        \"Date\": \"2027-08-02T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8030,\n        \"Date\": \"2027-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76172,\n        \"Date\": \"2027-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76656,\n        \"Date\": \"2027-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7931,\n        \"Date\": \"2027-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76861,\n        \"Date\": \"2027-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4906,\n        \"Date\": \"2027-08-30T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76164,\n        \"Date\": \"2027-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76862,\n        \"Date\": \"2027-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8032,\n        \"Date\": \"2027-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76167,\n        \"Date\": \"2027-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76657,\n        \"Date\": \"2027-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76658,\n        \"Date\": \"2027-10-25T00:00:00.000Z\",\n        \"Title\": \"\\t'Chulalongkorn Day' observed\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8802,\n        \"Date\": \"2027-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8034,\n        \"Date\": \"2027-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7933,\n        \"Date\": \"2027-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8878,\n        \"Date\": \"2027-11-06T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 7935,\n        \"Date\": \"2027-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75947,\n        \"Date\": \"2027-11-14T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8036,\n        \"Date\": \"2027-11-17T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76811,\n        \"Date\": \"2027-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75948,\n        \"Date\": \"2027-11-28T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76765,\n        \"Date\": \"2027-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76766,\n        \"Date\": \"2027-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75949,\n        \"Date\": \"2027-12-05T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8880,\n        \"Date\": \"2027-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8803,\n        \"Date\": \"2027-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76659,\n        \"Date\": \"2027-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75950,\n        \"Date\": \"2027-12-12T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75951,\n        \"Date\": \"2027-12-19T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76863,\n        \"Date\": \"2027-12-24T00:00:00.000Z\",\n        \"Title\": \"Christmas Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6939,\n        \"Date\": \"2027-12-25T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6940,\n        \"Date\": \"2027-12-26T00:00:00.000Z\",\n        \"Title\": \"St. Stephen´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4907,\n        \"Date\": \"2027-12-27T00:00:00.000Z\",\n        \"Title\": \"Boxing Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4908,\n        \"Date\": \"2027-12-28T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75952,\n        \"Date\": \"2027-12-31T00:00:00.000Z\",\n        \"Title\": \"New Year´s Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6941,\n        \"Date\": \"2028-01-01T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76176,\n        \"Date\": \"2028-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4909,\n        \"Date\": \"2028-01-03T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8038,\n        \"Date\": \"2028-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76812,\n        \"Date\": \"2028-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76178,\n        \"Date\": \"2028-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76179,\n        \"Date\": \"2028-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76180,\n        \"Date\": \"2028-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76066,\n        \"Date\": \"2028-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75953,\n        \"Date\": \"2028-02-13T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8871,\n        \"Date\": \"2028-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75954,\n        \"Date\": \"2028-03-26T00:00:00.000Z\",\n        \"Title\": \"DST start\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76660,\n        \"Date\": \"2028-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6942,\n        \"Date\": \"2028-04-13T00:00:00.000Z\",\n        \"Title\": \"Maundy Thursday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6943,\n        \"Date\": \"2028-04-14T00:00:00.000Z\",\n        \"Title\": \"Good Friday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76661,\n        \"Date\": \"2028-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6944,\n        \"Date\": \"2028-04-16T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4910,\n        \"Date\": \"2028-04-17T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76264,\n        \"Date\": \"2028-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76067,\n        \"Date\": \"2028-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4911,\n        \"Date\": \"2028-05-01T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76068,\n        \"Date\": \"2028-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76031,\n        \"Date\": \"2028-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76662,\n        \"Date\": \"2028-05-05T00:00:00.000Z\",\n        \"Title\": \"Coronation Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7937,\n        \"Date\": \"2028-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76174,\n        \"Date\": \"2028-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6945,\n        \"Date\": \"2028-05-12T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75955,\n        \"Date\": \"2028-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6946,\n        \"Date\": \"2028-05-25T00:00:00.000Z\",\n        \"Title\": \"Ascension Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4912,\n        \"Date\": \"2028-05-29T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6947,\n        \"Date\": \"2028-06-04T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6948,\n        \"Date\": \"2028-06-05T00:00:00.000Z\",\n        \"Title\": \"Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76286,\n        \"Date\": \"2028-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76265,\n        \"Date\": \"2028-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8040,\n        \"Date\": \"2028-06-15T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8882,\n        \"Date\": \"2028-06-24T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76069,\n        \"Date\": \"2028-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76177,\n        \"Date\": \"2028-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76864,\n        \"Date\": \"2028-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7939,\n        \"Date\": \"2028-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8873,\n        \"Date\": \"2028-08-07T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8041,\n        \"Date\": \"2028-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76181,\n        \"Date\": \"2028-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76663,\n        \"Date\": \"2028-08-11T00:00:00.000Z\",\n        \"Title\": \"\\t'Mother's Day' observed\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76664,\n        \"Date\": \"2028-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7941,\n        \"Date\": \"2028-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4913,\n        \"Date\": \"2028-08-28T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76865,\n        \"Date\": \"2028-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76173,\n        \"Date\": \"2028-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76866,\n        \"Date\": \"2028-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8042,\n        \"Date\": \"2028-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76175,\n        \"Date\": \"2028-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76665,\n        \"Date\": \"2028-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8804,\n        \"Date\": \"2028-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75956,\n        \"Date\": \"2028-10-29T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8043,\n        \"Date\": \"2028-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7943,\n        \"Date\": \"2028-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8884,\n        \"Date\": \"2028-11-04T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 7945,\n        \"Date\": \"2028-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75957,\n        \"Date\": \"2028-11-12T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76867,\n        \"Date\": \"2028-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76813,\n        \"Date\": \"2028-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8044,\n        \"Date\": \"2028-11-22T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76767,\n        \"Date\": \"2028-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76768,\n        \"Date\": \"2028-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75958,\n        \"Date\": \"2028-12-03T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76666,\n        \"Date\": \"2028-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8886,\n        \"Date\": \"2028-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8805,\n        \"Date\": \"2028-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75959,\n        \"Date\": \"2028-12-10T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76667,\n        \"Date\": \"2028-12-11T00:00:00.000Z\",\n        \"Title\": \"\\t'Constitution Day' observed\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75960,\n        \"Date\": \"2028-12-17T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75961,\n        \"Date\": \"2028-12-24T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4914,\n        \"Date\": \"2028-12-25T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4915,\n        \"Date\": \"2028-12-26T00:00:00.000Z\",\n        \"Title\": \"Boxing Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75962,\n        \"Date\": \"2028-12-31T00:00:00.000Z\",\n        \"Title\": \"New Year´s Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4916,\n        \"Date\": \"2029-01-01T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76185,\n        \"Date\": \"2029-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8045,\n        \"Date\": \"2029-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76814,\n        \"Date\": \"2029-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76187,\n        \"Date\": \"2029-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76188,\n        \"Date\": \"2029-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76189,\n        \"Date\": \"2029-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76070,\n        \"Date\": \"2029-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75963,\n        \"Date\": \"2029-02-11T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8875,\n        \"Date\": \"2029-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75964,\n        \"Date\": \"2029-03-25T00:00:00.000Z\",\n        \"Title\": \"DST start\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6949,\n        \"Date\": \"2029-03-29T00:00:00.000Z\",\n        \"Title\": \"Maundy Thursday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6950,\n        \"Date\": \"2029-03-30T00:00:00.000Z\",\n        \"Title\": \"Good Friday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6951,\n        \"Date\": \"2029-04-01T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4917,\n        \"Date\": \"2029-04-02T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76668,\n        \"Date\": \"2029-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76769,\n        \"Date\": \"2029-04-08T00:00:00.000Z\",\n        \"Title\": \"Othodox Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76770,\n        \"Date\": \"2029-04-09T00:00:00.000Z\",\n        \"Title\": \"Orthodox Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76669,\n        \"Date\": \"2029-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76183,\n        \"Date\": \"2029-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76670,\n        \"Date\": \"2029-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76671,\n        \"Date\": \"2029-04-16T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76672,\n        \"Date\": \"2029-04-17T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76266,\n        \"Date\": \"2029-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6952,\n        \"Date\": \"2029-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7947,\n        \"Date\": \"2029-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76071,\n        \"Date\": \"2029-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76032,\n        \"Date\": \"2029-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76673,\n        \"Date\": \"2029-05-05T00:00:00.000Z\",\n        \"Title\": \"Coronation DAY\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4918,\n        \"Date\": \"2029-05-07T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7949,\n        \"Date\": \"2029-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6953,\n        \"Date\": \"2029-05-10T00:00:00.000Z\",\n        \"Title\": \"Ascension Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75965,\n        \"Date\": \"2029-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6954,\n        \"Date\": \"2029-05-20T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6955,\n        \"Date\": \"2029-05-21T00:00:00.000Z\",\n        \"Title\": \"Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76771,\n        \"Date\": \"2029-05-27T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4919,\n        \"Date\": \"2029-05-28T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8046,\n        \"Date\": \"2029-05-31T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76287,\n        \"Date\": \"2029-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76267,\n        \"Date\": \"2029-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8888,\n        \"Date\": \"2029-06-23T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76072,\n        \"Date\": \"2029-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76186,\n        \"Date\": \"2029-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76868,\n        \"Date\": \"2029-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7951,\n        \"Date\": \"2029-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8877,\n        \"Date\": \"2029-08-06T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8047,\n        \"Date\": \"2029-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76190,\n        \"Date\": \"2029-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76674,\n        \"Date\": \"2029-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76675,\n        \"Date\": \"2029-08-13T00:00:00.000Z\",\n        \"Title\": \"\\t'Mother's Day' observed\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7953,\n        \"Date\": \"2029-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4920,\n        \"Date\": \"2029-08-27T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76869,\n        \"Date\": \"2029-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76182,\n        \"Date\": \"2029-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76870,\n        \"Date\": \"2029-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8048,\n        \"Date\": \"2029-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76184,\n        \"Date\": \"2029-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76676,\n        \"Date\": \"2029-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8806,\n        \"Date\": \"2029-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75966,\n        \"Date\": \"2029-10-28T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8049,\n        \"Date\": \"2029-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7955,\n        \"Date\": \"2029-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8890,\n        \"Date\": \"2029-11-03T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 7957,\n        \"Date\": \"2029-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76871,\n        \"Date\": \"2029-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76815,\n        \"Date\": \"2029-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8050,\n        \"Date\": \"2029-11-21T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76772,\n        \"Date\": \"2029-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76773,\n        \"Date\": \"2029-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75967,\n        \"Date\": \"2029-12-02T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76677,\n        \"Date\": \"2029-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8892,\n        \"Date\": \"2029-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8807,\n        \"Date\": \"2029-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75968,\n        \"Date\": \"2029-12-09T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76678,\n        \"Date\": \"2029-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75969,\n        \"Date\": \"2029-12-16T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75970,\n        \"Date\": \"2029-12-23T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76872,\n        \"Date\": \"2029-12-24T00:00:00.000Z\",\n        \"Title\": \"Christmas Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4921,\n        \"Date\": \"2029-12-25T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4922,\n        \"Date\": \"2029-12-26T00:00:00.000Z\",\n        \"Title\": \"Boxing Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75971,\n        \"Date\": \"2029-12-31T00:00:00.000Z\",\n        \"Title\": \"New Year´s Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4923,\n        \"Date\": \"2030-01-01T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76195,\n        \"Date\": \"2030-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8051,\n        \"Date\": \"2030-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76816,\n        \"Date\": \"2030-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76197,\n        \"Date\": \"2030-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76198,\n        \"Date\": \"2030-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76199,\n        \"Date\": \"2030-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76073,\n        \"Date\": \"2030-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75972,\n        \"Date\": \"2030-02-10T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8879,\n        \"Date\": \"2030-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75973,\n        \"Date\": \"2030-03-31T00:00:00.000Z\",\n        \"Title\": \"DST start\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76679,\n        \"Date\": \"2030-04-05T00:00:00.000Z\",\n        \"Title\": \"'Chakri Day' observed\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76680,\n        \"Date\": \"2030-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76681,\n        \"Date\": \"2030-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76193,\n        \"Date\": \"2030-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76682,\n        \"Date\": \"2030-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76683,\n        \"Date\": \"2030-04-16T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76684,\n        \"Date\": \"2030-04-17T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6956,\n        \"Date\": \"2030-04-18T00:00:00.000Z\",\n        \"Title\": \"Maundy Thursday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6957,\n        \"Date\": \"2030-04-19T00:00:00.000Z\",\n        \"Title\": \"Good Friday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6958,\n        \"Date\": \"2030-04-21T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4924,\n        \"Date\": \"2030-04-22T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76268,\n        \"Date\": \"2030-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76074,\n        \"Date\": \"2030-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76774,\n        \"Date\": \"2030-04-28T00:00:00.000Z\",\n        \"Title\": \"Othodox Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76775,\n        \"Date\": \"2030-04-29T00:00:00.000Z\",\n        \"Title\": \"Orthodox Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7959,\n        \"Date\": \"2030-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76075,\n        \"Date\": \"2030-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76033,\n        \"Date\": \"2030-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76685,\n        \"Date\": \"2030-05-05T00:00:00.000Z\",\n        \"Title\": \"Coronation Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4925,\n        \"Date\": \"2030-05-06T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7961,\n        \"Date\": \"2030-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76192,\n        \"Date\": \"2030-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6959,\n        \"Date\": \"2030-05-17T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4926,\n        \"Date\": \"2030-05-27T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6960,\n        \"Date\": \"2030-05-30T00:00:00.000Z\",\n        \"Title\": \"Ascension Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76288,\n        \"Date\": \"2030-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 6982,\n        \"Date\": \"2030-06-09T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7110,\n        \"Date\": \"2030-06-10T00:00:00.000Z\",\n        \"Title\": \"Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76776,\n        \"Date\": \"2030-06-16T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76777,\n        \"Date\": \"2030-06-17T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8052,\n        \"Date\": \"2030-06-20T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8894,\n        \"Date\": \"2030-06-22T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76076,\n        \"Date\": \"2030-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76196,\n        \"Date\": \"2030-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76873,\n        \"Date\": \"2030-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7963,\n        \"Date\": \"2030-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8881,\n        \"Date\": \"2030-08-05T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8053,\n        \"Date\": \"2030-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76200,\n        \"Date\": \"2030-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76686,\n        \"Date\": \"2030-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7965,\n        \"Date\": \"2030-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4927,\n        \"Date\": \"2030-08-26T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76874,\n        \"Date\": \"2030-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76191,\n        \"Date\": \"2030-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76875,\n        \"Date\": \"2030-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8054,\n        \"Date\": \"2030-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76194,\n        \"Date\": \"2030-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76687,\n        \"Date\": \"2030-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8808,\n        \"Date\": \"2030-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75974,\n        \"Date\": \"2030-10-27T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8055,\n        \"Date\": \"2030-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7967,\n        \"Date\": \"2030-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8896,\n        \"Date\": \"2030-11-02T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 75975,\n        \"Date\": \"2030-11-10T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7969,\n        \"Date\": \"2030-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76876,\n        \"Date\": \"2030-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76817,\n        \"Date\": \"2030-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8056,\n        \"Date\": \"2030-11-20T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76778,\n        \"Date\": \"2030-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75976,\n        \"Date\": \"2030-12-01T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76688,\n        \"Date\": \"2030-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8898,\n        \"Date\": \"2030-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8809,\n        \"Date\": \"2030-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76689,\n        \"Date\": \"2030-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75977,\n        \"Date\": \"2030-12-15T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75978,\n        \"Date\": \"2030-12-22T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76877,\n        \"Date\": \"2030-12-24T00:00:00.000Z\",\n        \"Title\": \"Christmas Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4928,\n        \"Date\": \"2030-12-25T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4929,\n        \"Date\": \"2030-12-26T00:00:00.000Z\",\n        \"Title\": \"Boxing Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75979,\n        \"Date\": \"2030-12-31T00:00:00.000Z\",\n        \"Title\": \"New Year´s Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4930,\n        \"Date\": \"2031-01-01T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76204,\n        \"Date\": \"2031-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8057,\n        \"Date\": \"2031-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76818,\n        \"Date\": \"2031-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76206,\n        \"Date\": \"2031-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76207,\n        \"Date\": \"2031-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76208,\n        \"Date\": \"2031-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76077,\n        \"Date\": \"2031-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75980,\n        \"Date\": \"2031-02-09T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8883,\n        \"Date\": \"2031-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75981,\n        \"Date\": \"2031-03-30T00:00:00.000Z\",\n        \"Title\": \"DST start\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76690,\n        \"Date\": \"2031-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76691,\n        \"Date\": \"2031-04-07T00:00:00.000Z\",\n        \"Title\": \"'Chakri Day' observed\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7221,\n        \"Date\": \"2031-04-10T00:00:00.000Z\",\n        \"Title\": \"Maundy Thursday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7407,\n        \"Date\": \"2031-04-11T00:00:00.000Z\",\n        \"Title\": \"Good Friday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7484,\n        \"Date\": \"2031-04-13T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4931,\n        \"Date\": \"2031-04-14T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76692,\n        \"Date\": \"2031-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76693,\n        \"Date\": \"2031-04-16T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76269,\n        \"Date\": \"2031-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76297,\n        \"Date\": \"2031-04-26T00:00:00.000Z\",\n        \"Title\": \"Koningsdag (national Holiday)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76078,\n        \"Date\": \"2031-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7971,\n        \"Date\": \"2031-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76079,\n        \"Date\": \"2031-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76034,\n        \"Date\": \"2031-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4932,\n        \"Date\": \"2031-05-05T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7973,\n        \"Date\": \"2031-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7485,\n        \"Date\": \"2031-05-09T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76202,\n        \"Date\": \"2031-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75982,\n        \"Date\": \"2031-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7486,\n        \"Date\": \"2031-05-22T00:00:00.000Z\",\n        \"Title\": \"Ascension Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4933,\n        \"Date\": \"2031-05-26T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7487,\n        \"Date\": \"2031-06-01T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7488,\n        \"Date\": \"2031-06-02T00:00:00.000Z\",\n        \"Title\": \"Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76289,\n        \"Date\": \"2031-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76270,\n        \"Date\": \"2031-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8058,\n        \"Date\": \"2031-06-12T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8900,\n        \"Date\": \"2031-06-21T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76080,\n        \"Date\": \"2031-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76205,\n        \"Date\": \"2031-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76878,\n        \"Date\": \"2031-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7975,\n        \"Date\": \"2031-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8885,\n        \"Date\": \"2031-08-04T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8059,\n        \"Date\": \"2031-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76209,\n        \"Date\": \"2031-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76694,\n        \"Date\": \"2031-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7977,\n        \"Date\": \"2031-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4934,\n        \"Date\": \"2031-08-25T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76879,\n        \"Date\": \"2031-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76201,\n        \"Date\": \"2031-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76880,\n        \"Date\": \"2031-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8060,\n        \"Date\": \"2031-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76203,\n        \"Date\": \"2031-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76695,\n        \"Date\": \"2031-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8810,\n        \"Date\": \"2031-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8061,\n        \"Date\": \"2031-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7979,\n        \"Date\": \"2031-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75983,\n        \"Date\": \"2031-11-09T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7981,\n        \"Date\": \"2031-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76881,\n        \"Date\": \"2031-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8062,\n        \"Date\": \"2031-11-19T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75984,\n        \"Date\": \"2031-11-30T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76779,\n        \"Date\": \"2031-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76696,\n        \"Date\": \"2031-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8902,\n        \"Date\": \"2031-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75985,\n        \"Date\": \"2031-12-07T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8811,\n        \"Date\": \"2031-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76697,\n        \"Date\": \"2031-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75986,\n        \"Date\": \"2031-12-14T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75987,\n        \"Date\": \"2031-12-21T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76882,\n        \"Date\": \"2031-12-24T00:00:00.000Z\",\n        \"Title\": \"Christmas Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4935,\n        \"Date\": \"2031-12-25T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4936,\n        \"Date\": \"2031-12-26T00:00:00.000Z\",\n        \"Title\": \"Boxing Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75988,\n        \"Date\": \"2031-12-31T00:00:00.000Z\",\n        \"Title\": \"New Year´s Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4937,\n        \"Date\": \"2032-01-01T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76214,\n        \"Date\": \"2032-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8063,\n        \"Date\": \"2032-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76819,\n        \"Date\": \"2032-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76215,\n        \"Date\": \"2032-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76216,\n        \"Date\": \"2032-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76217,\n        \"Date\": \"2032-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75989,\n        \"Date\": \"2032-02-08T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8887,\n        \"Date\": \"2032-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7489,\n        \"Date\": \"2032-03-25T00:00:00.000Z\",\n        \"Title\": \"Maundy Thursday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7490,\n        \"Date\": \"2032-03-26T00:00:00.000Z\",\n        \"Title\": \"Good Friday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7491,\n        \"Date\": \"2032-03-28T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4938,\n        \"Date\": \"2032-03-29T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76698,\n        \"Date\": \"2032-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76699,\n        \"Date\": \"2032-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76212,\n        \"Date\": \"2032-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76700,\n        \"Date\": \"2032-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7492,\n        \"Date\": \"2032-04-23T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76271,\n        \"Date\": \"2032-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76081,\n        \"Date\": \"2032-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7983,\n        \"Date\": \"2032-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76082,\n        \"Date\": \"2032-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4939,\n        \"Date\": \"2032-05-03T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76701,\n        \"Date\": \"2032-05-05T00:00:00.000Z\",\n        \"Title\": \"Coronation Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7493,\n        \"Date\": \"2032-05-06T00:00:00.000Z\",\n        \"Title\": \"Ascension Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7985,\n        \"Date\": \"2032-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76211,\n        \"Date\": \"2032-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7494,\n        \"Date\": \"2032-05-16T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7495,\n        \"Date\": \"2032-05-17T00:00:00.000Z\",\n        \"Title\": \"Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8064,\n        \"Date\": \"2032-05-27T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4940,\n        \"Date\": \"2032-05-31T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76290,\n        \"Date\": \"2032-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76272,\n        \"Date\": \"2032-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76780,\n        \"Date\": \"2032-06-20T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76781,\n        \"Date\": \"2032-06-21T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76083,\n        \"Date\": \"2032-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8903,\n        \"Date\": \"2032-06-26T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76883,\n        \"Date\": \"2032-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7987,\n        \"Date\": \"2032-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8889,\n        \"Date\": \"2032-08-02T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8065,\n        \"Date\": \"2032-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76218,\n        \"Date\": \"2032-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76702,\n        \"Date\": \"2032-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7989,\n        \"Date\": \"2032-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76884,\n        \"Date\": \"2032-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4941,\n        \"Date\": \"2032-08-30T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76210,\n        \"Date\": \"2032-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76885,\n        \"Date\": \"2032-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8066,\n        \"Date\": \"2032-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76213,\n        \"Date\": \"2032-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76703,\n        \"Date\": \"2032-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76704,\n        \"Date\": \"2032-10-25T00:00:00.000Z\",\n        \"Title\": \"\\t'Chulalongkorn Day' observed\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8812,\n        \"Date\": \"2032-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8067,\n        \"Date\": \"2032-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7991,\n        \"Date\": \"2032-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8904,\n        \"Date\": \"2032-11-06T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 7993,\n        \"Date\": \"2032-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75990,\n        \"Date\": \"2032-11-14T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8068,\n        \"Date\": \"2032-11-17T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76820,\n        \"Date\": \"2032-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75991,\n        \"Date\": \"2032-11-28T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76782,\n        \"Date\": \"2032-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76783,\n        \"Date\": \"2032-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75992,\n        \"Date\": \"2032-12-05T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8905,\n        \"Date\": \"2032-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8813,\n        \"Date\": \"2032-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76705,\n        \"Date\": \"2032-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75993,\n        \"Date\": \"2032-12-12T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75994,\n        \"Date\": \"2032-12-19T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76886,\n        \"Date\": \"2032-12-24T00:00:00.000Z\",\n        \"Title\": \"Christmas Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7496,\n        \"Date\": \"2032-12-25T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7497,\n        \"Date\": \"2032-12-26T00:00:00.000Z\",\n        \"Title\": \"St. Stephen´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4942,\n        \"Date\": \"2032-12-27T00:00:00.000Z\",\n        \"Title\": \"Boxing Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4943,\n        \"Date\": \"2032-12-28T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75995,\n        \"Date\": \"2032-12-31T00:00:00.000Z\",\n        \"Title\": \"New Year´s Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7498,\n        \"Date\": \"2033-01-01T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76222,\n        \"Date\": \"2033-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4944,\n        \"Date\": \"2033-01-03T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8069,\n        \"Date\": \"2033-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76821,\n        \"Date\": \"2033-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76224,\n        \"Date\": \"2033-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76225,\n        \"Date\": \"2033-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76226,\n        \"Date\": \"2033-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76084,\n        \"Date\": \"2033-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75996,\n        \"Date\": \"2033-02-13T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8891,\n        \"Date\": \"2033-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75997,\n        \"Date\": \"2033-03-27T00:00:00.000Z\",\n        \"Title\": \"DST start\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76706,\n        \"Date\": \"2033-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76707,\n        \"Date\": \"2033-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7499,\n        \"Date\": \"2033-04-14T00:00:00.000Z\",\n        \"Title\": \"Maundy Thursday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7500,\n        \"Date\": \"2033-04-15T00:00:00.000Z\",\n        \"Title\": \"Good Friday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7501,\n        \"Date\": \"2033-04-17T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4945,\n        \"Date\": \"2033-04-18T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76784,\n        \"Date\": \"2033-04-24T00:00:00.000Z\",\n        \"Title\": \"Othodox Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76273,\n        \"Date\": \"2033-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76085,\n        \"Date\": \"2033-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7995,\n        \"Date\": \"2033-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4946,\n        \"Date\": \"2033-05-02T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76035,\n        \"Date\": \"2033-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76708,\n        \"Date\": \"2033-05-05T00:00:00.000Z\",\n        \"Title\": \"Coronation Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7997,\n        \"Date\": \"2033-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76220,\n        \"Date\": \"2033-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7502,\n        \"Date\": \"2033-05-13T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75998,\n        \"Date\": \"2033-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7503,\n        \"Date\": \"2033-05-26T00:00:00.000Z\",\n        \"Title\": \"Ascension Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4947,\n        \"Date\": \"2033-05-30T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7504,\n        \"Date\": \"2033-06-05T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7505,\n        \"Date\": \"2033-06-06T00:00:00.000Z\",\n        \"Title\": \"Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76274,\n        \"Date\": \"2033-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76785,\n        \"Date\": \"2033-06-12T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76786,\n        \"Date\": \"2033-06-13T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8070,\n        \"Date\": \"2033-06-16T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8906,\n        \"Date\": \"2033-06-25T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76223,\n        \"Date\": \"2033-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76887,\n        \"Date\": \"2033-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7999,\n        \"Date\": \"2033-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8893,\n        \"Date\": \"2033-08-01T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8071,\n        \"Date\": \"2033-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76227,\n        \"Date\": \"2033-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76709,\n        \"Date\": \"2033-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8001,\n        \"Date\": \"2033-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4948,\n        \"Date\": \"2033-08-29T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76219,\n        \"Date\": \"2033-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76888,\n        \"Date\": \"2033-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8072,\n        \"Date\": \"2033-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76221,\n        \"Date\": \"2033-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76710,\n        \"Date\": \"2033-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76711,\n        \"Date\": \"2033-10-24T00:00:00.000Z\",\n        \"Title\": \"\\t'Chulalongkorn Day' observed\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8814,\n        \"Date\": \"2033-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 75999,\n        \"Date\": \"2033-10-30T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8073,\n        \"Date\": \"2033-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8003,\n        \"Date\": \"2033-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8907,\n        \"Date\": \"2033-11-05T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 8005,\n        \"Date\": \"2033-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76000,\n        \"Date\": \"2033-11-13T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8074,\n        \"Date\": \"2033-11-16T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76889,\n        \"Date\": \"2033-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76822,\n        \"Date\": \"2033-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76001,\n        \"Date\": \"2033-11-27T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76787,\n        \"Date\": \"2033-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76788,\n        \"Date\": \"2033-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76002,\n        \"Date\": \"2033-12-04T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76712,\n        \"Date\": \"2033-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8908,\n        \"Date\": \"2033-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8815,\n        \"Date\": \"2033-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76713,\n        \"Date\": \"2033-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76003,\n        \"Date\": \"2033-12-11T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76714,\n        \"Date\": \"2033-12-12T00:00:00.000Z\",\n        \"Title\": \"\\t'Constitution Day' observed\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76004,\n        \"Date\": \"2033-12-18T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76890,\n        \"Date\": \"2033-12-24T00:00:00.000Z\",\n        \"Title\": \"Christmas Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7506,\n        \"Date\": \"2033-12-25T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7507,\n        \"Date\": \"2033-12-26T00:00:00.000Z\",\n        \"Title\": \"St. Stephen´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4950,\n        \"Date\": \"2033-12-27T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76005,\n        \"Date\": \"2033-12-31T00:00:00.000Z\",\n        \"Title\": \"New Year´s Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7508,\n        \"Date\": \"2034-01-01T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4951,\n        \"Date\": \"2034-01-02T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8075,\n        \"Date\": \"2034-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76823,\n        \"Date\": \"2034-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76233,\n        \"Date\": \"2034-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76234,\n        \"Date\": \"2034-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76235,\n        \"Date\": \"2034-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76086,\n        \"Date\": \"2034-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76006,\n        \"Date\": \"2034-02-12T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8895,\n        \"Date\": \"2034-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76007,\n        \"Date\": \"2034-03-26T00:00:00.000Z\",\n        \"Title\": \"DST start\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7509,\n        \"Date\": \"2034-04-06T00:00:00.000Z\",\n        \"Title\": \"Maundy Thursday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7510,\n        \"Date\": \"2034-04-07T00:00:00.000Z\",\n        \"Title\": \"Good Friday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7511,\n        \"Date\": \"2034-04-09T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4952,\n        \"Date\": \"2034-04-10T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76715,\n        \"Date\": \"2034-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76230,\n        \"Date\": \"2034-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76716,\n        \"Date\": \"2034-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76717,\n        \"Date\": \"2034-04-17T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76275,\n        \"Date\": \"2034-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76087,\n        \"Date\": \"2034-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4953,\n        \"Date\": \"2034-05-01T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76088,\n        \"Date\": \"2034-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76036,\n        \"Date\": \"2034-05-03T00:00:00.000Z\",\n        \"Title\": \"Constitution Day Poland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 7512,\n        \"Date\": \"2034-05-05T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8007,\n        \"Date\": \"2034-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76229,\n        \"Date\": \"2034-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76008,\n        \"Date\": \"2034-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8009,\n        \"Date\": \"2034-05-18T00:00:00.000Z\",\n        \"Title\": \"Ascension Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8076,\n        \"Date\": \"2034-05-28T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4954,\n        \"Date\": \"2034-05-29T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76291,\n        \"Date\": \"2034-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8077,\n        \"Date\": \"2034-06-08T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76276,\n        \"Date\": \"2034-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8909,\n        \"Date\": \"2034-06-24T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76089,\n        \"Date\": \"2034-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76232,\n        \"Date\": \"2034-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76891,\n        \"Date\": \"2034-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8011,\n        \"Date\": \"2034-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8897,\n        \"Date\": \"2034-08-07T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8078,\n        \"Date\": \"2034-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76236,\n        \"Date\": \"2034-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76718,\n        \"Date\": \"2034-08-11T00:00:00.000Z\",\n        \"Title\": \"\\t'Mother's Day' observed\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76719,\n        \"Date\": \"2034-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8013,\n        \"Date\": \"2034-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4955,\n        \"Date\": \"2034-08-28T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76892,\n        \"Date\": \"2034-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76228,\n        \"Date\": \"2034-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76893,\n        \"Date\": \"2034-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8079,\n        \"Date\": \"2034-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76231,\n        \"Date\": \"2034-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76720,\n        \"Date\": \"2034-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8816,\n        \"Date\": \"2034-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76009,\n        \"Date\": \"2034-10-29T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8080,\n        \"Date\": \"2034-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8015,\n        \"Date\": \"2034-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8910,\n        \"Date\": \"2034-11-04T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 8017,\n        \"Date\": \"2034-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 1918\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76010,\n        \"Date\": \"2034-11-12T00:00:00.000Z\",\n        \"Title\": \"Father&#039;s Day (EE, FI, NO, SE)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76894,\n        \"Date\": \"2034-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76824,\n        \"Date\": \"2034-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8081,\n        \"Date\": \"2034-11-22T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76789,\n        \"Date\": \"2034-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76790,\n        \"Date\": \"2034-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76011,\n        \"Date\": \"2034-12-03T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76721,\n        \"Date\": \"2034-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8911,\n        \"Date\": \"2034-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8817,\n        \"Date\": \"2034-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76012,\n        \"Date\": \"2034-12-10T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76722,\n        \"Date\": \"2034-12-11T00:00:00.000Z\",\n        \"Title\": \"\\t'Constitution Day' observed\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76013,\n        \"Date\": \"2034-12-17T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76014,\n        \"Date\": \"2034-12-24T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4956,\n        \"Date\": \"2034-12-25T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4957,\n        \"Date\": \"2034-12-26T00:00:00.000Z\",\n        \"Title\": \"Boxing Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76015,\n        \"Date\": \"2034-12-31T00:00:00.000Z\",\n        \"Title\": \"New Year´s Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8019,\n        \"Date\": \"2035-01-01T00:00:00.000Z\",\n        \"Title\": \"New Year´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76241,\n        \"Date\": \"2035-01-02T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'New Year's Day' observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8082,\n        \"Date\": \"2035-01-06T00:00:00.000Z\",\n        \"Title\": \"Epiphany\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76825,\n        \"Date\": \"2035-01-27T00:00:00.000Z\",\n        \"Title\": \"Saint-Devote's Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76243,\n        \"Date\": \"2035-01-28T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year's Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76244,\n        \"Date\": \"2035-01-29T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tSecond day of Chinese Lunar New Year\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76245,\n        \"Date\": \"2035-01-30T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tChinese Lunar New Year observed\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76090,\n        \"Date\": \"2035-02-08T00:00:00.000Z\",\n        \"Title\": \"Prešeren Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76016,\n        \"Date\": \"2035-02-11T00:00:00.000Z\",\n        \"Title\": \"Mother&#039;s Day (NO)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8899,\n        \"Date\": \"2035-03-17T00:00:00.000Z\",\n        \"Title\": \"St. Patrick&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8416,\n        \"Date\": \"2035-03-22T00:00:00.000Z\",\n        \"Title\": \"Maundy Thursday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8021,\n        \"Date\": \"2035-03-23T00:00:00.000Z\",\n        \"Title\": \"Good Friday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8083,\n        \"Date\": \"2035-03-25T00:00:00.000Z\",\n        \"Title\": \"Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4959,\n        \"Date\": \"2035-03-26T00:00:00.000Z\",\n        \"Title\": \"Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76723,\n        \"Date\": \"2035-04-06T00:00:00.000Z\",\n        \"Title\": \"Chakri Day\\t\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76724,\n        \"Date\": \"2035-04-13T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76239,\n        \"Date\": \"2035-04-14T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tGood Friday\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76725,\n        \"Date\": \"2035-04-15T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76726,\n        \"Date\": \"2035-04-16T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76727,\n        \"Date\": \"2035-04-17T00:00:00.000Z\",\n        \"Title\": \"\\tSongkran observed\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8417,\n        \"Date\": \"2035-04-20T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76277,\n        \"Date\": \"2035-04-25T00:00:00.000Z\",\n        \"Title\": \"Freedom day Portugal\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76091,\n        \"Date\": \"2035-04-27T00:00:00.000Z\",\n        \"Title\": \"Day of Uprising Against Occupation\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76791,\n        \"Date\": \"2035-04-29T00:00:00.000Z\",\n        \"Title\": \"Othodox Easter\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76792,\n        \"Date\": \"2035-04-30T00:00:00.000Z\",\n        \"Title\": \"Orthodox Easter Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8023,\n        \"Date\": \"2035-05-01T00:00:00.000Z\",\n        \"Title\": \"Labour Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76092,\n        \"Date\": \"2035-05-02T00:00:00.000Z\",\n        \"Title\": \"Labour Day (RS, SI, UA)\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8025,\n        \"Date\": \"2035-05-03T00:00:00.000Z\",\n        \"Title\": \"Ascension Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76728,\n        \"Date\": \"2035-05-05T00:00:00.000Z\",\n        \"Title\": \"Coronation Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4960,\n        \"Date\": \"2035-05-07T00:00:00.000Z\",\n        \"Title\": \"Early May Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8027,\n        \"Date\": \"2035-05-08T00:00:00.000Z\",\n        \"Title\": \"Victory Day 1945\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76238,\n        \"Date\": \"2035-05-10T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tVesak Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8084,\n        \"Date\": \"2035-05-13T00:00:00.000Z\",\n        \"Title\": \"Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8029,\n        \"Date\": \"2035-05-14T00:00:00.000Z\",\n        \"Title\": \"Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76017,\n        \"Date\": \"2035-05-17T00:00:00.000Z\",\n        \"Title\": \"Norway National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8085,\n        \"Date\": \"2035-05-24T00:00:00.000Z\",\n        \"Title\": \"Corpus Christi\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4961,\n        \"Date\": \"2035-05-28T00:00:00.000Z\",\n        \"Title\": \"Spring Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76292,\n        \"Date\": \"2035-06-06T00:00:00.000Z\",\n        \"Title\": \"Swedish National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76278,\n        \"Date\": \"2035-06-10T00:00:00.000Z\",\n        \"Title\": \"Portugal Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76793,\n        \"Date\": \"2035-06-17T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whitsun\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76794,\n        \"Date\": \"2035-06-18T00:00:00.000Z\",\n        \"Title\": \"Orthodox Whit Monday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8912,\n        \"Date\": \"2035-06-23T00:00:00.000Z\",\n        \"Title\": \"Midsummer day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76093,\n        \"Date\": \"2035-06-25T00:00:00.000Z\",\n        \"Title\": \"Statehood Day Slovenia\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76242,\n        \"Date\": \"2035-06-26T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\t'Hari Raya Puasa' observed\\t\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76895,\n        \"Date\": \"2035-07-05T00:00:00.000Z\",\n        \"Title\": \"Saints Cyril and Methodius Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8031,\n        \"Date\": \"2035-07-14T00:00:00.000Z\",\n        \"Title\": \"French National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8901,\n        \"Date\": \"2035-08-06T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8086,\n        \"Date\": \"2035-08-08T00:00:00.000Z\",\n        \"Title\": \"Day of peace\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76246,\n        \"Date\": \"2035-08-09T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tNational Day\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76729,\n        \"Date\": \"2035-08-12T00:00:00.000Z\",\n        \"Title\": \"\\tMother's Day\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76730,\n        \"Date\": \"2035-08-13T00:00:00.000Z\",\n        \"Title\": \"\\t'Mother's Day' observed\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8033,\n        \"Date\": \"2035-08-15T00:00:00.000Z\",\n        \"Title\": \"Assumption Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4962,\n        \"Date\": \"2035-08-27T00:00:00.000Z\",\n        \"Title\": \"Summer Bank Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76896,\n        \"Date\": \"2035-08-29T00:00:00.000Z\",\n        \"Title\": \"Slovak National Uprising anniversary\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76237,\n        \"Date\": \"2035-09-01T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tHari Raya Haji\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76897,\n        \"Date\": \"2035-09-15T00:00:00.000Z\",\n        \"Title\": \"Our Lady of Sorrows\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8087,\n        \"Date\": \"2035-10-03T00:00:00.000Z\",\n        \"Title\": \"Day of German Unity\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76240,\n        \"Date\": \"2035-10-18T00:00:00.000Z\",\n        \"Title\": \"\\t\\t\\tDiwali/Deepavali\\t\\t\\t\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76731,\n        \"Date\": \"2035-10-23T00:00:00.000Z\",\n        \"Title\": \"\\tChulalongkorn Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8818,\n        \"Date\": \"2035-10-26T00:00:00.000Z\",\n        \"Title\": \"Austrian National Holiday\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76018,\n        \"Date\": \"2035-10-28T00:00:00.000Z\",\n        \"Title\": \"DST end\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8088,\n        \"Date\": \"2035-10-31T00:00:00.000Z\",\n        \"Title\": \"Reformation Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8035,\n        \"Date\": \"2035-11-01T00:00:00.000Z\",\n        \"Title\": \"All Saints&#039; Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8913,\n        \"Date\": \"2035-11-03T00:00:00.000Z\",\n        \"Title\": \"All Saints Day (FI, SE)\",\n        \"RGB\": \"187;222;255\",\n        \"DayTypeId\": 10\n    },\n    {\n        \"Id\": 8037,\n        \"Date\": \"2035-11-11T00:00:00.000Z\",\n        \"Title\": \"Armistice Day 19181\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76898,\n        \"Date\": \"2035-11-17T00:00:00.000Z\",\n        \"Title\": \"Struggle for Freedom and Democracy Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76826,\n        \"Date\": \"2035-11-19T00:00:00.000Z\",\n        \"Title\": \"National Holiday Monaco\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8089,\n        \"Date\": \"2035-11-21T00:00:00.000Z\",\n        \"Title\": \"Day of Repentance and Prayer\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76795,\n        \"Date\": \"2035-11-30T00:00:00.000Z\",\n        \"Title\": \"Saint Andrew&#039;s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76796,\n        \"Date\": \"2035-12-01T00:00:00.000Z\",\n        \"Title\": \"National Holiday Romania\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76019,\n        \"Date\": \"2035-12-02T00:00:00.000Z\",\n        \"Title\": \"First Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76732,\n        \"Date\": \"2035-12-05T00:00:00.000Z\",\n        \"Title\": \"Father's Day\\t\\t\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8914,\n        \"Date\": \"2035-12-06T00:00:00.000Z\",\n        \"Title\": \"Independence day Finland\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8819,\n        \"Date\": \"2035-12-08T00:00:00.000Z\",\n        \"Title\": \"Immaculate Conception\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76020,\n        \"Date\": \"2035-12-09T00:00:00.000Z\",\n        \"Title\": \"Second Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76733,\n        \"Date\": \"2035-12-10T00:00:00.000Z\",\n        \"Title\": \"\\tConstitution Day\\t\\t\\t\\t\\t   \",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76021,\n        \"Date\": \"2035-12-16T00:00:00.000Z\",\n        \"Title\": \"Third Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76022,\n        \"Date\": \"2035-12-23T00:00:00.000Z\",\n        \"Title\": \"Fourth Advent\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76899,\n        \"Date\": \"2035-12-24T00:00:00.000Z\",\n        \"Title\": \"Christmas Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 4963,\n        \"Date\": \"2035-12-25T00:00:00.000Z\",\n        \"Title\": \"Christmas\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 8039,\n        \"Date\": \"2035-12-26T00:00:00.000Z\",\n        \"Title\": \"St. Stephen´s Day\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    },\n    {\n        \"Id\": 76023,\n        \"Date\": \"2035-12-31T00:00:00.000Z\",\n        \"Title\": \"New Year´s Eve\",\n        \"RGB\": \"173;210;255\",\n        \"DayTypeId\": 4\n    }\n]"}],"_postman_id":"f0d46d5a-a753-4ef5-a16a-c729d97428d4"},{"name":"TagsInUseRequest","id":"ea451bcc-80a7-4a00-964f-018fdd3caa95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TagsInUseRequest","description":"<p>Retrieves a list of tags that are in use.</p>\n<p><strong>API</strong><br /><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />TagDTO</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TagsInUseRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the of the filtered tags in use.</p>\n","type":"text/plain"},"key":"TagIds","value":"[{{integer}}]"}],"variable":[]}},"response":[],"_postman_id":"ea451bcc-80a7-4a00-964f-018fdd3caa95"},{"name":"TagDeleteRequest","id":"cc4a8b98-2df3-4621-8dd7-4fb68f1588f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TagDeleteRequest","description":"<p>Deletes a tag or list of tags.</p>\n<p><strong>API</strong><br /><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#\">TagDeleteResponse</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TagDeleteRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the tag or list of tags to be deleted.</p>\n","type":"text/plain"},"key":"TagIds","value":"[{{integer}}]"}],"variable":[]}},"response":[],"_postman_id":"cc4a8b98-2df3-4621-8dd7-4fb68f1588f9"}],"id":"6f618bec-c648-433c-830c-eaadf318f64f","description":"<p>Manipulates Core data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#9a59ef47-b584-4fe5-b7f4-e0a3c9854e3a\">HolidayVisualization</a></td>\n<td>Represents a visualization object for holiday calendar.</td>\n</tr>\n<tr>\n<td><a href=\"#3f6478a0-de5d-4c29-a163-ef96e31b6629\">TagDelete<br />Response<br /></a></td>\n<td>Represents a tag delete response object.</td>\n</tr>\n<tr>\n<td><a href=\"#b0625183-4f85-4e8c-8184-2a254d3b7c9f\">TagDTO</a></td>\n<td>Represents a tag object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#014b1a1c-8aef-40ce-8612-c0518d6ce41c\">GET HolidayVisualization<br />Request<br /></a></td>\n<td>Retrieves a simple view of the holiday calendar.</td>\n</tr>\n<tr>\n<td><a href=\"#d71e26fb-44dd-478c-b55f-4396c0e01c7f\">GET TagsIn<br />UseRequest<br /></a></td>\n<td>Retrieves a list of tags that are in use.</td>\n</tr>\n<tr>\n<td><a href=\"#85b43cef-7891-4507-bb07-aa7a91a2f391\">DEL TagDelete<br />Request</a></td>\n<td>Deletes a tag or list of tags.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"6f618bec-c648-433c-830c-eaadf318f64f"},{"name":"Costing Code API","item":[{"name":"CostingCodeChangeLogClientRequest","id":"4be88986-290b-4ab2-b101-7d34ed7ec88a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodeChangeLogClientRequest","description":"<p>Retrieves a change log for access links between a costing code and a customer (or client).</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#9ea7ebab-7849-4dbb-ac3b-0535e0382e90\">TableChangeLog</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodeChangeLogClientRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp from when modifications were made.</p>\n","type":"text/plain"},"key":"Date","value":"{{string}}"}],"variable":[]}},"response":[{"id":"2484c0b8-7fda-46f6-8e7d-06fc23b6a4d2","name":"CostingCodeChangeLogClientRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeChangeLogClientRequest","host":["{{base_url}}"],"path":["CostingCodeChangeLogClientRequest"],"query":[{"key":"Date","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp from when modifications were made.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"3442","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-28T17:18:23.227Z\",\n        \"PrimaryKeyId\": 1043,\n        \"LogType\": 51,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"77333\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-28T17:18:39.553Z\",\n        \"PrimaryKeyId\": 1043,\n        \"LogType\": 51,\n        \"RessourceId\": 18721,\n        \"OldValue\": \"77333\",\n        \"Action\": 3\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-28T17:38:32.503Z\",\n        \"PrimaryKeyId\": 9,\n        \"LogType\": 51,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"77333\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T11:48:04.347Z\",\n        \"PrimaryKeyId\": 1033,\n        \"LogType\": 51,\n        \"RessourceId\": 22834,\n        \"NewValue\": \"36206\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T12:05:40.270Z\",\n        \"PrimaryKeyId\": 1035,\n        \"LogType\": 51,\n        \"RessourceId\": 79355,\n        \"NewValue\": \"232\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T13:41:09.410Z\",\n        \"PrimaryKeyId\": 1043,\n        \"LogType\": 51,\n        \"RessourceId\": 81031,\n        \"NewValue\": \"36206\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T13:41:09.410Z\",\n        \"PrimaryKeyId\": 1043,\n        \"LogType\": 51,\n        \"RessourceId\": 81031,\n        \"NewValue\": \"36205\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T13:41:09.410Z\",\n        \"PrimaryKeyId\": 21,\n        \"LogType\": 51,\n        \"RessourceId\": 81031,\n        \"NewValue\": \"36206\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T13:41:09.410Z\",\n        \"PrimaryKeyId\": 21,\n        \"LogType\": 51,\n        \"RessourceId\": 81031,\n        \"NewValue\": \"36205\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T13:41:41.617Z\",\n        \"PrimaryKeyId\": 21,\n        \"LogType\": 51,\n        \"RessourceId\": 81031,\n        \"OldValue\": \"36206\",\n        \"Action\": 3\n    }\n]"},{"id":"e28ece52-ea3c-4995-a4f0-ffbf353b7465","name":"CostingCodeChangeLogClientRequest (where Date = 2021-10-06T00:00:00.000Z)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeChangeLogClientRequest?Date=2021-10-06T00:00:00.000Z","host":["{{base_url}}"],"path":["CostingCodeChangeLogClientRequest"],"query":[{"key":"Date","value":"2021-10-06T00:00:00.000Z","description":"*Optional.*  \n(date-time)  \nThe date and time stamp from when modifications were made."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"8029","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-10-06T11:43:55.720Z\",\n        \"PrimaryKeyId\": 1138,\n        \"LogType\": 51,\n        \"RessourceId\": 19869,\n        \"OldValue\": \"171\",\n        \"Action\": 3\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-10-06T12:05:33.200Z\",\n        \"PrimaryKeyId\": 1138,\n        \"LogType\": 51,\n        \"RessourceId\": 19869,\n        \"NewValue\": \"171\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-10-06T12:09:16.247Z\",\n        \"PrimaryKeyId\": 1105,\n        \"LogType\": 51,\n        \"RessourceId\": 19869,\n        \"OldValue\": \"171\",\n        \"Action\": 3\n    }\n]"}],"_postman_id":"4be88986-290b-4ab2-b101-7d34ed7ec88a"},{"name":"CostingCodeChangeLogCodeRequest","id":"79bbfe20-ef83-4daf-a72c-8949fbdc2a56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodeChangeLogCodeRequest","description":"<p>Retrieves a change log for costing codes.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#9ea7ebab-7849-4dbb-ac3b-0535e0382e90\">TableChangeLog</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodeChangeLogCodeRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp from when modifications were made.</p>\n","type":"text/plain"},"key":"Date","value":"{{string}}"}],"variable":[]}},"response":[{"id":"d492e376-e64b-47c4-a637-e32e6dd8b9c2","name":"CostingCodeChangeLogCodeRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeChangeLogCodeRequest","host":["{{base_url}}"],"path":["CostingCodeChangeLogCodeRequest"],"query":[{"key":"Date","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp from when modifications were made.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"449442","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 42647738,\n        \"LogDate\": \"2021-05-21T12:08:14.180Z\",\n        \"PrimaryKeyId\": 1,\n        \"DataDictionaryId\": 31142,\n        \"LogType\": 50,\n        \"RessourceId\": 21775,\n        \"ColumnName\": \"ParentId\",\n        \"OldValue\": \"85\",\n        \"NewValue\": \"5\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 42647739,\n        \"LogDate\": \"2021-05-21T12:08:14.187Z\",\n        \"PrimaryKeyId\": 7,\n        \"DataDictionaryId\": 31142,\n        \"LogType\": 50,\n        \"RessourceId\": 21775,\n        \"ColumnName\": \"ParentId\",\n        \"OldValue\": \"85\",\n        \"NewValue\": \"5\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 42647740,\n        \"LogDate\": \"2021-05-21T12:08:14.187Z\",\n        \"PrimaryKeyId\": 9,\n        \"DataDictionaryId\": 31142,\n        \"LogType\": 50,\n        \"RessourceId\": 21775,\n        \"ColumnName\": \"ParentId\",\n        \"OldValue\": \"84\",\n        \"NewValue\": \"4\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 42647741,\n        \"LogDate\": \"2021-05-21T12:08:14.187Z\",\n        \"PrimaryKeyId\": 10,\n        \"DataDictionaryId\": 31142,\n        \"LogType\": 50,\n        \"RessourceId\": 21775,\n        \"ColumnName\": \"ParentId\",\n        \"OldValue\": \"84\",\n        \"NewValue\": \"4\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 42647742,\n        \"LogDate\": \"2021-05-21T12:08:14.190Z\",\n        \"PrimaryKeyId\": 11,\n        \"DataDictionaryId\": 31142,\n        \"LogType\": 50,\n        \"RessourceId\": 21775,\n        \"ColumnName\": \"ParentId\",\n        \"OldValue\": \"88\",\n        \"NewValue\": \"8\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 42655059,\n        \"LogDate\": \"2021-05-21T19:42:43.120Z\",\n        \"PrimaryKeyId\": 11,\n        \"DataDictionaryId\": 31131,\n        \"LogType\": 50,\n        \"RessourceId\": 81031,\n        \"ColumnName\": \"Active\",\n        \"OldValue\": \"1\",\n        \"NewValue\": \"0\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 42655060,\n        \"LogDate\": \"2021-05-21T19:42:46.950Z\",\n        \"PrimaryKeyId\": 8,\n        \"DataDictionaryId\": 31131,\n        \"LogType\": 50,\n        \"RessourceId\": 81031,\n        \"ColumnName\": \"Active\",\n        \"OldValue\": \"1\",\n        \"NewValue\": \"0\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 42662078,\n        \"LogDate\": \"2021-05-22T22:56:46.643Z\",\n        \"PrimaryKeyId\": 4,\n        \"DataDictionaryId\": 31136,\n        \"LogType\": 50,\n        \"RessourceId\": 81103,\n        \"ColumnName\": \"AllowTimeEntry\",\n        \"OldValue\": \"0\",\n        \"NewValue\": \"1\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 42662079,\n        \"LogDate\": \"2021-05-22T22:56:46.660Z\",\n        \"PrimaryKeyId\": 5,\n        \"DataDictionaryId\": 31136,\n        \"LogType\": 50,\n        \"RessourceId\": 81103,\n        \"ColumnName\": \"AllowTimeEntry\",\n        \"OldValue\": \"0\",\n        \"NewValue\": \"1\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 42662080,\n        \"LogDate\": \"2021-05-22T22:56:46.663Z\",\n        \"PrimaryKeyId\": 6,\n        \"DataDictionaryId\": 31136,\n        \"LogType\": 50,\n        \"RessourceId\": 81103,\n        \"ColumnName\": \"AllowTimeEntry\",\n        \"OldValue\": \"0\",\n        \"NewValue\": \"1\",\n        \"Action\": 2\n    }\n]"},{"id":"096ae26f-d698-44cd-9d29-8ab0b12cf8f1","name":"CostingCodeChangeLogCodeRequest (where Date = 2021-07-19T00:00:00.000Z)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeChangeLogCodeRequest?Date=2021-07-19T00:00:00.000Z","host":["{{base_url}}"],"path":["CostingCodeChangeLogCodeRequest"],"query":[{"key":"Date","value":"2021-07-19T00:00:00.000Z","description":"*Optional.*  \n(date-time)  \nThe date and time stamp from when modifications were made."},{"key":"LogType","value":"50","description":"*Required.*  \n(int32)  \nThe identifier of the log type.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"37936","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 43840304,\n        \"LogDate\": \"2021-07-23T08:03:10.017Z\",\n        \"PrimaryKeyId\": 4,\n        \"DataDictionaryId\": 31136,\n        \"LogType\": 50,\n        \"RessourceId\": 18721,\n        \"ColumnName\": \"AllowTimeEntry\",\n        \"OldValue\": \"0\",\n        \"NewValue\": \"1\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 43840305,\n        \"LogDate\": \"2021-07-23T08:03:10.023Z\",\n        \"PrimaryKeyId\": 5,\n        \"DataDictionaryId\": 31136,\n        \"LogType\": 50,\n        \"RessourceId\": 18721,\n        \"ColumnName\": \"AllowTimeEntry\",\n        \"OldValue\": \"0\",\n        \"NewValue\": \"1\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 43840306,\n        \"LogDate\": \"2021-07-23T08:03:10.027Z\",\n        \"PrimaryKeyId\": 7,\n        \"DataDictionaryId\": 31136,\n        \"LogType\": 50,\n        \"RessourceId\": 18721,\n        \"ColumnName\": \"AllowTimeEntry\",\n        \"OldValue\": \"0\",\n        \"NewValue\": \"1\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 43840307,\n        \"LogDate\": \"2021-07-23T08:03:10.027Z\",\n        \"PrimaryKeyId\": 9,\n        \"DataDictionaryId\": 31136,\n        \"LogType\": 50,\n        \"RessourceId\": 18721,\n        \"ColumnName\": \"AllowTimeEntry\",\n        \"OldValue\": \"0\",\n        \"NewValue\": \"1\",\n        \"Action\": 2\n    },\n    {\n        \"Id\": 43840308,\n        \"LogDate\": \"2021-07-23T08:03:10.027Z\",\n        \"PrimaryKeyId\": 10,\n        \"DataDictionaryId\": 31136,\n        \"LogType\": 50,\n        \"RessourceId\": 18721,\n        \"ColumnName\": \"AllowTimeEntry\",\n        \"OldValue\": \"0\",\n        \"NewValue\": \"1\",\n        \"Action\": 2\n    }\n]"}],"_postman_id":"79bbfe20-ef83-4daf-a72c-8949fbdc2a56"},{"name":"CostingCodeChangeLogCompanyRequest","id":"5ff38fb9-31f9-4d04-9f9d-cdb37088c09a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodeChangeLogCompanyRequest","description":"<p>Retrieves a change log for access links between a costing code and a company.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#9ea7ebab-7849-4dbb-ac3b-0535e0382e90\">TableChangeLog</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodeChangeLogCompanyRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp from when modifications were made.</p>\n","type":"text/plain"},"key":"Date","value":"{{string}}"}],"variable":[]}},"response":[{"id":"9902f128-910e-4656-b99d-c6db781860aa","name":"CostingCodeChangeLogCompanyRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeChangeLogCompanyRequest","host":["{{base_url}}"],"path":["CostingCodeChangeLogCompanyRequest"],"query":[{"key":"Date","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp from when modifications were made.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1438205","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.083Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"80347\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.100Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"80050\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.117Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"19473\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.133Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"19002\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.153Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"18743\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.170Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"19317\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.187Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"1\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.203Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"20201\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.220Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"18748\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.250Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"75487\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.267Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"18747\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.280Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"18726\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.297Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"81492\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.313Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"579\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.330Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"19943\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.347Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"19333\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.363Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"80064\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.380Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"20844\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.400Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"18725\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.420Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"18818\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.440Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"1228\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.457Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"80805\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-05-31T08:14:40.473Z\",\n        \"PrimaryKeyId\": 1,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"20571\",\n        \"Action\": 1\n    }\n]"},{"id":"e7aabc15-f7ea-492d-a9b1-4d18e39f27d2","name":"CostingCodeChangeLogCompanyRequest (where Date = 2021-07-23T00:00:00.000Z)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeChangeLogCompanyRequest?Date=2021-07-23T00:00:00.000Z","host":["{{base_url}}"],"path":["CostingCodeChangeLogCompanyRequest"],"query":[{"key":"Date","value":"2021-07-23T00:00:00.000Z","description":"*Optional.*  \n(date-time)  \nThe date and time stamp from when modifications were made."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"626","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-07-23T08:02:00.800Z\",\n        \"PrimaryKeyId\": 1078,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"1\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-07-23T08:02:00.900Z\",\n        \"PrimaryKeyId\": 1115,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"1\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-07-23T08:02:00.900Z\",\n        \"PrimaryKeyId\": 1116,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"1\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-07-23T08:02:00.900Z\",\n        \"PrimaryKeyId\": 1117,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"1\",\n        \"Action\": 1\n    },\n    {\n        \"Id\": 0,\n        \"LogDate\": \"2021-07-23T08:02:00.903Z\",\n        \"PrimaryKeyId\": 1118,\n        \"LogType\": 52,\n        \"RessourceId\": 18721,\n        \"NewValue\": \"1\",\n        \"Action\": 1\n    }\n]"}],"_postman_id":"5ff38fb9-31f9-4d04-9f9d-cdb37088c09a"},{"name":"CostingCodeClientAccessRequest","id":"94ba8b98-89b2-4f0a-8282-ba2a4038ea61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodeClientAccessRequest","description":"<p>Retrieves a list of access links between a costing code and a customer (or client) for a given identifier or list of identifiers of costing codes or associated customers.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#07941320-0ca1-48e0-bce2-060e79087cfe\">CostingCodeClientAccess</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodeClientAccessRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier or list of identifiers of the costing codes.</p>\n","type":"text/plain"},"key":"CodeIds","value":"[{{integer}}]"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier or list of identifiers of the associated customers (or clients).</p>\n","type":"text/plain"},"key":"ClientIds","value":"[{{integer}}]"}],"variable":[]}},"response":[{"id":"2f9235c6-cc6f-41de-82e4-b41402ea6c81","name":"CostingCodeClientAccessRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeClientAccessRequest","host":["{{base_url}}"],"path":["CostingCodeClientAccessRequest"],"query":[{"key":"CodeIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes.","disabled":true},{"key":"ClientIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated customers (or clients).","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"326061","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 212736,\n        \"CostingCodeId\": 1,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 212745,\n        \"CostingCodeId\": 14,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 212757,\n        \"CostingCodeId\": 1039,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 212758,\n        \"CostingCodeId\": 1040,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 216304,\n        \"CostingCodeId\": 1,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 216313,\n        \"CostingCodeId\": 14,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 216326,\n        \"CostingCodeId\": 1040,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 216329,\n        \"CostingCodeId\": 1,\n        \"ClientId\": 38954\n    },\n    {\n        \"Id\": 216330,\n        \"CostingCodeId\": 1,\n        \"ClientId\": 18930\n    },\n    {\n        \"Id\": 216339,\n        \"CostingCodeId\": 14,\n        \"ClientId\": 18930\n    },\n    {\n        \"Id\": 216350,\n        \"CostingCodeId\": 1039,\n        \"ClientId\": 18930\n    },\n    {\n        \"Id\": 216351,\n        \"CostingCodeId\": 1040,\n        \"ClientId\": 18930\n    },\n    {\n        \"Id\": 216356,\n        \"CostingCodeId\": 20,\n        \"ClientId\": 600\n    },\n    {\n        \"Id\": 216357,\n        \"CostingCodeId\": 21,\n        \"ClientId\": 600\n    },\n    {\n        \"Id\": 216358,\n        \"CostingCodeId\": 20,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 216359,\n        \"CostingCodeId\": 21,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 216360,\n        \"CostingCodeId\": 20,\n        \"ClientId\": 81126\n    },\n    {\n        \"Id\": 216361,\n        \"CostingCodeId\": 21,\n        \"ClientId\": 81126\n    },\n    {\n        \"Id\": 217998,\n        \"CostingCodeId\": 9,\n        \"ClientId\": 77333\n    },\n    {\n        \"Id\": 217999,\n        \"CostingCodeId\": 1033,\n        \"ClientId\": 36206\n    },\n    {\n        \"Id\": 218000,\n        \"CostingCodeId\": 1035,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 218001,\n        \"CostingCodeId\": 21,\n        \"ClientId\": 36205\n    },\n    {\n        \"Id\": 218005,\n        \"CostingCodeId\": 1056,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 218007,\n        \"CostingCodeId\": 1055,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 218015,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35629\n    },\n    {\n        \"Id\": 218016,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36205\n    },\n    {\n        \"Id\": 218017,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36206\n    },\n    {\n        \"Id\": 218018,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77333\n    },\n    {\n        \"Id\": 218020,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19681\n    },\n    {\n        \"Id\": 218022,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19686\n    },\n    {\n        \"Id\": 218023,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41469\n    },\n    {\n        \"Id\": 218024,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81372\n    },\n    {\n        \"Id\": 218025,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36387\n    },\n    {\n        \"Id\": 218026,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72267\n    },\n    {\n        \"Id\": 218027,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36332\n    },\n    {\n        \"Id\": 218028,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19571\n    },\n    {\n        \"Id\": 218029,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41483\n    },\n    {\n        \"Id\": 218030,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41485\n    },\n    {\n        \"Id\": 218031,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 602\n    },\n    {\n        \"Id\": 218032,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35415\n    },\n    {\n        \"Id\": 218033,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76142\n    },\n    {\n        \"Id\": 218034,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35780\n    },\n    {\n        \"Id\": 218035,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35423\n    },\n    {\n        \"Id\": 218036,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80687\n    },\n    {\n        \"Id\": 218037,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38949\n    },\n    {\n        \"Id\": 218038,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38954\n    },\n    {\n        \"Id\": 218039,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38957\n    },\n    {\n        \"Id\": 218040,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38081\n    },\n    {\n        \"Id\": 218041,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 218042,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38951\n    },\n    {\n        \"Id\": 218043,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73026\n    },\n    {\n        \"Id\": 218044,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38061\n    },\n    {\n        \"Id\": 218045,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36836\n    },\n    {\n        \"Id\": 218046,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38950\n    },\n    {\n        \"Id\": 218047,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36521\n    },\n    {\n        \"Id\": 218048,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72687\n    },\n    {\n        \"Id\": 218049,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36860\n    },\n    {\n        \"Id\": 218050,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22592\n    },\n    {\n        \"Id\": 218051,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36540\n    },\n    {\n        \"Id\": 218052,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22419\n    },\n    {\n        \"Id\": 218053,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36562\n    },\n    {\n        \"Id\": 218054,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36853\n    },\n    {\n        \"Id\": 218055,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72679\n    },\n    {\n        \"Id\": 218056,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36507\n    },\n    {\n        \"Id\": 218057,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36857\n    },\n    {\n        \"Id\": 218058,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36552\n    },\n    {\n        \"Id\": 218059,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77666\n    },\n    {\n        \"Id\": 218060,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77667\n    },\n    {\n        \"Id\": 218061,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77651\n    },\n    {\n        \"Id\": 218062,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77652\n    },\n    {\n        \"Id\": 218063,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78311\n    },\n    {\n        \"Id\": 218064,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78312\n    },\n    {\n        \"Id\": 218065,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77678\n    },\n    {\n        \"Id\": 218066,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78116\n    },\n    {\n        \"Id\": 218067,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79928\n    },\n    {\n        \"Id\": 218068,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79821\n    },\n    {\n        \"Id\": 218069,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77465\n    },\n    {\n        \"Id\": 218070,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80954\n    },\n    {\n        \"Id\": 218071,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81019\n    },\n    {\n        \"Id\": 218072,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81018\n    },\n    {\n        \"Id\": 218073,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36531\n    },\n    {\n        \"Id\": 218074,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37452\n    },\n    {\n        \"Id\": 218075,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36846\n    },\n    {\n        \"Id\": 218076,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73050\n    },\n    {\n        \"Id\": 218077,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76145\n    },\n    {\n        \"Id\": 218078,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38071\n    },\n    {\n        \"Id\": 218079,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20956\n    },\n    {\n        \"Id\": 218080,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34878\n    },\n    {\n        \"Id\": 218081,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36970\n    },\n    {\n        \"Id\": 218082,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41182\n    },\n    {\n        \"Id\": 218083,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 174\n    },\n    {\n        \"Id\": 218084,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79987\n    },\n    {\n        \"Id\": 218085,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41148\n    },\n    {\n        \"Id\": 218086,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34978\n    },\n    {\n        \"Id\": 218087,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36305\n    },\n    {\n        \"Id\": 218088,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20031\n    },\n    {\n        \"Id\": 218089,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81029\n    },\n    {\n        \"Id\": 218090,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79988\n    },\n    {\n        \"Id\": 218091,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81266\n    },\n    {\n        \"Id\": 218092,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81126\n    },\n    {\n        \"Id\": 218093,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81027\n    },\n    {\n        \"Id\": 218094,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35801\n    },\n    {\n        \"Id\": 218095,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 438\n    },\n    {\n        \"Id\": 218096,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19040\n    },\n    {\n        \"Id\": 218097,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 944\n    },\n    {\n        \"Id\": 218098,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76231\n    },\n    {\n        \"Id\": 218099,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 193\n    },\n    {\n        \"Id\": 218100,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19656\n    },\n    {\n        \"Id\": 218101,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 228\n    },\n    {\n        \"Id\": 218102,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35156\n    },\n    {\n        \"Id\": 218103,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72246\n    },\n    {\n        \"Id\": 218104,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35026\n    },\n    {\n        \"Id\": 218105,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80885\n    },\n    {\n        \"Id\": 218106,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19761\n    },\n    {\n        \"Id\": 218107,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80523\n    },\n    {\n        \"Id\": 218108,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77759\n    },\n    {\n        \"Id\": 218109,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80530\n    },\n    {\n        \"Id\": 218110,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81001\n    },\n    {\n        \"Id\": 218111,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35781\n    },\n    {\n        \"Id\": 218112,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34954\n    },\n    {\n        \"Id\": 218113,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34898\n    },\n    {\n        \"Id\": 218114,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75628\n    },\n    {\n        \"Id\": 218115,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75629\n    },\n    {\n        \"Id\": 218116,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75630\n    },\n    {\n        \"Id\": 218117,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75631\n    },\n    {\n        \"Id\": 218118,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75627\n    },\n    {\n        \"Id\": 218119,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75632\n    },\n    {\n        \"Id\": 218120,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75633\n    },\n    {\n        \"Id\": 218121,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34899\n    },\n    {\n        \"Id\": 218122,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23080\n    },\n    {\n        \"Id\": 218123,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23073\n    },\n    {\n        \"Id\": 218124,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23079\n    },\n    {\n        \"Id\": 218125,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23070\n    },\n    {\n        \"Id\": 218126,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34885\n    },\n    {\n        \"Id\": 218127,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77352\n    },\n    {\n        \"Id\": 218128,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21318\n    },\n    {\n        \"Id\": 218129,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19839\n    },\n    {\n        \"Id\": 218130,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 876\n    },\n    {\n        \"Id\": 218131,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21189\n    },\n    {\n        \"Id\": 218132,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36260\n    },\n    {\n        \"Id\": 218133,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41180\n    },\n    {\n        \"Id\": 218134,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21947\n    },\n    {\n        \"Id\": 218135,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20935\n    },\n    {\n        \"Id\": 218136,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35900\n    },\n    {\n        \"Id\": 218137,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19455\n    },\n    {\n        \"Id\": 218138,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35420\n    },\n    {\n        \"Id\": 218139,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35485\n    },\n    {\n        \"Id\": 218140,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77590\n    },\n    {\n        \"Id\": 218141,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20020\n    },\n    {\n        \"Id\": 218142,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35991\n    },\n    {\n        \"Id\": 218143,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80044\n    },\n    {\n        \"Id\": 218144,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80046\n    },\n    {\n        \"Id\": 218145,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80047\n    },\n    {\n        \"Id\": 218146,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77591\n    },\n    {\n        \"Id\": 218147,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 824\n    },\n    {\n        \"Id\": 218148,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75392\n    },\n    {\n        \"Id\": 218149,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19290\n    },\n    {\n        \"Id\": 218150,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20811\n    },\n    {\n        \"Id\": 218151,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1022\n    },\n    {\n        \"Id\": 218152,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34998\n    },\n    {\n        \"Id\": 218153,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35000\n    },\n    {\n        \"Id\": 218154,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 799\n    },\n    {\n        \"Id\": 218155,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18457\n    },\n    {\n        \"Id\": 218156,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18451\n    },\n    {\n        \"Id\": 218157,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21330\n    },\n    {\n        \"Id\": 218158,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20067\n    },\n    {\n        \"Id\": 218159,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21275\n    },\n    {\n        \"Id\": 218160,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 176\n    },\n    {\n        \"Id\": 218161,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19783\n    },\n    {\n        \"Id\": 218162,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79913\n    },\n    {\n        \"Id\": 218163,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81188\n    },\n    {\n        \"Id\": 218164,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19238\n    },\n    {\n        \"Id\": 218165,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18452\n    },\n    {\n        \"Id\": 218166,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35287\n    },\n    {\n        \"Id\": 218167,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41635\n    },\n    {\n        \"Id\": 218168,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35289\n    },\n    {\n        \"Id\": 218169,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34997\n    },\n    {\n        \"Id\": 218170,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19463\n    },\n    {\n        \"Id\": 218171,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35400\n    },\n    {\n        \"Id\": 218172,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35148\n    },\n    {\n        \"Id\": 218173,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21712\n    },\n    {\n        \"Id\": 218174,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19327\n    },\n    {\n        \"Id\": 218175,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81443\n    },\n    {\n        \"Id\": 218176,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81444\n    },\n    {\n        \"Id\": 218177,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81442\n    },\n    {\n        \"Id\": 218178,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1155\n    },\n    {\n        \"Id\": 218179,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1141\n    },\n    {\n        \"Id\": 218180,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 654\n    },\n    {\n        \"Id\": 218181,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78066\n    },\n    {\n        \"Id\": 218182,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81357\n    },\n    {\n        \"Id\": 218183,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73014\n    },\n    {\n        \"Id\": 218184,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36579\n    },\n    {\n        \"Id\": 218185,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21505\n    },\n    {\n        \"Id\": 218186,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18383\n    },\n    {\n        \"Id\": 218187,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18556\n    },\n    {\n        \"Id\": 218188,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77952\n    },\n    {\n        \"Id\": 218189,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18646\n    },\n    {\n        \"Id\": 218190,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77708\n    },\n    {\n        \"Id\": 218191,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75739\n    },\n    {\n        \"Id\": 218192,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36329\n    },\n    {\n        \"Id\": 218193,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20799\n    },\n    {\n        \"Id\": 218194,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20807\n    },\n    {\n        \"Id\": 218195,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18828\n    },\n    {\n        \"Id\": 218196,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 790\n    },\n    {\n        \"Id\": 218197,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81350\n    },\n    {\n        \"Id\": 218198,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 835\n    },\n    {\n        \"Id\": 218199,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 646\n    },\n    {\n        \"Id\": 218200,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 253\n    },\n    {\n        \"Id\": 218201,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20157\n    },\n    {\n        \"Id\": 218202,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39035\n    },\n    {\n        \"Id\": 218203,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 637\n    },\n    {\n        \"Id\": 218204,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 715\n    },\n    {\n        \"Id\": 218205,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18717\n    },\n    {\n        \"Id\": 218206,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19687\n    },\n    {\n        \"Id\": 218207,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18870\n    },\n    {\n        \"Id\": 218208,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38070\n    },\n    {\n        \"Id\": 218209,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36573\n    },\n    {\n        \"Id\": 218210,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18386\n    },\n    {\n        \"Id\": 218211,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35454\n    },\n    {\n        \"Id\": 218212,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38074\n    },\n    {\n        \"Id\": 218213,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23041\n    },\n    {\n        \"Id\": 218214,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35448\n    },\n    {\n        \"Id\": 218215,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18704\n    },\n    {\n        \"Id\": 218216,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41152\n    },\n    {\n        \"Id\": 218217,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 388\n    },\n    {\n        \"Id\": 218218,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18993\n    },\n    {\n        \"Id\": 218219,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80887\n    },\n    {\n        \"Id\": 218220,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21340\n    },\n    {\n        \"Id\": 218221,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18454\n    },\n    {\n        \"Id\": 218222,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21825\n    },\n    {\n        \"Id\": 218223,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77982\n    },\n    {\n        \"Id\": 218224,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80435\n    },\n    {\n        \"Id\": 218225,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77283\n    },\n    {\n        \"Id\": 218226,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37201\n    },\n    {\n        \"Id\": 218227,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75792\n    },\n    {\n        \"Id\": 218228,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75793\n    },\n    {\n        \"Id\": 218229,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76082\n    },\n    {\n        \"Id\": 218230,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80656\n    },\n    {\n        \"Id\": 218231,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78117\n    },\n    {\n        \"Id\": 218232,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81020\n    },\n    {\n        \"Id\": 218233,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75794\n    },\n    {\n        \"Id\": 218234,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19236\n    },\n    {\n        \"Id\": 218235,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78181\n    },\n    {\n        \"Id\": 218236,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20514\n    },\n    {\n        \"Id\": 218237,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81403\n    },\n    {\n        \"Id\": 218238,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35336\n    },\n    {\n        \"Id\": 218239,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1069\n    },\n    {\n        \"Id\": 218240,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22402\n    },\n    {\n        \"Id\": 218241,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36915\n    },\n    {\n        \"Id\": 218242,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21203\n    },\n    {\n        \"Id\": 218243,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81386\n    },\n    {\n        \"Id\": 218244,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18455\n    },\n    {\n        \"Id\": 218245,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 948\n    },\n    {\n        \"Id\": 218246,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35863\n    },\n    {\n        \"Id\": 218247,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41131\n    },\n    {\n        \"Id\": 218248,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80105\n    },\n    {\n        \"Id\": 218249,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78309\n    },\n    {\n        \"Id\": 218250,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78313\n    },\n    {\n        \"Id\": 218251,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37615\n    },\n    {\n        \"Id\": 218252,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37633\n    },\n    {\n        \"Id\": 218253,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75757\n    },\n    {\n        \"Id\": 218254,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75758\n    },\n    {\n        \"Id\": 218255,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75759\n    },\n    {\n        \"Id\": 218256,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75760\n    },\n    {\n        \"Id\": 218257,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75756\n    },\n    {\n        \"Id\": 218258,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75761\n    },\n    {\n        \"Id\": 218259,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75762\n    },\n    {\n        \"Id\": 218260,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75763\n    },\n    {\n        \"Id\": 218261,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75764\n    },\n    {\n        \"Id\": 218262,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75765\n    },\n    {\n        \"Id\": 218263,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39057\n    },\n    {\n        \"Id\": 218264,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78352\n    },\n    {\n        \"Id\": 218265,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37455\n    },\n    {\n        \"Id\": 218266,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39123\n    },\n    {\n        \"Id\": 218267,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75991\n    },\n    {\n        \"Id\": 218268,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78307\n    },\n    {\n        \"Id\": 218269,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78308\n    },\n    {\n        \"Id\": 218270,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75992\n    },\n    {\n        \"Id\": 218271,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75993\n    },\n    {\n        \"Id\": 218272,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18571\n    },\n    {\n        \"Id\": 218273,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36944\n    },\n    {\n        \"Id\": 218274,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19135\n    },\n    {\n        \"Id\": 218275,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36468\n    },\n    {\n        \"Id\": 218276,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 661\n    },\n    {\n        \"Id\": 218277,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18456\n    },\n    {\n        \"Id\": 218278,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1231\n    },\n    {\n        \"Id\": 218279,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21238\n    },\n    {\n        \"Id\": 218280,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35853\n    },\n    {\n        \"Id\": 218281,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80661\n    },\n    {\n        \"Id\": 218282,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27001\n    },\n    {\n        \"Id\": 218283,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77592\n    },\n    {\n        \"Id\": 218284,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72384\n    },\n    {\n        \"Id\": 218285,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39033\n    },\n    {\n        \"Id\": 218286,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81003\n    },\n    {\n        \"Id\": 218287,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19548\n    },\n    {\n        \"Id\": 218288,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77593\n    },\n    {\n        \"Id\": 218289,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35718\n    },\n    {\n        \"Id\": 218290,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35982\n    },\n    {\n        \"Id\": 218291,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81071\n    },\n    {\n        \"Id\": 218292,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36989\n    },\n    {\n        \"Id\": 218293,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36990\n    },\n    {\n        \"Id\": 218294,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36993\n    },\n    {\n        \"Id\": 218295,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36992\n    },\n    {\n        \"Id\": 218296,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36994\n    },\n    {\n        \"Id\": 218297,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36995\n    },\n    {\n        \"Id\": 218298,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 737\n    },\n    {\n        \"Id\": 218299,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81021\n    },\n    {\n        \"Id\": 218300,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40895\n    },\n    {\n        \"Id\": 218301,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77740\n    },\n    {\n        \"Id\": 218302,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40737\n    },\n    {\n        \"Id\": 218303,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39231\n    },\n    {\n        \"Id\": 218304,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20497\n    },\n    {\n        \"Id\": 218305,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20509\n    },\n    {\n        \"Id\": 218306,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36404\n    },\n    {\n        \"Id\": 218307,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72437\n    },\n    {\n        \"Id\": 218308,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18387\n    },\n    {\n        \"Id\": 218309,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18388\n    },\n    {\n        \"Id\": 218310,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35821\n    },\n    {\n        \"Id\": 218311,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73204\n    },\n    {\n        \"Id\": 218312,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76110\n    },\n    {\n        \"Id\": 218313,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76111\n    },\n    {\n        \"Id\": 218314,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76112\n    },\n    {\n        \"Id\": 218315,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75358\n    },\n    {\n        \"Id\": 218316,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35946\n    },\n    {\n        \"Id\": 218317,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75453\n    },\n    {\n        \"Id\": 218318,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81379\n    },\n    {\n        \"Id\": 218319,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40913\n    },\n    {\n        \"Id\": 218320,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22314\n    },\n    {\n        \"Id\": 218321,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41096\n    },\n    {\n        \"Id\": 218322,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22304\n    },\n    {\n        \"Id\": 218323,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80498\n    },\n    {\n        \"Id\": 218324,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77694\n    },\n    {\n        \"Id\": 218325,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77715\n    },\n    {\n        \"Id\": 218326,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81091\n    },\n    {\n        \"Id\": 218327,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75903\n    },\n    {\n        \"Id\": 218328,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35477\n    },\n    {\n        \"Id\": 218329,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75386\n    },\n    {\n        \"Id\": 218330,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75387\n    },\n    {\n        \"Id\": 218331,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79888\n    },\n    {\n        \"Id\": 218332,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35770\n    },\n    {\n        \"Id\": 218333,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41583\n    },\n    {\n        \"Id\": 218334,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77665\n    },\n    {\n        \"Id\": 218335,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78887\n    },\n    {\n        \"Id\": 218336,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79879\n    },\n    {\n        \"Id\": 218337,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78101\n    },\n    {\n        \"Id\": 218338,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78095\n    },\n    {\n        \"Id\": 218339,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21481\n    },\n    {\n        \"Id\": 218340,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79951\n    },\n    {\n        \"Id\": 218341,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80733\n    },\n    {\n        \"Id\": 218342,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72379\n    },\n    {\n        \"Id\": 218343,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72383\n    },\n    {\n        \"Id\": 218344,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72365\n    },\n    {\n        \"Id\": 218345,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36744\n    },\n    {\n        \"Id\": 218346,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79955\n    },\n    {\n        \"Id\": 218347,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75423\n    },\n    {\n        \"Id\": 218348,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75398\n    },\n    {\n        \"Id\": 218349,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80139\n    },\n    {\n        \"Id\": 218350,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72555\n    },\n    {\n        \"Id\": 218351,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80013\n    },\n    {\n        \"Id\": 218352,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80043\n    },\n    {\n        \"Id\": 218353,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72542\n    },\n    {\n        \"Id\": 218354,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76102\n    },\n    {\n        \"Id\": 218355,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80496\n    },\n    {\n        \"Id\": 218356,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77561\n    },\n    {\n        \"Id\": 218357,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77565\n    },\n    {\n        \"Id\": 218358,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77566\n    },\n    {\n        \"Id\": 218359,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77564\n    },\n    {\n        \"Id\": 218360,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77563\n    },\n    {\n        \"Id\": 218361,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77562\n    },\n    {\n        \"Id\": 218362,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78150\n    },\n    {\n        \"Id\": 218363,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80751\n    },\n    {\n        \"Id\": 218364,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81068\n    },\n    {\n        \"Id\": 218365,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81069\n    },\n    {\n        \"Id\": 218366,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79877\n    },\n    {\n        \"Id\": 218367,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77993\n    },\n    {\n        \"Id\": 218368,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39236\n    },\n    {\n        \"Id\": 218369,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81446\n    },\n    {\n        \"Id\": 218370,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81508\n    },\n    {\n        \"Id\": 218371,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72543\n    },\n    {\n        \"Id\": 218372,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76151\n    },\n    {\n        \"Id\": 218373,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81070\n    },\n    {\n        \"Id\": 218374,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81039\n    },\n    {\n        \"Id\": 218375,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39051\n    },\n    {\n        \"Id\": 218376,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22086\n    },\n    {\n        \"Id\": 218377,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19035\n    },\n    {\n        \"Id\": 218378,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77551\n    },\n    {\n        \"Id\": 218379,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77594\n    },\n    {\n        \"Id\": 218380,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19128\n    },\n    {\n        \"Id\": 218381,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81385\n    },\n    {\n        \"Id\": 218382,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20841\n    },\n    {\n        \"Id\": 218383,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19604\n    },\n    {\n        \"Id\": 218384,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18807\n    },\n    {\n        \"Id\": 218385,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77307\n    },\n    {\n        \"Id\": 218386,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78167\n    },\n    {\n        \"Id\": 218387,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21752\n    },\n    {\n        \"Id\": 218388,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18988\n    },\n    {\n        \"Id\": 218389,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 855\n    },\n    {\n        \"Id\": 218390,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77595\n    },\n    {\n        \"Id\": 218391,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18462\n    },\n    {\n        \"Id\": 218392,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18463\n    },\n    {\n        \"Id\": 218393,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78053\n    },\n    {\n        \"Id\": 218394,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77695\n    },\n    {\n        \"Id\": 218395,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23040\n    },\n    {\n        \"Id\": 218396,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81393\n    },\n    {\n        \"Id\": 218397,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81394\n    },\n    {\n        \"Id\": 218398,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81392\n    },\n    {\n        \"Id\": 218399,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77596\n    },\n    {\n        \"Id\": 218400,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35889\n    },\n    {\n        \"Id\": 218401,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36141\n    },\n    {\n        \"Id\": 218402,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80942\n    },\n    {\n        \"Id\": 218403,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35337\n    },\n    {\n        \"Id\": 218404,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 816\n    },\n    {\n        \"Id\": 218405,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77548\n    },\n    {\n        \"Id\": 218406,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73217\n    },\n    {\n        \"Id\": 218407,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72928\n    },\n    {\n        \"Id\": 218408,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 230\n    },\n    {\n        \"Id\": 218409,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 459\n    },\n    {\n        \"Id\": 218410,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 197\n    },\n    {\n        \"Id\": 218411,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81374\n    },\n    {\n        \"Id\": 218412,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35118\n    },\n    {\n        \"Id\": 218413,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22428\n    },\n    {\n        \"Id\": 218414,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22426\n    },\n    {\n        \"Id\": 218415,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22429\n    },\n    {\n        \"Id\": 218416,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22581\n    },\n    {\n        \"Id\": 218417,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23045\n    },\n    {\n        \"Id\": 218418,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18389\n    },\n    {\n        \"Id\": 218419,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75897\n    },\n    {\n        \"Id\": 218420,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35113\n    },\n    {\n        \"Id\": 218421,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 171\n    },\n    {\n        \"Id\": 218422,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41593\n    },\n    {\n        \"Id\": 218423,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18449\n    },\n    {\n        \"Id\": 218424,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22389\n    },\n    {\n        \"Id\": 218425,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21379\n    },\n    {\n        \"Id\": 218426,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19990\n    },\n    {\n        \"Id\": 218427,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80314\n    },\n    {\n        \"Id\": 218428,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80316\n    },\n    {\n        \"Id\": 218429,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80282\n    },\n    {\n        \"Id\": 218430,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20498\n    },\n    {\n        \"Id\": 218431,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81375\n    },\n    {\n        \"Id\": 218432,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81376\n    },\n    {\n        \"Id\": 218433,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36935\n    },\n    {\n        \"Id\": 218434,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36936\n    },\n    {\n        \"Id\": 218435,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77597\n    },\n    {\n        \"Id\": 218436,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36307\n    },\n    {\n        \"Id\": 218437,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36308\n    },\n    {\n        \"Id\": 218438,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36309\n    },\n    {\n        \"Id\": 218439,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80632\n    },\n    {\n        \"Id\": 218440,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18537\n    },\n    {\n        \"Id\": 218441,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18390\n    },\n    {\n        \"Id\": 218442,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18393\n    },\n    {\n        \"Id\": 218443,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18399\n    },\n    {\n        \"Id\": 218444,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18409\n    },\n    {\n        \"Id\": 218445,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77326\n    },\n    {\n        \"Id\": 218446,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77320\n    },\n    {\n        \"Id\": 218447,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19589\n    },\n    {\n        \"Id\": 218448,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 840\n    },\n    {\n        \"Id\": 218449,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19364\n    },\n    {\n        \"Id\": 218450,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35501\n    },\n    {\n        \"Id\": 218451,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77688\n    },\n    {\n        \"Id\": 218452,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20451\n    },\n    {\n        \"Id\": 218453,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18709\n    },\n    {\n        \"Id\": 218454,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 739\n    },\n    {\n        \"Id\": 218455,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35342\n    },\n    {\n        \"Id\": 218456,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80628\n    },\n    {\n        \"Id\": 218457,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35803\n    },\n    {\n        \"Id\": 218458,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35294\n    },\n    {\n        \"Id\": 218459,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35824\n    },\n    {\n        \"Id\": 218460,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35815\n    },\n    {\n        \"Id\": 218461,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 312\n    },\n    {\n        \"Id\": 218462,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19804\n    },\n    {\n        \"Id\": 218463,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22047\n    },\n    {\n        \"Id\": 218464,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38854\n    },\n    {\n        \"Id\": 218465,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78023\n    },\n    {\n        \"Id\": 218466,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80918\n    },\n    {\n        \"Id\": 218467,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35885\n    },\n    {\n        \"Id\": 218468,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 397\n    },\n    {\n        \"Id\": 218469,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21506\n    },\n    {\n        \"Id\": 218470,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36945\n    },\n    {\n        \"Id\": 218471,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23000\n    },\n    {\n        \"Id\": 218472,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73176\n    },\n    {\n        \"Id\": 218473,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73181\n    },\n    {\n        \"Id\": 218474,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73164\n    },\n    {\n        \"Id\": 218475,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73129\n    },\n    {\n        \"Id\": 218476,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75642\n    },\n    {\n        \"Id\": 218477,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73130\n    },\n    {\n        \"Id\": 218478,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1065\n    },\n    {\n        \"Id\": 218479,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19710\n    },\n    {\n        \"Id\": 218480,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 764\n    },\n    {\n        \"Id\": 218481,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1017\n    },\n    {\n        \"Id\": 218482,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 731\n    },\n    {\n        \"Id\": 218483,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18718\n    },\n    {\n        \"Id\": 218484,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20454\n    },\n    {\n        \"Id\": 218485,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22417\n    },\n    {\n        \"Id\": 218486,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20017\n    },\n    {\n        \"Id\": 218487,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19765\n    },\n    {\n        \"Id\": 218488,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19823\n    },\n    {\n        \"Id\": 218489,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36412\n    },\n    {\n        \"Id\": 218490,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38865\n    },\n    {\n        \"Id\": 218491,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20602\n    },\n    {\n        \"Id\": 218492,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21079\n    },\n    {\n        \"Id\": 218493,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 179\n    },\n    {\n        \"Id\": 218494,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19846\n    },\n    {\n        \"Id\": 218495,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19292\n    },\n    {\n        \"Id\": 218496,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20794\n    },\n    {\n        \"Id\": 218497,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19234\n    },\n    {\n        \"Id\": 218498,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19847\n    },\n    {\n        \"Id\": 218499,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 571\n    },\n    {\n        \"Id\": 218500,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 180\n    },\n    {\n        \"Id\": 218501,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19994\n    },\n    {\n        \"Id\": 218502,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19675\n    },\n    {\n        \"Id\": 218503,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20347\n    },\n    {\n        \"Id\": 218504,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20142\n    },\n    {\n        \"Id\": 218505,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 847\n    },\n    {\n        \"Id\": 218506,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19809\n    },\n    {\n        \"Id\": 218507,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19781\n    },\n    {\n        \"Id\": 218508,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 885\n    },\n    {\n        \"Id\": 218509,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21858\n    },\n    {\n        \"Id\": 218510,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35708\n    },\n    {\n        \"Id\": 218511,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35817\n    },\n    {\n        \"Id\": 218512,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18475\n    },\n    {\n        \"Id\": 218513,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36644\n    },\n    {\n        \"Id\": 218514,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19353\n    },\n    {\n        \"Id\": 218515,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18338\n    },\n    {\n        \"Id\": 218516,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78092\n    },\n    {\n        \"Id\": 218517,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78055\n    },\n    {\n        \"Id\": 218518,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77598\n    },\n    {\n        \"Id\": 218519,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36281\n    },\n    {\n        \"Id\": 218520,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35971\n    },\n    {\n        \"Id\": 218521,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80260\n    },\n    {\n        \"Id\": 218522,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80268\n    },\n    {\n        \"Id\": 218523,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19233\n    },\n    {\n        \"Id\": 218524,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20459\n    },\n    {\n        \"Id\": 218525,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19774\n    },\n    {\n        \"Id\": 218526,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19346\n    },\n    {\n        \"Id\": 218527,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20078\n    },\n    {\n        \"Id\": 218528,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38955\n    },\n    {\n        \"Id\": 218529,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40754\n    },\n    {\n        \"Id\": 218530,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22513\n    },\n    {\n        \"Id\": 218531,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35058\n    },\n    {\n        \"Id\": 218532,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35813\n    },\n    {\n        \"Id\": 218533,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22418\n    },\n    {\n        \"Id\": 218534,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36140\n    },\n    {\n        \"Id\": 218535,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20008\n    },\n    {\n        \"Id\": 218536,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72566\n    },\n    {\n        \"Id\": 218537,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34977\n    },\n    {\n        \"Id\": 218538,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18478\n    },\n    {\n        \"Id\": 218539,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21641\n    },\n    {\n        \"Id\": 218540,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35006\n    },\n    {\n        \"Id\": 218541,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35005\n    },\n    {\n        \"Id\": 218542,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81046\n    },\n    {\n        \"Id\": 218543,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81047\n    },\n    {\n        \"Id\": 218544,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36916\n    },\n    {\n        \"Id\": 218545,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20517\n    },\n    {\n        \"Id\": 218546,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20087\n    },\n    {\n        \"Id\": 218547,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36261\n    },\n    {\n        \"Id\": 218548,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35504\n    },\n    {\n        \"Id\": 218549,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78256\n    },\n    {\n        \"Id\": 218550,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36021\n    },\n    {\n        \"Id\": 218551,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20158\n    },\n    {\n        \"Id\": 218552,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 801\n    },\n    {\n        \"Id\": 218553,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35419\n    },\n    {\n        \"Id\": 218554,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80662\n    },\n    {\n        \"Id\": 218555,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80704\n    },\n    {\n        \"Id\": 218556,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80762\n    },\n    {\n        \"Id\": 218557,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34979\n    },\n    {\n        \"Id\": 218558,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18480\n    },\n    {\n        \"Id\": 218559,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21080\n    },\n    {\n        \"Id\": 218560,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77319\n    },\n    {\n        \"Id\": 218561,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80158\n    },\n    {\n        \"Id\": 218562,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39176\n    },\n    {\n        \"Id\": 218563,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35438\n    },\n    {\n        \"Id\": 218564,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 819\n    },\n    {\n        \"Id\": 218565,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 622\n    },\n    {\n        \"Id\": 218566,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77599\n    },\n    {\n        \"Id\": 218567,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20512\n    },\n    {\n        \"Id\": 218568,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35437\n    },\n    {\n        \"Id\": 218569,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77600\n    },\n    {\n        \"Id\": 218570,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39152\n    },\n    {\n        \"Id\": 218571,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39153\n    },\n    {\n        \"Id\": 218572,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39154\n    },\n    {\n        \"Id\": 218573,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39155\n    },\n    {\n        \"Id\": 218574,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 217\n    },\n    {\n        \"Id\": 218575,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 347\n    },\n    {\n        \"Id\": 218576,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72312\n    },\n    {\n        \"Id\": 218577,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37142\n    },\n    {\n        \"Id\": 218578,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35816\n    },\n    {\n        \"Id\": 218579,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78266\n    },\n    {\n        \"Id\": 218580,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78026\n    },\n    {\n        \"Id\": 218581,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35719\n    },\n    {\n        \"Id\": 218582,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21567\n    },\n    {\n        \"Id\": 218583,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 891\n    },\n    {\n        \"Id\": 218584,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 846\n    },\n    {\n        \"Id\": 218585,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 600\n    },\n    {\n        \"Id\": 218586,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22406\n    },\n    {\n        \"Id\": 218587,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22514\n    },\n    {\n        \"Id\": 218588,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22343\n    },\n    {\n        \"Id\": 218589,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22344\n    },\n    {\n        \"Id\": 218590,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79957\n    },\n    {\n        \"Id\": 218591,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72241\n    },\n    {\n        \"Id\": 218592,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18930\n    },\n    {\n        \"Id\": 218593,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36839\n    },\n    {\n        \"Id\": 218594,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72583\n    },\n    {\n        \"Id\": 218595,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73169\n    },\n    {\n        \"Id\": 218596,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75421\n    },\n    {\n        \"Id\": 218597,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78157\n    },\n    {\n        \"Id\": 218598,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41520\n    },\n    {\n        \"Id\": 218599,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35804\n    },\n    {\n        \"Id\": 218600,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81382\n    },\n    {\n        \"Id\": 218601,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77285\n    },\n    {\n        \"Id\": 218602,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35461\n    },\n    {\n        \"Id\": 218603,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21388\n    },\n    {\n        \"Id\": 218604,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 620\n    },\n    {\n        \"Id\": 218605,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22585\n    },\n    {\n        \"Id\": 218606,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73119\n    },\n    {\n        \"Id\": 218607,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35520\n    },\n    {\n        \"Id\": 218608,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18940\n    },\n    {\n        \"Id\": 218609,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35147\n    },\n    {\n        \"Id\": 218610,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35343\n    },\n    {\n        \"Id\": 218611,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19692\n    },\n    {\n        \"Id\": 218612,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80875\n    },\n    {\n        \"Id\": 218613,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81123\n    },\n    {\n        \"Id\": 218614,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81458\n    },\n    {\n        \"Id\": 218615,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81474\n    },\n    {\n        \"Id\": 218616,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81192\n    },\n    {\n        \"Id\": 218617,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81182\n    },\n    {\n        \"Id\": 218618,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78058\n    },\n    {\n        \"Id\": 218619,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35224\n    },\n    {\n        \"Id\": 218620,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35222\n    },\n    {\n        \"Id\": 218621,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35452\n    },\n    {\n        \"Id\": 218622,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18663\n    },\n    {\n        \"Id\": 218623,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36479\n    },\n    {\n        \"Id\": 218624,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75798\n    },\n    {\n        \"Id\": 218625,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35114\n    },\n    {\n        \"Id\": 218626,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19830\n    },\n    {\n        \"Id\": 218627,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23044\n    },\n    {\n        \"Id\": 218628,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34879\n    },\n    {\n        \"Id\": 218629,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78102\n    },\n    {\n        \"Id\": 218630,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1172\n    },\n    {\n        \"Id\": 218631,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 618\n    },\n    {\n        \"Id\": 218632,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 717\n    },\n    {\n        \"Id\": 218633,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77601\n    },\n    {\n        \"Id\": 218634,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77602\n    },\n    {\n        \"Id\": 218635,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36795\n    },\n    {\n        \"Id\": 218636,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23035\n    },\n    {\n        \"Id\": 218637,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35471\n    },\n    {\n        \"Id\": 218638,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35473\n    },\n    {\n        \"Id\": 218639,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35475\n    },\n    {\n        \"Id\": 218640,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81183\n    },\n    {\n        \"Id\": 218641,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 399\n    },\n    {\n        \"Id\": 218642,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 534\n    },\n    {\n        \"Id\": 218643,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19963\n    },\n    {\n        \"Id\": 218644,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18822\n    },\n    {\n        \"Id\": 218645,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20944\n    },\n    {\n        \"Id\": 218646,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18423\n    },\n    {\n        \"Id\": 218647,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18426\n    },\n    {\n        \"Id\": 218648,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18429\n    },\n    {\n        \"Id\": 218649,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21473\n    },\n    {\n        \"Id\": 218650,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78187\n    },\n    {\n        \"Id\": 218651,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35901\n    },\n    {\n        \"Id\": 218652,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78185\n    },\n    {\n        \"Id\": 218653,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1214\n    },\n    {\n        \"Id\": 218654,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19768\n    },\n    {\n        \"Id\": 218655,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1165\n    },\n    {\n        \"Id\": 218656,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20809\n    },\n    {\n        \"Id\": 218657,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 381\n    },\n    {\n        \"Id\": 218658,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18557\n    },\n    {\n        \"Id\": 218659,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21317\n    },\n    {\n        \"Id\": 218660,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78186\n    },\n    {\n        \"Id\": 218661,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19460\n    },\n    {\n        \"Id\": 218662,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22109\n    },\n    {\n        \"Id\": 218663,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18566\n    },\n    {\n        \"Id\": 218664,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 178\n    },\n    {\n        \"Id\": 218665,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 821\n    },\n    {\n        \"Id\": 218666,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81076\n    },\n    {\n        \"Id\": 218667,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18985\n    },\n    {\n        \"Id\": 218668,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18879\n    },\n    {\n        \"Id\": 218669,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81378\n    },\n    {\n        \"Id\": 218670,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78267\n    },\n    {\n        \"Id\": 218671,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38893\n    },\n    {\n        \"Id\": 218672,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78263\n    },\n    {\n        \"Id\": 218673,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18728\n    },\n    {\n        \"Id\": 218674,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 400\n    },\n    {\n        \"Id\": 218675,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80267\n    },\n    {\n        \"Id\": 218676,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81499\n    },\n    {\n        \"Id\": 218677,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38898\n    },\n    {\n        \"Id\": 218678,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23134\n    },\n    {\n        \"Id\": 218679,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41507\n    },\n    {\n        \"Id\": 218680,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40752\n    },\n    {\n        \"Id\": 218681,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34955\n    },\n    {\n        \"Id\": 218682,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78016\n    },\n    {\n        \"Id\": 218683,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72777\n    },\n    {\n        \"Id\": 218684,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35844\n    },\n    {\n        \"Id\": 218685,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81381\n    },\n    {\n        \"Id\": 218686,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81380\n    },\n    {\n        \"Id\": 218687,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39047\n    },\n    {\n        \"Id\": 218688,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72546\n    },\n    {\n        \"Id\": 218689,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22206\n    },\n    {\n        \"Id\": 218690,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21331\n    },\n    {\n        \"Id\": 218691,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38864\n    },\n    {\n        \"Id\": 218692,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37101\n    },\n    {\n        \"Id\": 218693,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21024\n    },\n    {\n        \"Id\": 218694,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18840\n    },\n    {\n        \"Id\": 218695,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22296\n    },\n    {\n        \"Id\": 218696,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81079\n    },\n    {\n        \"Id\": 218697,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81078\n    },\n    {\n        \"Id\": 218698,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36834\n    },\n    {\n        \"Id\": 218699,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78098\n    },\n    {\n        \"Id\": 218700,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78099\n    },\n    {\n        \"Id\": 218701,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35340\n    },\n    {\n        \"Id\": 218702,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36182\n    },\n    {\n        \"Id\": 218703,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36973\n    },\n    {\n        \"Id\": 218704,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22392\n    },\n    {\n        \"Id\": 218705,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39038\n    },\n    {\n        \"Id\": 218706,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20815\n    },\n    {\n        \"Id\": 218707,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22387\n    },\n    {\n        \"Id\": 218708,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22390\n    },\n    {\n        \"Id\": 218709,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22515\n    },\n    {\n        \"Id\": 218710,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35466\n    },\n    {\n        \"Id\": 218711,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35457\n    },\n    {\n        \"Id\": 218712,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20051\n    },\n    {\n        \"Id\": 218713,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20237\n    },\n    {\n        \"Id\": 218714,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19085\n    },\n    {\n        \"Id\": 218715,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81326\n    },\n    {\n        \"Id\": 218716,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80634\n    },\n    {\n        \"Id\": 218717,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1051\n    },\n    {\n        \"Id\": 218718,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 435\n    },\n    {\n        \"Id\": 218719,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 656\n    },\n    {\n        \"Id\": 218720,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37181\n    },\n    {\n        \"Id\": 218721,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20601\n    },\n    {\n        \"Id\": 218722,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77697\n    },\n    {\n        \"Id\": 218723,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22549\n    },\n    {\n        \"Id\": 218724,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22397\n    },\n    {\n        \"Id\": 218725,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35237\n    },\n    {\n        \"Id\": 218726,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35760\n    },\n    {\n        \"Id\": 218727,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19388\n    },\n    {\n        \"Id\": 218728,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18871\n    },\n    {\n        \"Id\": 218729,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20755\n    },\n    {\n        \"Id\": 218730,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19588\n    },\n    {\n        \"Id\": 218731,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77256\n    },\n    {\n        \"Id\": 218732,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77257\n    },\n    {\n        \"Id\": 218733,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77258\n    },\n    {\n        \"Id\": 218734,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77259\n    },\n    {\n        \"Id\": 218735,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77260\n    },\n    {\n        \"Id\": 218736,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77261\n    },\n    {\n        \"Id\": 218737,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77262\n    },\n    {\n        \"Id\": 218738,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77263\n    },\n    {\n        \"Id\": 218739,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37180\n    },\n    {\n        \"Id\": 218740,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35463\n    },\n    {\n        \"Id\": 218741,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77585\n    },\n    {\n        \"Id\": 218742,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75676\n    },\n    {\n        \"Id\": 218743,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35567\n    },\n    {\n        \"Id\": 218744,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35568\n    },\n    {\n        \"Id\": 218745,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81127\n    },\n    {\n        \"Id\": 218746,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34980\n    },\n    {\n        \"Id\": 218747,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73212\n    },\n    {\n        \"Id\": 218748,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80328\n    },\n    {\n        \"Id\": 218749,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36409\n    },\n    {\n        \"Id\": 218750,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78945\n    },\n    {\n        \"Id\": 218751,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78941\n    },\n    {\n        \"Id\": 218752,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36406\n    },\n    {\n        \"Id\": 218753,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35320\n    },\n    {\n        \"Id\": 218754,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77941\n    },\n    {\n        \"Id\": 218755,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21149\n    },\n    {\n        \"Id\": 218756,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19787\n    },\n    {\n        \"Id\": 218757,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20478\n    },\n    {\n        \"Id\": 218758,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 501\n    },\n    {\n        \"Id\": 218759,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18745\n    },\n    {\n        \"Id\": 218760,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77265\n    },\n    {\n        \"Id\": 218761,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19032\n    },\n    {\n        \"Id\": 218762,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21843\n    },\n    {\n        \"Id\": 218763,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 401\n    },\n    {\n        \"Id\": 218764,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18490\n    },\n    {\n        \"Id\": 218765,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1193\n    },\n    {\n        \"Id\": 218766,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34987\n    },\n    {\n        \"Id\": 218767,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37164\n    },\n    {\n        \"Id\": 218768,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18492\n    },\n    {\n        \"Id\": 218769,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20877\n    },\n    {\n        \"Id\": 218770,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19873\n    },\n    {\n        \"Id\": 218771,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 218772,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 422\n    },\n    {\n        \"Id\": 218773,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36917\n    },\n    {\n        \"Id\": 218774,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20570\n    },\n    {\n        \"Id\": 218775,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19667\n    },\n    {\n        \"Id\": 218776,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37150\n    },\n    {\n        \"Id\": 218777,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80877\n    },\n    {\n        \"Id\": 218778,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18495\n    },\n    {\n        \"Id\": 218779,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18496\n    },\n    {\n        \"Id\": 218780,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72769\n    },\n    {\n        \"Id\": 218781,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72744\n    },\n    {\n        \"Id\": 218782,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39157\n    },\n    {\n        \"Id\": 218783,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22212\n    },\n    {\n        \"Id\": 218784,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80074\n    },\n    {\n        \"Id\": 218785,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77696\n    },\n    {\n        \"Id\": 218786,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36466\n    },\n    {\n        \"Id\": 218787,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21163\n    },\n    {\n        \"Id\": 218788,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80703\n    },\n    {\n        \"Id\": 218789,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21793\n    },\n    {\n        \"Id\": 218790,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20065\n    },\n    {\n        \"Id\": 218791,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35464\n    },\n    {\n        \"Id\": 218792,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77603\n    },\n    {\n        \"Id\": 218793,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35040\n    },\n    {\n        \"Id\": 218794,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76040\n    },\n    {\n        \"Id\": 218795,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21633\n    },\n    {\n        \"Id\": 218796,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35197\n    },\n    {\n        \"Id\": 218797,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36375\n    },\n    {\n        \"Id\": 218798,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35944\n    },\n    {\n        \"Id\": 218799,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35940\n    },\n    {\n        \"Id\": 218800,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80052\n    },\n    {\n        \"Id\": 218801,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34992\n    },\n    {\n        \"Id\": 218802,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34993\n    },\n    {\n        \"Id\": 218803,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34994\n    },\n    {\n        \"Id\": 218804,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19425\n    },\n    {\n        \"Id\": 218805,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81153\n    },\n    {\n        \"Id\": 218806,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80760\n    },\n    {\n        \"Id\": 218807,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 994\n    },\n    {\n        \"Id\": 218808,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77604\n    },\n    {\n        \"Id\": 218809,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72747\n    },\n    {\n        \"Id\": 218810,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72748\n    },\n    {\n        \"Id\": 218811,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 985\n    },\n    {\n        \"Id\": 218812,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18450\n    },\n    {\n        \"Id\": 218813,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35028\n    },\n    {\n        \"Id\": 218814,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81468\n    },\n    {\n        \"Id\": 218815,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81469\n    },\n    {\n        \"Id\": 218816,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77335\n    },\n    {\n        \"Id\": 218817,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75881\n    },\n    {\n        \"Id\": 218818,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78188\n    },\n    {\n        \"Id\": 218819,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18672\n    },\n    {\n        \"Id\": 218820,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76128\n    },\n    {\n        \"Id\": 218821,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76129\n    },\n    {\n        \"Id\": 218822,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77334\n    },\n    {\n        \"Id\": 218823,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20482\n    },\n    {\n        \"Id\": 218824,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81203\n    },\n    {\n        \"Id\": 218825,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 862\n    },\n    {\n        \"Id\": 218826,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80665\n    },\n    {\n        \"Id\": 218827,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35979\n    },\n    {\n        \"Id\": 218828,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18339\n    },\n    {\n        \"Id\": 218829,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21224\n    },\n    {\n        \"Id\": 218830,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1182\n    },\n    {\n        \"Id\": 218831,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77605\n    },\n    {\n        \"Id\": 218832,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77724\n    },\n    {\n        \"Id\": 218833,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78883\n    },\n    {\n        \"Id\": 218834,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80509\n    },\n    {\n        \"Id\": 218835,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78171\n    },\n    {\n        \"Id\": 218836,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78129\n    },\n    {\n        \"Id\": 218837,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78130\n    },\n    {\n        \"Id\": 218838,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78169\n    },\n    {\n        \"Id\": 218839,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35799\n    },\n    {\n        \"Id\": 218840,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19993\n    },\n    {\n        \"Id\": 218841,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21356\n    },\n    {\n        \"Id\": 218842,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77606\n    },\n    {\n        \"Id\": 218843,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18561\n    },\n    {\n        \"Id\": 218844,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35436\n    },\n    {\n        \"Id\": 218845,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18838\n    },\n    {\n        \"Id\": 218846,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35640\n    },\n    {\n        \"Id\": 218847,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76103\n    },\n    {\n        \"Id\": 218848,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76104\n    },\n    {\n        \"Id\": 218849,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80664\n    },\n    {\n        \"Id\": 218850,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75409\n    },\n    {\n        \"Id\": 218851,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78175\n    },\n    {\n        \"Id\": 218852,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75410\n    },\n    {\n        \"Id\": 218853,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75411\n    },\n    {\n        \"Id\": 218854,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75412\n    },\n    {\n        \"Id\": 218855,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37005\n    },\n    {\n        \"Id\": 218856,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72556\n    },\n    {\n        \"Id\": 218857,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80432\n    },\n    {\n        \"Id\": 218858,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37006\n    },\n    {\n        \"Id\": 218859,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78189\n    },\n    {\n        \"Id\": 218860,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22424\n    },\n    {\n        \"Id\": 218861,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20507\n    },\n    {\n        \"Id\": 218862,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19447\n    },\n    {\n        \"Id\": 218863,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18854\n    },\n    {\n        \"Id\": 218864,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78924\n    },\n    {\n        \"Id\": 218865,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1027\n    },\n    {\n        \"Id\": 218866,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19243\n    },\n    {\n        \"Id\": 218867,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41600\n    },\n    {\n        \"Id\": 218868,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80221\n    },\n    {\n        \"Id\": 218869,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 256\n    },\n    {\n        \"Id\": 218870,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1168\n    },\n    {\n        \"Id\": 218871,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77317\n    },\n    {\n        \"Id\": 218872,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41048\n    },\n    {\n        \"Id\": 218873,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41047\n    },\n    {\n        \"Id\": 218874,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35606\n    },\n    {\n        \"Id\": 218875,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41050\n    },\n    {\n        \"Id\": 218876,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41046\n    },\n    {\n        \"Id\": 218877,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41049\n    },\n    {\n        \"Id\": 218878,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35752\n    },\n    {\n        \"Id\": 218879,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81131\n    },\n    {\n        \"Id\": 218880,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77607\n    },\n    {\n        \"Id\": 218881,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18800\n    },\n    {\n        \"Id\": 218882,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18932\n    },\n    {\n        \"Id\": 218883,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18799\n    },\n    {\n        \"Id\": 218884,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75908\n    },\n    {\n        \"Id\": 218885,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35981\n    },\n    {\n        \"Id\": 218886,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37036\n    },\n    {\n        \"Id\": 218887,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37038\n    },\n    {\n        \"Id\": 218888,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75909\n    },\n    {\n        \"Id\": 218889,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72752\n    },\n    {\n        \"Id\": 218890,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73168\n    },\n    {\n        \"Id\": 218891,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77315\n    },\n    {\n        \"Id\": 218892,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78074\n    },\n    {\n        \"Id\": 218893,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75705\n    },\n    {\n        \"Id\": 218894,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75725\n    },\n    {\n        \"Id\": 218895,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76010\n    },\n    {\n        \"Id\": 218896,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78347\n    },\n    {\n        \"Id\": 218897,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78348\n    },\n    {\n        \"Id\": 218898,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75675\n    },\n    {\n        \"Id\": 218899,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35476\n    },\n    {\n        \"Id\": 218900,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18618\n    },\n    {\n        \"Id\": 218901,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18619\n    },\n    {\n        \"Id\": 218902,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20173\n    },\n    {\n        \"Id\": 218903,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20034\n    },\n    {\n        \"Id\": 218904,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21141\n    },\n    {\n        \"Id\": 218905,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35992\n    },\n    {\n        \"Id\": 218906,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75767\n    },\n    {\n        \"Id\": 218907,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76144\n    },\n    {\n        \"Id\": 218908,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 624\n    },\n    {\n        \"Id\": 218909,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1146\n    },\n    {\n        \"Id\": 218910,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 639\n    },\n    {\n        \"Id\": 218911,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77877\n    },\n    {\n        \"Id\": 218912,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21276\n    },\n    {\n        \"Id\": 218913,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19690\n    },\n    {\n        \"Id\": 218914,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18569\n    },\n    {\n        \"Id\": 218915,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19192\n    },\n    {\n        \"Id\": 218916,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19164\n    },\n    {\n        \"Id\": 218917,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 996\n    },\n    {\n        \"Id\": 218918,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 763\n    },\n    {\n        \"Id\": 218919,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 917\n    },\n    {\n        \"Id\": 218920,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1116\n    },\n    {\n        \"Id\": 218921,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1177\n    },\n    {\n        \"Id\": 218922,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 810\n    },\n    {\n        \"Id\": 218923,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78097\n    },\n    {\n        \"Id\": 218924,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78096\n    },\n    {\n        \"Id\": 218925,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19415\n    },\n    {\n        \"Id\": 218926,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35009\n    },\n    {\n        \"Id\": 218927,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34995\n    },\n    {\n        \"Id\": 218928,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35428\n    },\n    {\n        \"Id\": 218929,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18826\n    },\n    {\n        \"Id\": 218930,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35854\n    },\n    {\n        \"Id\": 218931,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35855\n    },\n    {\n        \"Id\": 218932,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35459\n    },\n    {\n        \"Id\": 218933,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73199\n    },\n    {\n        \"Id\": 218934,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19038\n    },\n    {\n        \"Id\": 218935,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 998\n    },\n    {\n        \"Id\": 218936,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19992\n    },\n    {\n        \"Id\": 218937,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21839\n    },\n    {\n        \"Id\": 218938,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19991\n    },\n    {\n        \"Id\": 218939,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 741\n    },\n    {\n        \"Id\": 218940,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 936\n    },\n    {\n        \"Id\": 218941,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 713\n    },\n    {\n        \"Id\": 218942,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35818\n    },\n    {\n        \"Id\": 218943,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 727\n    },\n    {\n        \"Id\": 218944,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19493\n    },\n    {\n        \"Id\": 218945,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20190\n    },\n    {\n        \"Id\": 218946,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 889\n    },\n    {\n        \"Id\": 218947,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77559\n    },\n    {\n        \"Id\": 218948,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22582\n    },\n    {\n        \"Id\": 218949,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19036\n    },\n    {\n        \"Id\": 218950,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 626\n    },\n    {\n        \"Id\": 218951,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1153\n    },\n    {\n        \"Id\": 218952,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72575\n    },\n    {\n        \"Id\": 218953,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76126\n    },\n    {\n        \"Id\": 218954,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22520\n    },\n    {\n        \"Id\": 218955,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 575\n    },\n    {\n        \"Id\": 218956,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19239\n    },\n    {\n        \"Id\": 218957,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35460\n    },\n    {\n        \"Id\": 218958,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19633\n    },\n    {\n        \"Id\": 218959,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22755\n    },\n    {\n        \"Id\": 218960,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75400\n    },\n    {\n        \"Id\": 218961,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81388\n    },\n    {\n        \"Id\": 218962,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81389\n    },\n    {\n        \"Id\": 218963,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20268\n    },\n    {\n        \"Id\": 218964,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18856\n    },\n    {\n        \"Id\": 218965,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22533\n    },\n    {\n        \"Id\": 218966,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22405\n    },\n    {\n        \"Id\": 218967,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79947\n    },\n    {\n        \"Id\": 218968,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75514\n    },\n    {\n        \"Id\": 218969,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21381\n    },\n    {\n        \"Id\": 218970,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23222\n    },\n    {\n        \"Id\": 218971,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23524\n    },\n    {\n        \"Id\": 218972,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25415\n    },\n    {\n        \"Id\": 218973,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25416\n    },\n    {\n        \"Id\": 218974,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25439\n    },\n    {\n        \"Id\": 218975,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25462\n    },\n    {\n        \"Id\": 218976,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25485\n    },\n    {\n        \"Id\": 218977,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25508\n    },\n    {\n        \"Id\": 218978,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25585\n    },\n    {\n        \"Id\": 218979,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25608\n    },\n    {\n        \"Id\": 218980,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25672\n    },\n    {\n        \"Id\": 218981,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25673\n    },\n    {\n        \"Id\": 218982,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25674\n    },\n    {\n        \"Id\": 218983,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25675\n    },\n    {\n        \"Id\": 218984,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25676\n    },\n    {\n        \"Id\": 218985,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25677\n    },\n    {\n        \"Id\": 218986,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25688\n    },\n    {\n        \"Id\": 218987,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25717\n    },\n    {\n        \"Id\": 218988,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25720\n    },\n    {\n        \"Id\": 218989,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25722\n    },\n    {\n        \"Id\": 218990,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25740\n    },\n    {\n        \"Id\": 218991,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25788\n    },\n    {\n        \"Id\": 218992,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25823\n    },\n    {\n        \"Id\": 218993,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25869\n    },\n    {\n        \"Id\": 218994,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 26318\n    },\n    {\n        \"Id\": 218995,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 26485\n    },\n    {\n        \"Id\": 218996,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 26959\n    },\n    {\n        \"Id\": 218997,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27151\n    },\n    {\n        \"Id\": 218998,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27197\n    },\n    {\n        \"Id\": 218999,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27220\n    },\n    {\n        \"Id\": 219000,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27243\n    },\n    {\n        \"Id\": 219001,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27646\n    },\n    {\n        \"Id\": 219002,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28379\n    },\n    {\n        \"Id\": 219003,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28402\n    },\n    {\n        \"Id\": 219004,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28502\n    },\n    {\n        \"Id\": 219005,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28525\n    },\n    {\n        \"Id\": 219006,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28548\n    },\n    {\n        \"Id\": 219007,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28594\n    },\n    {\n        \"Id\": 219008,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29672\n    },\n    {\n        \"Id\": 219009,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29707\n    },\n    {\n        \"Id\": 219010,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29830\n    },\n    {\n        \"Id\": 219011,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29853\n    },\n    {\n        \"Id\": 219012,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29876\n    },\n    {\n        \"Id\": 219013,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29899\n    },\n    {\n        \"Id\": 219014,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29922\n    },\n    {\n        \"Id\": 219015,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29942\n    },\n    {\n        \"Id\": 219016,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29944\n    },\n    {\n        \"Id\": 219017,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30294\n    },\n    {\n        \"Id\": 219018,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30437\n    },\n    {\n        \"Id\": 219019,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30563\n    },\n    {\n        \"Id\": 219020,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30570\n    },\n    {\n        \"Id\": 219021,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72856\n    },\n    {\n        \"Id\": 219022,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19132\n    },\n    {\n        \"Id\": 219023,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20317\n    },\n    {\n        \"Id\": 219024,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78315\n    },\n    {\n        \"Id\": 219025,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39018\n    },\n    {\n        \"Id\": 219026,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77318\n    },\n    {\n        \"Id\": 219027,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21193\n    },\n    {\n        \"Id\": 219028,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41136\n    },\n    {\n        \"Id\": 219029,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41137\n    },\n    {\n        \"Id\": 219030,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78342\n    },\n    {\n        \"Id\": 219031,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22148\n    },\n    {\n        \"Id\": 219032,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36334\n    },\n    {\n        \"Id\": 219033,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36144\n    },\n    {\n        \"Id\": 219034,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78340\n    },\n    {\n        \"Id\": 219035,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78341\n    },\n    {\n        \"Id\": 219036,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77294\n    },\n    {\n        \"Id\": 219037,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41138\n    },\n    {\n        \"Id\": 219038,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20760\n    },\n    {\n        \"Id\": 219039,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 749\n    },\n    {\n        \"Id\": 219040,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35128\n    },\n    {\n        \"Id\": 219041,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35117\n    },\n    {\n        \"Id\": 219042,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80283\n    },\n    {\n        \"Id\": 219043,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77608\n    },\n    {\n        \"Id\": 219044,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19670\n    },\n    {\n        \"Id\": 219045,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 951\n    },\n    {\n        \"Id\": 219046,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1216\n    },\n    {\n        \"Id\": 219047,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20085\n    },\n    {\n        \"Id\": 219048,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19719\n    },\n    {\n        \"Id\": 219049,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81377\n    },\n    {\n        \"Id\": 219050,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81139\n    },\n    {\n        \"Id\": 219051,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81185\n    },\n    {\n        \"Id\": 219052,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81186\n    },\n    {\n        \"Id\": 219053,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81187\n    },\n    {\n        \"Id\": 219054,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81030\n    },\n    {\n        \"Id\": 219055,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81190\n    },\n    {\n        \"Id\": 219056,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81191\n    },\n    {\n        \"Id\": 219057,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81345\n    },\n    {\n        \"Id\": 219058,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81213\n    },\n    {\n        \"Id\": 219059,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40741\n    },\n    {\n        \"Id\": 219060,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81226\n    },\n    {\n        \"Id\": 219061,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76003\n    },\n    {\n        \"Id\": 219062,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36016\n    },\n    {\n        \"Id\": 219063,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37079\n    },\n    {\n        \"Id\": 219064,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77609\n    },\n    {\n        \"Id\": 219065,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81125\n    },\n    {\n        \"Id\": 219066,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77668\n    },\n    {\n        \"Id\": 219067,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78110\n    },\n    {\n        \"Id\": 219068,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18883\n    },\n    {\n        \"Id\": 219069,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22404\n    },\n    {\n        \"Id\": 219070,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18680\n    },\n    {\n        \"Id\": 219071,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21568\n    },\n    {\n        \"Id\": 219072,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30689\n    },\n    {\n        \"Id\": 219073,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30677\n    },\n    {\n        \"Id\": 219074,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77755\n    },\n    {\n        \"Id\": 219075,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77754\n    },\n    {\n        \"Id\": 219076,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80225\n    },\n    {\n        \"Id\": 219077,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80233\n    },\n    {\n        \"Id\": 219078,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77812\n    },\n    {\n        \"Id\": 219079,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81061\n    },\n    {\n        \"Id\": 219080,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 698\n    },\n    {\n        \"Id\": 219081,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18805\n    },\n    {\n        \"Id\": 219082,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39082\n    },\n    {\n        \"Id\": 219083,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38997\n    },\n    {\n        \"Id\": 219084,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80364\n    },\n    {\n        \"Id\": 219085,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81348\n    },\n    {\n        \"Id\": 219086,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81347\n    },\n    {\n        \"Id\": 219087,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37524\n    },\n    {\n        \"Id\": 219088,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76067\n    },\n    {\n        \"Id\": 219089,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 641\n    },\n    {\n        \"Id\": 219090,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22408\n    },\n    {\n        \"Id\": 219091,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36920\n    },\n    {\n        \"Id\": 219092,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21006\n    },\n    {\n        \"Id\": 219093,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 895\n    },\n    {\n        \"Id\": 219094,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19936\n    },\n    {\n        \"Id\": 219095,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20489\n    },\n    {\n        \"Id\": 219096,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19193\n    },\n    {\n        \"Id\": 219097,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21886\n    },\n    {\n        \"Id\": 219098,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77534\n    },\n    {\n        \"Id\": 219099,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77810\n    },\n    {\n        \"Id\": 219100,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77972\n    },\n    {\n        \"Id\": 219101,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35972\n    },\n    {\n        \"Id\": 219102,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78152\n    },\n    {\n        \"Id\": 219103,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78127\n    },\n    {\n        \"Id\": 219104,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 411\n    },\n    {\n        \"Id\": 219105,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21564\n    },\n    {\n        \"Id\": 219106,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77771\n    },\n    {\n        \"Id\": 219107,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77772\n    },\n    {\n        \"Id\": 219108,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77795\n    },\n    {\n        \"Id\": 219109,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77775\n    },\n    {\n        \"Id\": 219110,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77777\n    },\n    {\n        \"Id\": 219111,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77779\n    },\n    {\n        \"Id\": 219112,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77781\n    },\n    {\n        \"Id\": 219113,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77783\n    },\n    {\n        \"Id\": 219114,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77786\n    },\n    {\n        \"Id\": 219115,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77793\n    },\n    {\n        \"Id\": 219116,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77794\n    },\n    {\n        \"Id\": 219117,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77770\n    },\n    {\n        \"Id\": 219118,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23163\n    },\n    {\n        \"Id\": 219119,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80788\n    },\n    {\n        \"Id\": 219120,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 980\n    },\n    {\n        \"Id\": 219121,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1222\n    },\n    {\n        \"Id\": 219122,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78044\n    },\n    {\n        \"Id\": 219123,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78119\n    },\n    {\n        \"Id\": 219124,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78047\n    },\n    {\n        \"Id\": 219125,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78141\n    },\n    {\n        \"Id\": 219126,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72990\n    },\n    {\n        \"Id\": 219127,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 633\n    },\n    {\n        \"Id\": 219128,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 362\n    },\n    {\n        \"Id\": 219129,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41132\n    },\n    {\n        \"Id\": 219130,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37183\n    },\n    {\n        \"Id\": 219131,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77610\n    },\n    {\n        \"Id\": 219132,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78253\n    },\n    {\n        \"Id\": 219133,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80693\n    },\n    {\n        \"Id\": 219134,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78899\n    },\n    {\n        \"Id\": 219135,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75737\n    },\n    {\n        \"Id\": 219136,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41052\n    },\n    {\n        \"Id\": 219137,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41512\n    },\n    {\n        \"Id\": 219138,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20009\n    },\n    {\n        \"Id\": 219139,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 719\n    },\n    {\n        \"Id\": 219140,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18830\n    },\n    {\n        \"Id\": 219141,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21378\n    },\n    {\n        \"Id\": 219142,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18880\n    },\n    {\n        \"Id\": 219143,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18586\n    },\n    {\n        \"Id\": 219144,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20531\n    },\n    {\n        \"Id\": 219145,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 844\n    },\n    {\n        \"Id\": 219146,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79898\n    },\n    {\n        \"Id\": 219147,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79899\n    },\n    {\n        \"Id\": 219148,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21377\n    },\n    {\n        \"Id\": 219149,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72643\n    },\n    {\n        \"Id\": 219150,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72644\n    },\n    {\n        \"Id\": 219151,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72645\n    },\n    {\n        \"Id\": 219152,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40761\n    },\n    {\n        \"Id\": 219153,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80768\n    },\n    {\n        \"Id\": 219154,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78145\n    },\n    {\n        \"Id\": 219155,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77859\n    },\n    {\n        \"Id\": 219156,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77862\n    },\n    {\n        \"Id\": 219157,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77863\n    },\n    {\n        \"Id\": 219158,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78220\n    },\n    {\n        \"Id\": 219159,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78165\n    },\n    {\n        \"Id\": 219160,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78162\n    },\n    {\n        \"Id\": 219161,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78164\n    },\n    {\n        \"Id\": 219162,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78166\n    },\n    {\n        \"Id\": 219163,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77943\n    },\n    {\n        \"Id\": 219164,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77723\n    },\n    {\n        \"Id\": 219165,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77880\n    },\n    {\n        \"Id\": 219166,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78115\n    },\n    {\n        \"Id\": 219167,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77992\n    },\n    {\n        \"Id\": 219168,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78008\n    },\n    {\n        \"Id\": 219169,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78178\n    },\n    {\n        \"Id\": 219170,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78180\n    },\n    {\n        \"Id\": 219171,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78179\n    },\n    {\n        \"Id\": 219172,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78183\n    },\n    {\n        \"Id\": 219173,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78234\n    },\n    {\n        \"Id\": 219174,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78239\n    },\n    {\n        \"Id\": 219175,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78335\n    },\n    {\n        \"Id\": 219176,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78190\n    },\n    {\n        \"Id\": 219177,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78177\n    },\n    {\n        \"Id\": 219178,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79903\n    },\n    {\n        \"Id\": 219179,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78885\n    },\n    {\n        \"Id\": 219180,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78886\n    },\n    {\n        \"Id\": 219181,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78902\n    },\n    {\n        \"Id\": 219182,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78904\n    },\n    {\n        \"Id\": 219183,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78905\n    },\n    {\n        \"Id\": 219184,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78269\n    },\n    {\n        \"Id\": 219185,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78324\n    },\n    {\n        \"Id\": 219186,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78323\n    },\n    {\n        \"Id\": 219187,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78321\n    },\n    {\n        \"Id\": 219188,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78325\n    },\n    {\n        \"Id\": 219189,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79893\n    },\n    {\n        \"Id\": 219190,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79892\n    },\n    {\n        \"Id\": 219191,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79895\n    },\n    {\n        \"Id\": 219192,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79894\n    },\n    {\n        \"Id\": 219193,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80175\n    },\n    {\n        \"Id\": 219194,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80104\n    },\n    {\n        \"Id\": 219195,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80114\n    },\n    {\n        \"Id\": 219196,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80223\n    },\n    {\n        \"Id\": 219197,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80716\n    },\n    {\n        \"Id\": 219198,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80719\n    },\n    {\n        \"Id\": 219199,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78349\n    },\n    {\n        \"Id\": 219200,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78337\n    },\n    {\n        \"Id\": 219201,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80981\n    },\n    {\n        \"Id\": 219202,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81083\n    },\n    {\n        \"Id\": 219203,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78338\n    },\n    {\n        \"Id\": 219204,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81042\n    },\n    {\n        \"Id\": 219205,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81151\n    },\n    {\n        \"Id\": 219206,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78073\n    },\n    {\n        \"Id\": 219207,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78133\n    },\n    {\n        \"Id\": 219208,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80110\n    },\n    {\n        \"Id\": 219209,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80279\n    },\n    {\n        \"Id\": 219210,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80714\n    },\n    {\n        \"Id\": 219211,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80700\n    },\n    {\n        \"Id\": 219212,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81011\n    },\n    {\n        \"Id\": 219213,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81004\n    },\n    {\n        \"Id\": 219214,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80971\n    },\n    {\n        \"Id\": 219215,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80040\n    },\n    {\n        \"Id\": 219216,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80355\n    },\n    {\n        \"Id\": 219217,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78131\n    },\n    {\n        \"Id\": 219218,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78909\n    },\n    {\n        \"Id\": 219219,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77762\n    },\n    {\n        \"Id\": 219220,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77568\n    },\n    {\n        \"Id\": 219221,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77569\n    },\n    {\n        \"Id\": 219222,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78996\n    },\n    {\n        \"Id\": 219223,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80636\n    },\n    {\n        \"Id\": 219224,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78118\n    },\n    {\n        \"Id\": 219225,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80756\n    },\n    {\n        \"Id\": 219226,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78082\n    },\n    {\n        \"Id\": 219227,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77853\n    },\n    {\n        \"Id\": 219228,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78351\n    },\n    {\n        \"Id\": 219229,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78002\n    },\n    {\n        \"Id\": 219230,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77893\n    },\n    {\n        \"Id\": 219231,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81075\n    },\n    {\n        \"Id\": 219232,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79956\n    },\n    {\n        \"Id\": 219233,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77360\n    },\n    {\n        \"Id\": 219234,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77396\n    },\n    {\n        \"Id\": 219235,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77461\n    },\n    {\n        \"Id\": 219236,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77546\n    },\n    {\n        \"Id\": 219237,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78274\n    },\n    {\n        \"Id\": 219238,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78275\n    },\n    {\n        \"Id\": 219239,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78270\n    },\n    {\n        \"Id\": 219240,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78272\n    },\n    {\n        \"Id\": 219241,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78273\n    },\n    {\n        \"Id\": 219242,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77978\n    },\n    {\n        \"Id\": 219243,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78268\n    },\n    {\n        \"Id\": 219244,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80436\n    },\n    {\n        \"Id\": 219245,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80257\n    },\n    {\n        \"Id\": 219246,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80034\n    },\n    {\n        \"Id\": 219247,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80970\n    },\n    {\n        \"Id\": 219248,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78901\n    },\n    {\n        \"Id\": 219249,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77499\n    },\n    {\n        \"Id\": 219250,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77553\n    },\n    {\n        \"Id\": 219251,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77799\n    },\n    {\n        \"Id\": 219252,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77867\n    },\n    {\n        \"Id\": 219253,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77868\n    },\n    {\n        \"Id\": 219254,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80387\n    },\n    {\n        \"Id\": 219255,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77623\n    },\n    {\n        \"Id\": 219256,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78900\n    },\n    {\n        \"Id\": 219257,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78903\n    },\n    {\n        \"Id\": 219258,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77996\n    },\n    {\n        \"Id\": 219259,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77997\n    },\n    {\n        \"Id\": 219260,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80966\n    },\n    {\n        \"Id\": 219261,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80764\n    },\n    {\n        \"Id\": 219262,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80765\n    },\n    {\n        \"Id\": 219263,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80926\n    },\n    {\n        \"Id\": 219264,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80761\n    },\n    {\n        \"Id\": 219265,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80793\n    },\n    {\n        \"Id\": 219266,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81117\n    },\n    {\n        \"Id\": 219267,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80982\n    },\n    {\n        \"Id\": 219268,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80770\n    },\n    {\n        \"Id\": 219269,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80771\n    },\n    {\n        \"Id\": 219270,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80769\n    },\n    {\n        \"Id\": 219271,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78320\n    },\n    {\n        \"Id\": 219272,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77462\n    },\n    {\n        \"Id\": 219273,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78003\n    },\n    {\n        \"Id\": 219274,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77998\n    },\n    {\n        \"Id\": 219275,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77491\n    },\n    {\n        \"Id\": 219276,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80767\n    },\n    {\n        \"Id\": 219277,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77994\n    },\n    {\n        \"Id\": 219278,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80392\n    },\n    {\n        \"Id\": 219279,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80479\n    },\n    {\n        \"Id\": 219280,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80493\n    },\n    {\n        \"Id\": 219281,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77995\n    },\n    {\n        \"Id\": 219282,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80763\n    },\n    {\n        \"Id\": 219283,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81150\n    },\n    {\n        \"Id\": 219284,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80766\n    },\n    {\n        \"Id\": 219285,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77539\n    },\n    {\n        \"Id\": 219286,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77423\n    },\n    {\n        \"Id\": 219287,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77463\n    },\n    {\n        \"Id\": 219288,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77758\n    },\n    {\n        \"Id\": 219289,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78908\n    },\n    {\n        \"Id\": 219290,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78000\n    },\n    {\n        \"Id\": 219291,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77866\n    },\n    {\n        \"Id\": 219292,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78128\n    },\n    {\n        \"Id\": 219293,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78001\n    },\n    {\n        \"Id\": 219294,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34964\n    },\n    {\n        \"Id\": 219295,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19264\n    },\n    {\n        \"Id\": 219296,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35548\n    },\n    {\n        \"Id\": 219297,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81015\n    },\n    {\n        \"Id\": 219298,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81016\n    },\n    {\n        \"Id\": 219299,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18872\n    },\n    {\n        \"Id\": 219300,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77849\n    },\n    {\n        \"Id\": 219301,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34935\n    },\n    {\n        \"Id\": 219302,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19319\n    },\n    {\n        \"Id\": 219303,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18933\n    },\n    {\n        \"Id\": 219304,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19039\n    },\n    {\n        \"Id\": 219305,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18514\n    },\n    {\n        \"Id\": 219306,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79345\n    },\n    {\n        \"Id\": 219307,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19142\n    },\n    {\n        \"Id\": 219308,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75752\n    },\n    {\n        \"Id\": 219309,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76000\n    },\n    {\n        \"Id\": 219310,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18515\n    },\n    {\n        \"Id\": 219311,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18552\n    },\n    {\n        \"Id\": 219312,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18526\n    },\n    {\n        \"Id\": 219313,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18442\n    },\n    {\n        \"Id\": 219314,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41237\n    },\n    {\n        \"Id\": 219315,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22421\n    },\n    {\n        \"Id\": 219316,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78114\n    },\n    {\n        \"Id\": 219317,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78043\n    },\n    {\n        \"Id\": 219318,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78046\n    },\n    {\n        \"Id\": 219319,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80697\n    },\n    {\n        \"Id\": 219320,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78041\n    },\n    {\n        \"Id\": 219321,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20678\n    },\n    {\n        \"Id\": 219322,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21783\n    },\n    {\n        \"Id\": 219323,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36478\n    },\n    {\n        \"Id\": 219324,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20309\n    },\n    {\n        \"Id\": 219325,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19209\n    },\n    {\n        \"Id\": 219326,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40841\n    },\n    {\n        \"Id\": 219327,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80275\n    },\n    {\n        \"Id\": 219328,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19206\n    },\n    {\n        \"Id\": 219329,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36417\n    },\n    {\n        \"Id\": 219330,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36330\n    },\n    {\n        \"Id\": 219331,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36331\n    },\n    {\n        \"Id\": 219332,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19235\n    },\n    {\n        \"Id\": 219333,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19199\n    },\n    {\n        \"Id\": 219334,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20269\n    },\n    {\n        \"Id\": 219335,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76089\n    },\n    {\n        \"Id\": 219336,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35498\n    },\n    {\n        \"Id\": 219337,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35542\n    },\n    {\n        \"Id\": 219338,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72853\n    },\n    {\n        \"Id\": 219339,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72854\n    },\n    {\n        \"Id\": 219340,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81383\n    },\n    {\n        \"Id\": 219341,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81384\n    },\n    {\n        \"Id\": 219342,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81454\n    },\n    {\n        \"Id\": 219343,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18982\n    },\n    {\n        \"Id\": 219344,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77361\n    },\n    {\n        \"Id\": 219345,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37463\n    },\n    {\n        \"Id\": 219346,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 935\n    },\n    {\n        \"Id\": 219347,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19340\n    },\n    {\n        \"Id\": 219348,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21183\n    },\n    {\n        \"Id\": 219349,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23148\n    },\n    {\n        \"Id\": 219350,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1063\n    },\n    {\n        \"Id\": 219351,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19987\n    },\n    {\n        \"Id\": 219352,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21277\n    },\n    {\n        \"Id\": 219353,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80820\n    },\n    {\n        \"Id\": 219354,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30396\n    },\n    {\n        \"Id\": 219355,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35868\n    },\n    {\n        \"Id\": 219356,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40764\n    },\n    {\n        \"Id\": 219357,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76101\n    },\n    {\n        \"Id\": 219358,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77316\n    },\n    {\n        \"Id\": 219359,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79948\n    },\n    {\n        \"Id\": 219360,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78343\n    },\n    {\n        \"Id\": 219361,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36968\n    },\n    {\n        \"Id\": 219362,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36569\n    },\n    {\n        \"Id\": 219363,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35041\n    },\n    {\n        \"Id\": 219364,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77322\n    },\n    {\n        \"Id\": 219365,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78191\n    },\n    {\n        \"Id\": 219366,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75407\n    },\n    {\n        \"Id\": 219367,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78192\n    },\n    {\n        \"Id\": 219368,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78193\n    },\n    {\n        \"Id\": 219369,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78194\n    },\n    {\n        \"Id\": 219370,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78195\n    },\n    {\n        \"Id\": 219371,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78196\n    },\n    {\n        \"Id\": 219372,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76071\n    },\n    {\n        \"Id\": 219373,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41133\n    },\n    {\n        \"Id\": 219374,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37179\n    },\n    {\n        \"Id\": 219375,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77930\n    },\n    {\n        \"Id\": 219376,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79887\n    },\n    {\n        \"Id\": 219377,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79953\n    },\n    {\n        \"Id\": 219378,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80748\n    },\n    {\n        \"Id\": 219379,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36009\n    },\n    {\n        \"Id\": 219380,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80567\n    },\n    {\n        \"Id\": 219381,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35119\n    },\n    {\n        \"Id\": 219382,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35120\n    },\n    {\n        \"Id\": 219383,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76228\n    },\n    {\n        \"Id\": 219384,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76219\n    },\n    {\n        \"Id\": 219385,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76220\n    },\n    {\n        \"Id\": 219386,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76221\n    },\n    {\n        \"Id\": 219387,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76222\n    },\n    {\n        \"Id\": 219388,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76223\n    },\n    {\n        \"Id\": 219389,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76224\n    },\n    {\n        \"Id\": 219390,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76225\n    },\n    {\n        \"Id\": 219391,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76226\n    },\n    {\n        \"Id\": 219392,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76227\n    },\n    {\n        \"Id\": 219393,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78923\n    },\n    {\n        \"Id\": 219394,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35975\n    },\n    {\n        \"Id\": 219395,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35566\n    },\n    {\n        \"Id\": 219396,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75536\n    },\n    {\n        \"Id\": 219397,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80689\n    },\n    {\n        \"Id\": 219398,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35851\n    },\n    {\n        \"Id\": 219399,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78184\n    },\n    {\n        \"Id\": 219400,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35852\n    },\n    {\n        \"Id\": 219401,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37404\n    },\n    {\n        \"Id\": 219402,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41151\n    },\n    {\n        \"Id\": 219403,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41085\n    },\n    {\n        \"Id\": 219404,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41086\n    },\n    {\n        \"Id\": 219405,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22478\n    },\n    {\n        \"Id\": 219406,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22208\n    },\n    {\n        \"Id\": 219407,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39086\n    },\n    {\n        \"Id\": 219408,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37123\n    },\n    {\n        \"Id\": 219409,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36864\n    },\n    {\n        \"Id\": 219410,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36872\n    },\n    {\n        \"Id\": 219411,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39165\n    },\n    {\n        \"Id\": 219412,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36880\n    },\n    {\n        \"Id\": 219413,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72762\n    },\n    {\n        \"Id\": 219414,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36451\n    },\n    {\n        \"Id\": 219415,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36681\n    },\n    {\n        \"Id\": 219416,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39177\n    },\n    {\n        \"Id\": 219417,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36680\n    },\n    {\n        \"Id\": 219418,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72763\n    },\n    {\n        \"Id\": 219419,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36447\n    },\n    {\n        \"Id\": 219420,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35172\n    },\n    {\n        \"Id\": 219421,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36580\n    },\n    {\n        \"Id\": 219422,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72764\n    },\n    {\n        \"Id\": 219423,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72765\n    },\n    {\n        \"Id\": 219424,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36504\n    },\n    {\n        \"Id\": 219425,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22289\n    },\n    {\n        \"Id\": 219426,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72766\n    },\n    {\n        \"Id\": 219427,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72767\n    },\n    {\n        \"Id\": 219428,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72768\n    },\n    {\n        \"Id\": 219429,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80429\n    },\n    {\n        \"Id\": 219430,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35435\n    },\n    {\n        \"Id\": 219431,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35456\n    },\n    {\n        \"Id\": 219432,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36315\n    },\n    {\n        \"Id\": 219433,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72772\n    },\n    {\n        \"Id\": 219434,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36755\n    },\n    {\n        \"Id\": 219435,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36738\n    },\n    {\n        \"Id\": 219436,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72771\n    },\n    {\n        \"Id\": 219437,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72770\n    },\n    {\n        \"Id\": 219438,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39167\n    },\n    {\n        \"Id\": 219439,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39212\n    },\n    {\n        \"Id\": 219440,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35848\n    },\n    {\n        \"Id\": 219441,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22394\n    },\n    {\n        \"Id\": 219442,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22395\n    },\n    {\n        \"Id\": 219443,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22396\n    },\n    {\n        \"Id\": 219444,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35847\n    },\n    {\n        \"Id\": 219445,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35095\n    },\n    {\n        \"Id\": 219446,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35453\n    },\n    {\n        \"Id\": 219447,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35506\n    },\n    {\n        \"Id\": 219448,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76107\n    },\n    {\n        \"Id\": 219449,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76108\n    },\n    {\n        \"Id\": 219450,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77323\n    },\n    {\n        \"Id\": 219451,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72930\n    },\n    {\n        \"Id\": 219452,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80057\n    },\n    {\n        \"Id\": 219453,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80058\n    },\n    {\n        \"Id\": 219454,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80060\n    },\n    {\n        \"Id\": 219455,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80061\n    },\n    {\n        \"Id\": 219456,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80062\n    },\n    {\n        \"Id\": 219457,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39091\n    },\n    {\n        \"Id\": 219458,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75551\n    },\n    {\n        \"Id\": 219459,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37004\n    },\n    {\n        \"Id\": 219460,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76087\n    },\n    {\n        \"Id\": 219461,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22571\n    },\n    {\n        \"Id\": 219462,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37124\n    },\n    {\n        \"Id\": 219463,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35451\n    },\n    {\n        \"Id\": 219464,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35455\n    },\n    {\n        \"Id\": 219465,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36494\n    },\n    {\n        \"Id\": 219466,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35505\n    },\n    {\n        \"Id\": 219467,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36200\n    },\n    {\n        \"Id\": 219468,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36204\n    },\n    {\n        \"Id\": 219469,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36202\n    },\n    {\n        \"Id\": 219470,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36203\n    },\n    {\n        \"Id\": 219471,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36201\n    },\n    {\n        \"Id\": 219472,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38983\n    },\n    {\n        \"Id\": 219473,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72545\n    },\n    {\n        \"Id\": 219474,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81387\n    },\n    {\n        \"Id\": 219475,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36767\n    },\n    {\n        \"Id\": 219476,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75369\n    },\n    {\n        \"Id\": 219477,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81391\n    },\n    {\n        \"Id\": 219478,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81390\n    },\n    {\n        \"Id\": 219479,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35507\n    },\n    {\n        \"Id\": 219480,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35465\n    },\n    {\n        \"Id\": 219481,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41488\n    },\n    {\n        \"Id\": 219482,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72357\n    },\n    {\n        \"Id\": 219483,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22388\n    },\n    {\n        \"Id\": 219484,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22288\n    },\n    {\n        \"Id\": 219485,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41155\n    },\n    {\n        \"Id\": 219486,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30700\n    },\n    {\n        \"Id\": 219487,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19125\n    },\n    {\n        \"Id\": 219488,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19758\n    },\n    {\n        \"Id\": 219489,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72584\n    },\n    {\n        \"Id\": 219490,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41492\n    },\n    {\n        \"Id\": 219491,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78039\n    },\n    {\n        \"Id\": 219492,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73203\n    },\n    {\n        \"Id\": 219493,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30701\n    },\n    {\n        \"Id\": 219494,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39080\n    },\n    {\n        \"Id\": 219495,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30702\n    },\n    {\n        \"Id\": 219496,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73027\n    },\n    {\n        \"Id\": 219497,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73028\n    },\n    {\n        \"Id\": 219498,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40765\n    },\n    {\n        \"Id\": 219499,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75362\n    },\n    {\n        \"Id\": 219500,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40767\n    },\n    {\n        \"Id\": 219501,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38959\n    },\n    {\n        \"Id\": 219502,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73172\n    },\n    {\n        \"Id\": 219503,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72962\n    },\n    {\n        \"Id\": 219504,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72946\n    },\n    {\n        \"Id\": 219505,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37182\n    },\n    {\n        \"Id\": 219506,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20197\n    },\n    {\n        \"Id\": 219507,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77611\n    },\n    {\n        \"Id\": 219508,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36437\n    },\n    {\n        \"Id\": 219509,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76159\n    },\n    {\n        \"Id\": 219510,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20957\n    },\n    {\n        \"Id\": 219511,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20812\n    },\n    {\n        \"Id\": 219512,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19986\n    },\n    {\n        \"Id\": 219513,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21785\n    },\n    {\n        \"Id\": 219514,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 601\n    },\n    {\n        \"Id\": 219515,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18730\n    },\n    {\n        \"Id\": 219516,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75797\n    },\n    {\n        \"Id\": 219517,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19123\n    },\n    {\n        \"Id\": 219518,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35025\n    },\n    {\n        \"Id\": 219519,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18633\n    },\n    {\n        \"Id\": 219520,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80645\n    },\n    {\n        \"Id\": 219521,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19554\n    },\n    {\n        \"Id\": 219522,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19121\n    },\n    {\n        \"Id\": 219523,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35235\n    },\n    {\n        \"Id\": 219524,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22518\n    },\n    {\n        \"Id\": 219525,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35849\n    },\n    {\n        \"Id\": 219526,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18915\n    },\n    {\n        \"Id\": 219527,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41609\n    },\n    {\n        \"Id\": 219528,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38566\n    },\n    {\n        \"Id\": 219529,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 410\n    },\n    {\n        \"Id\": 219530,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19770\n    },\n    {\n        \"Id\": 219531,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79938\n    },\n    {\n        \"Id\": 219532,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 883\n    },\n    {\n        \"Id\": 219533,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77612\n    },\n    {\n        \"Id\": 219534,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19470\n    },\n    {\n        \"Id\": 219535,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21565\n    },\n    {\n        \"Id\": 219536,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 177\n    },\n    {\n        \"Id\": 219537,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41579\n    },\n    {\n        \"Id\": 219538,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77613\n    },\n    {\n        \"Id\": 219539,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39083\n    },\n    {\n        \"Id\": 219540,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35989\n    },\n    {\n        \"Id\": 219541,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20942\n    },\n    {\n        \"Id\": 219542,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21380\n    },\n    {\n        \"Id\": 219543,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76237\n    },\n    {\n        \"Id\": 219544,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77614\n    },\n    {\n        \"Id\": 219545,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77615\n    },\n    {\n        \"Id\": 219546,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19985\n    },\n    {\n        \"Id\": 219547,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36576\n    },\n    {\n        \"Id\": 219548,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39084\n    },\n    {\n        \"Id\": 219549,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 603\n    },\n    {\n        \"Id\": 219550,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21078\n    },\n    {\n        \"Id\": 219551,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78942\n    },\n    {\n        \"Id\": 219552,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18821\n    },\n    {\n        \"Id\": 219553,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19832\n    },\n    {\n        \"Id\": 219554,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20073\n    },\n    {\n        \"Id\": 219555,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20748\n    },\n    {\n        \"Id\": 219556,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21504\n    },\n    {\n        \"Id\": 219557,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19762\n    },\n    {\n        \"Id\": 219558,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37194\n    },\n    {\n        \"Id\": 219559,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18861\n    },\n    {\n        \"Id\": 219560,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20010\n    },\n    {\n        \"Id\": 219561,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20808\n    },\n    {\n        \"Id\": 219562,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18533\n    },\n    {\n        \"Id\": 219563,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1091\n    },\n    {\n        \"Id\": 219564,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80790\n    },\n    {\n        \"Id\": 219565,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 934\n    },\n    {\n        \"Id\": 219566,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1005\n    },\n    {\n        \"Id\": 219567,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20592\n    },\n    {\n        \"Id\": 219568,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77616\n    },\n    {\n        \"Id\": 219569,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 926\n    },\n    {\n        \"Id\": 219570,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22507\n    },\n    {\n        \"Id\": 219571,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22584\n    },\n    {\n        \"Id\": 219572,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21502\n    },\n    {\n        \"Id\": 219573,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18855\n    },\n    {\n        \"Id\": 219574,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21944\n    },\n    {\n        \"Id\": 219575,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19033\n    },\n    {\n        \"Id\": 219576,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40926\n    },\n    {\n        \"Id\": 219577,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76099\n    },\n    {\n        \"Id\": 219578,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39013\n    },\n    {\n        \"Id\": 219579,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 346\n    },\n    {\n        \"Id\": 219580,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41573\n    },\n    {\n        \"Id\": 219581,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41571\n    },\n    {\n        \"Id\": 219582,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19363\n    },\n    {\n        \"Id\": 219583,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73101\n    },\n    {\n        \"Id\": 219584,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23164\n    },\n    {\n        \"Id\": 219585,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35978\n    },\n    {\n        \"Id\": 219586,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18565\n    },\n    {\n        \"Id\": 219587,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36803\n    },\n    {\n        \"Id\": 219588,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77314\n    },\n    {\n        \"Id\": 219589,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80344\n    },\n    {\n        \"Id\": 219590,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19831\n    },\n    {\n        \"Id\": 219591,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38999\n    },\n    {\n        \"Id\": 219592,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39000\n    },\n    {\n        \"Id\": 219593,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39125\n    },\n    {\n        \"Id\": 219594,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39124\n    },\n    {\n        \"Id\": 219595,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38998\n    },\n    {\n        \"Id\": 219596,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20769\n    },\n    {\n        \"Id\": 219597,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35841\n    },\n    {\n        \"Id\": 219598,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35842\n    },\n    {\n        \"Id\": 219599,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35843\n    },\n    {\n        \"Id\": 219600,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19562\n    },\n    {\n        \"Id\": 219601,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77324\n    },\n    {\n        \"Id\": 219602,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77325\n    },\n    {\n        \"Id\": 219603,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77362\n    },\n    {\n        \"Id\": 219604,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80666\n    },\n    {\n        \"Id\": 219605,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36734\n    },\n    {\n        \"Id\": 219606,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79885\n    },\n    {\n        \"Id\": 219607,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79884\n    },\n    {\n        \"Id\": 219608,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36708\n    },\n    {\n        \"Id\": 219609,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80725\n    },\n    {\n        \"Id\": 219610,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80724\n    },\n    {\n        \"Id\": 219611,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80723\n    },\n    {\n        \"Id\": 219612,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77336\n    },\n    {\n        \"Id\": 219613,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78913\n    },\n    {\n        \"Id\": 219614,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21255\n    },\n    {\n        \"Id\": 219615,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 723\n    },\n    {\n        \"Id\": 219616,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19490\n    },\n    {\n        \"Id\": 219617,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75742\n    },\n    {\n        \"Id\": 219618,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75743\n    },\n    {\n        \"Id\": 219619,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75744\n    },\n    {\n        \"Id\": 219620,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76109\n    },\n    {\n        \"Id\": 219621,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38969\n    },\n    {\n        \"Id\": 219622,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19888\n    },\n    {\n        \"Id\": 219623,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80094\n    },\n    {\n        \"Id\": 219624,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80250\n    },\n    {\n        \"Id\": 219625,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35439\n    },\n    {\n        \"Id\": 219626,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78004\n    },\n    {\n        \"Id\": 219627,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79880\n    },\n    {\n        \"Id\": 219628,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18931\n    },\n    {\n        \"Id\": 219629,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77501\n    },\n    {\n        \"Id\": 219630,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77726\n    },\n    {\n        \"Id\": 219631,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77956\n    },\n    {\n        \"Id\": 219632,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80620\n    },\n    {\n        \"Id\": 219633,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20591\n    },\n    {\n        \"Id\": 219634,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19295\n    },\n    {\n        \"Id\": 219635,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1196\n    },\n    {\n        \"Id\": 219636,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75393\n    },\n    {\n        \"Id\": 219637,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75391\n    },\n    {\n        \"Id\": 219638,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19928\n    },\n    {\n        \"Id\": 219639,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36604\n    },\n    {\n        \"Id\": 219640,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35339\n    },\n    {\n        \"Id\": 219641,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36414\n    },\n    {\n        \"Id\": 219642,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38873\n    },\n    {\n        \"Id\": 219643,\n        \"CostingCodeId\": 6,\n        \"ClientId\": 77333\n    },\n    {\n        \"Id\": 219644,\n        \"CostingCodeId\": 6,\n        \"ClientId\": 19681\n    },\n    {\n        \"Id\": 219645,\n        \"CostingCodeId\": 6,\n        \"ClientId\": 19686\n    },\n    {\n        \"Id\": 219646,\n        \"CostingCodeId\": 14,\n        \"ClientId\": 77333\n    },\n    {\n        \"Id\": 219647,\n        \"CostingCodeId\": 14,\n        \"ClientId\": 19681\n    },\n    {\n        \"Id\": 219648,\n        \"CostingCodeId\": 14,\n        \"ClientId\": 19686\n    },\n    {\n        \"Id\": 219649,\n        \"CostingCodeId\": 1040,\n        \"ClientId\": 77333\n    },\n    {\n        \"Id\": 219650,\n        \"CostingCodeId\": 1040,\n        \"ClientId\": 19681\n    },\n    {\n        \"Id\": 219651,\n        \"CostingCodeId\": 1040,\n        \"ClientId\": 19686\n    },\n    {\n        \"Id\": 222908,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35629\n    },\n    {\n        \"Id\": 222909,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36205\n    },\n    {\n        \"Id\": 222910,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36206\n    },\n    {\n        \"Id\": 222911,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77333\n    },\n    {\n        \"Id\": 222912,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76141\n    },\n    {\n        \"Id\": 222913,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19681\n    },\n    {\n        \"Id\": 222914,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19684\n    },\n    {\n        \"Id\": 222915,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19686\n    },\n    {\n        \"Id\": 222916,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41469\n    },\n    {\n        \"Id\": 222917,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81372\n    },\n    {\n        \"Id\": 222918,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36387\n    },\n    {\n        \"Id\": 222919,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72267\n    },\n    {\n        \"Id\": 222920,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36332\n    },\n    {\n        \"Id\": 222921,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19571\n    },\n    {\n        \"Id\": 222922,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41483\n    },\n    {\n        \"Id\": 222923,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41485\n    },\n    {\n        \"Id\": 222924,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 602\n    },\n    {\n        \"Id\": 222925,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35415\n    },\n    {\n        \"Id\": 222926,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76142\n    },\n    {\n        \"Id\": 222927,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35780\n    },\n    {\n        \"Id\": 222928,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35423\n    },\n    {\n        \"Id\": 222929,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80687\n    },\n    {\n        \"Id\": 222930,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38949\n    },\n    {\n        \"Id\": 222931,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38954\n    },\n    {\n        \"Id\": 222932,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38957\n    },\n    {\n        \"Id\": 222933,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38081\n    },\n    {\n        \"Id\": 222934,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 222935,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38951\n    },\n    {\n        \"Id\": 222936,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73026\n    },\n    {\n        \"Id\": 222937,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38061\n    },\n    {\n        \"Id\": 222938,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36836\n    },\n    {\n        \"Id\": 222939,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38950\n    },\n    {\n        \"Id\": 222940,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36521\n    },\n    {\n        \"Id\": 222941,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72687\n    },\n    {\n        \"Id\": 222942,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36860\n    },\n    {\n        \"Id\": 222943,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22592\n    },\n    {\n        \"Id\": 222944,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36540\n    },\n    {\n        \"Id\": 222945,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22419\n    },\n    {\n        \"Id\": 222946,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36562\n    },\n    {\n        \"Id\": 222947,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36853\n    },\n    {\n        \"Id\": 222948,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72679\n    },\n    {\n        \"Id\": 222949,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36507\n    },\n    {\n        \"Id\": 222950,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36857\n    },\n    {\n        \"Id\": 222951,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36552\n    },\n    {\n        \"Id\": 222952,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77666\n    },\n    {\n        \"Id\": 222953,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77667\n    },\n    {\n        \"Id\": 222954,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77651\n    },\n    {\n        \"Id\": 222955,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77652\n    },\n    {\n        \"Id\": 222956,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78311\n    },\n    {\n        \"Id\": 222957,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78312\n    },\n    {\n        \"Id\": 222958,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77678\n    },\n    {\n        \"Id\": 222959,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78116\n    },\n    {\n        \"Id\": 222960,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79928\n    },\n    {\n        \"Id\": 222961,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79821\n    },\n    {\n        \"Id\": 222962,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77465\n    },\n    {\n        \"Id\": 222963,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80954\n    },\n    {\n        \"Id\": 222964,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81019\n    },\n    {\n        \"Id\": 222965,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81018\n    },\n    {\n        \"Id\": 222966,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36531\n    },\n    {\n        \"Id\": 222967,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37452\n    },\n    {\n        \"Id\": 222968,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36846\n    },\n    {\n        \"Id\": 222969,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73050\n    },\n    {\n        \"Id\": 222970,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76145\n    },\n    {\n        \"Id\": 222971,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38071\n    },\n    {\n        \"Id\": 222972,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20956\n    },\n    {\n        \"Id\": 222973,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34878\n    },\n    {\n        \"Id\": 222974,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36970\n    },\n    {\n        \"Id\": 222975,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41182\n    },\n    {\n        \"Id\": 222976,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 174\n    },\n    {\n        \"Id\": 222977,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79987\n    },\n    {\n        \"Id\": 222978,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41148\n    },\n    {\n        \"Id\": 222979,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34978\n    },\n    {\n        \"Id\": 222980,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36305\n    },\n    {\n        \"Id\": 222981,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20031\n    },\n    {\n        \"Id\": 222982,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81029\n    },\n    {\n        \"Id\": 222983,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79988\n    },\n    {\n        \"Id\": 222984,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81266\n    },\n    {\n        \"Id\": 222985,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81126\n    },\n    {\n        \"Id\": 222986,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81027\n    },\n    {\n        \"Id\": 222987,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35801\n    },\n    {\n        \"Id\": 222988,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 438\n    },\n    {\n        \"Id\": 222989,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19040\n    },\n    {\n        \"Id\": 222990,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 944\n    },\n    {\n        \"Id\": 222991,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76231\n    },\n    {\n        \"Id\": 222992,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 193\n    },\n    {\n        \"Id\": 222993,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19656\n    },\n    {\n        \"Id\": 222994,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 228\n    },\n    {\n        \"Id\": 222995,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35156\n    },\n    {\n        \"Id\": 222996,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72246\n    },\n    {\n        \"Id\": 222997,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35026\n    },\n    {\n        \"Id\": 222998,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80885\n    },\n    {\n        \"Id\": 222999,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19761\n    },\n    {\n        \"Id\": 223000,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80523\n    },\n    {\n        \"Id\": 223001,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77759\n    },\n    {\n        \"Id\": 223002,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80530\n    },\n    {\n        \"Id\": 223003,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81001\n    },\n    {\n        \"Id\": 223004,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35781\n    },\n    {\n        \"Id\": 223005,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34954\n    },\n    {\n        \"Id\": 223006,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34898\n    },\n    {\n        \"Id\": 223007,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75628\n    },\n    {\n        \"Id\": 223008,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75629\n    },\n    {\n        \"Id\": 223009,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75630\n    },\n    {\n        \"Id\": 223010,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75631\n    },\n    {\n        \"Id\": 223011,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75627\n    },\n    {\n        \"Id\": 223012,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75632\n    },\n    {\n        \"Id\": 223013,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75633\n    },\n    {\n        \"Id\": 223014,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34899\n    },\n    {\n        \"Id\": 223015,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23080\n    },\n    {\n        \"Id\": 223016,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23073\n    },\n    {\n        \"Id\": 223017,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23079\n    },\n    {\n        \"Id\": 223018,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23070\n    },\n    {\n        \"Id\": 223019,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34885\n    },\n    {\n        \"Id\": 223020,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77352\n    },\n    {\n        \"Id\": 223021,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21318\n    },\n    {\n        \"Id\": 223022,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19839\n    },\n    {\n        \"Id\": 223023,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 876\n    },\n    {\n        \"Id\": 223024,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21189\n    },\n    {\n        \"Id\": 223025,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36260\n    },\n    {\n        \"Id\": 223026,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41180\n    },\n    {\n        \"Id\": 223027,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21947\n    },\n    {\n        \"Id\": 223028,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20935\n    },\n    {\n        \"Id\": 223029,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35900\n    },\n    {\n        \"Id\": 223030,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19455\n    },\n    {\n        \"Id\": 223031,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35420\n    },\n    {\n        \"Id\": 223032,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35485\n    },\n    {\n        \"Id\": 223033,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77590\n    },\n    {\n        \"Id\": 223034,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20020\n    },\n    {\n        \"Id\": 223035,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35991\n    },\n    {\n        \"Id\": 223036,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80044\n    },\n    {\n        \"Id\": 223037,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80046\n    },\n    {\n        \"Id\": 223038,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80047\n    },\n    {\n        \"Id\": 223039,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77591\n    },\n    {\n        \"Id\": 223040,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 824\n    },\n    {\n        \"Id\": 223041,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75392\n    },\n    {\n        \"Id\": 223042,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19290\n    },\n    {\n        \"Id\": 223043,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20811\n    },\n    {\n        \"Id\": 223044,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1022\n    },\n    {\n        \"Id\": 223045,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34998\n    },\n    {\n        \"Id\": 223046,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35000\n    },\n    {\n        \"Id\": 223047,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 799\n    },\n    {\n        \"Id\": 223048,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18457\n    },\n    {\n        \"Id\": 223049,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18451\n    },\n    {\n        \"Id\": 223050,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21330\n    },\n    {\n        \"Id\": 223051,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20067\n    },\n    {\n        \"Id\": 223052,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21275\n    },\n    {\n        \"Id\": 223053,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 176\n    },\n    {\n        \"Id\": 223054,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19783\n    },\n    {\n        \"Id\": 223055,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79913\n    },\n    {\n        \"Id\": 223056,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81188\n    },\n    {\n        \"Id\": 223057,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19238\n    },\n    {\n        \"Id\": 223058,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18452\n    },\n    {\n        \"Id\": 223059,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35287\n    },\n    {\n        \"Id\": 223060,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41635\n    },\n    {\n        \"Id\": 223061,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35289\n    },\n    {\n        \"Id\": 223062,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34997\n    },\n    {\n        \"Id\": 223063,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19463\n    },\n    {\n        \"Id\": 223064,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35400\n    },\n    {\n        \"Id\": 223065,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35148\n    },\n    {\n        \"Id\": 223066,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21712\n    },\n    {\n        \"Id\": 223067,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19327\n    },\n    {\n        \"Id\": 223068,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81443\n    },\n    {\n        \"Id\": 223069,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81444\n    },\n    {\n        \"Id\": 223070,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81442\n    },\n    {\n        \"Id\": 223071,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1155\n    },\n    {\n        \"Id\": 223072,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1141\n    },\n    {\n        \"Id\": 223073,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 654\n    },\n    {\n        \"Id\": 223074,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78066\n    },\n    {\n        \"Id\": 223075,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81357\n    },\n    {\n        \"Id\": 223076,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73014\n    },\n    {\n        \"Id\": 223077,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36579\n    },\n    {\n        \"Id\": 223078,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21505\n    },\n    {\n        \"Id\": 223079,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18383\n    },\n    {\n        \"Id\": 223080,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18556\n    },\n    {\n        \"Id\": 223081,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77952\n    },\n    {\n        \"Id\": 223082,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18646\n    },\n    {\n        \"Id\": 223083,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77708\n    },\n    {\n        \"Id\": 223084,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75739\n    },\n    {\n        \"Id\": 223085,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36329\n    },\n    {\n        \"Id\": 223086,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20799\n    },\n    {\n        \"Id\": 223087,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20807\n    },\n    {\n        \"Id\": 223088,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18828\n    },\n    {\n        \"Id\": 223089,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 790\n    },\n    {\n        \"Id\": 223090,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81350\n    },\n    {\n        \"Id\": 223091,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 835\n    },\n    {\n        \"Id\": 223092,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 646\n    },\n    {\n        \"Id\": 223093,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 253\n    },\n    {\n        \"Id\": 223094,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20157\n    },\n    {\n        \"Id\": 223095,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39035\n    },\n    {\n        \"Id\": 223096,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 637\n    },\n    {\n        \"Id\": 223097,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 715\n    },\n    {\n        \"Id\": 223098,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18717\n    },\n    {\n        \"Id\": 223099,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19687\n    },\n    {\n        \"Id\": 223100,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18870\n    },\n    {\n        \"Id\": 223101,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38070\n    },\n    {\n        \"Id\": 223102,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36573\n    },\n    {\n        \"Id\": 223103,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18386\n    },\n    {\n        \"Id\": 223104,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35454\n    },\n    {\n        \"Id\": 223105,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38074\n    },\n    {\n        \"Id\": 223106,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23041\n    },\n    {\n        \"Id\": 223107,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35448\n    },\n    {\n        \"Id\": 223108,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18704\n    },\n    {\n        \"Id\": 223109,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41152\n    },\n    {\n        \"Id\": 223110,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 388\n    },\n    {\n        \"Id\": 223111,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18993\n    },\n    {\n        \"Id\": 223112,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80887\n    },\n    {\n        \"Id\": 223113,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21340\n    },\n    {\n        \"Id\": 223114,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18454\n    },\n    {\n        \"Id\": 223115,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21825\n    },\n    {\n        \"Id\": 223116,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77982\n    },\n    {\n        \"Id\": 223117,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80435\n    },\n    {\n        \"Id\": 223118,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77283\n    },\n    {\n        \"Id\": 223119,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37201\n    },\n    {\n        \"Id\": 223120,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75792\n    },\n    {\n        \"Id\": 223121,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75793\n    },\n    {\n        \"Id\": 223122,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76082\n    },\n    {\n        \"Id\": 223123,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80656\n    },\n    {\n        \"Id\": 223124,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78117\n    },\n    {\n        \"Id\": 223125,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81020\n    },\n    {\n        \"Id\": 223126,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75794\n    },\n    {\n        \"Id\": 223127,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19236\n    },\n    {\n        \"Id\": 223128,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78181\n    },\n    {\n        \"Id\": 223129,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20514\n    },\n    {\n        \"Id\": 223130,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81403\n    },\n    {\n        \"Id\": 223131,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35336\n    },\n    {\n        \"Id\": 223132,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1069\n    },\n    {\n        \"Id\": 223133,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22402\n    },\n    {\n        \"Id\": 223134,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36915\n    },\n    {\n        \"Id\": 223135,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21203\n    },\n    {\n        \"Id\": 223136,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81386\n    },\n    {\n        \"Id\": 223137,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18455\n    },\n    {\n        \"Id\": 223138,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 948\n    },\n    {\n        \"Id\": 223139,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35863\n    },\n    {\n        \"Id\": 223140,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41131\n    },\n    {\n        \"Id\": 223141,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80105\n    },\n    {\n        \"Id\": 223142,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78309\n    },\n    {\n        \"Id\": 223143,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78313\n    },\n    {\n        \"Id\": 223144,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37615\n    },\n    {\n        \"Id\": 223145,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37633\n    },\n    {\n        \"Id\": 223146,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75757\n    },\n    {\n        \"Id\": 223147,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75758\n    },\n    {\n        \"Id\": 223148,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75759\n    },\n    {\n        \"Id\": 223149,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75760\n    },\n    {\n        \"Id\": 223150,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75756\n    },\n    {\n        \"Id\": 223151,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75761\n    },\n    {\n        \"Id\": 223152,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75762\n    },\n    {\n        \"Id\": 223153,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75763\n    },\n    {\n        \"Id\": 223154,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75764\n    },\n    {\n        \"Id\": 223155,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75765\n    },\n    {\n        \"Id\": 223156,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39057\n    },\n    {\n        \"Id\": 223157,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78352\n    },\n    {\n        \"Id\": 223158,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37455\n    },\n    {\n        \"Id\": 223159,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39123\n    },\n    {\n        \"Id\": 223160,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75991\n    },\n    {\n        \"Id\": 223161,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78307\n    },\n    {\n        \"Id\": 223162,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78308\n    },\n    {\n        \"Id\": 223163,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75992\n    },\n    {\n        \"Id\": 223164,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75993\n    },\n    {\n        \"Id\": 223165,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18571\n    },\n    {\n        \"Id\": 223166,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36944\n    },\n    {\n        \"Id\": 223167,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19135\n    },\n    {\n        \"Id\": 223168,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36468\n    },\n    {\n        \"Id\": 223169,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 661\n    },\n    {\n        \"Id\": 223170,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18456\n    },\n    {\n        \"Id\": 223171,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1231\n    },\n    {\n        \"Id\": 223172,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21238\n    },\n    {\n        \"Id\": 223173,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35853\n    },\n    {\n        \"Id\": 223174,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80661\n    },\n    {\n        \"Id\": 223175,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 27001\n    },\n    {\n        \"Id\": 223176,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77592\n    },\n    {\n        \"Id\": 223177,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72384\n    },\n    {\n        \"Id\": 223178,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39033\n    },\n    {\n        \"Id\": 223179,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81003\n    },\n    {\n        \"Id\": 223180,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19548\n    },\n    {\n        \"Id\": 223181,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77593\n    },\n    {\n        \"Id\": 223182,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35718\n    },\n    {\n        \"Id\": 223183,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35982\n    },\n    {\n        \"Id\": 223184,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81071\n    },\n    {\n        \"Id\": 223185,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36989\n    },\n    {\n        \"Id\": 223186,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36990\n    },\n    {\n        \"Id\": 223187,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36993\n    },\n    {\n        \"Id\": 223188,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36992\n    },\n    {\n        \"Id\": 223189,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36994\n    },\n    {\n        \"Id\": 223190,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36995\n    },\n    {\n        \"Id\": 223191,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 737\n    },\n    {\n        \"Id\": 223192,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81021\n    },\n    {\n        \"Id\": 223193,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40895\n    },\n    {\n        \"Id\": 223194,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77740\n    },\n    {\n        \"Id\": 223195,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40737\n    },\n    {\n        \"Id\": 223196,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39231\n    },\n    {\n        \"Id\": 223197,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20497\n    },\n    {\n        \"Id\": 223198,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20509\n    },\n    {\n        \"Id\": 223199,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36404\n    },\n    {\n        \"Id\": 223200,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72437\n    },\n    {\n        \"Id\": 223201,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18387\n    },\n    {\n        \"Id\": 223202,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18388\n    },\n    {\n        \"Id\": 223203,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35821\n    },\n    {\n        \"Id\": 223204,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73204\n    },\n    {\n        \"Id\": 223205,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76110\n    },\n    {\n        \"Id\": 223206,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76111\n    },\n    {\n        \"Id\": 223207,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76112\n    },\n    {\n        \"Id\": 223208,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75358\n    },\n    {\n        \"Id\": 223209,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35946\n    },\n    {\n        \"Id\": 223210,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75453\n    },\n    {\n        \"Id\": 223211,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81379\n    },\n    {\n        \"Id\": 223212,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40913\n    },\n    {\n        \"Id\": 223213,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22314\n    },\n    {\n        \"Id\": 223214,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41096\n    },\n    {\n        \"Id\": 223215,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22304\n    },\n    {\n        \"Id\": 223216,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80498\n    },\n    {\n        \"Id\": 223217,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77694\n    },\n    {\n        \"Id\": 223218,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77715\n    },\n    {\n        \"Id\": 223219,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81091\n    },\n    {\n        \"Id\": 223220,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75903\n    },\n    {\n        \"Id\": 223221,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35477\n    },\n    {\n        \"Id\": 223222,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75386\n    },\n    {\n        \"Id\": 223223,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75387\n    },\n    {\n        \"Id\": 223224,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79888\n    },\n    {\n        \"Id\": 223225,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35770\n    },\n    {\n        \"Id\": 223226,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41583\n    },\n    {\n        \"Id\": 223227,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77665\n    },\n    {\n        \"Id\": 223228,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78887\n    },\n    {\n        \"Id\": 223229,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79879\n    },\n    {\n        \"Id\": 223230,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78101\n    },\n    {\n        \"Id\": 223231,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78095\n    },\n    {\n        \"Id\": 223232,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21481\n    },\n    {\n        \"Id\": 223233,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79951\n    },\n    {\n        \"Id\": 223234,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80733\n    },\n    {\n        \"Id\": 223235,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72379\n    },\n    {\n        \"Id\": 223236,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72383\n    },\n    {\n        \"Id\": 223237,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72365\n    },\n    {\n        \"Id\": 223238,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36744\n    },\n    {\n        \"Id\": 223239,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79955\n    },\n    {\n        \"Id\": 223240,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75423\n    },\n    {\n        \"Id\": 223241,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75398\n    },\n    {\n        \"Id\": 223242,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80139\n    },\n    {\n        \"Id\": 223243,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72555\n    },\n    {\n        \"Id\": 223244,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80013\n    },\n    {\n        \"Id\": 223245,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80043\n    },\n    {\n        \"Id\": 223246,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72542\n    },\n    {\n        \"Id\": 223247,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76102\n    },\n    {\n        \"Id\": 223248,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80496\n    },\n    {\n        \"Id\": 223249,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77561\n    },\n    {\n        \"Id\": 223250,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77565\n    },\n    {\n        \"Id\": 223251,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77566\n    },\n    {\n        \"Id\": 223252,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77564\n    },\n    {\n        \"Id\": 223253,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77563\n    },\n    {\n        \"Id\": 223254,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77562\n    },\n    {\n        \"Id\": 223255,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78150\n    },\n    {\n        \"Id\": 223256,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80751\n    },\n    {\n        \"Id\": 223257,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81068\n    },\n    {\n        \"Id\": 223258,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81069\n    },\n    {\n        \"Id\": 223259,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79877\n    },\n    {\n        \"Id\": 223260,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77993\n    },\n    {\n        \"Id\": 223261,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39236\n    },\n    {\n        \"Id\": 223262,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81446\n    },\n    {\n        \"Id\": 223263,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81508\n    },\n    {\n        \"Id\": 223264,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72543\n    },\n    {\n        \"Id\": 223265,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76151\n    },\n    {\n        \"Id\": 223266,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81070\n    },\n    {\n        \"Id\": 223267,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81039\n    },\n    {\n        \"Id\": 223268,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39051\n    },\n    {\n        \"Id\": 223269,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22086\n    },\n    {\n        \"Id\": 223270,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19035\n    },\n    {\n        \"Id\": 223271,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77551\n    },\n    {\n        \"Id\": 223272,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77594\n    },\n    {\n        \"Id\": 223273,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19128\n    },\n    {\n        \"Id\": 223274,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81385\n    },\n    {\n        \"Id\": 223275,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20841\n    },\n    {\n        \"Id\": 223276,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19604\n    },\n    {\n        \"Id\": 223277,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18807\n    },\n    {\n        \"Id\": 223278,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77307\n    },\n    {\n        \"Id\": 223279,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78167\n    },\n    {\n        \"Id\": 223280,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21752\n    },\n    {\n        \"Id\": 223281,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18988\n    },\n    {\n        \"Id\": 223282,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 855\n    },\n    {\n        \"Id\": 223283,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77595\n    },\n    {\n        \"Id\": 223284,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18462\n    },\n    {\n        \"Id\": 223285,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18463\n    },\n    {\n        \"Id\": 223286,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78053\n    },\n    {\n        \"Id\": 223287,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77695\n    },\n    {\n        \"Id\": 223288,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23040\n    },\n    {\n        \"Id\": 223289,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81393\n    },\n    {\n        \"Id\": 223290,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81394\n    },\n    {\n        \"Id\": 223291,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81392\n    },\n    {\n        \"Id\": 223292,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77596\n    },\n    {\n        \"Id\": 223293,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35889\n    },\n    {\n        \"Id\": 223294,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36141\n    },\n    {\n        \"Id\": 223295,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80942\n    },\n    {\n        \"Id\": 223296,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35337\n    },\n    {\n        \"Id\": 223297,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 816\n    },\n    {\n        \"Id\": 223298,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77548\n    },\n    {\n        \"Id\": 223299,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73217\n    },\n    {\n        \"Id\": 223300,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72928\n    },\n    {\n        \"Id\": 223301,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 230\n    },\n    {\n        \"Id\": 223302,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 459\n    },\n    {\n        \"Id\": 223303,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 197\n    },\n    {\n        \"Id\": 223304,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81374\n    },\n    {\n        \"Id\": 223305,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35118\n    },\n    {\n        \"Id\": 223306,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22428\n    },\n    {\n        \"Id\": 223307,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22426\n    },\n    {\n        \"Id\": 223308,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22429\n    },\n    {\n        \"Id\": 223309,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22581\n    },\n    {\n        \"Id\": 223310,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23045\n    },\n    {\n        \"Id\": 223311,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18389\n    },\n    {\n        \"Id\": 223312,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75897\n    },\n    {\n        \"Id\": 223313,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35113\n    },\n    {\n        \"Id\": 223314,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 171\n    },\n    {\n        \"Id\": 223315,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41593\n    },\n    {\n        \"Id\": 223316,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18449\n    },\n    {\n        \"Id\": 223317,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22389\n    },\n    {\n        \"Id\": 223318,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21379\n    },\n    {\n        \"Id\": 223319,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19990\n    },\n    {\n        \"Id\": 223320,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80314\n    },\n    {\n        \"Id\": 223321,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80316\n    },\n    {\n        \"Id\": 223322,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80282\n    },\n    {\n        \"Id\": 223323,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20498\n    },\n    {\n        \"Id\": 223324,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81375\n    },\n    {\n        \"Id\": 223325,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81376\n    },\n    {\n        \"Id\": 223326,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36935\n    },\n    {\n        \"Id\": 223327,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36936\n    },\n    {\n        \"Id\": 223328,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77597\n    },\n    {\n        \"Id\": 223329,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36307\n    },\n    {\n        \"Id\": 223330,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36308\n    },\n    {\n        \"Id\": 223331,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36309\n    },\n    {\n        \"Id\": 223332,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80632\n    },\n    {\n        \"Id\": 223333,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18537\n    },\n    {\n        \"Id\": 223334,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18390\n    },\n    {\n        \"Id\": 223335,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18393\n    },\n    {\n        \"Id\": 223336,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18399\n    },\n    {\n        \"Id\": 223337,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18409\n    },\n    {\n        \"Id\": 223338,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77326\n    },\n    {\n        \"Id\": 223339,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77320\n    },\n    {\n        \"Id\": 223340,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19589\n    },\n    {\n        \"Id\": 223341,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 840\n    },\n    {\n        \"Id\": 223342,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19364\n    },\n    {\n        \"Id\": 223343,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35501\n    },\n    {\n        \"Id\": 223344,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77688\n    },\n    {\n        \"Id\": 223345,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20451\n    },\n    {\n        \"Id\": 223346,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18709\n    },\n    {\n        \"Id\": 223347,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 739\n    },\n    {\n        \"Id\": 223348,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35342\n    },\n    {\n        \"Id\": 223349,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80628\n    },\n    {\n        \"Id\": 223350,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35803\n    },\n    {\n        \"Id\": 223351,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35294\n    },\n    {\n        \"Id\": 223352,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35824\n    },\n    {\n        \"Id\": 223353,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35815\n    },\n    {\n        \"Id\": 223354,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 312\n    },\n    {\n        \"Id\": 223355,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19804\n    },\n    {\n        \"Id\": 223356,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22047\n    },\n    {\n        \"Id\": 223357,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38854\n    },\n    {\n        \"Id\": 223358,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78023\n    },\n    {\n        \"Id\": 223359,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80918\n    },\n    {\n        \"Id\": 223360,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35885\n    },\n    {\n        \"Id\": 223361,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 397\n    },\n    {\n        \"Id\": 223362,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21506\n    },\n    {\n        \"Id\": 223363,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36945\n    },\n    {\n        \"Id\": 223364,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23000\n    },\n    {\n        \"Id\": 223365,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73176\n    },\n    {\n        \"Id\": 223366,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73181\n    },\n    {\n        \"Id\": 223367,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73164\n    },\n    {\n        \"Id\": 223368,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73129\n    },\n    {\n        \"Id\": 223369,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75642\n    },\n    {\n        \"Id\": 223370,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73130\n    },\n    {\n        \"Id\": 223371,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1065\n    },\n    {\n        \"Id\": 223372,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19710\n    },\n    {\n        \"Id\": 223373,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 764\n    },\n    {\n        \"Id\": 223374,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1017\n    },\n    {\n        \"Id\": 223375,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 731\n    },\n    {\n        \"Id\": 223376,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18718\n    },\n    {\n        \"Id\": 223377,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20454\n    },\n    {\n        \"Id\": 223378,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22417\n    },\n    {\n        \"Id\": 223379,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20017\n    },\n    {\n        \"Id\": 223380,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19765\n    },\n    {\n        \"Id\": 223381,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19823\n    },\n    {\n        \"Id\": 223382,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36412\n    },\n    {\n        \"Id\": 223383,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38865\n    },\n    {\n        \"Id\": 223384,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20602\n    },\n    {\n        \"Id\": 223385,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21079\n    },\n    {\n        \"Id\": 223386,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 179\n    },\n    {\n        \"Id\": 223387,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19846\n    },\n    {\n        \"Id\": 223388,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19292\n    },\n    {\n        \"Id\": 223389,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20794\n    },\n    {\n        \"Id\": 223390,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19234\n    },\n    {\n        \"Id\": 223391,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19847\n    },\n    {\n        \"Id\": 223392,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 571\n    },\n    {\n        \"Id\": 223393,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 180\n    },\n    {\n        \"Id\": 223394,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19994\n    },\n    {\n        \"Id\": 223395,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19675\n    },\n    {\n        \"Id\": 223396,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20347\n    },\n    {\n        \"Id\": 223397,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20142\n    },\n    {\n        \"Id\": 223398,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 847\n    },\n    {\n        \"Id\": 223399,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19809\n    },\n    {\n        \"Id\": 223400,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19781\n    },\n    {\n        \"Id\": 223401,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 885\n    },\n    {\n        \"Id\": 223402,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21858\n    },\n    {\n        \"Id\": 223403,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35708\n    },\n    {\n        \"Id\": 223404,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35817\n    },\n    {\n        \"Id\": 223405,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18475\n    },\n    {\n        \"Id\": 223406,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36644\n    },\n    {\n        \"Id\": 223407,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19353\n    },\n    {\n        \"Id\": 223408,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18338\n    },\n    {\n        \"Id\": 223409,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78092\n    },\n    {\n        \"Id\": 223410,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78055\n    },\n    {\n        \"Id\": 223411,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77598\n    },\n    {\n        \"Id\": 223412,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36281\n    },\n    {\n        \"Id\": 223413,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35971\n    },\n    {\n        \"Id\": 223414,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80260\n    },\n    {\n        \"Id\": 223415,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80268\n    },\n    {\n        \"Id\": 223416,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19233\n    },\n    {\n        \"Id\": 223417,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20459\n    },\n    {\n        \"Id\": 223418,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19774\n    },\n    {\n        \"Id\": 223419,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19346\n    },\n    {\n        \"Id\": 223420,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20078\n    },\n    {\n        \"Id\": 223421,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38955\n    },\n    {\n        \"Id\": 223422,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40754\n    },\n    {\n        \"Id\": 223423,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22513\n    },\n    {\n        \"Id\": 223424,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35058\n    },\n    {\n        \"Id\": 223425,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35813\n    },\n    {\n        \"Id\": 223426,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22418\n    },\n    {\n        \"Id\": 223427,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36140\n    },\n    {\n        \"Id\": 223428,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20008\n    },\n    {\n        \"Id\": 223429,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72566\n    },\n    {\n        \"Id\": 223430,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34977\n    },\n    {\n        \"Id\": 223431,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18478\n    },\n    {\n        \"Id\": 223432,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21641\n    },\n    {\n        \"Id\": 223433,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35006\n    },\n    {\n        \"Id\": 223434,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35005\n    },\n    {\n        \"Id\": 223435,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81046\n    },\n    {\n        \"Id\": 223436,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81047\n    },\n    {\n        \"Id\": 223437,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36916\n    },\n    {\n        \"Id\": 223438,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20517\n    },\n    {\n        \"Id\": 223439,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20087\n    },\n    {\n        \"Id\": 223440,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36261\n    },\n    {\n        \"Id\": 223441,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35504\n    },\n    {\n        \"Id\": 223442,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78256\n    },\n    {\n        \"Id\": 223443,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36021\n    },\n    {\n        \"Id\": 223444,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20158\n    },\n    {\n        \"Id\": 223445,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 801\n    },\n    {\n        \"Id\": 223446,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35419\n    },\n    {\n        \"Id\": 223447,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80662\n    },\n    {\n        \"Id\": 223448,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80704\n    },\n    {\n        \"Id\": 223449,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80762\n    },\n    {\n        \"Id\": 223450,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34979\n    },\n    {\n        \"Id\": 223451,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18480\n    },\n    {\n        \"Id\": 223452,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21080\n    },\n    {\n        \"Id\": 223453,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77319\n    },\n    {\n        \"Id\": 223454,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80158\n    },\n    {\n        \"Id\": 223455,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39176\n    },\n    {\n        \"Id\": 223456,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35438\n    },\n    {\n        \"Id\": 223457,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 819\n    },\n    {\n        \"Id\": 223458,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 622\n    },\n    {\n        \"Id\": 223459,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77599\n    },\n    {\n        \"Id\": 223460,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20512\n    },\n    {\n        \"Id\": 223461,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35437\n    },\n    {\n        \"Id\": 223462,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77600\n    },\n    {\n        \"Id\": 223463,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39152\n    },\n    {\n        \"Id\": 223464,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39153\n    },\n    {\n        \"Id\": 223465,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39154\n    },\n    {\n        \"Id\": 223466,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39155\n    },\n    {\n        \"Id\": 223467,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 217\n    },\n    {\n        \"Id\": 223468,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 347\n    },\n    {\n        \"Id\": 223469,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72312\n    },\n    {\n        \"Id\": 223470,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37142\n    },\n    {\n        \"Id\": 223471,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35816\n    },\n    {\n        \"Id\": 223472,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78266\n    },\n    {\n        \"Id\": 223473,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78026\n    },\n    {\n        \"Id\": 223474,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35719\n    },\n    {\n        \"Id\": 223475,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21567\n    },\n    {\n        \"Id\": 223476,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 891\n    },\n    {\n        \"Id\": 223477,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 846\n    },\n    {\n        \"Id\": 223478,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 600\n    },\n    {\n        \"Id\": 223479,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22406\n    },\n    {\n        \"Id\": 223480,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22514\n    },\n    {\n        \"Id\": 223481,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22343\n    },\n    {\n        \"Id\": 223482,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22344\n    },\n    {\n        \"Id\": 223483,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79957\n    },\n    {\n        \"Id\": 223484,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72241\n    },\n    {\n        \"Id\": 223485,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18930\n    },\n    {\n        \"Id\": 223486,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36839\n    },\n    {\n        \"Id\": 223487,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72583\n    },\n    {\n        \"Id\": 223488,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73169\n    },\n    {\n        \"Id\": 223489,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75421\n    },\n    {\n        \"Id\": 223490,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78157\n    },\n    {\n        \"Id\": 223491,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41520\n    },\n    {\n        \"Id\": 223492,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35804\n    },\n    {\n        \"Id\": 223493,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81382\n    },\n    {\n        \"Id\": 223494,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77285\n    },\n    {\n        \"Id\": 223495,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35461\n    },\n    {\n        \"Id\": 223496,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21388\n    },\n    {\n        \"Id\": 223497,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 620\n    },\n    {\n        \"Id\": 223498,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22585\n    },\n    {\n        \"Id\": 223499,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73119\n    },\n    {\n        \"Id\": 223500,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35520\n    },\n    {\n        \"Id\": 223501,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18940\n    },\n    {\n        \"Id\": 223502,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35147\n    },\n    {\n        \"Id\": 223503,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35343\n    },\n    {\n        \"Id\": 223504,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19692\n    },\n    {\n        \"Id\": 223505,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80875\n    },\n    {\n        \"Id\": 223506,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81123\n    },\n    {\n        \"Id\": 223507,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81458\n    },\n    {\n        \"Id\": 223508,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81474\n    },\n    {\n        \"Id\": 223509,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81192\n    },\n    {\n        \"Id\": 223510,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81182\n    },\n    {\n        \"Id\": 223511,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78058\n    },\n    {\n        \"Id\": 223512,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35224\n    },\n    {\n        \"Id\": 223513,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35222\n    },\n    {\n        \"Id\": 223514,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35452\n    },\n    {\n        \"Id\": 223515,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18663\n    },\n    {\n        \"Id\": 223516,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36479\n    },\n    {\n        \"Id\": 223517,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75798\n    },\n    {\n        \"Id\": 223518,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35114\n    },\n    {\n        \"Id\": 223519,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19830\n    },\n    {\n        \"Id\": 223520,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23044\n    },\n    {\n        \"Id\": 223521,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34879\n    },\n    {\n        \"Id\": 223522,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78102\n    },\n    {\n        \"Id\": 223523,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1172\n    },\n    {\n        \"Id\": 223524,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 618\n    },\n    {\n        \"Id\": 223525,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 717\n    },\n    {\n        \"Id\": 223526,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77601\n    },\n    {\n        \"Id\": 223527,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77602\n    },\n    {\n        \"Id\": 223528,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36795\n    },\n    {\n        \"Id\": 223529,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23035\n    },\n    {\n        \"Id\": 223530,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35471\n    },\n    {\n        \"Id\": 223531,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35473\n    },\n    {\n        \"Id\": 223532,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35475\n    },\n    {\n        \"Id\": 223533,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81183\n    },\n    {\n        \"Id\": 223534,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 399\n    },\n    {\n        \"Id\": 223535,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 534\n    },\n    {\n        \"Id\": 223536,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19963\n    },\n    {\n        \"Id\": 223537,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18822\n    },\n    {\n        \"Id\": 223538,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20944\n    },\n    {\n        \"Id\": 223539,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18423\n    },\n    {\n        \"Id\": 223540,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18426\n    },\n    {\n        \"Id\": 223541,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18429\n    },\n    {\n        \"Id\": 223542,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21473\n    },\n    {\n        \"Id\": 223543,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78187\n    },\n    {\n        \"Id\": 223544,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35901\n    },\n    {\n        \"Id\": 223545,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78185\n    },\n    {\n        \"Id\": 223546,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1214\n    },\n    {\n        \"Id\": 223547,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19768\n    },\n    {\n        \"Id\": 223548,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1165\n    },\n    {\n        \"Id\": 223549,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20809\n    },\n    {\n        \"Id\": 223550,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 381\n    },\n    {\n        \"Id\": 223551,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18557\n    },\n    {\n        \"Id\": 223552,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21317\n    },\n    {\n        \"Id\": 223553,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78186\n    },\n    {\n        \"Id\": 223554,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19460\n    },\n    {\n        \"Id\": 223555,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22109\n    },\n    {\n        \"Id\": 223556,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18566\n    },\n    {\n        \"Id\": 223557,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 178\n    },\n    {\n        \"Id\": 223558,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 821\n    },\n    {\n        \"Id\": 223559,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81076\n    },\n    {\n        \"Id\": 223560,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18985\n    },\n    {\n        \"Id\": 223561,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18879\n    },\n    {\n        \"Id\": 223562,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81378\n    },\n    {\n        \"Id\": 223563,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78267\n    },\n    {\n        \"Id\": 223564,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38893\n    },\n    {\n        \"Id\": 223565,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78263\n    },\n    {\n        \"Id\": 223566,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18728\n    },\n    {\n        \"Id\": 223567,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 400\n    },\n    {\n        \"Id\": 223568,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80267\n    },\n    {\n        \"Id\": 223569,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81499\n    },\n    {\n        \"Id\": 223570,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38898\n    },\n    {\n        \"Id\": 223571,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23134\n    },\n    {\n        \"Id\": 223572,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41507\n    },\n    {\n        \"Id\": 223573,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40752\n    },\n    {\n        \"Id\": 223574,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34955\n    },\n    {\n        \"Id\": 223575,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78016\n    },\n    {\n        \"Id\": 223576,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72777\n    },\n    {\n        \"Id\": 223577,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35844\n    },\n    {\n        \"Id\": 223578,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81381\n    },\n    {\n        \"Id\": 223579,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81380\n    },\n    {\n        \"Id\": 223580,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39047\n    },\n    {\n        \"Id\": 223581,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72546\n    },\n    {\n        \"Id\": 223582,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22206\n    },\n    {\n        \"Id\": 223583,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21331\n    },\n    {\n        \"Id\": 223584,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38864\n    },\n    {\n        \"Id\": 223585,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37101\n    },\n    {\n        \"Id\": 223586,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21024\n    },\n    {\n        \"Id\": 223587,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18840\n    },\n    {\n        \"Id\": 223588,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22296\n    },\n    {\n        \"Id\": 223589,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81079\n    },\n    {\n        \"Id\": 223590,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81078\n    },\n    {\n        \"Id\": 223591,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36834\n    },\n    {\n        \"Id\": 223592,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78098\n    },\n    {\n        \"Id\": 223593,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78099\n    },\n    {\n        \"Id\": 223594,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35340\n    },\n    {\n        \"Id\": 223595,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36182\n    },\n    {\n        \"Id\": 223596,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36973\n    },\n    {\n        \"Id\": 223597,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22392\n    },\n    {\n        \"Id\": 223598,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39038\n    },\n    {\n        \"Id\": 223599,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20815\n    },\n    {\n        \"Id\": 223600,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22387\n    },\n    {\n        \"Id\": 223601,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22390\n    },\n    {\n        \"Id\": 223602,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22515\n    },\n    {\n        \"Id\": 223603,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35466\n    },\n    {\n        \"Id\": 223604,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35457\n    },\n    {\n        \"Id\": 223605,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20051\n    },\n    {\n        \"Id\": 223606,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20237\n    },\n    {\n        \"Id\": 223607,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19085\n    },\n    {\n        \"Id\": 223608,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81326\n    },\n    {\n        \"Id\": 223609,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80634\n    },\n    {\n        \"Id\": 223610,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1051\n    },\n    {\n        \"Id\": 223611,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 435\n    },\n    {\n        \"Id\": 223612,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 656\n    },\n    {\n        \"Id\": 223613,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37181\n    },\n    {\n        \"Id\": 223614,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20601\n    },\n    {\n        \"Id\": 223615,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77697\n    },\n    {\n        \"Id\": 223616,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22549\n    },\n    {\n        \"Id\": 223617,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22397\n    },\n    {\n        \"Id\": 223618,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35237\n    },\n    {\n        \"Id\": 223619,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35760\n    },\n    {\n        \"Id\": 223620,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19388\n    },\n    {\n        \"Id\": 223621,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18871\n    },\n    {\n        \"Id\": 223622,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20755\n    },\n    {\n        \"Id\": 223623,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19588\n    },\n    {\n        \"Id\": 223624,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77256\n    },\n    {\n        \"Id\": 223625,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77257\n    },\n    {\n        \"Id\": 223626,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77258\n    },\n    {\n        \"Id\": 223627,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77259\n    },\n    {\n        \"Id\": 223628,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77260\n    },\n    {\n        \"Id\": 223629,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77261\n    },\n    {\n        \"Id\": 223630,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77262\n    },\n    {\n        \"Id\": 223631,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77263\n    },\n    {\n        \"Id\": 223632,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37180\n    },\n    {\n        \"Id\": 223633,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35463\n    },\n    {\n        \"Id\": 223634,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77585\n    },\n    {\n        \"Id\": 223635,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75676\n    },\n    {\n        \"Id\": 223636,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35567\n    },\n    {\n        \"Id\": 223637,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35568\n    },\n    {\n        \"Id\": 223638,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81127\n    },\n    {\n        \"Id\": 223639,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34980\n    },\n    {\n        \"Id\": 223640,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73212\n    },\n    {\n        \"Id\": 223641,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80328\n    },\n    {\n        \"Id\": 223642,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36409\n    },\n    {\n        \"Id\": 223643,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78945\n    },\n    {\n        \"Id\": 223644,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78941\n    },\n    {\n        \"Id\": 223645,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36406\n    },\n    {\n        \"Id\": 223646,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35320\n    },\n    {\n        \"Id\": 223647,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77941\n    },\n    {\n        \"Id\": 223648,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21149\n    },\n    {\n        \"Id\": 223649,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19787\n    },\n    {\n        \"Id\": 223650,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20478\n    },\n    {\n        \"Id\": 223651,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 501\n    },\n    {\n        \"Id\": 223652,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18745\n    },\n    {\n        \"Id\": 223653,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77265\n    },\n    {\n        \"Id\": 223654,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19032\n    },\n    {\n        \"Id\": 223655,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21843\n    },\n    {\n        \"Id\": 223656,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 401\n    },\n    {\n        \"Id\": 223657,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18490\n    },\n    {\n        \"Id\": 223658,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1193\n    },\n    {\n        \"Id\": 223659,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34987\n    },\n    {\n        \"Id\": 223660,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37164\n    },\n    {\n        \"Id\": 223661,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18492\n    },\n    {\n        \"Id\": 223662,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20877\n    },\n    {\n        \"Id\": 223663,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19873\n    },\n    {\n        \"Id\": 223664,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 223665,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 422\n    },\n    {\n        \"Id\": 223666,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36917\n    },\n    {\n        \"Id\": 223667,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20570\n    },\n    {\n        \"Id\": 223668,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19667\n    },\n    {\n        \"Id\": 223669,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37150\n    },\n    {\n        \"Id\": 223670,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80877\n    },\n    {\n        \"Id\": 223671,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18495\n    },\n    {\n        \"Id\": 223672,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18496\n    },\n    {\n        \"Id\": 223673,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72769\n    },\n    {\n        \"Id\": 223674,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72744\n    },\n    {\n        \"Id\": 223675,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39157\n    },\n    {\n        \"Id\": 223676,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22212\n    },\n    {\n        \"Id\": 223677,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80074\n    },\n    {\n        \"Id\": 223678,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77696\n    },\n    {\n        \"Id\": 223679,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36466\n    },\n    {\n        \"Id\": 223680,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21163\n    },\n    {\n        \"Id\": 223681,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80703\n    },\n    {\n        \"Id\": 223682,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21793\n    },\n    {\n        \"Id\": 223683,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20065\n    },\n    {\n        \"Id\": 223684,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35464\n    },\n    {\n        \"Id\": 223685,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77603\n    },\n    {\n        \"Id\": 223686,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35040\n    },\n    {\n        \"Id\": 223687,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76040\n    },\n    {\n        \"Id\": 223688,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21633\n    },\n    {\n        \"Id\": 223689,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35197\n    },\n    {\n        \"Id\": 223690,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36375\n    },\n    {\n        \"Id\": 223691,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35944\n    },\n    {\n        \"Id\": 223692,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35940\n    },\n    {\n        \"Id\": 223693,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80052\n    },\n    {\n        \"Id\": 223694,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34992\n    },\n    {\n        \"Id\": 223695,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34993\n    },\n    {\n        \"Id\": 223696,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34994\n    },\n    {\n        \"Id\": 223697,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19425\n    },\n    {\n        \"Id\": 223698,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81153\n    },\n    {\n        \"Id\": 223699,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80760\n    },\n    {\n        \"Id\": 223700,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 994\n    },\n    {\n        \"Id\": 223701,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77604\n    },\n    {\n        \"Id\": 223702,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72747\n    },\n    {\n        \"Id\": 223703,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72748\n    },\n    {\n        \"Id\": 223704,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 985\n    },\n    {\n        \"Id\": 223705,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18450\n    },\n    {\n        \"Id\": 223706,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35028\n    },\n    {\n        \"Id\": 223707,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81468\n    },\n    {\n        \"Id\": 223708,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81469\n    },\n    {\n        \"Id\": 223709,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77335\n    },\n    {\n        \"Id\": 223710,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75881\n    },\n    {\n        \"Id\": 223711,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78188\n    },\n    {\n        \"Id\": 223712,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18672\n    },\n    {\n        \"Id\": 223713,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76128\n    },\n    {\n        \"Id\": 223714,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76129\n    },\n    {\n        \"Id\": 223715,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77334\n    },\n    {\n        \"Id\": 223716,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20482\n    },\n    {\n        \"Id\": 223717,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81203\n    },\n    {\n        \"Id\": 223718,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 862\n    },\n    {\n        \"Id\": 223719,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80665\n    },\n    {\n        \"Id\": 223720,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35979\n    },\n    {\n        \"Id\": 223721,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18339\n    },\n    {\n        \"Id\": 223722,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21224\n    },\n    {\n        \"Id\": 223723,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1182\n    },\n    {\n        \"Id\": 223724,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77605\n    },\n    {\n        \"Id\": 223725,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77724\n    },\n    {\n        \"Id\": 223726,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78883\n    },\n    {\n        \"Id\": 223727,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80509\n    },\n    {\n        \"Id\": 223728,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78171\n    },\n    {\n        \"Id\": 223729,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78129\n    },\n    {\n        \"Id\": 223730,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78130\n    },\n    {\n        \"Id\": 223731,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78169\n    },\n    {\n        \"Id\": 223732,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35799\n    },\n    {\n        \"Id\": 223733,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19993\n    },\n    {\n        \"Id\": 223734,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21356\n    },\n    {\n        \"Id\": 223735,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77606\n    },\n    {\n        \"Id\": 223736,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18561\n    },\n    {\n        \"Id\": 223737,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35436\n    },\n    {\n        \"Id\": 223738,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18838\n    },\n    {\n        \"Id\": 223739,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35640\n    },\n    {\n        \"Id\": 223740,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76103\n    },\n    {\n        \"Id\": 223741,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76104\n    },\n    {\n        \"Id\": 223742,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80664\n    },\n    {\n        \"Id\": 223743,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75409\n    },\n    {\n        \"Id\": 223744,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78175\n    },\n    {\n        \"Id\": 223745,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75410\n    },\n    {\n        \"Id\": 223746,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75411\n    },\n    {\n        \"Id\": 223747,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75412\n    },\n    {\n        \"Id\": 223748,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37005\n    },\n    {\n        \"Id\": 223749,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72556\n    },\n    {\n        \"Id\": 223750,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80432\n    },\n    {\n        \"Id\": 223751,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37006\n    },\n    {\n        \"Id\": 223752,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78189\n    },\n    {\n        \"Id\": 223753,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22424\n    },\n    {\n        \"Id\": 223754,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20507\n    },\n    {\n        \"Id\": 223755,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19447\n    },\n    {\n        \"Id\": 223756,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18854\n    },\n    {\n        \"Id\": 223757,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78924\n    },\n    {\n        \"Id\": 223758,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1027\n    },\n    {\n        \"Id\": 223759,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19243\n    },\n    {\n        \"Id\": 223760,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41600\n    },\n    {\n        \"Id\": 223761,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80221\n    },\n    {\n        \"Id\": 223762,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 256\n    },\n    {\n        \"Id\": 223763,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1168\n    },\n    {\n        \"Id\": 223764,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77317\n    },\n    {\n        \"Id\": 223765,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41048\n    },\n    {\n        \"Id\": 223766,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41047\n    },\n    {\n        \"Id\": 223767,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35606\n    },\n    {\n        \"Id\": 223768,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41050\n    },\n    {\n        \"Id\": 223769,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41046\n    },\n    {\n        \"Id\": 223770,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41049\n    },\n    {\n        \"Id\": 223771,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35752\n    },\n    {\n        \"Id\": 223772,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81131\n    },\n    {\n        \"Id\": 223773,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77607\n    },\n    {\n        \"Id\": 223774,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18800\n    },\n    {\n        \"Id\": 223775,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18932\n    },\n    {\n        \"Id\": 223776,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18799\n    },\n    {\n        \"Id\": 223777,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75908\n    },\n    {\n        \"Id\": 223778,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35981\n    },\n    {\n        \"Id\": 223779,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37036\n    },\n    {\n        \"Id\": 223780,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37038\n    },\n    {\n        \"Id\": 223781,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75909\n    },\n    {\n        \"Id\": 223782,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72752\n    },\n    {\n        \"Id\": 223783,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73168\n    },\n    {\n        \"Id\": 223784,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77315\n    },\n    {\n        \"Id\": 223785,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78074\n    },\n    {\n        \"Id\": 223786,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75705\n    },\n    {\n        \"Id\": 223787,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75725\n    },\n    {\n        \"Id\": 223788,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76010\n    },\n    {\n        \"Id\": 223789,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78347\n    },\n    {\n        \"Id\": 223790,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78348\n    },\n    {\n        \"Id\": 223791,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75675\n    },\n    {\n        \"Id\": 223792,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35476\n    },\n    {\n        \"Id\": 223793,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18618\n    },\n    {\n        \"Id\": 223794,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18619\n    },\n    {\n        \"Id\": 223795,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20173\n    },\n    {\n        \"Id\": 223796,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20034\n    },\n    {\n        \"Id\": 223797,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21141\n    },\n    {\n        \"Id\": 223798,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35992\n    },\n    {\n        \"Id\": 223799,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75767\n    },\n    {\n        \"Id\": 223800,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76144\n    },\n    {\n        \"Id\": 223801,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 624\n    },\n    {\n        \"Id\": 223802,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1146\n    },\n    {\n        \"Id\": 223803,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 639\n    },\n    {\n        \"Id\": 223804,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77877\n    },\n    {\n        \"Id\": 223805,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21276\n    },\n    {\n        \"Id\": 223806,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19690\n    },\n    {\n        \"Id\": 223807,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18569\n    },\n    {\n        \"Id\": 223808,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19192\n    },\n    {\n        \"Id\": 223809,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19164\n    },\n    {\n        \"Id\": 223810,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 996\n    },\n    {\n        \"Id\": 223811,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 763\n    },\n    {\n        \"Id\": 223812,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 917\n    },\n    {\n        \"Id\": 223813,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1116\n    },\n    {\n        \"Id\": 223814,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1177\n    },\n    {\n        \"Id\": 223815,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 810\n    },\n    {\n        \"Id\": 223816,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78097\n    },\n    {\n        \"Id\": 223817,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78096\n    },\n    {\n        \"Id\": 223818,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19415\n    },\n    {\n        \"Id\": 223819,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35009\n    },\n    {\n        \"Id\": 223820,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34995\n    },\n    {\n        \"Id\": 223821,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35428\n    },\n    {\n        \"Id\": 223822,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18826\n    },\n    {\n        \"Id\": 223823,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35854\n    },\n    {\n        \"Id\": 223824,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35855\n    },\n    {\n        \"Id\": 223825,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35459\n    },\n    {\n        \"Id\": 223826,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73199\n    },\n    {\n        \"Id\": 223827,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19038\n    },\n    {\n        \"Id\": 223828,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 998\n    },\n    {\n        \"Id\": 223829,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19992\n    },\n    {\n        \"Id\": 223830,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21839\n    },\n    {\n        \"Id\": 223831,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19991\n    },\n    {\n        \"Id\": 223832,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 741\n    },\n    {\n        \"Id\": 223833,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 936\n    },\n    {\n        \"Id\": 223834,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 713\n    },\n    {\n        \"Id\": 223835,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35818\n    },\n    {\n        \"Id\": 223836,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 727\n    },\n    {\n        \"Id\": 223837,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19493\n    },\n    {\n        \"Id\": 223838,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20190\n    },\n    {\n        \"Id\": 223839,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 889\n    },\n    {\n        \"Id\": 223840,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77559\n    },\n    {\n        \"Id\": 223841,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22582\n    },\n    {\n        \"Id\": 223842,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19036\n    },\n    {\n        \"Id\": 223843,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 626\n    },\n    {\n        \"Id\": 223844,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1153\n    },\n    {\n        \"Id\": 223845,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72575\n    },\n    {\n        \"Id\": 223846,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76126\n    },\n    {\n        \"Id\": 223847,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22520\n    },\n    {\n        \"Id\": 223848,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 575\n    },\n    {\n        \"Id\": 223849,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19239\n    },\n    {\n        \"Id\": 223850,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35460\n    },\n    {\n        \"Id\": 223851,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19633\n    },\n    {\n        \"Id\": 223852,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22755\n    },\n    {\n        \"Id\": 223853,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75400\n    },\n    {\n        \"Id\": 223854,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81388\n    },\n    {\n        \"Id\": 223855,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81389\n    },\n    {\n        \"Id\": 223856,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20268\n    },\n    {\n        \"Id\": 223857,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18856\n    },\n    {\n        \"Id\": 223858,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22533\n    },\n    {\n        \"Id\": 223859,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22405\n    },\n    {\n        \"Id\": 223860,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79947\n    },\n    {\n        \"Id\": 223861,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75514\n    },\n    {\n        \"Id\": 223862,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21381\n    },\n    {\n        \"Id\": 223863,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23222\n    },\n    {\n        \"Id\": 223864,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23524\n    },\n    {\n        \"Id\": 223865,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25415\n    },\n    {\n        \"Id\": 223866,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25416\n    },\n    {\n        \"Id\": 223867,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25439\n    },\n    {\n        \"Id\": 223868,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25462\n    },\n    {\n        \"Id\": 223869,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25485\n    },\n    {\n        \"Id\": 223870,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25508\n    },\n    {\n        \"Id\": 223871,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25585\n    },\n    {\n        \"Id\": 223872,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25608\n    },\n    {\n        \"Id\": 223873,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25672\n    },\n    {\n        \"Id\": 223874,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25673\n    },\n    {\n        \"Id\": 223875,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25674\n    },\n    {\n        \"Id\": 223876,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25675\n    },\n    {\n        \"Id\": 223877,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25676\n    },\n    {\n        \"Id\": 223878,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25677\n    },\n    {\n        \"Id\": 223879,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25688\n    },\n    {\n        \"Id\": 223880,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25717\n    },\n    {\n        \"Id\": 223881,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25720\n    },\n    {\n        \"Id\": 223882,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25722\n    },\n    {\n        \"Id\": 223883,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25740\n    },\n    {\n        \"Id\": 223884,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25788\n    },\n    {\n        \"Id\": 223885,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25823\n    },\n    {\n        \"Id\": 223886,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 25869\n    },\n    {\n        \"Id\": 223887,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 26318\n    },\n    {\n        \"Id\": 223888,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 26485\n    },\n    {\n        \"Id\": 223889,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 26959\n    },\n    {\n        \"Id\": 223890,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 27151\n    },\n    {\n        \"Id\": 223891,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 27197\n    },\n    {\n        \"Id\": 223892,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 27220\n    },\n    {\n        \"Id\": 223893,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 27243\n    },\n    {\n        \"Id\": 223894,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 27646\n    },\n    {\n        \"Id\": 223895,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 28379\n    },\n    {\n        \"Id\": 223896,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 28402\n    },\n    {\n        \"Id\": 223897,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 28502\n    },\n    {\n        \"Id\": 223898,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 28525\n    },\n    {\n        \"Id\": 223899,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 28548\n    },\n    {\n        \"Id\": 223900,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 28594\n    },\n    {\n        \"Id\": 223901,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 29672\n    },\n    {\n        \"Id\": 223902,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 29707\n    },\n    {\n        \"Id\": 223903,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 29830\n    },\n    {\n        \"Id\": 223904,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 29853\n    },\n    {\n        \"Id\": 223905,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 29876\n    },\n    {\n        \"Id\": 223906,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 29899\n    },\n    {\n        \"Id\": 223907,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 29922\n    },\n    {\n        \"Id\": 223908,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 29942\n    },\n    {\n        \"Id\": 223909,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 29944\n    },\n    {\n        \"Id\": 223910,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 30294\n    },\n    {\n        \"Id\": 223911,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 30437\n    },\n    {\n        \"Id\": 223912,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 30563\n    },\n    {\n        \"Id\": 223913,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 30570\n    },\n    {\n        \"Id\": 223914,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72856\n    },\n    {\n        \"Id\": 223915,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19132\n    },\n    {\n        \"Id\": 223916,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20317\n    },\n    {\n        \"Id\": 223917,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78315\n    },\n    {\n        \"Id\": 223918,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39018\n    },\n    {\n        \"Id\": 223919,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77318\n    },\n    {\n        \"Id\": 223920,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21193\n    },\n    {\n        \"Id\": 223921,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41136\n    },\n    {\n        \"Id\": 223922,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41137\n    },\n    {\n        \"Id\": 223923,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78342\n    },\n    {\n        \"Id\": 223924,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22148\n    },\n    {\n        \"Id\": 223925,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36334\n    },\n    {\n        \"Id\": 223926,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36144\n    },\n    {\n        \"Id\": 223927,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78340\n    },\n    {\n        \"Id\": 223928,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78341\n    },\n    {\n        \"Id\": 223929,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77294\n    },\n    {\n        \"Id\": 223930,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41138\n    },\n    {\n        \"Id\": 223931,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20760\n    },\n    {\n        \"Id\": 223932,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 749\n    },\n    {\n        \"Id\": 223933,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35128\n    },\n    {\n        \"Id\": 223934,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35117\n    },\n    {\n        \"Id\": 223935,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80283\n    },\n    {\n        \"Id\": 223936,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77608\n    },\n    {\n        \"Id\": 223937,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19670\n    },\n    {\n        \"Id\": 223938,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 951\n    },\n    {\n        \"Id\": 223939,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1216\n    },\n    {\n        \"Id\": 223940,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20085\n    },\n    {\n        \"Id\": 223941,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19719\n    },\n    {\n        \"Id\": 223942,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81377\n    },\n    {\n        \"Id\": 223943,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81139\n    },\n    {\n        \"Id\": 223944,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81185\n    },\n    {\n        \"Id\": 223945,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81186\n    },\n    {\n        \"Id\": 223946,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81187\n    },\n    {\n        \"Id\": 223947,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81030\n    },\n    {\n        \"Id\": 223948,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81190\n    },\n    {\n        \"Id\": 223949,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81191\n    },\n    {\n        \"Id\": 223950,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81345\n    },\n    {\n        \"Id\": 223951,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81213\n    },\n    {\n        \"Id\": 223952,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40741\n    },\n    {\n        \"Id\": 223953,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81226\n    },\n    {\n        \"Id\": 223954,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76003\n    },\n    {\n        \"Id\": 223955,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36016\n    },\n    {\n        \"Id\": 223956,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37079\n    },\n    {\n        \"Id\": 223957,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77609\n    },\n    {\n        \"Id\": 223958,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81125\n    },\n    {\n        \"Id\": 223959,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77668\n    },\n    {\n        \"Id\": 223960,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78110\n    },\n    {\n        \"Id\": 223961,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18883\n    },\n    {\n        \"Id\": 223962,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22404\n    },\n    {\n        \"Id\": 223963,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18680\n    },\n    {\n        \"Id\": 223964,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21568\n    },\n    {\n        \"Id\": 223965,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 30689\n    },\n    {\n        \"Id\": 223966,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 30677\n    },\n    {\n        \"Id\": 223967,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77755\n    },\n    {\n        \"Id\": 223968,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77754\n    },\n    {\n        \"Id\": 223969,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80225\n    },\n    {\n        \"Id\": 223970,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80233\n    },\n    {\n        \"Id\": 223971,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77812\n    },\n    {\n        \"Id\": 223972,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81061\n    },\n    {\n        \"Id\": 223973,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 698\n    },\n    {\n        \"Id\": 223974,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18805\n    },\n    {\n        \"Id\": 223975,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39082\n    },\n    {\n        \"Id\": 223976,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38997\n    },\n    {\n        \"Id\": 223977,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80364\n    },\n    {\n        \"Id\": 223978,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81348\n    },\n    {\n        \"Id\": 223979,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81347\n    },\n    {\n        \"Id\": 223980,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37524\n    },\n    {\n        \"Id\": 223981,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76067\n    },\n    {\n        \"Id\": 223982,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 641\n    },\n    {\n        \"Id\": 223983,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22408\n    },\n    {\n        \"Id\": 223984,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36920\n    },\n    {\n        \"Id\": 223985,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21006\n    },\n    {\n        \"Id\": 223986,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 895\n    },\n    {\n        \"Id\": 223987,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19936\n    },\n    {\n        \"Id\": 223988,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20489\n    },\n    {\n        \"Id\": 223989,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19193\n    },\n    {\n        \"Id\": 223990,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21886\n    },\n    {\n        \"Id\": 223991,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77534\n    },\n    {\n        \"Id\": 223992,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77810\n    },\n    {\n        \"Id\": 223993,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77972\n    },\n    {\n        \"Id\": 223994,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35972\n    },\n    {\n        \"Id\": 223995,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78152\n    },\n    {\n        \"Id\": 223996,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78127\n    },\n    {\n        \"Id\": 223997,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 411\n    },\n    {\n        \"Id\": 223998,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21564\n    },\n    {\n        \"Id\": 223999,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77771\n    },\n    {\n        \"Id\": 224000,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77772\n    },\n    {\n        \"Id\": 224001,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77795\n    },\n    {\n        \"Id\": 224002,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77775\n    },\n    {\n        \"Id\": 224003,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77777\n    },\n    {\n        \"Id\": 224004,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77779\n    },\n    {\n        \"Id\": 224005,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77781\n    },\n    {\n        \"Id\": 224006,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77783\n    },\n    {\n        \"Id\": 224007,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77786\n    },\n    {\n        \"Id\": 224008,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77793\n    },\n    {\n        \"Id\": 224009,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77794\n    },\n    {\n        \"Id\": 224010,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77770\n    },\n    {\n        \"Id\": 224011,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23163\n    },\n    {\n        \"Id\": 224012,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80788\n    },\n    {\n        \"Id\": 224013,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 980\n    },\n    {\n        \"Id\": 224014,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1222\n    },\n    {\n        \"Id\": 224015,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78044\n    },\n    {\n        \"Id\": 224016,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78119\n    },\n    {\n        \"Id\": 224017,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78047\n    },\n    {\n        \"Id\": 224018,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78141\n    },\n    {\n        \"Id\": 224019,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72990\n    },\n    {\n        \"Id\": 224020,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 633\n    },\n    {\n        \"Id\": 224021,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 362\n    },\n    {\n        \"Id\": 224022,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41132\n    },\n    {\n        \"Id\": 224023,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37183\n    },\n    {\n        \"Id\": 224024,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77610\n    },\n    {\n        \"Id\": 224025,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78253\n    },\n    {\n        \"Id\": 224026,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80693\n    },\n    {\n        \"Id\": 224027,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78899\n    },\n    {\n        \"Id\": 224028,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75737\n    },\n    {\n        \"Id\": 224029,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41052\n    },\n    {\n        \"Id\": 224030,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41512\n    },\n    {\n        \"Id\": 224031,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20009\n    },\n    {\n        \"Id\": 224032,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 719\n    },\n    {\n        \"Id\": 224033,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18830\n    },\n    {\n        \"Id\": 224034,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21378\n    },\n    {\n        \"Id\": 224035,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18880\n    },\n    {\n        \"Id\": 224036,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18586\n    },\n    {\n        \"Id\": 224037,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20531\n    },\n    {\n        \"Id\": 224038,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 844\n    },\n    {\n        \"Id\": 224039,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79898\n    },\n    {\n        \"Id\": 224040,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79899\n    },\n    {\n        \"Id\": 224041,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21377\n    },\n    {\n        \"Id\": 224042,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72643\n    },\n    {\n        \"Id\": 224043,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72644\n    },\n    {\n        \"Id\": 224044,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72645\n    },\n    {\n        \"Id\": 224045,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40761\n    },\n    {\n        \"Id\": 224046,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80768\n    },\n    {\n        \"Id\": 224047,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78145\n    },\n    {\n        \"Id\": 224048,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77859\n    },\n    {\n        \"Id\": 224049,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77862\n    },\n    {\n        \"Id\": 224050,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77863\n    },\n    {\n        \"Id\": 224051,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78220\n    },\n    {\n        \"Id\": 224052,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78165\n    },\n    {\n        \"Id\": 224053,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78162\n    },\n    {\n        \"Id\": 224054,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78164\n    },\n    {\n        \"Id\": 224055,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78166\n    },\n    {\n        \"Id\": 224056,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77943\n    },\n    {\n        \"Id\": 224057,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77723\n    },\n    {\n        \"Id\": 224058,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77880\n    },\n    {\n        \"Id\": 224059,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78115\n    },\n    {\n        \"Id\": 224060,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77992\n    },\n    {\n        \"Id\": 224061,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78008\n    },\n    {\n        \"Id\": 224062,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78178\n    },\n    {\n        \"Id\": 224063,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78180\n    },\n    {\n        \"Id\": 224064,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78179\n    },\n    {\n        \"Id\": 224065,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78183\n    },\n    {\n        \"Id\": 224066,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78234\n    },\n    {\n        \"Id\": 224067,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78239\n    },\n    {\n        \"Id\": 224068,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78335\n    },\n    {\n        \"Id\": 224069,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78190\n    },\n    {\n        \"Id\": 224070,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78177\n    },\n    {\n        \"Id\": 224071,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79903\n    },\n    {\n        \"Id\": 224072,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78885\n    },\n    {\n        \"Id\": 224073,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78886\n    },\n    {\n        \"Id\": 224074,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78902\n    },\n    {\n        \"Id\": 224075,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78904\n    },\n    {\n        \"Id\": 224076,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78905\n    },\n    {\n        \"Id\": 224077,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78269\n    },\n    {\n        \"Id\": 224078,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78324\n    },\n    {\n        \"Id\": 224079,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78323\n    },\n    {\n        \"Id\": 224080,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78321\n    },\n    {\n        \"Id\": 224081,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78325\n    },\n    {\n        \"Id\": 224082,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79893\n    },\n    {\n        \"Id\": 224083,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79892\n    },\n    {\n        \"Id\": 224084,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79895\n    },\n    {\n        \"Id\": 224085,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79894\n    },\n    {\n        \"Id\": 224086,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80175\n    },\n    {\n        \"Id\": 224087,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80104\n    },\n    {\n        \"Id\": 224088,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80114\n    },\n    {\n        \"Id\": 224089,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80223\n    },\n    {\n        \"Id\": 224090,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80716\n    },\n    {\n        \"Id\": 224091,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80719\n    },\n    {\n        \"Id\": 224092,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78349\n    },\n    {\n        \"Id\": 224093,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78337\n    },\n    {\n        \"Id\": 224094,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80981\n    },\n    {\n        \"Id\": 224095,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81083\n    },\n    {\n        \"Id\": 224096,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78338\n    },\n    {\n        \"Id\": 224097,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81042\n    },\n    {\n        \"Id\": 224098,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81151\n    },\n    {\n        \"Id\": 224099,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78073\n    },\n    {\n        \"Id\": 224100,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78133\n    },\n    {\n        \"Id\": 224101,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80110\n    },\n    {\n        \"Id\": 224102,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80279\n    },\n    {\n        \"Id\": 224103,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80714\n    },\n    {\n        \"Id\": 224104,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80700\n    },\n    {\n        \"Id\": 224105,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81011\n    },\n    {\n        \"Id\": 224106,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81004\n    },\n    {\n        \"Id\": 224107,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80971\n    },\n    {\n        \"Id\": 224108,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80040\n    },\n    {\n        \"Id\": 224109,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80355\n    },\n    {\n        \"Id\": 224110,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78131\n    },\n    {\n        \"Id\": 224111,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78909\n    },\n    {\n        \"Id\": 224112,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77762\n    },\n    {\n        \"Id\": 224113,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77568\n    },\n    {\n        \"Id\": 224114,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77569\n    },\n    {\n        \"Id\": 224115,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78996\n    },\n    {\n        \"Id\": 224116,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80636\n    },\n    {\n        \"Id\": 224117,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78118\n    },\n    {\n        \"Id\": 224118,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80756\n    },\n    {\n        \"Id\": 224119,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78082\n    },\n    {\n        \"Id\": 224120,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77853\n    },\n    {\n        \"Id\": 224121,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78351\n    },\n    {\n        \"Id\": 224122,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78002\n    },\n    {\n        \"Id\": 224123,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77893\n    },\n    {\n        \"Id\": 224124,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81075\n    },\n    {\n        \"Id\": 224125,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79956\n    },\n    {\n        \"Id\": 224126,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77360\n    },\n    {\n        \"Id\": 224127,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77396\n    },\n    {\n        \"Id\": 224128,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77461\n    },\n    {\n        \"Id\": 224129,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77546\n    },\n    {\n        \"Id\": 224130,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78274\n    },\n    {\n        \"Id\": 224131,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78275\n    },\n    {\n        \"Id\": 224132,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78270\n    },\n    {\n        \"Id\": 224133,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78272\n    },\n    {\n        \"Id\": 224134,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78273\n    },\n    {\n        \"Id\": 224135,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77978\n    },\n    {\n        \"Id\": 224136,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78268\n    },\n    {\n        \"Id\": 224137,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80436\n    },\n    {\n        \"Id\": 224138,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80257\n    },\n    {\n        \"Id\": 224139,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80034\n    },\n    {\n        \"Id\": 224140,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80970\n    },\n    {\n        \"Id\": 224141,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78901\n    },\n    {\n        \"Id\": 224142,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77499\n    },\n    {\n        \"Id\": 224143,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77553\n    },\n    {\n        \"Id\": 224144,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77799\n    },\n    {\n        \"Id\": 224145,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77867\n    },\n    {\n        \"Id\": 224146,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77868\n    },\n    {\n        \"Id\": 224147,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80387\n    },\n    {\n        \"Id\": 224148,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77623\n    },\n    {\n        \"Id\": 224149,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78900\n    },\n    {\n        \"Id\": 224150,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78903\n    },\n    {\n        \"Id\": 224151,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77996\n    },\n    {\n        \"Id\": 224152,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77997\n    },\n    {\n        \"Id\": 224153,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80966\n    },\n    {\n        \"Id\": 224154,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80764\n    },\n    {\n        \"Id\": 224155,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80765\n    },\n    {\n        \"Id\": 224156,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80926\n    },\n    {\n        \"Id\": 224157,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80761\n    },\n    {\n        \"Id\": 224158,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80793\n    },\n    {\n        \"Id\": 224159,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81117\n    },\n    {\n        \"Id\": 224160,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80982\n    },\n    {\n        \"Id\": 224161,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80770\n    },\n    {\n        \"Id\": 224162,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80771\n    },\n    {\n        \"Id\": 224163,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80769\n    },\n    {\n        \"Id\": 224164,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78320\n    },\n    {\n        \"Id\": 224165,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77462\n    },\n    {\n        \"Id\": 224166,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78003\n    },\n    {\n        \"Id\": 224167,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77998\n    },\n    {\n        \"Id\": 224168,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77491\n    },\n    {\n        \"Id\": 224169,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80767\n    },\n    {\n        \"Id\": 224170,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77994\n    },\n    {\n        \"Id\": 224171,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80392\n    },\n    {\n        \"Id\": 224172,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80479\n    },\n    {\n        \"Id\": 224173,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80493\n    },\n    {\n        \"Id\": 224174,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77995\n    },\n    {\n        \"Id\": 224175,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80763\n    },\n    {\n        \"Id\": 224176,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81150\n    },\n    {\n        \"Id\": 224177,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80766\n    },\n    {\n        \"Id\": 224178,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77539\n    },\n    {\n        \"Id\": 224179,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77423\n    },\n    {\n        \"Id\": 224180,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77463\n    },\n    {\n        \"Id\": 224181,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77758\n    },\n    {\n        \"Id\": 224182,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78908\n    },\n    {\n        \"Id\": 224183,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78000\n    },\n    {\n        \"Id\": 224184,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77866\n    },\n    {\n        \"Id\": 224185,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78128\n    },\n    {\n        \"Id\": 224186,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78001\n    },\n    {\n        \"Id\": 224187,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34964\n    },\n    {\n        \"Id\": 224188,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19264\n    },\n    {\n        \"Id\": 224189,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35548\n    },\n    {\n        \"Id\": 224190,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81015\n    },\n    {\n        \"Id\": 224191,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81016\n    },\n    {\n        \"Id\": 224192,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18872\n    },\n    {\n        \"Id\": 224193,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77849\n    },\n    {\n        \"Id\": 224194,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 34935\n    },\n    {\n        \"Id\": 224195,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19319\n    },\n    {\n        \"Id\": 224196,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18933\n    },\n    {\n        \"Id\": 224197,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19039\n    },\n    {\n        \"Id\": 224198,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18514\n    },\n    {\n        \"Id\": 224199,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79345\n    },\n    {\n        \"Id\": 224200,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19142\n    },\n    {\n        \"Id\": 224201,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75752\n    },\n    {\n        \"Id\": 224202,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76000\n    },\n    {\n        \"Id\": 224203,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18515\n    },\n    {\n        \"Id\": 224204,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18552\n    },\n    {\n        \"Id\": 224205,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18526\n    },\n    {\n        \"Id\": 224206,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18442\n    },\n    {\n        \"Id\": 224207,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41237\n    },\n    {\n        \"Id\": 224208,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22421\n    },\n    {\n        \"Id\": 224209,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78114\n    },\n    {\n        \"Id\": 224210,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78043\n    },\n    {\n        \"Id\": 224211,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78046\n    },\n    {\n        \"Id\": 224212,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80697\n    },\n    {\n        \"Id\": 224213,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78041\n    },\n    {\n        \"Id\": 224214,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20678\n    },\n    {\n        \"Id\": 224215,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21783\n    },\n    {\n        \"Id\": 224216,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36478\n    },\n    {\n        \"Id\": 224217,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20309\n    },\n    {\n        \"Id\": 224218,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19209\n    },\n    {\n        \"Id\": 224219,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40841\n    },\n    {\n        \"Id\": 224220,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80275\n    },\n    {\n        \"Id\": 224221,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19206\n    },\n    {\n        \"Id\": 224222,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36417\n    },\n    {\n        \"Id\": 224223,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36330\n    },\n    {\n        \"Id\": 224224,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36331\n    },\n    {\n        \"Id\": 224225,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19235\n    },\n    {\n        \"Id\": 224226,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19199\n    },\n    {\n        \"Id\": 224227,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20269\n    },\n    {\n        \"Id\": 224228,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76089\n    },\n    {\n        \"Id\": 224229,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35498\n    },\n    {\n        \"Id\": 224230,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35542\n    },\n    {\n        \"Id\": 224231,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72853\n    },\n    {\n        \"Id\": 224232,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72854\n    },\n    {\n        \"Id\": 224233,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81383\n    },\n    {\n        \"Id\": 224234,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81384\n    },\n    {\n        \"Id\": 224235,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81454\n    },\n    {\n        \"Id\": 224236,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18982\n    },\n    {\n        \"Id\": 224237,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77361\n    },\n    {\n        \"Id\": 224238,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37463\n    },\n    {\n        \"Id\": 224239,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 935\n    },\n    {\n        \"Id\": 224240,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19340\n    },\n    {\n        \"Id\": 224241,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21183\n    },\n    {\n        \"Id\": 224242,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23148\n    },\n    {\n        \"Id\": 224243,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1063\n    },\n    {\n        \"Id\": 224244,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19987\n    },\n    {\n        \"Id\": 224245,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21277\n    },\n    {\n        \"Id\": 224246,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80820\n    },\n    {\n        \"Id\": 224247,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 30396\n    },\n    {\n        \"Id\": 224248,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35868\n    },\n    {\n        \"Id\": 224249,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40764\n    },\n    {\n        \"Id\": 224250,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76101\n    },\n    {\n        \"Id\": 224251,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77316\n    },\n    {\n        \"Id\": 224252,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79948\n    },\n    {\n        \"Id\": 224253,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78343\n    },\n    {\n        \"Id\": 224254,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36968\n    },\n    {\n        \"Id\": 224255,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36569\n    },\n    {\n        \"Id\": 224256,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35041\n    },\n    {\n        \"Id\": 224257,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77322\n    },\n    {\n        \"Id\": 224258,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78191\n    },\n    {\n        \"Id\": 224259,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75407\n    },\n    {\n        \"Id\": 224260,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78192\n    },\n    {\n        \"Id\": 224261,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78193\n    },\n    {\n        \"Id\": 224262,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78194\n    },\n    {\n        \"Id\": 224263,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78195\n    },\n    {\n        \"Id\": 224264,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78196\n    },\n    {\n        \"Id\": 224265,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76071\n    },\n    {\n        \"Id\": 224266,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41133\n    },\n    {\n        \"Id\": 224267,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37179\n    },\n    {\n        \"Id\": 224268,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77930\n    },\n    {\n        \"Id\": 224269,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79887\n    },\n    {\n        \"Id\": 224270,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79953\n    },\n    {\n        \"Id\": 224271,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80748\n    },\n    {\n        \"Id\": 224272,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36009\n    },\n    {\n        \"Id\": 224273,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80567\n    },\n    {\n        \"Id\": 224274,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35119\n    },\n    {\n        \"Id\": 224275,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35120\n    },\n    {\n        \"Id\": 224276,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76228\n    },\n    {\n        \"Id\": 224277,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76219\n    },\n    {\n        \"Id\": 224278,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76220\n    },\n    {\n        \"Id\": 224279,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76221\n    },\n    {\n        \"Id\": 224280,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76222\n    },\n    {\n        \"Id\": 224281,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76223\n    },\n    {\n        \"Id\": 224282,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76224\n    },\n    {\n        \"Id\": 224283,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76225\n    },\n    {\n        \"Id\": 224284,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76226\n    },\n    {\n        \"Id\": 224285,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76227\n    },\n    {\n        \"Id\": 224286,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78923\n    },\n    {\n        \"Id\": 224287,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35975\n    },\n    {\n        \"Id\": 224288,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35566\n    },\n    {\n        \"Id\": 224289,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75536\n    },\n    {\n        \"Id\": 224290,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80689\n    },\n    {\n        \"Id\": 224291,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35851\n    },\n    {\n        \"Id\": 224292,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78184\n    },\n    {\n        \"Id\": 224293,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35852\n    },\n    {\n        \"Id\": 224294,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37404\n    },\n    {\n        \"Id\": 224295,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41151\n    },\n    {\n        \"Id\": 224296,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41085\n    },\n    {\n        \"Id\": 224297,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41086\n    },\n    {\n        \"Id\": 224298,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22478\n    },\n    {\n        \"Id\": 224299,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22208\n    },\n    {\n        \"Id\": 224300,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39086\n    },\n    {\n        \"Id\": 224301,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37123\n    },\n    {\n        \"Id\": 224302,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36864\n    },\n    {\n        \"Id\": 224303,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36872\n    },\n    {\n        \"Id\": 224304,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39165\n    },\n    {\n        \"Id\": 224305,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36880\n    },\n    {\n        \"Id\": 224306,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72762\n    },\n    {\n        \"Id\": 224307,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36451\n    },\n    {\n        \"Id\": 224308,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36681\n    },\n    {\n        \"Id\": 224309,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39177\n    },\n    {\n        \"Id\": 224310,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36680\n    },\n    {\n        \"Id\": 224311,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72763\n    },\n    {\n        \"Id\": 224312,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36447\n    },\n    {\n        \"Id\": 224313,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35172\n    },\n    {\n        \"Id\": 224314,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36580\n    },\n    {\n        \"Id\": 224315,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72764\n    },\n    {\n        \"Id\": 224316,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72765\n    },\n    {\n        \"Id\": 224317,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36504\n    },\n    {\n        \"Id\": 224318,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22289\n    },\n    {\n        \"Id\": 224319,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72766\n    },\n    {\n        \"Id\": 224320,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72767\n    },\n    {\n        \"Id\": 224321,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72768\n    },\n    {\n        \"Id\": 224322,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80429\n    },\n    {\n        \"Id\": 224323,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35435\n    },\n    {\n        \"Id\": 224324,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35456\n    },\n    {\n        \"Id\": 224325,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36315\n    },\n    {\n        \"Id\": 224326,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72772\n    },\n    {\n        \"Id\": 224327,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36755\n    },\n    {\n        \"Id\": 224328,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36738\n    },\n    {\n        \"Id\": 224329,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72771\n    },\n    {\n        \"Id\": 224330,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72770\n    },\n    {\n        \"Id\": 224331,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39167\n    },\n    {\n        \"Id\": 224332,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39212\n    },\n    {\n        \"Id\": 224333,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35848\n    },\n    {\n        \"Id\": 224334,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22394\n    },\n    {\n        \"Id\": 224335,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22395\n    },\n    {\n        \"Id\": 224336,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22396\n    },\n    {\n        \"Id\": 224337,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35847\n    },\n    {\n        \"Id\": 224338,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35095\n    },\n    {\n        \"Id\": 224339,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35453\n    },\n    {\n        \"Id\": 224340,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35506\n    },\n    {\n        \"Id\": 224341,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76107\n    },\n    {\n        \"Id\": 224342,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76108\n    },\n    {\n        \"Id\": 224343,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77323\n    },\n    {\n        \"Id\": 224344,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72930\n    },\n    {\n        \"Id\": 224345,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80057\n    },\n    {\n        \"Id\": 224346,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80058\n    },\n    {\n        \"Id\": 224347,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80060\n    },\n    {\n        \"Id\": 224348,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80061\n    },\n    {\n        \"Id\": 224349,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80062\n    },\n    {\n        \"Id\": 224350,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39091\n    },\n    {\n        \"Id\": 224351,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75551\n    },\n    {\n        \"Id\": 224352,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37004\n    },\n    {\n        \"Id\": 224353,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76087\n    },\n    {\n        \"Id\": 224354,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22571\n    },\n    {\n        \"Id\": 224355,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37124\n    },\n    {\n        \"Id\": 224356,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35451\n    },\n    {\n        \"Id\": 224357,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35455\n    },\n    {\n        \"Id\": 224358,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36494\n    },\n    {\n        \"Id\": 224359,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35505\n    },\n    {\n        \"Id\": 224360,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36200\n    },\n    {\n        \"Id\": 224361,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36204\n    },\n    {\n        \"Id\": 224362,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36202\n    },\n    {\n        \"Id\": 224363,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36203\n    },\n    {\n        \"Id\": 224364,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36201\n    },\n    {\n        \"Id\": 224365,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38983\n    },\n    {\n        \"Id\": 224366,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72545\n    },\n    {\n        \"Id\": 224367,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81387\n    },\n    {\n        \"Id\": 224368,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36767\n    },\n    {\n        \"Id\": 224369,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75369\n    },\n    {\n        \"Id\": 224370,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81391\n    },\n    {\n        \"Id\": 224371,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 81390\n    },\n    {\n        \"Id\": 224372,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35507\n    },\n    {\n        \"Id\": 224373,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35465\n    },\n    {\n        \"Id\": 224374,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41488\n    },\n    {\n        \"Id\": 224375,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72357\n    },\n    {\n        \"Id\": 224376,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22388\n    },\n    {\n        \"Id\": 224377,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22288\n    },\n    {\n        \"Id\": 224378,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41155\n    },\n    {\n        \"Id\": 224379,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 30700\n    },\n    {\n        \"Id\": 224380,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19125\n    },\n    {\n        \"Id\": 224381,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19758\n    },\n    {\n        \"Id\": 224382,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72584\n    },\n    {\n        \"Id\": 224383,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41492\n    },\n    {\n        \"Id\": 224384,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78039\n    },\n    {\n        \"Id\": 224385,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73203\n    },\n    {\n        \"Id\": 224386,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 30701\n    },\n    {\n        \"Id\": 224387,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39080\n    },\n    {\n        \"Id\": 224388,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 30702\n    },\n    {\n        \"Id\": 224389,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73027\n    },\n    {\n        \"Id\": 224390,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73028\n    },\n    {\n        \"Id\": 224391,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40765\n    },\n    {\n        \"Id\": 224392,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75362\n    },\n    {\n        \"Id\": 224393,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40767\n    },\n    {\n        \"Id\": 224394,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38959\n    },\n    {\n        \"Id\": 224395,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73172\n    },\n    {\n        \"Id\": 224396,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72962\n    },\n    {\n        \"Id\": 224397,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 72946\n    },\n    {\n        \"Id\": 224398,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37182\n    },\n    {\n        \"Id\": 224399,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20197\n    },\n    {\n        \"Id\": 224400,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77611\n    },\n    {\n        \"Id\": 224401,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36437\n    },\n    {\n        \"Id\": 224402,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76159\n    },\n    {\n        \"Id\": 224403,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20957\n    },\n    {\n        \"Id\": 224404,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20812\n    },\n    {\n        \"Id\": 224405,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19986\n    },\n    {\n        \"Id\": 224406,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21785\n    },\n    {\n        \"Id\": 224407,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 601\n    },\n    {\n        \"Id\": 224408,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18730\n    },\n    {\n        \"Id\": 224409,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75797\n    },\n    {\n        \"Id\": 224410,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19123\n    },\n    {\n        \"Id\": 224411,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35025\n    },\n    {\n        \"Id\": 224412,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18633\n    },\n    {\n        \"Id\": 224413,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80645\n    },\n    {\n        \"Id\": 224414,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19554\n    },\n    {\n        \"Id\": 224415,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19121\n    },\n    {\n        \"Id\": 224416,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35235\n    },\n    {\n        \"Id\": 224417,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22518\n    },\n    {\n        \"Id\": 224418,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35849\n    },\n    {\n        \"Id\": 224419,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18915\n    },\n    {\n        \"Id\": 224420,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41609\n    },\n    {\n        \"Id\": 224421,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38566\n    },\n    {\n        \"Id\": 224422,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 410\n    },\n    {\n        \"Id\": 224423,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19770\n    },\n    {\n        \"Id\": 224424,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79938\n    },\n    {\n        \"Id\": 224425,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 883\n    },\n    {\n        \"Id\": 224426,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77612\n    },\n    {\n        \"Id\": 224427,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19470\n    },\n    {\n        \"Id\": 224428,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21565\n    },\n    {\n        \"Id\": 224429,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 177\n    },\n    {\n        \"Id\": 224430,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41579\n    },\n    {\n        \"Id\": 224431,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77613\n    },\n    {\n        \"Id\": 224432,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39083\n    },\n    {\n        \"Id\": 224433,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35989\n    },\n    {\n        \"Id\": 224434,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20942\n    },\n    {\n        \"Id\": 224435,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21380\n    },\n    {\n        \"Id\": 224436,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76237\n    },\n    {\n        \"Id\": 224437,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77614\n    },\n    {\n        \"Id\": 224438,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77615\n    },\n    {\n        \"Id\": 224439,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19985\n    },\n    {\n        \"Id\": 224440,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36576\n    },\n    {\n        \"Id\": 224441,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39084\n    },\n    {\n        \"Id\": 224442,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 603\n    },\n    {\n        \"Id\": 224443,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21078\n    },\n    {\n        \"Id\": 224444,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78942\n    },\n    {\n        \"Id\": 224445,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18821\n    },\n    {\n        \"Id\": 224446,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19832\n    },\n    {\n        \"Id\": 224447,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20073\n    },\n    {\n        \"Id\": 224448,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20748\n    },\n    {\n        \"Id\": 224449,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21504\n    },\n    {\n        \"Id\": 224450,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19762\n    },\n    {\n        \"Id\": 224451,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 37194\n    },\n    {\n        \"Id\": 224452,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18861\n    },\n    {\n        \"Id\": 224453,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20010\n    },\n    {\n        \"Id\": 224454,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20808\n    },\n    {\n        \"Id\": 224455,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18533\n    },\n    {\n        \"Id\": 224456,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1091\n    },\n    {\n        \"Id\": 224457,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80790\n    },\n    {\n        \"Id\": 224458,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 934\n    },\n    {\n        \"Id\": 224459,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1005\n    },\n    {\n        \"Id\": 224460,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20592\n    },\n    {\n        \"Id\": 224461,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77616\n    },\n    {\n        \"Id\": 224462,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 926\n    },\n    {\n        \"Id\": 224463,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22507\n    },\n    {\n        \"Id\": 224464,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 22584\n    },\n    {\n        \"Id\": 224465,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21502\n    },\n    {\n        \"Id\": 224466,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18855\n    },\n    {\n        \"Id\": 224467,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21944\n    },\n    {\n        \"Id\": 224468,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19033\n    },\n    {\n        \"Id\": 224469,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 40926\n    },\n    {\n        \"Id\": 224470,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76099\n    },\n    {\n        \"Id\": 224471,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39013\n    },\n    {\n        \"Id\": 224472,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 346\n    },\n    {\n        \"Id\": 224473,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41573\n    },\n    {\n        \"Id\": 224474,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 41571\n    },\n    {\n        \"Id\": 224475,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19363\n    },\n    {\n        \"Id\": 224476,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 73101\n    },\n    {\n        \"Id\": 224477,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 23164\n    },\n    {\n        \"Id\": 224478,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35978\n    },\n    {\n        \"Id\": 224479,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18565\n    },\n    {\n        \"Id\": 224480,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36803\n    },\n    {\n        \"Id\": 224481,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77314\n    },\n    {\n        \"Id\": 224482,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80344\n    },\n    {\n        \"Id\": 224483,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19831\n    },\n    {\n        \"Id\": 224484,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38999\n    },\n    {\n        \"Id\": 224485,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39000\n    },\n    {\n        \"Id\": 224486,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39125\n    },\n    {\n        \"Id\": 224487,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 39124\n    },\n    {\n        \"Id\": 224488,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38998\n    },\n    {\n        \"Id\": 224489,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20769\n    },\n    {\n        \"Id\": 224490,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35841\n    },\n    {\n        \"Id\": 224491,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35842\n    },\n    {\n        \"Id\": 224492,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35843\n    },\n    {\n        \"Id\": 224493,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19562\n    },\n    {\n        \"Id\": 224494,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77324\n    },\n    {\n        \"Id\": 224495,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77325\n    },\n    {\n        \"Id\": 224496,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77362\n    },\n    {\n        \"Id\": 224497,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80666\n    },\n    {\n        \"Id\": 224498,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36734\n    },\n    {\n        \"Id\": 224499,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79885\n    },\n    {\n        \"Id\": 224500,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79884\n    },\n    {\n        \"Id\": 224501,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36708\n    },\n    {\n        \"Id\": 224502,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80725\n    },\n    {\n        \"Id\": 224503,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80724\n    },\n    {\n        \"Id\": 224504,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80723\n    },\n    {\n        \"Id\": 224505,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77336\n    },\n    {\n        \"Id\": 224506,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78913\n    },\n    {\n        \"Id\": 224507,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 21255\n    },\n    {\n        \"Id\": 224508,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 723\n    },\n    {\n        \"Id\": 224509,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19490\n    },\n    {\n        \"Id\": 224510,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75742\n    },\n    {\n        \"Id\": 224511,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75743\n    },\n    {\n        \"Id\": 224512,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75744\n    },\n    {\n        \"Id\": 224513,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 76109\n    },\n    {\n        \"Id\": 224514,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38969\n    },\n    {\n        \"Id\": 224515,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19888\n    },\n    {\n        \"Id\": 224516,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80094\n    },\n    {\n        \"Id\": 224517,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80250\n    },\n    {\n        \"Id\": 224518,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35439\n    },\n    {\n        \"Id\": 224519,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 78004\n    },\n    {\n        \"Id\": 224520,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 79880\n    },\n    {\n        \"Id\": 224521,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 18931\n    },\n    {\n        \"Id\": 224522,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77501\n    },\n    {\n        \"Id\": 224523,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77726\n    },\n    {\n        \"Id\": 224524,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 77956\n    },\n    {\n        \"Id\": 224525,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80620\n    },\n    {\n        \"Id\": 224526,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 20591\n    },\n    {\n        \"Id\": 224527,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19295\n    },\n    {\n        \"Id\": 224528,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 1196\n    },\n    {\n        \"Id\": 224529,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75393\n    },\n    {\n        \"Id\": 224530,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 75391\n    },\n    {\n        \"Id\": 224531,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 19928\n    },\n    {\n        \"Id\": 224532,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36604\n    },\n    {\n        \"Id\": 224533,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 35339\n    },\n    {\n        \"Id\": 224534,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36414\n    },\n    {\n        \"Id\": 224535,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 38873\n    },\n    {\n        \"Id\": 224537,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35629\n    },\n    {\n        \"Id\": 224538,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36205\n    },\n    {\n        \"Id\": 224539,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36206\n    },\n    {\n        \"Id\": 224540,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77333\n    },\n    {\n        \"Id\": 224541,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76141\n    },\n    {\n        \"Id\": 224542,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19681\n    },\n    {\n        \"Id\": 224543,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19684\n    },\n    {\n        \"Id\": 224544,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19686\n    },\n    {\n        \"Id\": 224545,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41469\n    },\n    {\n        \"Id\": 224546,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81372\n    },\n    {\n        \"Id\": 224547,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36387\n    },\n    {\n        \"Id\": 224548,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72267\n    },\n    {\n        \"Id\": 224549,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36332\n    },\n    {\n        \"Id\": 224550,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19571\n    },\n    {\n        \"Id\": 224551,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41483\n    },\n    {\n        \"Id\": 224552,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41485\n    },\n    {\n        \"Id\": 224553,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 602\n    },\n    {\n        \"Id\": 224554,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35415\n    },\n    {\n        \"Id\": 224555,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76142\n    },\n    {\n        \"Id\": 224556,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35780\n    },\n    {\n        \"Id\": 224557,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35423\n    },\n    {\n        \"Id\": 224558,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80687\n    },\n    {\n        \"Id\": 224559,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38949\n    },\n    {\n        \"Id\": 224560,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38954\n    },\n    {\n        \"Id\": 224561,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38957\n    },\n    {\n        \"Id\": 224562,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38081\n    },\n    {\n        \"Id\": 224563,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 224564,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38951\n    },\n    {\n        \"Id\": 224565,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73026\n    },\n    {\n        \"Id\": 224566,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38061\n    },\n    {\n        \"Id\": 224567,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36836\n    },\n    {\n        \"Id\": 224568,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38950\n    },\n    {\n        \"Id\": 224569,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36521\n    },\n    {\n        \"Id\": 224570,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72687\n    },\n    {\n        \"Id\": 224571,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36860\n    },\n    {\n        \"Id\": 224572,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22592\n    },\n    {\n        \"Id\": 224573,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36540\n    },\n    {\n        \"Id\": 224574,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22419\n    },\n    {\n        \"Id\": 224575,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36562\n    },\n    {\n        \"Id\": 224576,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36853\n    },\n    {\n        \"Id\": 224577,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72679\n    },\n    {\n        \"Id\": 224578,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36507\n    },\n    {\n        \"Id\": 224579,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36857\n    },\n    {\n        \"Id\": 224580,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36552\n    },\n    {\n        \"Id\": 224581,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77666\n    },\n    {\n        \"Id\": 224582,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77667\n    },\n    {\n        \"Id\": 224583,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77651\n    },\n    {\n        \"Id\": 224584,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77652\n    },\n    {\n        \"Id\": 224585,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78311\n    },\n    {\n        \"Id\": 224586,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78312\n    },\n    {\n        \"Id\": 224587,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77678\n    },\n    {\n        \"Id\": 224588,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78116\n    },\n    {\n        \"Id\": 224589,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79928\n    },\n    {\n        \"Id\": 224590,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79821\n    },\n    {\n        \"Id\": 224591,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77465\n    },\n    {\n        \"Id\": 224592,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80954\n    },\n    {\n        \"Id\": 224593,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81019\n    },\n    {\n        \"Id\": 224594,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81018\n    },\n    {\n        \"Id\": 224595,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36531\n    },\n    {\n        \"Id\": 224596,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37452\n    },\n    {\n        \"Id\": 224597,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36846\n    },\n    {\n        \"Id\": 224598,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73050\n    },\n    {\n        \"Id\": 224599,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76145\n    },\n    {\n        \"Id\": 224600,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38071\n    },\n    {\n        \"Id\": 224601,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20956\n    },\n    {\n        \"Id\": 224602,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34878\n    },\n    {\n        \"Id\": 224603,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36970\n    },\n    {\n        \"Id\": 224604,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41182\n    },\n    {\n        \"Id\": 224605,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 174\n    },\n    {\n        \"Id\": 224606,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79987\n    },\n    {\n        \"Id\": 224607,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41148\n    },\n    {\n        \"Id\": 224608,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34978\n    },\n    {\n        \"Id\": 224609,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36305\n    },\n    {\n        \"Id\": 224610,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20031\n    },\n    {\n        \"Id\": 224611,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81029\n    },\n    {\n        \"Id\": 224612,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79988\n    },\n    {\n        \"Id\": 224613,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81266\n    },\n    {\n        \"Id\": 224614,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81126\n    },\n    {\n        \"Id\": 224615,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81027\n    },\n    {\n        \"Id\": 224616,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35801\n    },\n    {\n        \"Id\": 224617,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 438\n    },\n    {\n        \"Id\": 224618,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19040\n    },\n    {\n        \"Id\": 224619,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 944\n    },\n    {\n        \"Id\": 224620,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76231\n    },\n    {\n        \"Id\": 224621,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 193\n    },\n    {\n        \"Id\": 224622,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19656\n    },\n    {\n        \"Id\": 224623,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 228\n    },\n    {\n        \"Id\": 224624,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35156\n    },\n    {\n        \"Id\": 224625,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72246\n    },\n    {\n        \"Id\": 224626,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35026\n    },\n    {\n        \"Id\": 224627,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80885\n    },\n    {\n        \"Id\": 224628,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19761\n    },\n    {\n        \"Id\": 224629,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80523\n    },\n    {\n        \"Id\": 224630,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77759\n    },\n    {\n        \"Id\": 224631,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80530\n    },\n    {\n        \"Id\": 224632,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81001\n    },\n    {\n        \"Id\": 224633,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35781\n    },\n    {\n        \"Id\": 224634,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34954\n    },\n    {\n        \"Id\": 224635,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34898\n    },\n    {\n        \"Id\": 224636,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75628\n    },\n    {\n        \"Id\": 224637,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75629\n    },\n    {\n        \"Id\": 224638,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75630\n    },\n    {\n        \"Id\": 224639,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75631\n    },\n    {\n        \"Id\": 224640,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75627\n    },\n    {\n        \"Id\": 224641,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75632\n    },\n    {\n        \"Id\": 224642,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75633\n    },\n    {\n        \"Id\": 224643,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34899\n    },\n    {\n        \"Id\": 224644,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23080\n    },\n    {\n        \"Id\": 224645,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23073\n    },\n    {\n        \"Id\": 224646,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23079\n    },\n    {\n        \"Id\": 224647,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23070\n    },\n    {\n        \"Id\": 224648,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34885\n    },\n    {\n        \"Id\": 224649,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77352\n    },\n    {\n        \"Id\": 224650,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21318\n    },\n    {\n        \"Id\": 224651,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19839\n    },\n    {\n        \"Id\": 224652,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 876\n    },\n    {\n        \"Id\": 224653,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21189\n    },\n    {\n        \"Id\": 224654,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36260\n    },\n    {\n        \"Id\": 224655,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41180\n    },\n    {\n        \"Id\": 224656,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21947\n    },\n    {\n        \"Id\": 224657,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20935\n    },\n    {\n        \"Id\": 224658,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35900\n    },\n    {\n        \"Id\": 224659,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19455\n    },\n    {\n        \"Id\": 224660,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35420\n    },\n    {\n        \"Id\": 224661,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35485\n    },\n    {\n        \"Id\": 224662,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77590\n    },\n    {\n        \"Id\": 224663,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20020\n    },\n    {\n        \"Id\": 224664,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35991\n    },\n    {\n        \"Id\": 224665,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80044\n    },\n    {\n        \"Id\": 224666,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80046\n    },\n    {\n        \"Id\": 224667,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80047\n    },\n    {\n        \"Id\": 224668,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77591\n    },\n    {\n        \"Id\": 224669,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 824\n    },\n    {\n        \"Id\": 224670,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75392\n    },\n    {\n        \"Id\": 224671,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19290\n    },\n    {\n        \"Id\": 224672,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20811\n    },\n    {\n        \"Id\": 224673,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1022\n    },\n    {\n        \"Id\": 224674,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34998\n    },\n    {\n        \"Id\": 224675,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35000\n    },\n    {\n        \"Id\": 224676,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 799\n    },\n    {\n        \"Id\": 224677,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18457\n    },\n    {\n        \"Id\": 224678,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18451\n    },\n    {\n        \"Id\": 224679,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21330\n    },\n    {\n        \"Id\": 224680,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20067\n    },\n    {\n        \"Id\": 224681,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21275\n    },\n    {\n        \"Id\": 224682,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 176\n    },\n    {\n        \"Id\": 224683,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19783\n    },\n    {\n        \"Id\": 224684,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79913\n    },\n    {\n        \"Id\": 224685,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81188\n    },\n    {\n        \"Id\": 224686,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19238\n    },\n    {\n        \"Id\": 224687,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18452\n    },\n    {\n        \"Id\": 224688,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35287\n    },\n    {\n        \"Id\": 224689,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41635\n    },\n    {\n        \"Id\": 224690,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35289\n    },\n    {\n        \"Id\": 224691,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34997\n    },\n    {\n        \"Id\": 224692,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19463\n    },\n    {\n        \"Id\": 224693,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35400\n    },\n    {\n        \"Id\": 224694,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35148\n    },\n    {\n        \"Id\": 224695,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21712\n    },\n    {\n        \"Id\": 224696,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19327\n    },\n    {\n        \"Id\": 224697,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81443\n    },\n    {\n        \"Id\": 224698,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81444\n    },\n    {\n        \"Id\": 224699,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81442\n    },\n    {\n        \"Id\": 224700,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1155\n    },\n    {\n        \"Id\": 224701,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1141\n    },\n    {\n        \"Id\": 224702,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 654\n    },\n    {\n        \"Id\": 224703,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78066\n    },\n    {\n        \"Id\": 224704,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81357\n    },\n    {\n        \"Id\": 224705,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73014\n    },\n    {\n        \"Id\": 224706,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36579\n    },\n    {\n        \"Id\": 224707,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21505\n    },\n    {\n        \"Id\": 224708,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18383\n    },\n    {\n        \"Id\": 224709,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18556\n    },\n    {\n        \"Id\": 224710,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77952\n    },\n    {\n        \"Id\": 224711,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18646\n    },\n    {\n        \"Id\": 224712,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77708\n    },\n    {\n        \"Id\": 224713,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75739\n    },\n    {\n        \"Id\": 224714,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36329\n    },\n    {\n        \"Id\": 224715,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20799\n    },\n    {\n        \"Id\": 224716,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20807\n    },\n    {\n        \"Id\": 224717,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18828\n    },\n    {\n        \"Id\": 224718,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 790\n    },\n    {\n        \"Id\": 224719,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81350\n    },\n    {\n        \"Id\": 224720,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 835\n    },\n    {\n        \"Id\": 224721,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 646\n    },\n    {\n        \"Id\": 224722,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 253\n    },\n    {\n        \"Id\": 224723,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20157\n    },\n    {\n        \"Id\": 224724,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39035\n    },\n    {\n        \"Id\": 224725,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 637\n    },\n    {\n        \"Id\": 224726,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 715\n    },\n    {\n        \"Id\": 224727,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18717\n    },\n    {\n        \"Id\": 224728,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19687\n    },\n    {\n        \"Id\": 224729,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18870\n    },\n    {\n        \"Id\": 224730,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38070\n    },\n    {\n        \"Id\": 224731,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36573\n    },\n    {\n        \"Id\": 224732,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18386\n    },\n    {\n        \"Id\": 224733,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35454\n    },\n    {\n        \"Id\": 224734,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38074\n    },\n    {\n        \"Id\": 224735,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23041\n    },\n    {\n        \"Id\": 224736,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35448\n    },\n    {\n        \"Id\": 224737,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18704\n    },\n    {\n        \"Id\": 224738,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41152\n    },\n    {\n        \"Id\": 224739,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 388\n    },\n    {\n        \"Id\": 224740,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18993\n    },\n    {\n        \"Id\": 224741,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80887\n    },\n    {\n        \"Id\": 224742,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21340\n    },\n    {\n        \"Id\": 224743,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18454\n    },\n    {\n        \"Id\": 224744,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21825\n    },\n    {\n        \"Id\": 224745,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77982\n    },\n    {\n        \"Id\": 224746,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80435\n    },\n    {\n        \"Id\": 224747,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77283\n    },\n    {\n        \"Id\": 224748,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37201\n    },\n    {\n        \"Id\": 224749,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75792\n    },\n    {\n        \"Id\": 224750,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75793\n    },\n    {\n        \"Id\": 224751,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76082\n    },\n    {\n        \"Id\": 224752,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80656\n    },\n    {\n        \"Id\": 224753,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78117\n    },\n    {\n        \"Id\": 224754,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81020\n    },\n    {\n        \"Id\": 224755,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75794\n    },\n    {\n        \"Id\": 224756,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19236\n    },\n    {\n        \"Id\": 224757,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78181\n    },\n    {\n        \"Id\": 224758,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20514\n    },\n    {\n        \"Id\": 224759,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81403\n    },\n    {\n        \"Id\": 224760,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35336\n    },\n    {\n        \"Id\": 224761,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1069\n    },\n    {\n        \"Id\": 224762,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22402\n    },\n    {\n        \"Id\": 224763,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36915\n    },\n    {\n        \"Id\": 224764,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21203\n    },\n    {\n        \"Id\": 224765,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81386\n    },\n    {\n        \"Id\": 224766,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18455\n    },\n    {\n        \"Id\": 224767,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 948\n    },\n    {\n        \"Id\": 224768,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35863\n    },\n    {\n        \"Id\": 224769,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41131\n    },\n    {\n        \"Id\": 224770,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80105\n    },\n    {\n        \"Id\": 224771,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78309\n    },\n    {\n        \"Id\": 224772,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78313\n    },\n    {\n        \"Id\": 224773,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37615\n    },\n    {\n        \"Id\": 224774,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37633\n    },\n    {\n        \"Id\": 224775,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75757\n    },\n    {\n        \"Id\": 224776,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75758\n    },\n    {\n        \"Id\": 224777,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75759\n    },\n    {\n        \"Id\": 224778,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75760\n    },\n    {\n        \"Id\": 224779,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75756\n    },\n    {\n        \"Id\": 224780,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75761\n    },\n    {\n        \"Id\": 224781,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75762\n    },\n    {\n        \"Id\": 224782,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75763\n    },\n    {\n        \"Id\": 224783,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75764\n    },\n    {\n        \"Id\": 224784,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75765\n    },\n    {\n        \"Id\": 224785,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39057\n    },\n    {\n        \"Id\": 224786,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78352\n    },\n    {\n        \"Id\": 224787,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37455\n    },\n    {\n        \"Id\": 224788,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39123\n    },\n    {\n        \"Id\": 224789,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75991\n    },\n    {\n        \"Id\": 224790,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78307\n    },\n    {\n        \"Id\": 224791,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78308\n    },\n    {\n        \"Id\": 224792,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75992\n    },\n    {\n        \"Id\": 224793,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75993\n    },\n    {\n        \"Id\": 224794,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18571\n    },\n    {\n        \"Id\": 224795,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36944\n    },\n    {\n        \"Id\": 224796,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19135\n    },\n    {\n        \"Id\": 224797,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36468\n    },\n    {\n        \"Id\": 224798,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 661\n    },\n    {\n        \"Id\": 224799,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18456\n    },\n    {\n        \"Id\": 224800,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1231\n    },\n    {\n        \"Id\": 224801,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21238\n    },\n    {\n        \"Id\": 224802,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35853\n    },\n    {\n        \"Id\": 224803,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80661\n    },\n    {\n        \"Id\": 224804,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 27001\n    },\n    {\n        \"Id\": 224805,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77592\n    },\n    {\n        \"Id\": 224806,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72384\n    },\n    {\n        \"Id\": 224807,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39033\n    },\n    {\n        \"Id\": 224808,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81003\n    },\n    {\n        \"Id\": 224809,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19548\n    },\n    {\n        \"Id\": 224810,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77593\n    },\n    {\n        \"Id\": 224811,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35718\n    },\n    {\n        \"Id\": 224812,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35982\n    },\n    {\n        \"Id\": 224813,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81071\n    },\n    {\n        \"Id\": 224814,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36989\n    },\n    {\n        \"Id\": 224815,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36990\n    },\n    {\n        \"Id\": 224816,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36993\n    },\n    {\n        \"Id\": 224817,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36992\n    },\n    {\n        \"Id\": 224818,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36994\n    },\n    {\n        \"Id\": 224819,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36995\n    },\n    {\n        \"Id\": 224820,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 737\n    },\n    {\n        \"Id\": 224821,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81021\n    },\n    {\n        \"Id\": 224822,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40895\n    },\n    {\n        \"Id\": 224823,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77740\n    },\n    {\n        \"Id\": 224824,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40737\n    },\n    {\n        \"Id\": 224825,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39231\n    },\n    {\n        \"Id\": 224826,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20497\n    },\n    {\n        \"Id\": 224827,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20509\n    },\n    {\n        \"Id\": 224828,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36404\n    },\n    {\n        \"Id\": 224829,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72437\n    },\n    {\n        \"Id\": 224830,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18387\n    },\n    {\n        \"Id\": 224831,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18388\n    },\n    {\n        \"Id\": 224832,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35821\n    },\n    {\n        \"Id\": 224833,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73204\n    },\n    {\n        \"Id\": 224834,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76110\n    },\n    {\n        \"Id\": 224835,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76111\n    },\n    {\n        \"Id\": 224836,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76112\n    },\n    {\n        \"Id\": 224837,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75358\n    },\n    {\n        \"Id\": 224838,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35946\n    },\n    {\n        \"Id\": 224839,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75453\n    },\n    {\n        \"Id\": 224840,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81379\n    },\n    {\n        \"Id\": 224841,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40913\n    },\n    {\n        \"Id\": 224842,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22314\n    },\n    {\n        \"Id\": 224843,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41096\n    },\n    {\n        \"Id\": 224844,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22304\n    },\n    {\n        \"Id\": 224845,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80498\n    },\n    {\n        \"Id\": 224846,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77694\n    },\n    {\n        \"Id\": 224847,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77715\n    },\n    {\n        \"Id\": 224848,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81091\n    },\n    {\n        \"Id\": 224849,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75903\n    },\n    {\n        \"Id\": 224850,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35477\n    },\n    {\n        \"Id\": 224851,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75386\n    },\n    {\n        \"Id\": 224852,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75387\n    },\n    {\n        \"Id\": 224853,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79888\n    },\n    {\n        \"Id\": 224854,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35770\n    },\n    {\n        \"Id\": 224855,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41583\n    },\n    {\n        \"Id\": 224856,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77665\n    },\n    {\n        \"Id\": 224857,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78887\n    },\n    {\n        \"Id\": 224858,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79879\n    },\n    {\n        \"Id\": 224859,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78101\n    },\n    {\n        \"Id\": 224860,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78095\n    },\n    {\n        \"Id\": 224861,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21481\n    },\n    {\n        \"Id\": 224862,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79951\n    },\n    {\n        \"Id\": 224863,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80733\n    },\n    {\n        \"Id\": 224864,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72379\n    },\n    {\n        \"Id\": 224865,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72383\n    },\n    {\n        \"Id\": 224866,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72365\n    },\n    {\n        \"Id\": 224867,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36744\n    },\n    {\n        \"Id\": 224868,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79955\n    },\n    {\n        \"Id\": 224869,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75423\n    },\n    {\n        \"Id\": 224870,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75398\n    },\n    {\n        \"Id\": 224871,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80139\n    },\n    {\n        \"Id\": 224872,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72555\n    },\n    {\n        \"Id\": 224873,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80013\n    },\n    {\n        \"Id\": 224874,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80043\n    },\n    {\n        \"Id\": 224875,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72542\n    },\n    {\n        \"Id\": 224876,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76102\n    },\n    {\n        \"Id\": 224877,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80496\n    },\n    {\n        \"Id\": 224878,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77561\n    },\n    {\n        \"Id\": 224879,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77565\n    },\n    {\n        \"Id\": 224880,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77566\n    },\n    {\n        \"Id\": 224881,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77564\n    },\n    {\n        \"Id\": 224882,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77563\n    },\n    {\n        \"Id\": 224883,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77562\n    },\n    {\n        \"Id\": 224884,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78150\n    },\n    {\n        \"Id\": 224885,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80751\n    },\n    {\n        \"Id\": 224886,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81068\n    },\n    {\n        \"Id\": 224887,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81069\n    },\n    {\n        \"Id\": 224888,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79877\n    },\n    {\n        \"Id\": 224889,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77993\n    },\n    {\n        \"Id\": 224890,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39236\n    },\n    {\n        \"Id\": 224891,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81446\n    },\n    {\n        \"Id\": 224892,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81508\n    },\n    {\n        \"Id\": 224893,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72543\n    },\n    {\n        \"Id\": 224894,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76151\n    },\n    {\n        \"Id\": 224895,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81070\n    },\n    {\n        \"Id\": 224896,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81039\n    },\n    {\n        \"Id\": 224897,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39051\n    },\n    {\n        \"Id\": 224898,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22086\n    },\n    {\n        \"Id\": 224899,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19035\n    },\n    {\n        \"Id\": 224900,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77551\n    },\n    {\n        \"Id\": 224901,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77594\n    },\n    {\n        \"Id\": 224902,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19128\n    },\n    {\n        \"Id\": 224903,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81385\n    },\n    {\n        \"Id\": 224904,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20841\n    },\n    {\n        \"Id\": 224905,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19604\n    },\n    {\n        \"Id\": 224906,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18807\n    },\n    {\n        \"Id\": 224907,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77307\n    },\n    {\n        \"Id\": 224908,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78167\n    },\n    {\n        \"Id\": 224909,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21752\n    },\n    {\n        \"Id\": 224910,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18988\n    },\n    {\n        \"Id\": 224911,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 855\n    },\n    {\n        \"Id\": 224912,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77595\n    },\n    {\n        \"Id\": 224913,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18462\n    },\n    {\n        \"Id\": 224914,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18463\n    },\n    {\n        \"Id\": 224915,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78053\n    },\n    {\n        \"Id\": 224916,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77695\n    },\n    {\n        \"Id\": 224917,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23040\n    },\n    {\n        \"Id\": 224918,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81393\n    },\n    {\n        \"Id\": 224919,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81394\n    },\n    {\n        \"Id\": 224920,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81392\n    },\n    {\n        \"Id\": 224921,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77596\n    },\n    {\n        \"Id\": 224922,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35889\n    },\n    {\n        \"Id\": 224923,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36141\n    },\n    {\n        \"Id\": 224924,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80942\n    },\n    {\n        \"Id\": 224925,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35337\n    },\n    {\n        \"Id\": 224926,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 816\n    },\n    {\n        \"Id\": 224927,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77548\n    },\n    {\n        \"Id\": 224928,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73217\n    },\n    {\n        \"Id\": 224929,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72928\n    },\n    {\n        \"Id\": 224930,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 230\n    },\n    {\n        \"Id\": 224931,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 459\n    },\n    {\n        \"Id\": 224932,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 197\n    },\n    {\n        \"Id\": 224933,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81374\n    },\n    {\n        \"Id\": 224934,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35118\n    },\n    {\n        \"Id\": 224935,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22428\n    },\n    {\n        \"Id\": 224936,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22426\n    },\n    {\n        \"Id\": 224937,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22429\n    },\n    {\n        \"Id\": 224938,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22581\n    },\n    {\n        \"Id\": 224939,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23045\n    },\n    {\n        \"Id\": 224940,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18389\n    },\n    {\n        \"Id\": 224941,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75897\n    },\n    {\n        \"Id\": 224942,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35113\n    },\n    {\n        \"Id\": 224943,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 171\n    },\n    {\n        \"Id\": 224944,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41593\n    },\n    {\n        \"Id\": 224945,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18449\n    },\n    {\n        \"Id\": 224946,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22389\n    },\n    {\n        \"Id\": 224947,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21379\n    },\n    {\n        \"Id\": 224948,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19990\n    },\n    {\n        \"Id\": 224949,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80314\n    },\n    {\n        \"Id\": 224950,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80316\n    },\n    {\n        \"Id\": 224951,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80282\n    },\n    {\n        \"Id\": 224952,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20498\n    },\n    {\n        \"Id\": 224953,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81375\n    },\n    {\n        \"Id\": 224954,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81376\n    },\n    {\n        \"Id\": 224955,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36935\n    },\n    {\n        \"Id\": 224956,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36936\n    },\n    {\n        \"Id\": 224957,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77597\n    },\n    {\n        \"Id\": 224958,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36307\n    },\n    {\n        \"Id\": 224959,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36308\n    },\n    {\n        \"Id\": 224960,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36309\n    },\n    {\n        \"Id\": 224961,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80632\n    },\n    {\n        \"Id\": 224962,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18537\n    },\n    {\n        \"Id\": 224963,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18390\n    },\n    {\n        \"Id\": 224964,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18393\n    },\n    {\n        \"Id\": 224965,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18399\n    },\n    {\n        \"Id\": 224966,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18409\n    },\n    {\n        \"Id\": 224967,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77326\n    },\n    {\n        \"Id\": 224968,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77320\n    },\n    {\n        \"Id\": 224969,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19589\n    },\n    {\n        \"Id\": 224970,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 840\n    },\n    {\n        \"Id\": 224971,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19364\n    },\n    {\n        \"Id\": 224972,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35501\n    },\n    {\n        \"Id\": 224973,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77688\n    },\n    {\n        \"Id\": 224974,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20451\n    },\n    {\n        \"Id\": 224975,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18709\n    },\n    {\n        \"Id\": 224976,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 739\n    },\n    {\n        \"Id\": 224977,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35342\n    },\n    {\n        \"Id\": 224978,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80628\n    },\n    {\n        \"Id\": 224979,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35803\n    },\n    {\n        \"Id\": 224980,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35294\n    },\n    {\n        \"Id\": 224981,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35824\n    },\n    {\n        \"Id\": 224982,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35815\n    },\n    {\n        \"Id\": 224983,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 312\n    },\n    {\n        \"Id\": 224984,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19804\n    },\n    {\n        \"Id\": 224985,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22047\n    },\n    {\n        \"Id\": 224986,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38854\n    },\n    {\n        \"Id\": 224987,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78023\n    },\n    {\n        \"Id\": 224988,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80918\n    },\n    {\n        \"Id\": 224989,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35885\n    },\n    {\n        \"Id\": 224990,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 397\n    },\n    {\n        \"Id\": 224991,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21506\n    },\n    {\n        \"Id\": 224992,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36945\n    },\n    {\n        \"Id\": 224993,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23000\n    },\n    {\n        \"Id\": 224994,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73176\n    },\n    {\n        \"Id\": 224995,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73181\n    },\n    {\n        \"Id\": 224996,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73164\n    },\n    {\n        \"Id\": 224997,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73129\n    },\n    {\n        \"Id\": 224998,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75642\n    },\n    {\n        \"Id\": 224999,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73130\n    },\n    {\n        \"Id\": 225000,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1065\n    },\n    {\n        \"Id\": 225001,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19710\n    },\n    {\n        \"Id\": 225002,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 764\n    },\n    {\n        \"Id\": 225003,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1017\n    },\n    {\n        \"Id\": 225004,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 731\n    },\n    {\n        \"Id\": 225005,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18718\n    },\n    {\n        \"Id\": 225006,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20454\n    },\n    {\n        \"Id\": 225007,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22417\n    },\n    {\n        \"Id\": 225008,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20017\n    },\n    {\n        \"Id\": 225009,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19765\n    },\n    {\n        \"Id\": 225010,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19823\n    },\n    {\n        \"Id\": 225011,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36412\n    },\n    {\n        \"Id\": 225012,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38865\n    },\n    {\n        \"Id\": 225013,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20602\n    },\n    {\n        \"Id\": 225014,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21079\n    },\n    {\n        \"Id\": 225015,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 179\n    },\n    {\n        \"Id\": 225016,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19846\n    },\n    {\n        \"Id\": 225017,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19292\n    },\n    {\n        \"Id\": 225018,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20794\n    },\n    {\n        \"Id\": 225019,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19234\n    },\n    {\n        \"Id\": 225020,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19847\n    },\n    {\n        \"Id\": 225021,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 571\n    },\n    {\n        \"Id\": 225022,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 180\n    },\n    {\n        \"Id\": 225023,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19994\n    },\n    {\n        \"Id\": 225024,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19675\n    },\n    {\n        \"Id\": 225025,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20347\n    },\n    {\n        \"Id\": 225026,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20142\n    },\n    {\n        \"Id\": 225027,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 847\n    },\n    {\n        \"Id\": 225028,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19809\n    },\n    {\n        \"Id\": 225029,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19781\n    },\n    {\n        \"Id\": 225030,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 885\n    },\n    {\n        \"Id\": 225031,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21858\n    },\n    {\n        \"Id\": 225032,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35708\n    },\n    {\n        \"Id\": 225033,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35817\n    },\n    {\n        \"Id\": 225034,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18475\n    },\n    {\n        \"Id\": 225035,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36644\n    },\n    {\n        \"Id\": 225036,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19353\n    },\n    {\n        \"Id\": 225037,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18338\n    },\n    {\n        \"Id\": 225038,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78092\n    },\n    {\n        \"Id\": 225039,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78055\n    },\n    {\n        \"Id\": 225040,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77598\n    },\n    {\n        \"Id\": 225041,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36281\n    },\n    {\n        \"Id\": 225042,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35971\n    },\n    {\n        \"Id\": 225043,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80260\n    },\n    {\n        \"Id\": 225044,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80268\n    },\n    {\n        \"Id\": 225045,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19233\n    },\n    {\n        \"Id\": 225046,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20459\n    },\n    {\n        \"Id\": 225047,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19774\n    },\n    {\n        \"Id\": 225048,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19346\n    },\n    {\n        \"Id\": 225049,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20078\n    },\n    {\n        \"Id\": 225050,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38955\n    },\n    {\n        \"Id\": 225051,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40754\n    },\n    {\n        \"Id\": 225052,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22513\n    },\n    {\n        \"Id\": 225053,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35058\n    },\n    {\n        \"Id\": 225054,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35813\n    },\n    {\n        \"Id\": 225055,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22418\n    },\n    {\n        \"Id\": 225056,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36140\n    },\n    {\n        \"Id\": 225057,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20008\n    },\n    {\n        \"Id\": 225058,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72566\n    },\n    {\n        \"Id\": 225059,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34977\n    },\n    {\n        \"Id\": 225060,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18478\n    },\n    {\n        \"Id\": 225061,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21641\n    },\n    {\n        \"Id\": 225062,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35006\n    },\n    {\n        \"Id\": 225063,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35005\n    },\n    {\n        \"Id\": 225064,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81046\n    },\n    {\n        \"Id\": 225065,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81047\n    },\n    {\n        \"Id\": 225066,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36916\n    },\n    {\n        \"Id\": 225067,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20517\n    },\n    {\n        \"Id\": 225068,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20087\n    },\n    {\n        \"Id\": 225069,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36261\n    },\n    {\n        \"Id\": 225070,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35504\n    },\n    {\n        \"Id\": 225071,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78256\n    },\n    {\n        \"Id\": 225072,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36021\n    },\n    {\n        \"Id\": 225073,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20158\n    },\n    {\n        \"Id\": 225074,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 801\n    },\n    {\n        \"Id\": 225075,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35419\n    },\n    {\n        \"Id\": 225076,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80662\n    },\n    {\n        \"Id\": 225077,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80704\n    },\n    {\n        \"Id\": 225078,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80762\n    },\n    {\n        \"Id\": 225079,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34979\n    },\n    {\n        \"Id\": 225080,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18480\n    },\n    {\n        \"Id\": 225081,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21080\n    },\n    {\n        \"Id\": 225082,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77319\n    },\n    {\n        \"Id\": 225083,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80158\n    },\n    {\n        \"Id\": 225084,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39176\n    },\n    {\n        \"Id\": 225085,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35438\n    },\n    {\n        \"Id\": 225086,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 819\n    },\n    {\n        \"Id\": 225087,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 622\n    },\n    {\n        \"Id\": 225088,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77599\n    },\n    {\n        \"Id\": 225089,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20512\n    },\n    {\n        \"Id\": 225090,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35437\n    },\n    {\n        \"Id\": 225091,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77600\n    },\n    {\n        \"Id\": 225092,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39152\n    },\n    {\n        \"Id\": 225093,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39153\n    },\n    {\n        \"Id\": 225094,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39154\n    },\n    {\n        \"Id\": 225095,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39155\n    },\n    {\n        \"Id\": 225096,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 217\n    },\n    {\n        \"Id\": 225097,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 347\n    },\n    {\n        \"Id\": 225098,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72312\n    },\n    {\n        \"Id\": 225099,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37142\n    },\n    {\n        \"Id\": 225100,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35816\n    },\n    {\n        \"Id\": 225101,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78266\n    },\n    {\n        \"Id\": 225102,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78026\n    },\n    {\n        \"Id\": 225103,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35719\n    },\n    {\n        \"Id\": 225104,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21567\n    },\n    {\n        \"Id\": 225105,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 891\n    },\n    {\n        \"Id\": 225106,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 846\n    },\n    {\n        \"Id\": 225107,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 600\n    },\n    {\n        \"Id\": 225108,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22406\n    },\n    {\n        \"Id\": 225109,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22514\n    },\n    {\n        \"Id\": 225110,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22343\n    },\n    {\n        \"Id\": 225111,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22344\n    },\n    {\n        \"Id\": 225112,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79957\n    },\n    {\n        \"Id\": 225113,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72241\n    },\n    {\n        \"Id\": 225114,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18930\n    },\n    {\n        \"Id\": 225115,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36839\n    },\n    {\n        \"Id\": 225116,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72583\n    },\n    {\n        \"Id\": 225117,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73169\n    },\n    {\n        \"Id\": 225118,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75421\n    },\n    {\n        \"Id\": 225119,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78157\n    },\n    {\n        \"Id\": 225120,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41520\n    },\n    {\n        \"Id\": 225121,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35804\n    },\n    {\n        \"Id\": 225122,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81382\n    },\n    {\n        \"Id\": 225123,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77285\n    },\n    {\n        \"Id\": 225124,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35461\n    },\n    {\n        \"Id\": 225125,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21388\n    },\n    {\n        \"Id\": 225126,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 620\n    },\n    {\n        \"Id\": 225127,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22585\n    },\n    {\n        \"Id\": 225128,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73119\n    },\n    {\n        \"Id\": 225129,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35520\n    },\n    {\n        \"Id\": 225130,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18940\n    },\n    {\n        \"Id\": 225131,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35147\n    },\n    {\n        \"Id\": 225132,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35343\n    },\n    {\n        \"Id\": 225133,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19692\n    },\n    {\n        \"Id\": 225134,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80875\n    },\n    {\n        \"Id\": 225135,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81123\n    },\n    {\n        \"Id\": 225136,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81458\n    },\n    {\n        \"Id\": 225137,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81474\n    },\n    {\n        \"Id\": 225138,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81192\n    },\n    {\n        \"Id\": 225139,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81182\n    },\n    {\n        \"Id\": 225140,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78058\n    },\n    {\n        \"Id\": 225141,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35224\n    },\n    {\n        \"Id\": 225142,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35222\n    },\n    {\n        \"Id\": 225143,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35452\n    },\n    {\n        \"Id\": 225144,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18663\n    },\n    {\n        \"Id\": 225145,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36479\n    },\n    {\n        \"Id\": 225146,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75798\n    },\n    {\n        \"Id\": 225147,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35114\n    },\n    {\n        \"Id\": 225148,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19830\n    },\n    {\n        \"Id\": 225149,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23044\n    },\n    {\n        \"Id\": 225150,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34879\n    },\n    {\n        \"Id\": 225151,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78102\n    },\n    {\n        \"Id\": 225152,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1172\n    },\n    {\n        \"Id\": 225153,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 618\n    },\n    {\n        \"Id\": 225154,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 717\n    },\n    {\n        \"Id\": 225155,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77601\n    },\n    {\n        \"Id\": 225156,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77602\n    },\n    {\n        \"Id\": 225157,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36795\n    },\n    {\n        \"Id\": 225158,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23035\n    },\n    {\n        \"Id\": 225159,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35471\n    },\n    {\n        \"Id\": 225160,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35473\n    },\n    {\n        \"Id\": 225161,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35475\n    },\n    {\n        \"Id\": 225162,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81183\n    },\n    {\n        \"Id\": 225163,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 399\n    },\n    {\n        \"Id\": 225164,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 534\n    },\n    {\n        \"Id\": 225165,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19963\n    },\n    {\n        \"Id\": 225166,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18822\n    },\n    {\n        \"Id\": 225167,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20944\n    },\n    {\n        \"Id\": 225168,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18423\n    },\n    {\n        \"Id\": 225169,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18426\n    },\n    {\n        \"Id\": 225170,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18429\n    },\n    {\n        \"Id\": 225171,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21473\n    },\n    {\n        \"Id\": 225172,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78187\n    },\n    {\n        \"Id\": 225173,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35901\n    },\n    {\n        \"Id\": 225174,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78185\n    },\n    {\n        \"Id\": 225175,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1214\n    },\n    {\n        \"Id\": 225176,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19768\n    },\n    {\n        \"Id\": 225177,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1165\n    },\n    {\n        \"Id\": 225178,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20809\n    },\n    {\n        \"Id\": 225179,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 381\n    },\n    {\n        \"Id\": 225180,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18557\n    },\n    {\n        \"Id\": 225181,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21317\n    },\n    {\n        \"Id\": 225182,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78186\n    },\n    {\n        \"Id\": 225183,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19460\n    },\n    {\n        \"Id\": 225184,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22109\n    },\n    {\n        \"Id\": 225185,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18566\n    },\n    {\n        \"Id\": 225186,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 178\n    },\n    {\n        \"Id\": 225187,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 821\n    },\n    {\n        \"Id\": 225188,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81076\n    },\n    {\n        \"Id\": 225189,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18985\n    },\n    {\n        \"Id\": 225190,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18879\n    },\n    {\n        \"Id\": 225191,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81378\n    },\n    {\n        \"Id\": 225192,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78267\n    },\n    {\n        \"Id\": 225193,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38893\n    },\n    {\n        \"Id\": 225194,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78263\n    },\n    {\n        \"Id\": 225195,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18728\n    },\n    {\n        \"Id\": 225196,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 400\n    },\n    {\n        \"Id\": 225197,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80267\n    },\n    {\n        \"Id\": 225198,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81499\n    },\n    {\n        \"Id\": 225199,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38898\n    },\n    {\n        \"Id\": 225200,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23134\n    },\n    {\n        \"Id\": 225201,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41507\n    },\n    {\n        \"Id\": 225202,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40752\n    },\n    {\n        \"Id\": 225203,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34955\n    },\n    {\n        \"Id\": 225204,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78016\n    },\n    {\n        \"Id\": 225205,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72777\n    },\n    {\n        \"Id\": 225206,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35844\n    },\n    {\n        \"Id\": 225207,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81381\n    },\n    {\n        \"Id\": 225208,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81380\n    },\n    {\n        \"Id\": 225209,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39047\n    },\n    {\n        \"Id\": 225210,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72546\n    },\n    {\n        \"Id\": 225211,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22206\n    },\n    {\n        \"Id\": 225212,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21331\n    },\n    {\n        \"Id\": 225213,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38864\n    },\n    {\n        \"Id\": 225214,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37101\n    },\n    {\n        \"Id\": 225215,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21024\n    },\n    {\n        \"Id\": 225216,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18840\n    },\n    {\n        \"Id\": 225217,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22296\n    },\n    {\n        \"Id\": 225218,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81079\n    },\n    {\n        \"Id\": 225219,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81078\n    },\n    {\n        \"Id\": 225220,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36834\n    },\n    {\n        \"Id\": 225221,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78098\n    },\n    {\n        \"Id\": 225222,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78099\n    },\n    {\n        \"Id\": 225223,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35340\n    },\n    {\n        \"Id\": 225224,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36182\n    },\n    {\n        \"Id\": 225225,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36973\n    },\n    {\n        \"Id\": 225226,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22392\n    },\n    {\n        \"Id\": 225227,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39038\n    },\n    {\n        \"Id\": 225228,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20815\n    },\n    {\n        \"Id\": 225229,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22387\n    },\n    {\n        \"Id\": 225230,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22390\n    },\n    {\n        \"Id\": 225231,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22515\n    },\n    {\n        \"Id\": 225232,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35466\n    },\n    {\n        \"Id\": 225233,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35457\n    },\n    {\n        \"Id\": 225234,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20051\n    },\n    {\n        \"Id\": 225235,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20237\n    },\n    {\n        \"Id\": 225236,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19085\n    },\n    {\n        \"Id\": 225237,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81326\n    },\n    {\n        \"Id\": 225238,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80634\n    },\n    {\n        \"Id\": 225239,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1051\n    },\n    {\n        \"Id\": 225240,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 435\n    },\n    {\n        \"Id\": 225241,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 656\n    },\n    {\n        \"Id\": 225242,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37181\n    },\n    {\n        \"Id\": 225243,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20601\n    },\n    {\n        \"Id\": 225244,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77697\n    },\n    {\n        \"Id\": 225245,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22549\n    },\n    {\n        \"Id\": 225246,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22397\n    },\n    {\n        \"Id\": 225247,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35237\n    },\n    {\n        \"Id\": 225248,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35760\n    },\n    {\n        \"Id\": 225249,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19388\n    },\n    {\n        \"Id\": 225250,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18871\n    },\n    {\n        \"Id\": 225251,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20755\n    },\n    {\n        \"Id\": 225252,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19588\n    },\n    {\n        \"Id\": 225253,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77256\n    },\n    {\n        \"Id\": 225254,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77257\n    },\n    {\n        \"Id\": 225255,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77258\n    },\n    {\n        \"Id\": 225256,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77259\n    },\n    {\n        \"Id\": 225257,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77260\n    },\n    {\n        \"Id\": 225258,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77261\n    },\n    {\n        \"Id\": 225259,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77262\n    },\n    {\n        \"Id\": 225260,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77263\n    },\n    {\n        \"Id\": 225261,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37180\n    },\n    {\n        \"Id\": 225262,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35463\n    },\n    {\n        \"Id\": 225263,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77585\n    },\n    {\n        \"Id\": 225264,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75676\n    },\n    {\n        \"Id\": 225265,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35567\n    },\n    {\n        \"Id\": 225266,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35568\n    },\n    {\n        \"Id\": 225267,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81127\n    },\n    {\n        \"Id\": 225268,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34980\n    },\n    {\n        \"Id\": 225269,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73212\n    },\n    {\n        \"Id\": 225270,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80328\n    },\n    {\n        \"Id\": 225271,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36409\n    },\n    {\n        \"Id\": 225272,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78945\n    },\n    {\n        \"Id\": 225273,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78941\n    },\n    {\n        \"Id\": 225274,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36406\n    },\n    {\n        \"Id\": 225275,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35320\n    },\n    {\n        \"Id\": 225276,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77941\n    },\n    {\n        \"Id\": 225277,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21149\n    },\n    {\n        \"Id\": 225278,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19787\n    },\n    {\n        \"Id\": 225279,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20478\n    },\n    {\n        \"Id\": 225280,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 501\n    },\n    {\n        \"Id\": 225281,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18745\n    },\n    {\n        \"Id\": 225282,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77265\n    },\n    {\n        \"Id\": 225283,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19032\n    },\n    {\n        \"Id\": 225284,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21843\n    },\n    {\n        \"Id\": 225285,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 401\n    },\n    {\n        \"Id\": 225286,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18490\n    },\n    {\n        \"Id\": 225287,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1193\n    },\n    {\n        \"Id\": 225288,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34987\n    },\n    {\n        \"Id\": 225289,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37164\n    },\n    {\n        \"Id\": 225290,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18492\n    },\n    {\n        \"Id\": 225291,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20877\n    },\n    {\n        \"Id\": 225292,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19873\n    },\n    {\n        \"Id\": 225293,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 225294,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 422\n    },\n    {\n        \"Id\": 225295,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36917\n    },\n    {\n        \"Id\": 225296,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20570\n    },\n    {\n        \"Id\": 225297,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19667\n    },\n    {\n        \"Id\": 225298,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37150\n    },\n    {\n        \"Id\": 225299,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80877\n    },\n    {\n        \"Id\": 225300,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18495\n    },\n    {\n        \"Id\": 225301,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18496\n    },\n    {\n        \"Id\": 225302,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72769\n    },\n    {\n        \"Id\": 225303,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72744\n    },\n    {\n        \"Id\": 225304,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39157\n    },\n    {\n        \"Id\": 225305,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22212\n    },\n    {\n        \"Id\": 225306,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80074\n    },\n    {\n        \"Id\": 225307,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77696\n    },\n    {\n        \"Id\": 225308,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36466\n    },\n    {\n        \"Id\": 225309,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21163\n    },\n    {\n        \"Id\": 225310,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80703\n    },\n    {\n        \"Id\": 225311,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21793\n    },\n    {\n        \"Id\": 225312,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20065\n    },\n    {\n        \"Id\": 225313,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35464\n    },\n    {\n        \"Id\": 225314,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77603\n    },\n    {\n        \"Id\": 225315,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35040\n    },\n    {\n        \"Id\": 225316,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76040\n    },\n    {\n        \"Id\": 225317,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21633\n    },\n    {\n        \"Id\": 225318,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35197\n    },\n    {\n        \"Id\": 225319,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36375\n    },\n    {\n        \"Id\": 225320,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35944\n    },\n    {\n        \"Id\": 225321,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35940\n    },\n    {\n        \"Id\": 225322,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80052\n    },\n    {\n        \"Id\": 225323,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34992\n    },\n    {\n        \"Id\": 225324,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34993\n    },\n    {\n        \"Id\": 225325,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34994\n    },\n    {\n        \"Id\": 225326,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19425\n    },\n    {\n        \"Id\": 225327,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81153\n    },\n    {\n        \"Id\": 225328,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80760\n    },\n    {\n        \"Id\": 225329,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 994\n    },\n    {\n        \"Id\": 225330,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77604\n    },\n    {\n        \"Id\": 225331,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72747\n    },\n    {\n        \"Id\": 225332,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72748\n    },\n    {\n        \"Id\": 225333,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 985\n    },\n    {\n        \"Id\": 225334,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18450\n    },\n    {\n        \"Id\": 225335,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35028\n    },\n    {\n        \"Id\": 225336,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81468\n    },\n    {\n        \"Id\": 225337,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81469\n    },\n    {\n        \"Id\": 225338,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77335\n    },\n    {\n        \"Id\": 225339,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75881\n    },\n    {\n        \"Id\": 225340,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78188\n    },\n    {\n        \"Id\": 225341,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18672\n    },\n    {\n        \"Id\": 225342,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76128\n    },\n    {\n        \"Id\": 225343,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76129\n    },\n    {\n        \"Id\": 225344,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77334\n    },\n    {\n        \"Id\": 225345,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20482\n    },\n    {\n        \"Id\": 225346,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81203\n    },\n    {\n        \"Id\": 225347,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 862\n    },\n    {\n        \"Id\": 225348,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80665\n    },\n    {\n        \"Id\": 225349,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35979\n    },\n    {\n        \"Id\": 225350,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18339\n    },\n    {\n        \"Id\": 225351,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21224\n    },\n    {\n        \"Id\": 225352,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1182\n    },\n    {\n        \"Id\": 225353,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77605\n    },\n    {\n        \"Id\": 225354,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77724\n    },\n    {\n        \"Id\": 225355,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78883\n    },\n    {\n        \"Id\": 225356,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80509\n    },\n    {\n        \"Id\": 225357,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78171\n    },\n    {\n        \"Id\": 225358,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78129\n    },\n    {\n        \"Id\": 225359,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78130\n    },\n    {\n        \"Id\": 225360,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78169\n    },\n    {\n        \"Id\": 225361,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35799\n    },\n    {\n        \"Id\": 225362,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19993\n    },\n    {\n        \"Id\": 225363,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21356\n    },\n    {\n        \"Id\": 225364,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77606\n    },\n    {\n        \"Id\": 225365,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18561\n    },\n    {\n        \"Id\": 225366,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35436\n    },\n    {\n        \"Id\": 225367,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18838\n    },\n    {\n        \"Id\": 225368,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35640\n    },\n    {\n        \"Id\": 225369,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76103\n    },\n    {\n        \"Id\": 225370,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76104\n    },\n    {\n        \"Id\": 225371,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80664\n    },\n    {\n        \"Id\": 225372,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75409\n    },\n    {\n        \"Id\": 225373,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78175\n    },\n    {\n        \"Id\": 225374,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75410\n    },\n    {\n        \"Id\": 225375,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75411\n    },\n    {\n        \"Id\": 225376,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75412\n    },\n    {\n        \"Id\": 225377,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37005\n    },\n    {\n        \"Id\": 225378,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72556\n    },\n    {\n        \"Id\": 225379,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80432\n    },\n    {\n        \"Id\": 225380,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37006\n    },\n    {\n        \"Id\": 225381,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78189\n    },\n    {\n        \"Id\": 225382,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22424\n    },\n    {\n        \"Id\": 225383,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20507\n    },\n    {\n        \"Id\": 225384,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19447\n    },\n    {\n        \"Id\": 225385,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18854\n    },\n    {\n        \"Id\": 225386,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78924\n    },\n    {\n        \"Id\": 225387,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1027\n    },\n    {\n        \"Id\": 225388,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19243\n    },\n    {\n        \"Id\": 225389,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41600\n    },\n    {\n        \"Id\": 225390,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80221\n    },\n    {\n        \"Id\": 225391,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 256\n    },\n    {\n        \"Id\": 225392,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1168\n    },\n    {\n        \"Id\": 225393,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77317\n    },\n    {\n        \"Id\": 225394,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41048\n    },\n    {\n        \"Id\": 225395,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41047\n    },\n    {\n        \"Id\": 225396,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35606\n    },\n    {\n        \"Id\": 225397,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41050\n    },\n    {\n        \"Id\": 225398,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41046\n    },\n    {\n        \"Id\": 225399,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41049\n    },\n    {\n        \"Id\": 225400,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35752\n    },\n    {\n        \"Id\": 225401,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81131\n    },\n    {\n        \"Id\": 225402,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77607\n    },\n    {\n        \"Id\": 225403,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18800\n    },\n    {\n        \"Id\": 225404,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18932\n    },\n    {\n        \"Id\": 225405,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18799\n    },\n    {\n        \"Id\": 225406,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75908\n    },\n    {\n        \"Id\": 225407,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35981\n    },\n    {\n        \"Id\": 225408,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37036\n    },\n    {\n        \"Id\": 225409,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37038\n    },\n    {\n        \"Id\": 225410,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75909\n    },\n    {\n        \"Id\": 225411,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72752\n    },\n    {\n        \"Id\": 225412,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73168\n    },\n    {\n        \"Id\": 225413,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77315\n    },\n    {\n        \"Id\": 225414,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78074\n    },\n    {\n        \"Id\": 225415,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75705\n    },\n    {\n        \"Id\": 225416,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75725\n    },\n    {\n        \"Id\": 225417,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76010\n    },\n    {\n        \"Id\": 225418,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78347\n    },\n    {\n        \"Id\": 225419,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78348\n    },\n    {\n        \"Id\": 225420,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75675\n    },\n    {\n        \"Id\": 225421,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35476\n    },\n    {\n        \"Id\": 225422,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18618\n    },\n    {\n        \"Id\": 225423,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18619\n    },\n    {\n        \"Id\": 225424,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20173\n    },\n    {\n        \"Id\": 225425,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20034\n    },\n    {\n        \"Id\": 225426,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21141\n    },\n    {\n        \"Id\": 225427,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35992\n    },\n    {\n        \"Id\": 225428,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75767\n    },\n    {\n        \"Id\": 225429,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76144\n    },\n    {\n        \"Id\": 225430,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 624\n    },\n    {\n        \"Id\": 225431,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1146\n    },\n    {\n        \"Id\": 225432,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 639\n    },\n    {\n        \"Id\": 225433,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77877\n    },\n    {\n        \"Id\": 225434,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21276\n    },\n    {\n        \"Id\": 225435,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19690\n    },\n    {\n        \"Id\": 225436,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18569\n    },\n    {\n        \"Id\": 225437,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19192\n    },\n    {\n        \"Id\": 225438,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19164\n    },\n    {\n        \"Id\": 225439,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 996\n    },\n    {\n        \"Id\": 225440,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 763\n    },\n    {\n        \"Id\": 225441,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 917\n    },\n    {\n        \"Id\": 225442,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1116\n    },\n    {\n        \"Id\": 225443,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1177\n    },\n    {\n        \"Id\": 225444,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 810\n    },\n    {\n        \"Id\": 225445,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78097\n    },\n    {\n        \"Id\": 225446,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78096\n    },\n    {\n        \"Id\": 225447,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19415\n    },\n    {\n        \"Id\": 225448,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35009\n    },\n    {\n        \"Id\": 225449,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34995\n    },\n    {\n        \"Id\": 225450,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35428\n    },\n    {\n        \"Id\": 225451,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18826\n    },\n    {\n        \"Id\": 225452,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35854\n    },\n    {\n        \"Id\": 225453,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35855\n    },\n    {\n        \"Id\": 225454,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35459\n    },\n    {\n        \"Id\": 225455,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73199\n    },\n    {\n        \"Id\": 225456,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19038\n    },\n    {\n        \"Id\": 225457,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 998\n    },\n    {\n        \"Id\": 225458,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19992\n    },\n    {\n        \"Id\": 225459,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21839\n    },\n    {\n        \"Id\": 225460,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19991\n    },\n    {\n        \"Id\": 225461,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 741\n    },\n    {\n        \"Id\": 225462,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 936\n    },\n    {\n        \"Id\": 225463,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 713\n    },\n    {\n        \"Id\": 225464,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35818\n    },\n    {\n        \"Id\": 225465,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 727\n    },\n    {\n        \"Id\": 225466,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19493\n    },\n    {\n        \"Id\": 225467,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20190\n    },\n    {\n        \"Id\": 225468,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 889\n    },\n    {\n        \"Id\": 225469,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77559\n    },\n    {\n        \"Id\": 225470,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22582\n    },\n    {\n        \"Id\": 225471,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19036\n    },\n    {\n        \"Id\": 225472,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 626\n    },\n    {\n        \"Id\": 225473,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1153\n    },\n    {\n        \"Id\": 225474,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72575\n    },\n    {\n        \"Id\": 225475,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76126\n    },\n    {\n        \"Id\": 225476,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22520\n    },\n    {\n        \"Id\": 225477,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 575\n    },\n    {\n        \"Id\": 225478,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19239\n    },\n    {\n        \"Id\": 225479,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35460\n    },\n    {\n        \"Id\": 225480,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19633\n    },\n    {\n        \"Id\": 225481,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22755\n    },\n    {\n        \"Id\": 225482,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75400\n    },\n    {\n        \"Id\": 225483,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81388\n    },\n    {\n        \"Id\": 225484,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81389\n    },\n    {\n        \"Id\": 225485,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20268\n    },\n    {\n        \"Id\": 225486,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18856\n    },\n    {\n        \"Id\": 225487,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22533\n    },\n    {\n        \"Id\": 225488,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22405\n    },\n    {\n        \"Id\": 225489,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79947\n    },\n    {\n        \"Id\": 225490,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75514\n    },\n    {\n        \"Id\": 225491,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21381\n    },\n    {\n        \"Id\": 225492,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23222\n    },\n    {\n        \"Id\": 225493,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23524\n    },\n    {\n        \"Id\": 225494,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25415\n    },\n    {\n        \"Id\": 225495,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25416\n    },\n    {\n        \"Id\": 225496,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25439\n    },\n    {\n        \"Id\": 225497,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25462\n    },\n    {\n        \"Id\": 225498,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25485\n    },\n    {\n        \"Id\": 225499,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25508\n    },\n    {\n        \"Id\": 225500,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25585\n    },\n    {\n        \"Id\": 225501,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25608\n    },\n    {\n        \"Id\": 225502,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25672\n    },\n    {\n        \"Id\": 225503,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25673\n    },\n    {\n        \"Id\": 225504,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25674\n    },\n    {\n        \"Id\": 225505,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25675\n    },\n    {\n        \"Id\": 225506,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25676\n    },\n    {\n        \"Id\": 225507,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25677\n    },\n    {\n        \"Id\": 225508,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25688\n    },\n    {\n        \"Id\": 225509,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25717\n    },\n    {\n        \"Id\": 225510,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25720\n    },\n    {\n        \"Id\": 225511,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25722\n    },\n    {\n        \"Id\": 225512,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25740\n    },\n    {\n        \"Id\": 225513,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25788\n    },\n    {\n        \"Id\": 225514,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25823\n    },\n    {\n        \"Id\": 225515,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 25869\n    },\n    {\n        \"Id\": 225516,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 26318\n    },\n    {\n        \"Id\": 225517,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 26485\n    },\n    {\n        \"Id\": 225518,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 26959\n    },\n    {\n        \"Id\": 225519,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 27151\n    },\n    {\n        \"Id\": 225520,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 27197\n    },\n    {\n        \"Id\": 225521,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 27220\n    },\n    {\n        \"Id\": 225522,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 27243\n    },\n    {\n        \"Id\": 225523,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 27646\n    },\n    {\n        \"Id\": 225524,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 28379\n    },\n    {\n        \"Id\": 225525,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 28402\n    },\n    {\n        \"Id\": 225526,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 28502\n    },\n    {\n        \"Id\": 225527,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 28525\n    },\n    {\n        \"Id\": 225528,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 28548\n    },\n    {\n        \"Id\": 225529,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 28594\n    },\n    {\n        \"Id\": 225530,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 29672\n    },\n    {\n        \"Id\": 225531,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 29707\n    },\n    {\n        \"Id\": 225532,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 29830\n    },\n    {\n        \"Id\": 225533,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 29853\n    },\n    {\n        \"Id\": 225534,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 29876\n    },\n    {\n        \"Id\": 225535,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 29899\n    },\n    {\n        \"Id\": 225536,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 29922\n    },\n    {\n        \"Id\": 225537,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 29942\n    },\n    {\n        \"Id\": 225538,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 29944\n    },\n    {\n        \"Id\": 225539,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 30294\n    },\n    {\n        \"Id\": 225540,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 30437\n    },\n    {\n        \"Id\": 225541,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 30563\n    },\n    {\n        \"Id\": 225542,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 30570\n    },\n    {\n        \"Id\": 225543,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72856\n    },\n    {\n        \"Id\": 225544,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19132\n    },\n    {\n        \"Id\": 225545,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20317\n    },\n    {\n        \"Id\": 225546,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78315\n    },\n    {\n        \"Id\": 225547,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39018\n    },\n    {\n        \"Id\": 225548,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77318\n    },\n    {\n        \"Id\": 225549,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21193\n    },\n    {\n        \"Id\": 225550,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41136\n    },\n    {\n        \"Id\": 225551,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41137\n    },\n    {\n        \"Id\": 225552,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78342\n    },\n    {\n        \"Id\": 225553,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22148\n    },\n    {\n        \"Id\": 225554,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36334\n    },\n    {\n        \"Id\": 225555,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36144\n    },\n    {\n        \"Id\": 225556,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78340\n    },\n    {\n        \"Id\": 225557,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78341\n    },\n    {\n        \"Id\": 225558,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77294\n    },\n    {\n        \"Id\": 225559,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41138\n    },\n    {\n        \"Id\": 225560,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20760\n    },\n    {\n        \"Id\": 225561,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 749\n    },\n    {\n        \"Id\": 225562,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35128\n    },\n    {\n        \"Id\": 225563,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35117\n    },\n    {\n        \"Id\": 225564,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80283\n    },\n    {\n        \"Id\": 225565,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77608\n    },\n    {\n        \"Id\": 225566,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19670\n    },\n    {\n        \"Id\": 225567,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 951\n    },\n    {\n        \"Id\": 225568,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1216\n    },\n    {\n        \"Id\": 225569,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20085\n    },\n    {\n        \"Id\": 225570,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19719\n    },\n    {\n        \"Id\": 225571,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81377\n    },\n    {\n        \"Id\": 225572,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81139\n    },\n    {\n        \"Id\": 225573,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81185\n    },\n    {\n        \"Id\": 225574,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81186\n    },\n    {\n        \"Id\": 225575,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81187\n    },\n    {\n        \"Id\": 225576,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81030\n    },\n    {\n        \"Id\": 225577,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81190\n    },\n    {\n        \"Id\": 225578,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81191\n    },\n    {\n        \"Id\": 225579,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81345\n    },\n    {\n        \"Id\": 225580,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81213\n    },\n    {\n        \"Id\": 225581,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40741\n    },\n    {\n        \"Id\": 225582,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81226\n    },\n    {\n        \"Id\": 225583,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76003\n    },\n    {\n        \"Id\": 225584,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36016\n    },\n    {\n        \"Id\": 225585,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37079\n    },\n    {\n        \"Id\": 225586,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77609\n    },\n    {\n        \"Id\": 225587,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81125\n    },\n    {\n        \"Id\": 225588,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77668\n    },\n    {\n        \"Id\": 225589,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78110\n    },\n    {\n        \"Id\": 225590,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18883\n    },\n    {\n        \"Id\": 225591,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22404\n    },\n    {\n        \"Id\": 225592,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18680\n    },\n    {\n        \"Id\": 225593,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21568\n    },\n    {\n        \"Id\": 225594,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 30689\n    },\n    {\n        \"Id\": 225595,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 30677\n    },\n    {\n        \"Id\": 225596,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77755\n    },\n    {\n        \"Id\": 225597,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77754\n    },\n    {\n        \"Id\": 225598,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80225\n    },\n    {\n        \"Id\": 225599,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80233\n    },\n    {\n        \"Id\": 225600,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77812\n    },\n    {\n        \"Id\": 225601,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81061\n    },\n    {\n        \"Id\": 225602,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 698\n    },\n    {\n        \"Id\": 225603,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18805\n    },\n    {\n        \"Id\": 225604,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39082\n    },\n    {\n        \"Id\": 225605,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38997\n    },\n    {\n        \"Id\": 225606,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80364\n    },\n    {\n        \"Id\": 225607,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81348\n    },\n    {\n        \"Id\": 225608,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81347\n    },\n    {\n        \"Id\": 225609,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37524\n    },\n    {\n        \"Id\": 225610,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76067\n    },\n    {\n        \"Id\": 225611,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 641\n    },\n    {\n        \"Id\": 225612,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22408\n    },\n    {\n        \"Id\": 225613,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36920\n    },\n    {\n        \"Id\": 225614,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21006\n    },\n    {\n        \"Id\": 225615,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 895\n    },\n    {\n        \"Id\": 225616,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19936\n    },\n    {\n        \"Id\": 225617,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20489\n    },\n    {\n        \"Id\": 225618,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19193\n    },\n    {\n        \"Id\": 225619,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21886\n    },\n    {\n        \"Id\": 225620,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77534\n    },\n    {\n        \"Id\": 225621,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77810\n    },\n    {\n        \"Id\": 225622,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77972\n    },\n    {\n        \"Id\": 225623,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35972\n    },\n    {\n        \"Id\": 225624,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78152\n    },\n    {\n        \"Id\": 225625,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78127\n    },\n    {\n        \"Id\": 225626,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 411\n    },\n    {\n        \"Id\": 225627,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21564\n    },\n    {\n        \"Id\": 225628,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77771\n    },\n    {\n        \"Id\": 225629,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77772\n    },\n    {\n        \"Id\": 225630,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77795\n    },\n    {\n        \"Id\": 225631,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77775\n    },\n    {\n        \"Id\": 225632,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77777\n    },\n    {\n        \"Id\": 225633,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77779\n    },\n    {\n        \"Id\": 225634,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77781\n    },\n    {\n        \"Id\": 225635,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77783\n    },\n    {\n        \"Id\": 225636,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77786\n    },\n    {\n        \"Id\": 225637,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77793\n    },\n    {\n        \"Id\": 225638,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77794\n    },\n    {\n        \"Id\": 225639,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77770\n    },\n    {\n        \"Id\": 225640,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23163\n    },\n    {\n        \"Id\": 225641,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80788\n    },\n    {\n        \"Id\": 225642,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 980\n    },\n    {\n        \"Id\": 225643,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1222\n    },\n    {\n        \"Id\": 225644,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78044\n    },\n    {\n        \"Id\": 225645,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78119\n    },\n    {\n        \"Id\": 225646,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78047\n    },\n    {\n        \"Id\": 225647,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78141\n    },\n    {\n        \"Id\": 225648,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72990\n    },\n    {\n        \"Id\": 225649,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 633\n    },\n    {\n        \"Id\": 225650,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 362\n    },\n    {\n        \"Id\": 225651,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41132\n    },\n    {\n        \"Id\": 225652,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37183\n    },\n    {\n        \"Id\": 225653,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77610\n    },\n    {\n        \"Id\": 225654,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78253\n    },\n    {\n        \"Id\": 225655,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80693\n    },\n    {\n        \"Id\": 225656,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78899\n    },\n    {\n        \"Id\": 225657,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75737\n    },\n    {\n        \"Id\": 225658,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41052\n    },\n    {\n        \"Id\": 225659,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41512\n    },\n    {\n        \"Id\": 225660,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20009\n    },\n    {\n        \"Id\": 225661,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 719\n    },\n    {\n        \"Id\": 225662,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18830\n    },\n    {\n        \"Id\": 225663,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21378\n    },\n    {\n        \"Id\": 225664,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18880\n    },\n    {\n        \"Id\": 225665,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18586\n    },\n    {\n        \"Id\": 225666,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20531\n    },\n    {\n        \"Id\": 225667,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 844\n    },\n    {\n        \"Id\": 225668,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79898\n    },\n    {\n        \"Id\": 225669,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79899\n    },\n    {\n        \"Id\": 225670,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21377\n    },\n    {\n        \"Id\": 225671,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72643\n    },\n    {\n        \"Id\": 225672,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72644\n    },\n    {\n        \"Id\": 225673,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72645\n    },\n    {\n        \"Id\": 225674,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40761\n    },\n    {\n        \"Id\": 225675,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80768\n    },\n    {\n        \"Id\": 225676,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78145\n    },\n    {\n        \"Id\": 225677,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77859\n    },\n    {\n        \"Id\": 225678,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77862\n    },\n    {\n        \"Id\": 225679,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77863\n    },\n    {\n        \"Id\": 225680,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78220\n    },\n    {\n        \"Id\": 225681,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78165\n    },\n    {\n        \"Id\": 225682,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78162\n    },\n    {\n        \"Id\": 225683,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78164\n    },\n    {\n        \"Id\": 225684,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78166\n    },\n    {\n        \"Id\": 225685,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77943\n    },\n    {\n        \"Id\": 225686,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77723\n    },\n    {\n        \"Id\": 225687,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77880\n    },\n    {\n        \"Id\": 225688,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78115\n    },\n    {\n        \"Id\": 225689,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77992\n    },\n    {\n        \"Id\": 225690,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78008\n    },\n    {\n        \"Id\": 225691,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78178\n    },\n    {\n        \"Id\": 225692,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78180\n    },\n    {\n        \"Id\": 225693,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78179\n    },\n    {\n        \"Id\": 225694,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78183\n    },\n    {\n        \"Id\": 225695,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78234\n    },\n    {\n        \"Id\": 225696,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78239\n    },\n    {\n        \"Id\": 225697,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78335\n    },\n    {\n        \"Id\": 225698,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78190\n    },\n    {\n        \"Id\": 225699,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78177\n    },\n    {\n        \"Id\": 225700,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79903\n    },\n    {\n        \"Id\": 225701,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78885\n    },\n    {\n        \"Id\": 225702,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78886\n    },\n    {\n        \"Id\": 225703,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78902\n    },\n    {\n        \"Id\": 225704,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78904\n    },\n    {\n        \"Id\": 225705,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78905\n    },\n    {\n        \"Id\": 225706,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78269\n    },\n    {\n        \"Id\": 225707,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78324\n    },\n    {\n        \"Id\": 225708,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78323\n    },\n    {\n        \"Id\": 225709,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78321\n    },\n    {\n        \"Id\": 225710,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78325\n    },\n    {\n        \"Id\": 225711,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79893\n    },\n    {\n        \"Id\": 225712,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79892\n    },\n    {\n        \"Id\": 225713,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79895\n    },\n    {\n        \"Id\": 225714,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79894\n    },\n    {\n        \"Id\": 225715,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80175\n    },\n    {\n        \"Id\": 225716,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80104\n    },\n    {\n        \"Id\": 225717,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80114\n    },\n    {\n        \"Id\": 225718,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80223\n    },\n    {\n        \"Id\": 225719,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80716\n    },\n    {\n        \"Id\": 225720,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80719\n    },\n    {\n        \"Id\": 225721,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78349\n    },\n    {\n        \"Id\": 225722,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78337\n    },\n    {\n        \"Id\": 225723,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80981\n    },\n    {\n        \"Id\": 225724,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81083\n    },\n    {\n        \"Id\": 225725,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78338\n    },\n    {\n        \"Id\": 225726,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81042\n    },\n    {\n        \"Id\": 225727,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81151\n    },\n    {\n        \"Id\": 225728,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78073\n    },\n    {\n        \"Id\": 225729,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78133\n    },\n    {\n        \"Id\": 225730,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80110\n    },\n    {\n        \"Id\": 225731,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80279\n    },\n    {\n        \"Id\": 225732,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80714\n    },\n    {\n        \"Id\": 225733,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80700\n    },\n    {\n        \"Id\": 225734,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81011\n    },\n    {\n        \"Id\": 225735,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81004\n    },\n    {\n        \"Id\": 225736,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80971\n    },\n    {\n        \"Id\": 225737,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80040\n    },\n    {\n        \"Id\": 225738,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80355\n    },\n    {\n        \"Id\": 225739,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78131\n    },\n    {\n        \"Id\": 225740,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78909\n    },\n    {\n        \"Id\": 225741,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77762\n    },\n    {\n        \"Id\": 225742,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77568\n    },\n    {\n        \"Id\": 225743,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77569\n    },\n    {\n        \"Id\": 225744,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78996\n    },\n    {\n        \"Id\": 225745,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80636\n    },\n    {\n        \"Id\": 225746,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78118\n    },\n    {\n        \"Id\": 225747,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80756\n    },\n    {\n        \"Id\": 225748,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78082\n    },\n    {\n        \"Id\": 225749,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77853\n    },\n    {\n        \"Id\": 225750,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78351\n    },\n    {\n        \"Id\": 225751,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78002\n    },\n    {\n        \"Id\": 225752,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77893\n    },\n    {\n        \"Id\": 225753,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81075\n    },\n    {\n        \"Id\": 225754,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79956\n    },\n    {\n        \"Id\": 225755,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77360\n    },\n    {\n        \"Id\": 225756,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77396\n    },\n    {\n        \"Id\": 225757,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77461\n    },\n    {\n        \"Id\": 225758,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77546\n    },\n    {\n        \"Id\": 225759,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78274\n    },\n    {\n        \"Id\": 225760,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78275\n    },\n    {\n        \"Id\": 225761,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78270\n    },\n    {\n        \"Id\": 225762,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78272\n    },\n    {\n        \"Id\": 225763,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78273\n    },\n    {\n        \"Id\": 225764,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77978\n    },\n    {\n        \"Id\": 225765,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78268\n    },\n    {\n        \"Id\": 225766,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80436\n    },\n    {\n        \"Id\": 225767,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80257\n    },\n    {\n        \"Id\": 225768,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80034\n    },\n    {\n        \"Id\": 225769,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80970\n    },\n    {\n        \"Id\": 225770,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78901\n    },\n    {\n        \"Id\": 225771,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77499\n    },\n    {\n        \"Id\": 225772,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77553\n    },\n    {\n        \"Id\": 225773,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77799\n    },\n    {\n        \"Id\": 225774,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77867\n    },\n    {\n        \"Id\": 225775,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77868\n    },\n    {\n        \"Id\": 225776,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80387\n    },\n    {\n        \"Id\": 225777,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77623\n    },\n    {\n        \"Id\": 225778,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78900\n    },\n    {\n        \"Id\": 225779,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78903\n    },\n    {\n        \"Id\": 225780,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77996\n    },\n    {\n        \"Id\": 225781,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77997\n    },\n    {\n        \"Id\": 225782,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80966\n    },\n    {\n        \"Id\": 225783,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80764\n    },\n    {\n        \"Id\": 225784,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80765\n    },\n    {\n        \"Id\": 225785,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80926\n    },\n    {\n        \"Id\": 225786,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80761\n    },\n    {\n        \"Id\": 225787,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80793\n    },\n    {\n        \"Id\": 225788,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81117\n    },\n    {\n        \"Id\": 225789,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80982\n    },\n    {\n        \"Id\": 225790,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80770\n    },\n    {\n        \"Id\": 225791,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80771\n    },\n    {\n        \"Id\": 225792,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80769\n    },\n    {\n        \"Id\": 225793,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78320\n    },\n    {\n        \"Id\": 225794,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77462\n    },\n    {\n        \"Id\": 225795,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78003\n    },\n    {\n        \"Id\": 225796,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77998\n    },\n    {\n        \"Id\": 225797,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77491\n    },\n    {\n        \"Id\": 225798,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80767\n    },\n    {\n        \"Id\": 225799,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77994\n    },\n    {\n        \"Id\": 225800,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80392\n    },\n    {\n        \"Id\": 225801,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80479\n    },\n    {\n        \"Id\": 225802,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80493\n    },\n    {\n        \"Id\": 225803,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77995\n    },\n    {\n        \"Id\": 225804,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80763\n    },\n    {\n        \"Id\": 225805,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81150\n    },\n    {\n        \"Id\": 225806,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80766\n    },\n    {\n        \"Id\": 225807,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77539\n    },\n    {\n        \"Id\": 225808,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77423\n    },\n    {\n        \"Id\": 225809,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77463\n    },\n    {\n        \"Id\": 225810,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77758\n    },\n    {\n        \"Id\": 225811,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78908\n    },\n    {\n        \"Id\": 225812,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78000\n    },\n    {\n        \"Id\": 225813,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77866\n    },\n    {\n        \"Id\": 225814,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78128\n    },\n    {\n        \"Id\": 225815,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78001\n    },\n    {\n        \"Id\": 225816,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34964\n    },\n    {\n        \"Id\": 225817,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19264\n    },\n    {\n        \"Id\": 225818,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35548\n    },\n    {\n        \"Id\": 225819,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81015\n    },\n    {\n        \"Id\": 225820,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81016\n    },\n    {\n        \"Id\": 225821,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18872\n    },\n    {\n        \"Id\": 225822,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77849\n    },\n    {\n        \"Id\": 225823,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 34935\n    },\n    {\n        \"Id\": 225824,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19319\n    },\n    {\n        \"Id\": 225825,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18933\n    },\n    {\n        \"Id\": 225826,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19039\n    },\n    {\n        \"Id\": 225827,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18514\n    },\n    {\n        \"Id\": 225828,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79345\n    },\n    {\n        \"Id\": 225829,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19142\n    },\n    {\n        \"Id\": 225830,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75752\n    },\n    {\n        \"Id\": 225831,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76000\n    },\n    {\n        \"Id\": 225832,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18515\n    },\n    {\n        \"Id\": 225833,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18552\n    },\n    {\n        \"Id\": 225834,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18526\n    },\n    {\n        \"Id\": 225835,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18442\n    },\n    {\n        \"Id\": 225836,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41237\n    },\n    {\n        \"Id\": 225837,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22421\n    },\n    {\n        \"Id\": 225838,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78114\n    },\n    {\n        \"Id\": 225839,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78043\n    },\n    {\n        \"Id\": 225840,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78046\n    },\n    {\n        \"Id\": 225841,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80697\n    },\n    {\n        \"Id\": 225842,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78041\n    },\n    {\n        \"Id\": 225843,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20678\n    },\n    {\n        \"Id\": 225844,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21783\n    },\n    {\n        \"Id\": 225845,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36478\n    },\n    {\n        \"Id\": 225846,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20309\n    },\n    {\n        \"Id\": 225847,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19209\n    },\n    {\n        \"Id\": 225848,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40841\n    },\n    {\n        \"Id\": 225849,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80275\n    },\n    {\n        \"Id\": 225850,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19206\n    },\n    {\n        \"Id\": 225851,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36417\n    },\n    {\n        \"Id\": 225852,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36330\n    },\n    {\n        \"Id\": 225853,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36331\n    },\n    {\n        \"Id\": 225854,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19235\n    },\n    {\n        \"Id\": 225855,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19199\n    },\n    {\n        \"Id\": 225856,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20269\n    },\n    {\n        \"Id\": 225857,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76089\n    },\n    {\n        \"Id\": 225858,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35498\n    },\n    {\n        \"Id\": 225859,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35542\n    },\n    {\n        \"Id\": 225860,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72853\n    },\n    {\n        \"Id\": 225861,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72854\n    },\n    {\n        \"Id\": 225862,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81383\n    },\n    {\n        \"Id\": 225863,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81384\n    },\n    {\n        \"Id\": 225864,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81454\n    },\n    {\n        \"Id\": 225865,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18982\n    },\n    {\n        \"Id\": 225866,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77361\n    },\n    {\n        \"Id\": 225867,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37463\n    },\n    {\n        \"Id\": 225868,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 935\n    },\n    {\n        \"Id\": 225869,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19340\n    },\n    {\n        \"Id\": 225870,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21183\n    },\n    {\n        \"Id\": 225871,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23148\n    },\n    {\n        \"Id\": 225872,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1063\n    },\n    {\n        \"Id\": 225873,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19987\n    },\n    {\n        \"Id\": 225874,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21277\n    },\n    {\n        \"Id\": 225875,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80820\n    },\n    {\n        \"Id\": 225876,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 30396\n    },\n    {\n        \"Id\": 225877,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35868\n    },\n    {\n        \"Id\": 225878,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40764\n    },\n    {\n        \"Id\": 225879,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76101\n    },\n    {\n        \"Id\": 225880,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77316\n    },\n    {\n        \"Id\": 225881,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79948\n    },\n    {\n        \"Id\": 225882,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78343\n    },\n    {\n        \"Id\": 225883,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36968\n    },\n    {\n        \"Id\": 225884,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36569\n    },\n    {\n        \"Id\": 225885,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35041\n    },\n    {\n        \"Id\": 225886,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77322\n    },\n    {\n        \"Id\": 225887,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78191\n    },\n    {\n        \"Id\": 225888,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75407\n    },\n    {\n        \"Id\": 225889,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78192\n    },\n    {\n        \"Id\": 225890,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78193\n    },\n    {\n        \"Id\": 225891,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78194\n    },\n    {\n        \"Id\": 225892,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78195\n    },\n    {\n        \"Id\": 225893,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78196\n    },\n    {\n        \"Id\": 225894,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76071\n    },\n    {\n        \"Id\": 225895,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41133\n    },\n    {\n        \"Id\": 225896,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37179\n    },\n    {\n        \"Id\": 225897,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77930\n    },\n    {\n        \"Id\": 225898,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79887\n    },\n    {\n        \"Id\": 225899,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79953\n    },\n    {\n        \"Id\": 225900,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80748\n    },\n    {\n        \"Id\": 225901,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36009\n    },\n    {\n        \"Id\": 225902,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80567\n    },\n    {\n        \"Id\": 225903,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35119\n    },\n    {\n        \"Id\": 225904,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35120\n    },\n    {\n        \"Id\": 225905,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76228\n    },\n    {\n        \"Id\": 225906,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76219\n    },\n    {\n        \"Id\": 225907,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76220\n    },\n    {\n        \"Id\": 225908,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76221\n    },\n    {\n        \"Id\": 225909,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76222\n    },\n    {\n        \"Id\": 225910,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76223\n    },\n    {\n        \"Id\": 225911,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76224\n    },\n    {\n        \"Id\": 225912,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76225\n    },\n    {\n        \"Id\": 225913,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76226\n    },\n    {\n        \"Id\": 225914,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76227\n    },\n    {\n        \"Id\": 225915,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78923\n    },\n    {\n        \"Id\": 225916,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35975\n    },\n    {\n        \"Id\": 225917,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35566\n    },\n    {\n        \"Id\": 225918,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75536\n    },\n    {\n        \"Id\": 225919,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80689\n    },\n    {\n        \"Id\": 225920,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35851\n    },\n    {\n        \"Id\": 225921,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78184\n    },\n    {\n        \"Id\": 225922,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35852\n    },\n    {\n        \"Id\": 225923,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37404\n    },\n    {\n        \"Id\": 225924,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41151\n    },\n    {\n        \"Id\": 225925,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41085\n    },\n    {\n        \"Id\": 225926,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41086\n    },\n    {\n        \"Id\": 225927,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22478\n    },\n    {\n        \"Id\": 225928,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22208\n    },\n    {\n        \"Id\": 225929,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39086\n    },\n    {\n        \"Id\": 225930,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37123\n    },\n    {\n        \"Id\": 225931,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36864\n    },\n    {\n        \"Id\": 225932,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36872\n    },\n    {\n        \"Id\": 225933,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39165\n    },\n    {\n        \"Id\": 225934,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36880\n    },\n    {\n        \"Id\": 225935,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72762\n    },\n    {\n        \"Id\": 225936,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36451\n    },\n    {\n        \"Id\": 225937,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36681\n    },\n    {\n        \"Id\": 225938,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39177\n    },\n    {\n        \"Id\": 225939,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36680\n    },\n    {\n        \"Id\": 225940,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72763\n    },\n    {\n        \"Id\": 225941,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36447\n    },\n    {\n        \"Id\": 225942,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35172\n    },\n    {\n        \"Id\": 225943,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36580\n    },\n    {\n        \"Id\": 225944,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72764\n    },\n    {\n        \"Id\": 225945,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72765\n    },\n    {\n        \"Id\": 225946,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36504\n    },\n    {\n        \"Id\": 225947,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22289\n    },\n    {\n        \"Id\": 225948,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72766\n    },\n    {\n        \"Id\": 225949,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72767\n    },\n    {\n        \"Id\": 225950,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72768\n    },\n    {\n        \"Id\": 225951,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80429\n    },\n    {\n        \"Id\": 225952,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35435\n    },\n    {\n        \"Id\": 225953,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35456\n    },\n    {\n        \"Id\": 225954,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36315\n    },\n    {\n        \"Id\": 225955,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72772\n    },\n    {\n        \"Id\": 225956,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36755\n    },\n    {\n        \"Id\": 225957,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36738\n    },\n    {\n        \"Id\": 225958,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72771\n    },\n    {\n        \"Id\": 225959,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72770\n    },\n    {\n        \"Id\": 225960,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39167\n    },\n    {\n        \"Id\": 225961,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39212\n    },\n    {\n        \"Id\": 225962,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35848\n    },\n    {\n        \"Id\": 225963,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22394\n    },\n    {\n        \"Id\": 225964,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22395\n    },\n    {\n        \"Id\": 225965,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22396\n    },\n    {\n        \"Id\": 225966,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35847\n    },\n    {\n        \"Id\": 225967,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35095\n    },\n    {\n        \"Id\": 225968,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35453\n    },\n    {\n        \"Id\": 225969,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35506\n    },\n    {\n        \"Id\": 225970,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76107\n    },\n    {\n        \"Id\": 225971,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76108\n    },\n    {\n        \"Id\": 225972,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77323\n    },\n    {\n        \"Id\": 225973,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72930\n    },\n    {\n        \"Id\": 225974,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80057\n    },\n    {\n        \"Id\": 225975,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80058\n    },\n    {\n        \"Id\": 225976,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80060\n    },\n    {\n        \"Id\": 225977,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80061\n    },\n    {\n        \"Id\": 225978,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80062\n    },\n    {\n        \"Id\": 225979,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39091\n    },\n    {\n        \"Id\": 225980,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75551\n    },\n    {\n        \"Id\": 225981,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37004\n    },\n    {\n        \"Id\": 225982,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76087\n    },\n    {\n        \"Id\": 225983,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22571\n    },\n    {\n        \"Id\": 225984,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37124\n    },\n    {\n        \"Id\": 225985,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35451\n    },\n    {\n        \"Id\": 225986,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35455\n    },\n    {\n        \"Id\": 225987,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36494\n    },\n    {\n        \"Id\": 225988,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35505\n    },\n    {\n        \"Id\": 225989,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36200\n    },\n    {\n        \"Id\": 225990,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36204\n    },\n    {\n        \"Id\": 225991,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36202\n    },\n    {\n        \"Id\": 225992,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36203\n    },\n    {\n        \"Id\": 225993,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36201\n    },\n    {\n        \"Id\": 225994,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38983\n    },\n    {\n        \"Id\": 225995,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72545\n    },\n    {\n        \"Id\": 225996,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81387\n    },\n    {\n        \"Id\": 225997,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36767\n    },\n    {\n        \"Id\": 225998,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75369\n    },\n    {\n        \"Id\": 225999,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81391\n    },\n    {\n        \"Id\": 226000,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 81390\n    },\n    {\n        \"Id\": 226001,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35507\n    },\n    {\n        \"Id\": 226002,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35465\n    },\n    {\n        \"Id\": 226003,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41488\n    },\n    {\n        \"Id\": 226004,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72357\n    },\n    {\n        \"Id\": 226005,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22388\n    },\n    {\n        \"Id\": 226006,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22288\n    },\n    {\n        \"Id\": 226007,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41155\n    },\n    {\n        \"Id\": 226008,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 30700\n    },\n    {\n        \"Id\": 226009,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19125\n    },\n    {\n        \"Id\": 226010,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19758\n    },\n    {\n        \"Id\": 226011,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72584\n    },\n    {\n        \"Id\": 226012,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41492\n    },\n    {\n        \"Id\": 226013,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78039\n    },\n    {\n        \"Id\": 226014,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73203\n    },\n    {\n        \"Id\": 226015,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 30701\n    },\n    {\n        \"Id\": 226016,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39080\n    },\n    {\n        \"Id\": 226017,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 30702\n    },\n    {\n        \"Id\": 226018,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73027\n    },\n    {\n        \"Id\": 226019,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73028\n    },\n    {\n        \"Id\": 226020,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40765\n    },\n    {\n        \"Id\": 226021,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75362\n    },\n    {\n        \"Id\": 226022,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40767\n    },\n    {\n        \"Id\": 226023,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38959\n    },\n    {\n        \"Id\": 226024,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73172\n    },\n    {\n        \"Id\": 226025,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72962\n    },\n    {\n        \"Id\": 226026,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 72946\n    },\n    {\n        \"Id\": 226027,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37182\n    },\n    {\n        \"Id\": 226028,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20197\n    },\n    {\n        \"Id\": 226029,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77611\n    },\n    {\n        \"Id\": 226030,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36437\n    },\n    {\n        \"Id\": 226031,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76159\n    },\n    {\n        \"Id\": 226032,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20957\n    },\n    {\n        \"Id\": 226033,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20812\n    },\n    {\n        \"Id\": 226034,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19986\n    },\n    {\n        \"Id\": 226035,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21785\n    },\n    {\n        \"Id\": 226036,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 601\n    },\n    {\n        \"Id\": 226037,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18730\n    },\n    {\n        \"Id\": 226038,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75797\n    },\n    {\n        \"Id\": 226039,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19123\n    },\n    {\n        \"Id\": 226040,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35025\n    },\n    {\n        \"Id\": 226041,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18633\n    },\n    {\n        \"Id\": 226042,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80645\n    },\n    {\n        \"Id\": 226043,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19554\n    },\n    {\n        \"Id\": 226044,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19121\n    },\n    {\n        \"Id\": 226045,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35235\n    },\n    {\n        \"Id\": 226046,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22518\n    },\n    {\n        \"Id\": 226047,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35849\n    },\n    {\n        \"Id\": 226048,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18915\n    },\n    {\n        \"Id\": 226049,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41609\n    },\n    {\n        \"Id\": 226050,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38566\n    },\n    {\n        \"Id\": 226051,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 410\n    },\n    {\n        \"Id\": 226052,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19770\n    },\n    {\n        \"Id\": 226053,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79938\n    },\n    {\n        \"Id\": 226054,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 883\n    },\n    {\n        \"Id\": 226055,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77612\n    },\n    {\n        \"Id\": 226056,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19470\n    },\n    {\n        \"Id\": 226057,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21565\n    },\n    {\n        \"Id\": 226058,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 177\n    },\n    {\n        \"Id\": 226059,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41579\n    },\n    {\n        \"Id\": 226060,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77613\n    },\n    {\n        \"Id\": 226061,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39083\n    },\n    {\n        \"Id\": 226062,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35989\n    },\n    {\n        \"Id\": 226063,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20942\n    },\n    {\n        \"Id\": 226064,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21380\n    },\n    {\n        \"Id\": 226065,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76237\n    },\n    {\n        \"Id\": 226066,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77614\n    },\n    {\n        \"Id\": 226067,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77615\n    },\n    {\n        \"Id\": 226068,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19985\n    },\n    {\n        \"Id\": 226069,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36576\n    },\n    {\n        \"Id\": 226070,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39084\n    },\n    {\n        \"Id\": 226071,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 603\n    },\n    {\n        \"Id\": 226072,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21078\n    },\n    {\n        \"Id\": 226073,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78942\n    },\n    {\n        \"Id\": 226074,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18821\n    },\n    {\n        \"Id\": 226075,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19832\n    },\n    {\n        \"Id\": 226076,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20073\n    },\n    {\n        \"Id\": 226077,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20748\n    },\n    {\n        \"Id\": 226078,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21504\n    },\n    {\n        \"Id\": 226079,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19762\n    },\n    {\n        \"Id\": 226080,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 37194\n    },\n    {\n        \"Id\": 226081,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18861\n    },\n    {\n        \"Id\": 226082,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20010\n    },\n    {\n        \"Id\": 226083,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20808\n    },\n    {\n        \"Id\": 226084,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18533\n    },\n    {\n        \"Id\": 226085,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1091\n    },\n    {\n        \"Id\": 226086,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80790\n    },\n    {\n        \"Id\": 226087,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 934\n    },\n    {\n        \"Id\": 226088,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1005\n    },\n    {\n        \"Id\": 226089,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20592\n    },\n    {\n        \"Id\": 226090,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77616\n    },\n    {\n        \"Id\": 226091,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 926\n    },\n    {\n        \"Id\": 226092,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22507\n    },\n    {\n        \"Id\": 226093,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 22584\n    },\n    {\n        \"Id\": 226094,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21502\n    },\n    {\n        \"Id\": 226095,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18855\n    },\n    {\n        \"Id\": 226096,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21944\n    },\n    {\n        \"Id\": 226097,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19033\n    },\n    {\n        \"Id\": 226098,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 40926\n    },\n    {\n        \"Id\": 226099,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76099\n    },\n    {\n        \"Id\": 226100,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39013\n    },\n    {\n        \"Id\": 226101,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 346\n    },\n    {\n        \"Id\": 226102,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41573\n    },\n    {\n        \"Id\": 226103,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 41571\n    },\n    {\n        \"Id\": 226104,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19363\n    },\n    {\n        \"Id\": 226105,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 73101\n    },\n    {\n        \"Id\": 226106,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 23164\n    },\n    {\n        \"Id\": 226107,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35978\n    },\n    {\n        \"Id\": 226108,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18565\n    },\n    {\n        \"Id\": 226109,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36803\n    },\n    {\n        \"Id\": 226110,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77314\n    },\n    {\n        \"Id\": 226111,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80344\n    },\n    {\n        \"Id\": 226112,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19831\n    },\n    {\n        \"Id\": 226113,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38999\n    },\n    {\n        \"Id\": 226114,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39000\n    },\n    {\n        \"Id\": 226115,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39125\n    },\n    {\n        \"Id\": 226116,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 39124\n    },\n    {\n        \"Id\": 226117,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38998\n    },\n    {\n        \"Id\": 226118,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20769\n    },\n    {\n        \"Id\": 226119,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35841\n    },\n    {\n        \"Id\": 226120,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35842\n    },\n    {\n        \"Id\": 226121,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35843\n    },\n    {\n        \"Id\": 226122,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19562\n    },\n    {\n        \"Id\": 226123,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77324\n    },\n    {\n        \"Id\": 226124,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77325\n    },\n    {\n        \"Id\": 226125,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77362\n    },\n    {\n        \"Id\": 226126,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80666\n    },\n    {\n        \"Id\": 226127,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36734\n    },\n    {\n        \"Id\": 226128,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79885\n    },\n    {\n        \"Id\": 226129,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79884\n    },\n    {\n        \"Id\": 226130,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36708\n    },\n    {\n        \"Id\": 226131,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80725\n    },\n    {\n        \"Id\": 226132,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80724\n    },\n    {\n        \"Id\": 226133,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80723\n    },\n    {\n        \"Id\": 226134,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77336\n    },\n    {\n        \"Id\": 226135,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78913\n    },\n    {\n        \"Id\": 226136,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 21255\n    },\n    {\n        \"Id\": 226137,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 723\n    },\n    {\n        \"Id\": 226138,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19490\n    },\n    {\n        \"Id\": 226139,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75742\n    },\n    {\n        \"Id\": 226140,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75743\n    },\n    {\n        \"Id\": 226141,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75744\n    },\n    {\n        \"Id\": 226142,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 76109\n    },\n    {\n        \"Id\": 226143,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38969\n    },\n    {\n        \"Id\": 226144,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19888\n    },\n    {\n        \"Id\": 226145,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80094\n    },\n    {\n        \"Id\": 226146,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80250\n    },\n    {\n        \"Id\": 226147,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35439\n    },\n    {\n        \"Id\": 226148,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 78004\n    },\n    {\n        \"Id\": 226149,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 79880\n    },\n    {\n        \"Id\": 226150,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 18931\n    },\n    {\n        \"Id\": 226151,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77501\n    },\n    {\n        \"Id\": 226152,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77726\n    },\n    {\n        \"Id\": 226153,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 77956\n    },\n    {\n        \"Id\": 226154,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80620\n    },\n    {\n        \"Id\": 226155,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 20591\n    },\n    {\n        \"Id\": 226156,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19295\n    },\n    {\n        \"Id\": 226157,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 1196\n    },\n    {\n        \"Id\": 226158,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75393\n    },\n    {\n        \"Id\": 226159,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 75391\n    },\n    {\n        \"Id\": 226160,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 19928\n    },\n    {\n        \"Id\": 226161,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36604\n    },\n    {\n        \"Id\": 226162,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 35339\n    },\n    {\n        \"Id\": 226163,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36414\n    },\n    {\n        \"Id\": 226164,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 38873\n    },\n    {\n        \"Id\": 226165,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35629\n    },\n    {\n        \"Id\": 226166,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36205\n    },\n    {\n        \"Id\": 226167,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36206\n    },\n    {\n        \"Id\": 226168,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77333\n    },\n    {\n        \"Id\": 226169,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76141\n    },\n    {\n        \"Id\": 226170,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19681\n    },\n    {\n        \"Id\": 226171,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19684\n    },\n    {\n        \"Id\": 226172,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19686\n    },\n    {\n        \"Id\": 226173,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41469\n    },\n    {\n        \"Id\": 226174,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81372\n    },\n    {\n        \"Id\": 226175,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36387\n    },\n    {\n        \"Id\": 226176,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72267\n    },\n    {\n        \"Id\": 226177,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36332\n    },\n    {\n        \"Id\": 226178,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19571\n    },\n    {\n        \"Id\": 226179,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41483\n    },\n    {\n        \"Id\": 226180,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41485\n    },\n    {\n        \"Id\": 226181,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 602\n    },\n    {\n        \"Id\": 226182,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35415\n    },\n    {\n        \"Id\": 226183,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76142\n    },\n    {\n        \"Id\": 226184,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35780\n    },\n    {\n        \"Id\": 226185,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35423\n    },\n    {\n        \"Id\": 226186,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80687\n    },\n    {\n        \"Id\": 226187,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38949\n    },\n    {\n        \"Id\": 226188,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38954\n    },\n    {\n        \"Id\": 226189,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38957\n    },\n    {\n        \"Id\": 226190,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38081\n    },\n    {\n        \"Id\": 226191,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 226192,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38951\n    },\n    {\n        \"Id\": 226193,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73026\n    },\n    {\n        \"Id\": 226194,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38061\n    },\n    {\n        \"Id\": 226195,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36836\n    },\n    {\n        \"Id\": 226196,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38950\n    },\n    {\n        \"Id\": 226197,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36521\n    },\n    {\n        \"Id\": 226198,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72687\n    },\n    {\n        \"Id\": 226199,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36860\n    },\n    {\n        \"Id\": 226200,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22592\n    },\n    {\n        \"Id\": 226201,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36540\n    },\n    {\n        \"Id\": 226202,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22419\n    },\n    {\n        \"Id\": 226203,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36562\n    },\n    {\n        \"Id\": 226204,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36853\n    },\n    {\n        \"Id\": 226205,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72679\n    },\n    {\n        \"Id\": 226206,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36507\n    },\n    {\n        \"Id\": 226207,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36857\n    },\n    {\n        \"Id\": 226208,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36552\n    },\n    {\n        \"Id\": 226209,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77666\n    },\n    {\n        \"Id\": 226210,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77667\n    },\n    {\n        \"Id\": 226211,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77651\n    },\n    {\n        \"Id\": 226212,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77652\n    },\n    {\n        \"Id\": 226213,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78311\n    },\n    {\n        \"Id\": 226214,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78312\n    },\n    {\n        \"Id\": 226215,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77678\n    },\n    {\n        \"Id\": 226216,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78116\n    },\n    {\n        \"Id\": 226217,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79928\n    },\n    {\n        \"Id\": 226218,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79821\n    },\n    {\n        \"Id\": 226219,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77465\n    },\n    {\n        \"Id\": 226220,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80954\n    },\n    {\n        \"Id\": 226221,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81019\n    },\n    {\n        \"Id\": 226222,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81018\n    },\n    {\n        \"Id\": 226223,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36531\n    },\n    {\n        \"Id\": 226224,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37452\n    },\n    {\n        \"Id\": 226225,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36846\n    },\n    {\n        \"Id\": 226226,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73050\n    },\n    {\n        \"Id\": 226227,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76145\n    },\n    {\n        \"Id\": 226228,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38071\n    },\n    {\n        \"Id\": 226229,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20956\n    },\n    {\n        \"Id\": 226230,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34878\n    },\n    {\n        \"Id\": 226231,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36970\n    },\n    {\n        \"Id\": 226232,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41182\n    },\n    {\n        \"Id\": 226233,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 174\n    },\n    {\n        \"Id\": 226234,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79987\n    },\n    {\n        \"Id\": 226235,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41148\n    },\n    {\n        \"Id\": 226236,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34978\n    },\n    {\n        \"Id\": 226237,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36305\n    },\n    {\n        \"Id\": 226238,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20031\n    },\n    {\n        \"Id\": 226239,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81029\n    },\n    {\n        \"Id\": 226240,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79988\n    },\n    {\n        \"Id\": 226241,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81266\n    },\n    {\n        \"Id\": 226242,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81126\n    },\n    {\n        \"Id\": 226243,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81027\n    },\n    {\n        \"Id\": 226244,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35801\n    },\n    {\n        \"Id\": 226245,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 438\n    },\n    {\n        \"Id\": 226246,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19040\n    },\n    {\n        \"Id\": 226247,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 944\n    },\n    {\n        \"Id\": 226248,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76231\n    },\n    {\n        \"Id\": 226249,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 193\n    },\n    {\n        \"Id\": 226250,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19656\n    },\n    {\n        \"Id\": 226251,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 228\n    },\n    {\n        \"Id\": 226252,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35156\n    },\n    {\n        \"Id\": 226253,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72246\n    },\n    {\n        \"Id\": 226254,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35026\n    },\n    {\n        \"Id\": 226255,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80885\n    },\n    {\n        \"Id\": 226256,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19761\n    },\n    {\n        \"Id\": 226257,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80523\n    },\n    {\n        \"Id\": 226258,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77759\n    },\n    {\n        \"Id\": 226259,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80530\n    },\n    {\n        \"Id\": 226260,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81001\n    },\n    {\n        \"Id\": 226261,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35781\n    },\n    {\n        \"Id\": 226262,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34954\n    },\n    {\n        \"Id\": 226263,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34898\n    },\n    {\n        \"Id\": 226264,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75628\n    },\n    {\n        \"Id\": 226265,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75629\n    },\n    {\n        \"Id\": 226266,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75630\n    },\n    {\n        \"Id\": 226267,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75631\n    },\n    {\n        \"Id\": 226268,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75627\n    },\n    {\n        \"Id\": 226269,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75632\n    },\n    {\n        \"Id\": 226270,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75633\n    },\n    {\n        \"Id\": 226271,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34899\n    },\n    {\n        \"Id\": 226272,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23080\n    },\n    {\n        \"Id\": 226273,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23073\n    },\n    {\n        \"Id\": 226274,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23079\n    },\n    {\n        \"Id\": 226275,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23070\n    },\n    {\n        \"Id\": 226276,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34885\n    },\n    {\n        \"Id\": 226277,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77352\n    },\n    {\n        \"Id\": 226278,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21318\n    },\n    {\n        \"Id\": 226279,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19839\n    },\n    {\n        \"Id\": 226280,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 876\n    },\n    {\n        \"Id\": 226281,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21189\n    },\n    {\n        \"Id\": 226282,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36260\n    },\n    {\n        \"Id\": 226283,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41180\n    },\n    {\n        \"Id\": 226284,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21947\n    },\n    {\n        \"Id\": 226285,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20935\n    },\n    {\n        \"Id\": 226286,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35900\n    },\n    {\n        \"Id\": 226287,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19455\n    },\n    {\n        \"Id\": 226288,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35420\n    },\n    {\n        \"Id\": 226289,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35485\n    },\n    {\n        \"Id\": 226290,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77590\n    },\n    {\n        \"Id\": 226291,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20020\n    },\n    {\n        \"Id\": 226292,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35991\n    },\n    {\n        \"Id\": 226293,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80044\n    },\n    {\n        \"Id\": 226294,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80046\n    },\n    {\n        \"Id\": 226295,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80047\n    },\n    {\n        \"Id\": 226296,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77591\n    },\n    {\n        \"Id\": 226297,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 824\n    },\n    {\n        \"Id\": 226298,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75392\n    },\n    {\n        \"Id\": 226299,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19290\n    },\n    {\n        \"Id\": 226300,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20811\n    },\n    {\n        \"Id\": 226301,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1022\n    },\n    {\n        \"Id\": 226302,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34998\n    },\n    {\n        \"Id\": 226303,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35000\n    },\n    {\n        \"Id\": 226304,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 799\n    },\n    {\n        \"Id\": 226305,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18457\n    },\n    {\n        \"Id\": 226306,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18451\n    },\n    {\n        \"Id\": 226307,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21330\n    },\n    {\n        \"Id\": 226308,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20067\n    },\n    {\n        \"Id\": 226309,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21275\n    },\n    {\n        \"Id\": 226310,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 176\n    },\n    {\n        \"Id\": 226311,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19783\n    },\n    {\n        \"Id\": 226312,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79913\n    },\n    {\n        \"Id\": 226313,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81188\n    },\n    {\n        \"Id\": 226314,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19238\n    },\n    {\n        \"Id\": 226315,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18452\n    },\n    {\n        \"Id\": 226316,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35287\n    },\n    {\n        \"Id\": 226317,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41635\n    },\n    {\n        \"Id\": 226318,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35289\n    },\n    {\n        \"Id\": 226319,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34997\n    },\n    {\n        \"Id\": 226320,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19463\n    },\n    {\n        \"Id\": 226321,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35400\n    },\n    {\n        \"Id\": 226322,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35148\n    },\n    {\n        \"Id\": 226323,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21712\n    },\n    {\n        \"Id\": 226324,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19327\n    },\n    {\n        \"Id\": 226325,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81443\n    },\n    {\n        \"Id\": 226326,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81444\n    },\n    {\n        \"Id\": 226327,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81442\n    },\n    {\n        \"Id\": 226328,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1155\n    },\n    {\n        \"Id\": 226329,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1141\n    },\n    {\n        \"Id\": 226330,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 654\n    },\n    {\n        \"Id\": 226331,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78066\n    },\n    {\n        \"Id\": 226332,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81357\n    },\n    {\n        \"Id\": 226333,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73014\n    },\n    {\n        \"Id\": 226334,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36579\n    },\n    {\n        \"Id\": 226335,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21505\n    },\n    {\n        \"Id\": 226336,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18383\n    },\n    {\n        \"Id\": 226337,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18556\n    },\n    {\n        \"Id\": 226338,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77952\n    },\n    {\n        \"Id\": 226339,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18646\n    },\n    {\n        \"Id\": 226340,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77708\n    },\n    {\n        \"Id\": 226341,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75739\n    },\n    {\n        \"Id\": 226342,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36329\n    },\n    {\n        \"Id\": 226343,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20799\n    },\n    {\n        \"Id\": 226344,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20807\n    },\n    {\n        \"Id\": 226345,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18828\n    },\n    {\n        \"Id\": 226346,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 790\n    },\n    {\n        \"Id\": 226347,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81350\n    },\n    {\n        \"Id\": 226348,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 835\n    },\n    {\n        \"Id\": 226349,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 646\n    },\n    {\n        \"Id\": 226350,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 253\n    },\n    {\n        \"Id\": 226351,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20157\n    },\n    {\n        \"Id\": 226352,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39035\n    },\n    {\n        \"Id\": 226353,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 637\n    },\n    {\n        \"Id\": 226354,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 715\n    },\n    {\n        \"Id\": 226355,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18717\n    },\n    {\n        \"Id\": 226356,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19687\n    },\n    {\n        \"Id\": 226357,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18870\n    },\n    {\n        \"Id\": 226358,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38070\n    },\n    {\n        \"Id\": 226359,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36573\n    },\n    {\n        \"Id\": 226360,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18386\n    },\n    {\n        \"Id\": 226361,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35454\n    },\n    {\n        \"Id\": 226362,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38074\n    },\n    {\n        \"Id\": 226363,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23041\n    },\n    {\n        \"Id\": 226364,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35448\n    },\n    {\n        \"Id\": 226365,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18704\n    },\n    {\n        \"Id\": 226366,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41152\n    },\n    {\n        \"Id\": 226367,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 388\n    },\n    {\n        \"Id\": 226368,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18993\n    },\n    {\n        \"Id\": 226369,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80887\n    },\n    {\n        \"Id\": 226370,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21340\n    },\n    {\n        \"Id\": 226371,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18454\n    },\n    {\n        \"Id\": 226372,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21825\n    },\n    {\n        \"Id\": 226373,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77982\n    },\n    {\n        \"Id\": 226374,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80435\n    },\n    {\n        \"Id\": 226375,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77283\n    },\n    {\n        \"Id\": 226376,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37201\n    },\n    {\n        \"Id\": 226377,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75792\n    },\n    {\n        \"Id\": 226378,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75793\n    },\n    {\n        \"Id\": 226379,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76082\n    },\n    {\n        \"Id\": 226380,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80656\n    },\n    {\n        \"Id\": 226381,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78117\n    },\n    {\n        \"Id\": 226382,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81020\n    },\n    {\n        \"Id\": 226383,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75794\n    },\n    {\n        \"Id\": 226384,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19236\n    },\n    {\n        \"Id\": 226385,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78181\n    },\n    {\n        \"Id\": 226386,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20514\n    },\n    {\n        \"Id\": 226387,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81403\n    },\n    {\n        \"Id\": 226388,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35336\n    },\n    {\n        \"Id\": 226389,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1069\n    },\n    {\n        \"Id\": 226390,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22402\n    },\n    {\n        \"Id\": 226391,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36915\n    },\n    {\n        \"Id\": 226392,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21203\n    },\n    {\n        \"Id\": 226393,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81386\n    },\n    {\n        \"Id\": 226394,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18455\n    },\n    {\n        \"Id\": 226395,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 948\n    },\n    {\n        \"Id\": 226396,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35863\n    },\n    {\n        \"Id\": 226397,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41131\n    },\n    {\n        \"Id\": 226398,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80105\n    },\n    {\n        \"Id\": 226399,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78309\n    },\n    {\n        \"Id\": 226400,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78313\n    },\n    {\n        \"Id\": 226401,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37615\n    },\n    {\n        \"Id\": 226402,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37633\n    },\n    {\n        \"Id\": 226403,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75757\n    },\n    {\n        \"Id\": 226404,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75758\n    },\n    {\n        \"Id\": 226405,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75759\n    },\n    {\n        \"Id\": 226406,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75760\n    },\n    {\n        \"Id\": 226407,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75756\n    },\n    {\n        \"Id\": 226408,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75761\n    },\n    {\n        \"Id\": 226409,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75762\n    },\n    {\n        \"Id\": 226410,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75763\n    },\n    {\n        \"Id\": 226411,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75764\n    },\n    {\n        \"Id\": 226412,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75765\n    },\n    {\n        \"Id\": 226413,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39057\n    },\n    {\n        \"Id\": 226414,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78352\n    },\n    {\n        \"Id\": 226415,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37455\n    },\n    {\n        \"Id\": 226416,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39123\n    },\n    {\n        \"Id\": 226417,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75991\n    },\n    {\n        \"Id\": 226418,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78307\n    },\n    {\n        \"Id\": 226419,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78308\n    },\n    {\n        \"Id\": 226420,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75992\n    },\n    {\n        \"Id\": 226421,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75993\n    },\n    {\n        \"Id\": 226422,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18571\n    },\n    {\n        \"Id\": 226423,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36944\n    },\n    {\n        \"Id\": 226424,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19135\n    },\n    {\n        \"Id\": 226425,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36468\n    },\n    {\n        \"Id\": 226426,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 661\n    },\n    {\n        \"Id\": 226427,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18456\n    },\n    {\n        \"Id\": 226428,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1231\n    },\n    {\n        \"Id\": 226429,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21238\n    },\n    {\n        \"Id\": 226430,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35853\n    },\n    {\n        \"Id\": 226431,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80661\n    },\n    {\n        \"Id\": 226432,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27001\n    },\n    {\n        \"Id\": 226433,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77592\n    },\n    {\n        \"Id\": 226434,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72384\n    },\n    {\n        \"Id\": 226435,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39033\n    },\n    {\n        \"Id\": 226436,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81003\n    },\n    {\n        \"Id\": 226437,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19548\n    },\n    {\n        \"Id\": 226438,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77593\n    },\n    {\n        \"Id\": 226439,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35718\n    },\n    {\n        \"Id\": 226440,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35982\n    },\n    {\n        \"Id\": 226441,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81071\n    },\n    {\n        \"Id\": 226442,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36989\n    },\n    {\n        \"Id\": 226443,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36990\n    },\n    {\n        \"Id\": 226444,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36993\n    },\n    {\n        \"Id\": 226445,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36992\n    },\n    {\n        \"Id\": 226446,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36994\n    },\n    {\n        \"Id\": 226447,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36995\n    },\n    {\n        \"Id\": 226448,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 737\n    },\n    {\n        \"Id\": 226449,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81021\n    },\n    {\n        \"Id\": 226450,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40895\n    },\n    {\n        \"Id\": 226451,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77740\n    },\n    {\n        \"Id\": 226452,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40737\n    },\n    {\n        \"Id\": 226453,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39231\n    },\n    {\n        \"Id\": 226454,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20497\n    },\n    {\n        \"Id\": 226455,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20509\n    },\n    {\n        \"Id\": 226456,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36404\n    },\n    {\n        \"Id\": 226457,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72437\n    },\n    {\n        \"Id\": 226458,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18387\n    },\n    {\n        \"Id\": 226459,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18388\n    },\n    {\n        \"Id\": 226460,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35821\n    },\n    {\n        \"Id\": 226461,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73204\n    },\n    {\n        \"Id\": 226462,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76110\n    },\n    {\n        \"Id\": 226463,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76111\n    },\n    {\n        \"Id\": 226464,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76112\n    },\n    {\n        \"Id\": 226465,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75358\n    },\n    {\n        \"Id\": 226466,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35946\n    },\n    {\n        \"Id\": 226467,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75453\n    },\n    {\n        \"Id\": 226468,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81379\n    },\n    {\n        \"Id\": 226469,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40913\n    },\n    {\n        \"Id\": 226470,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22314\n    },\n    {\n        \"Id\": 226471,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41096\n    },\n    {\n        \"Id\": 226472,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22304\n    },\n    {\n        \"Id\": 226473,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80498\n    },\n    {\n        \"Id\": 226474,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77694\n    },\n    {\n        \"Id\": 226475,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77715\n    },\n    {\n        \"Id\": 226476,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81091\n    },\n    {\n        \"Id\": 226477,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75903\n    },\n    {\n        \"Id\": 226478,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35477\n    },\n    {\n        \"Id\": 226479,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75386\n    },\n    {\n        \"Id\": 226480,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75387\n    },\n    {\n        \"Id\": 226481,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79888\n    },\n    {\n        \"Id\": 226482,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35770\n    },\n    {\n        \"Id\": 226483,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41583\n    },\n    {\n        \"Id\": 226484,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77665\n    },\n    {\n        \"Id\": 226485,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78887\n    },\n    {\n        \"Id\": 226486,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79879\n    },\n    {\n        \"Id\": 226487,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78101\n    },\n    {\n        \"Id\": 226488,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78095\n    },\n    {\n        \"Id\": 226489,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21481\n    },\n    {\n        \"Id\": 226490,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79951\n    },\n    {\n        \"Id\": 226491,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80733\n    },\n    {\n        \"Id\": 226492,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72379\n    },\n    {\n        \"Id\": 226493,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72383\n    },\n    {\n        \"Id\": 226494,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72365\n    },\n    {\n        \"Id\": 226495,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36744\n    },\n    {\n        \"Id\": 226496,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79955\n    },\n    {\n        \"Id\": 226497,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75423\n    },\n    {\n        \"Id\": 226498,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75398\n    },\n    {\n        \"Id\": 226499,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80139\n    },\n    {\n        \"Id\": 226500,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72555\n    },\n    {\n        \"Id\": 226501,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80013\n    },\n    {\n        \"Id\": 226502,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80043\n    },\n    {\n        \"Id\": 226503,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72542\n    },\n    {\n        \"Id\": 226504,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76102\n    },\n    {\n        \"Id\": 226505,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80496\n    },\n    {\n        \"Id\": 226506,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77561\n    },\n    {\n        \"Id\": 226507,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77565\n    },\n    {\n        \"Id\": 226508,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77566\n    },\n    {\n        \"Id\": 226509,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77564\n    },\n    {\n        \"Id\": 226510,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77563\n    },\n    {\n        \"Id\": 226511,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77562\n    },\n    {\n        \"Id\": 226512,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78150\n    },\n    {\n        \"Id\": 226513,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80751\n    },\n    {\n        \"Id\": 226514,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81068\n    },\n    {\n        \"Id\": 226515,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81069\n    },\n    {\n        \"Id\": 226516,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79877\n    },\n    {\n        \"Id\": 226517,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77993\n    },\n    {\n        \"Id\": 226518,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39236\n    },\n    {\n        \"Id\": 226519,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81446\n    },\n    {\n        \"Id\": 226520,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81508\n    },\n    {\n        \"Id\": 226521,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72543\n    },\n    {\n        \"Id\": 226522,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76151\n    },\n    {\n        \"Id\": 226523,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81070\n    },\n    {\n        \"Id\": 226524,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81039\n    },\n    {\n        \"Id\": 226525,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39051\n    },\n    {\n        \"Id\": 226526,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22086\n    },\n    {\n        \"Id\": 226527,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19035\n    },\n    {\n        \"Id\": 226528,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77551\n    },\n    {\n        \"Id\": 226529,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77594\n    },\n    {\n        \"Id\": 226530,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19128\n    },\n    {\n        \"Id\": 226531,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81385\n    },\n    {\n        \"Id\": 226532,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20841\n    },\n    {\n        \"Id\": 226533,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19604\n    },\n    {\n        \"Id\": 226534,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18807\n    },\n    {\n        \"Id\": 226535,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77307\n    },\n    {\n        \"Id\": 226536,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78167\n    },\n    {\n        \"Id\": 226537,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21752\n    },\n    {\n        \"Id\": 226538,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18988\n    },\n    {\n        \"Id\": 226539,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 855\n    },\n    {\n        \"Id\": 226540,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77595\n    },\n    {\n        \"Id\": 226541,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18462\n    },\n    {\n        \"Id\": 226542,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18463\n    },\n    {\n        \"Id\": 226543,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78053\n    },\n    {\n        \"Id\": 226544,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77695\n    },\n    {\n        \"Id\": 226545,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23040\n    },\n    {\n        \"Id\": 226546,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81393\n    },\n    {\n        \"Id\": 226547,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81394\n    },\n    {\n        \"Id\": 226548,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81392\n    },\n    {\n        \"Id\": 226549,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77596\n    },\n    {\n        \"Id\": 226550,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35889\n    },\n    {\n        \"Id\": 226551,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36141\n    },\n    {\n        \"Id\": 226552,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80942\n    },\n    {\n        \"Id\": 226553,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35337\n    },\n    {\n        \"Id\": 226554,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 816\n    },\n    {\n        \"Id\": 226555,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77548\n    },\n    {\n        \"Id\": 226556,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73217\n    },\n    {\n        \"Id\": 226557,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72928\n    },\n    {\n        \"Id\": 226558,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 230\n    },\n    {\n        \"Id\": 226559,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 459\n    },\n    {\n        \"Id\": 226560,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 197\n    },\n    {\n        \"Id\": 226561,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81374\n    },\n    {\n        \"Id\": 226562,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35118\n    },\n    {\n        \"Id\": 226563,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22428\n    },\n    {\n        \"Id\": 226564,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22426\n    },\n    {\n        \"Id\": 226565,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22429\n    },\n    {\n        \"Id\": 226566,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22581\n    },\n    {\n        \"Id\": 226567,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23045\n    },\n    {\n        \"Id\": 226568,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18389\n    },\n    {\n        \"Id\": 226569,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75897\n    },\n    {\n        \"Id\": 226570,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35113\n    },\n    {\n        \"Id\": 226571,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 171\n    },\n    {\n        \"Id\": 226572,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41593\n    },\n    {\n        \"Id\": 226573,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18449\n    },\n    {\n        \"Id\": 226574,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22389\n    },\n    {\n        \"Id\": 226575,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21379\n    },\n    {\n        \"Id\": 226576,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19990\n    },\n    {\n        \"Id\": 226577,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80314\n    },\n    {\n        \"Id\": 226578,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80316\n    },\n    {\n        \"Id\": 226579,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80282\n    },\n    {\n        \"Id\": 226580,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20498\n    },\n    {\n        \"Id\": 226581,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81375\n    },\n    {\n        \"Id\": 226582,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81376\n    },\n    {\n        \"Id\": 226583,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36935\n    },\n    {\n        \"Id\": 226584,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36936\n    },\n    {\n        \"Id\": 226585,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77597\n    },\n    {\n        \"Id\": 226586,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36307\n    },\n    {\n        \"Id\": 226587,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36308\n    },\n    {\n        \"Id\": 226588,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36309\n    },\n    {\n        \"Id\": 226589,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80632\n    },\n    {\n        \"Id\": 226590,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18537\n    },\n    {\n        \"Id\": 226591,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18390\n    },\n    {\n        \"Id\": 226592,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18393\n    },\n    {\n        \"Id\": 226593,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18399\n    },\n    {\n        \"Id\": 226594,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18409\n    },\n    {\n        \"Id\": 226595,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77326\n    },\n    {\n        \"Id\": 226596,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77320\n    },\n    {\n        \"Id\": 226597,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19589\n    },\n    {\n        \"Id\": 226598,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 840\n    },\n    {\n        \"Id\": 226599,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19364\n    },\n    {\n        \"Id\": 226600,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35501\n    },\n    {\n        \"Id\": 226601,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77688\n    },\n    {\n        \"Id\": 226602,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20451\n    },\n    {\n        \"Id\": 226603,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18709\n    },\n    {\n        \"Id\": 226604,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 739\n    },\n    {\n        \"Id\": 226605,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35342\n    },\n    {\n        \"Id\": 226606,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80628\n    },\n    {\n        \"Id\": 226607,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35803\n    },\n    {\n        \"Id\": 226608,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35294\n    },\n    {\n        \"Id\": 226609,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35824\n    },\n    {\n        \"Id\": 226610,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35815\n    },\n    {\n        \"Id\": 226611,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 312\n    },\n    {\n        \"Id\": 226612,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19804\n    },\n    {\n        \"Id\": 226613,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22047\n    },\n    {\n        \"Id\": 226614,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38854\n    },\n    {\n        \"Id\": 226615,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78023\n    },\n    {\n        \"Id\": 226616,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80918\n    },\n    {\n        \"Id\": 226617,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35885\n    },\n    {\n        \"Id\": 226618,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 397\n    },\n    {\n        \"Id\": 226619,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21506\n    },\n    {\n        \"Id\": 226620,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36945\n    },\n    {\n        \"Id\": 226621,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23000\n    },\n    {\n        \"Id\": 226622,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73176\n    },\n    {\n        \"Id\": 226623,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73181\n    },\n    {\n        \"Id\": 226624,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73164\n    },\n    {\n        \"Id\": 226625,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73129\n    },\n    {\n        \"Id\": 226626,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75642\n    },\n    {\n        \"Id\": 226627,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73130\n    },\n    {\n        \"Id\": 226628,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1065\n    },\n    {\n        \"Id\": 226629,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19710\n    },\n    {\n        \"Id\": 226630,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 764\n    },\n    {\n        \"Id\": 226631,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1017\n    },\n    {\n        \"Id\": 226632,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 731\n    },\n    {\n        \"Id\": 226633,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18718\n    },\n    {\n        \"Id\": 226634,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20454\n    },\n    {\n        \"Id\": 226635,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22417\n    },\n    {\n        \"Id\": 226636,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20017\n    },\n    {\n        \"Id\": 226637,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19765\n    },\n    {\n        \"Id\": 226638,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19823\n    },\n    {\n        \"Id\": 226639,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36412\n    },\n    {\n        \"Id\": 226640,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38865\n    },\n    {\n        \"Id\": 226641,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20602\n    },\n    {\n        \"Id\": 226642,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21079\n    },\n    {\n        \"Id\": 226643,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 179\n    },\n    {\n        \"Id\": 226644,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19846\n    },\n    {\n        \"Id\": 226645,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19292\n    },\n    {\n        \"Id\": 226646,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20794\n    },\n    {\n        \"Id\": 226647,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19234\n    },\n    {\n        \"Id\": 226648,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19847\n    },\n    {\n        \"Id\": 226649,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 571\n    },\n    {\n        \"Id\": 226650,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 180\n    },\n    {\n        \"Id\": 226651,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19994\n    },\n    {\n        \"Id\": 226652,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19675\n    },\n    {\n        \"Id\": 226653,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20347\n    },\n    {\n        \"Id\": 226654,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20142\n    },\n    {\n        \"Id\": 226655,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 847\n    },\n    {\n        \"Id\": 226656,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19809\n    },\n    {\n        \"Id\": 226657,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19781\n    },\n    {\n        \"Id\": 226658,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 885\n    },\n    {\n        \"Id\": 226659,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21858\n    },\n    {\n        \"Id\": 226660,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35708\n    },\n    {\n        \"Id\": 226661,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35817\n    },\n    {\n        \"Id\": 226662,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18475\n    },\n    {\n        \"Id\": 226663,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36644\n    },\n    {\n        \"Id\": 226664,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19353\n    },\n    {\n        \"Id\": 226665,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18338\n    },\n    {\n        \"Id\": 226666,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78092\n    },\n    {\n        \"Id\": 226667,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78055\n    },\n    {\n        \"Id\": 226668,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77598\n    },\n    {\n        \"Id\": 226669,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36281\n    },\n    {\n        \"Id\": 226670,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35971\n    },\n    {\n        \"Id\": 226671,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80260\n    },\n    {\n        \"Id\": 226672,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80268\n    },\n    {\n        \"Id\": 226673,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19233\n    },\n    {\n        \"Id\": 226674,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20459\n    },\n    {\n        \"Id\": 226675,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19774\n    },\n    {\n        \"Id\": 226676,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19346\n    },\n    {\n        \"Id\": 226677,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20078\n    },\n    {\n        \"Id\": 226678,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38955\n    },\n    {\n        \"Id\": 226679,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40754\n    },\n    {\n        \"Id\": 226680,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22513\n    },\n    {\n        \"Id\": 226681,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35058\n    },\n    {\n        \"Id\": 226682,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35813\n    },\n    {\n        \"Id\": 226683,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22418\n    },\n    {\n        \"Id\": 226684,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36140\n    },\n    {\n        \"Id\": 226685,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20008\n    },\n    {\n        \"Id\": 226686,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72566\n    },\n    {\n        \"Id\": 226687,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34977\n    },\n    {\n        \"Id\": 226688,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18478\n    },\n    {\n        \"Id\": 226689,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21641\n    },\n    {\n        \"Id\": 226690,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35006\n    },\n    {\n        \"Id\": 226691,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35005\n    },\n    {\n        \"Id\": 226692,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81046\n    },\n    {\n        \"Id\": 226693,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81047\n    },\n    {\n        \"Id\": 226694,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36916\n    },\n    {\n        \"Id\": 226695,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20517\n    },\n    {\n        \"Id\": 226696,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20087\n    },\n    {\n        \"Id\": 226697,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36261\n    },\n    {\n        \"Id\": 226698,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35504\n    },\n    {\n        \"Id\": 226699,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78256\n    },\n    {\n        \"Id\": 226700,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36021\n    },\n    {\n        \"Id\": 226701,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20158\n    },\n    {\n        \"Id\": 226702,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 801\n    },\n    {\n        \"Id\": 226703,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35419\n    },\n    {\n        \"Id\": 226704,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80662\n    },\n    {\n        \"Id\": 226705,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80704\n    },\n    {\n        \"Id\": 226706,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80762\n    },\n    {\n        \"Id\": 226707,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34979\n    },\n    {\n        \"Id\": 226708,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18480\n    },\n    {\n        \"Id\": 226709,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21080\n    },\n    {\n        \"Id\": 226710,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77319\n    },\n    {\n        \"Id\": 226711,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80158\n    },\n    {\n        \"Id\": 226712,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39176\n    },\n    {\n        \"Id\": 226713,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35438\n    },\n    {\n        \"Id\": 226714,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 819\n    },\n    {\n        \"Id\": 226715,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 622\n    },\n    {\n        \"Id\": 226716,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77599\n    },\n    {\n        \"Id\": 226717,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20512\n    },\n    {\n        \"Id\": 226718,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35437\n    },\n    {\n        \"Id\": 226719,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77600\n    },\n    {\n        \"Id\": 226720,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39152\n    },\n    {\n        \"Id\": 226721,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39153\n    },\n    {\n        \"Id\": 226722,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39154\n    },\n    {\n        \"Id\": 226723,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39155\n    },\n    {\n        \"Id\": 226724,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 217\n    },\n    {\n        \"Id\": 226725,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 347\n    },\n    {\n        \"Id\": 226726,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72312\n    },\n    {\n        \"Id\": 226727,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37142\n    },\n    {\n        \"Id\": 226728,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35816\n    },\n    {\n        \"Id\": 226729,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78266\n    },\n    {\n        \"Id\": 226730,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78026\n    },\n    {\n        \"Id\": 226731,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35719\n    },\n    {\n        \"Id\": 226732,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21567\n    },\n    {\n        \"Id\": 226733,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 891\n    },\n    {\n        \"Id\": 226734,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 846\n    },\n    {\n        \"Id\": 226735,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 600\n    },\n    {\n        \"Id\": 226736,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22406\n    },\n    {\n        \"Id\": 226737,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22514\n    },\n    {\n        \"Id\": 226738,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22343\n    },\n    {\n        \"Id\": 226739,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22344\n    },\n    {\n        \"Id\": 226740,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79957\n    },\n    {\n        \"Id\": 226741,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72241\n    },\n    {\n        \"Id\": 226742,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18930\n    },\n    {\n        \"Id\": 226743,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36839\n    },\n    {\n        \"Id\": 226744,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72583\n    },\n    {\n        \"Id\": 226745,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73169\n    },\n    {\n        \"Id\": 226746,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75421\n    },\n    {\n        \"Id\": 226747,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78157\n    },\n    {\n        \"Id\": 226748,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41520\n    },\n    {\n        \"Id\": 226749,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35804\n    },\n    {\n        \"Id\": 226750,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81382\n    },\n    {\n        \"Id\": 226751,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77285\n    },\n    {\n        \"Id\": 226752,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35461\n    },\n    {\n        \"Id\": 226753,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21388\n    },\n    {\n        \"Id\": 226754,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 620\n    },\n    {\n        \"Id\": 226755,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22585\n    },\n    {\n        \"Id\": 226756,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73119\n    },\n    {\n        \"Id\": 226757,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35520\n    },\n    {\n        \"Id\": 226758,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18940\n    },\n    {\n        \"Id\": 226759,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35147\n    },\n    {\n        \"Id\": 226760,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35343\n    },\n    {\n        \"Id\": 226761,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19692\n    },\n    {\n        \"Id\": 226762,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80875\n    },\n    {\n        \"Id\": 226763,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81123\n    },\n    {\n        \"Id\": 226764,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81458\n    },\n    {\n        \"Id\": 226765,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81474\n    },\n    {\n        \"Id\": 226766,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81192\n    },\n    {\n        \"Id\": 226767,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81182\n    },\n    {\n        \"Id\": 226768,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78058\n    },\n    {\n        \"Id\": 226769,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35224\n    },\n    {\n        \"Id\": 226770,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35222\n    },\n    {\n        \"Id\": 226771,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35452\n    },\n    {\n        \"Id\": 226772,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18663\n    },\n    {\n        \"Id\": 226773,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36479\n    },\n    {\n        \"Id\": 226774,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75798\n    },\n    {\n        \"Id\": 226775,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35114\n    },\n    {\n        \"Id\": 226776,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19830\n    },\n    {\n        \"Id\": 226777,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23044\n    },\n    {\n        \"Id\": 226778,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34879\n    },\n    {\n        \"Id\": 226779,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78102\n    },\n    {\n        \"Id\": 226780,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1172\n    },\n    {\n        \"Id\": 226781,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 618\n    },\n    {\n        \"Id\": 226782,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 717\n    },\n    {\n        \"Id\": 226783,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77601\n    },\n    {\n        \"Id\": 226784,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77602\n    },\n    {\n        \"Id\": 226785,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36795\n    },\n    {\n        \"Id\": 226786,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23035\n    },\n    {\n        \"Id\": 226787,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35471\n    },\n    {\n        \"Id\": 226788,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35473\n    },\n    {\n        \"Id\": 226789,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35475\n    },\n    {\n        \"Id\": 226790,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81183\n    },\n    {\n        \"Id\": 226791,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 399\n    },\n    {\n        \"Id\": 226792,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 534\n    },\n    {\n        \"Id\": 226793,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19963\n    },\n    {\n        \"Id\": 226794,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18822\n    },\n    {\n        \"Id\": 226795,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20944\n    },\n    {\n        \"Id\": 226796,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18423\n    },\n    {\n        \"Id\": 226797,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18426\n    },\n    {\n        \"Id\": 226798,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18429\n    },\n    {\n        \"Id\": 226799,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21473\n    },\n    {\n        \"Id\": 226800,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78187\n    },\n    {\n        \"Id\": 226801,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35901\n    },\n    {\n        \"Id\": 226802,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78185\n    },\n    {\n        \"Id\": 226803,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1214\n    },\n    {\n        \"Id\": 226804,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19768\n    },\n    {\n        \"Id\": 226805,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1165\n    },\n    {\n        \"Id\": 226806,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20809\n    },\n    {\n        \"Id\": 226807,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 381\n    },\n    {\n        \"Id\": 226808,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18557\n    },\n    {\n        \"Id\": 226809,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21317\n    },\n    {\n        \"Id\": 226810,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78186\n    },\n    {\n        \"Id\": 226811,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19460\n    },\n    {\n        \"Id\": 226812,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22109\n    },\n    {\n        \"Id\": 226813,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18566\n    },\n    {\n        \"Id\": 226814,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 178\n    },\n    {\n        \"Id\": 226815,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 821\n    },\n    {\n        \"Id\": 226816,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81076\n    },\n    {\n        \"Id\": 226817,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18985\n    },\n    {\n        \"Id\": 226818,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18879\n    },\n    {\n        \"Id\": 226819,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81378\n    },\n    {\n        \"Id\": 226820,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78267\n    },\n    {\n        \"Id\": 226821,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38893\n    },\n    {\n        \"Id\": 226822,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78263\n    },\n    {\n        \"Id\": 226823,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18728\n    },\n    {\n        \"Id\": 226824,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 400\n    },\n    {\n        \"Id\": 226825,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80267\n    },\n    {\n        \"Id\": 226826,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81499\n    },\n    {\n        \"Id\": 226827,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38898\n    },\n    {\n        \"Id\": 226828,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23134\n    },\n    {\n        \"Id\": 226829,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41507\n    },\n    {\n        \"Id\": 226830,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40752\n    },\n    {\n        \"Id\": 226831,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34955\n    },\n    {\n        \"Id\": 226832,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78016\n    },\n    {\n        \"Id\": 226833,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72777\n    },\n    {\n        \"Id\": 226834,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35844\n    },\n    {\n        \"Id\": 226835,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81381\n    },\n    {\n        \"Id\": 226836,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81380\n    },\n    {\n        \"Id\": 226837,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39047\n    },\n    {\n        \"Id\": 226838,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72546\n    },\n    {\n        \"Id\": 226839,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22206\n    },\n    {\n        \"Id\": 226840,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21331\n    },\n    {\n        \"Id\": 226841,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38864\n    },\n    {\n        \"Id\": 226842,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37101\n    },\n    {\n        \"Id\": 226843,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21024\n    },\n    {\n        \"Id\": 226844,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18840\n    },\n    {\n        \"Id\": 226845,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22296\n    },\n    {\n        \"Id\": 226846,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81079\n    },\n    {\n        \"Id\": 226847,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81078\n    },\n    {\n        \"Id\": 226848,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36834\n    },\n    {\n        \"Id\": 226849,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78098\n    },\n    {\n        \"Id\": 226850,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78099\n    },\n    {\n        \"Id\": 226851,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35340\n    },\n    {\n        \"Id\": 226852,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36182\n    },\n    {\n        \"Id\": 226853,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36973\n    },\n    {\n        \"Id\": 226854,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22392\n    },\n    {\n        \"Id\": 226855,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39038\n    },\n    {\n        \"Id\": 226856,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20815\n    },\n    {\n        \"Id\": 226857,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22387\n    },\n    {\n        \"Id\": 226858,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22390\n    },\n    {\n        \"Id\": 226859,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22515\n    },\n    {\n        \"Id\": 226860,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35466\n    },\n    {\n        \"Id\": 226861,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35457\n    },\n    {\n        \"Id\": 226862,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20051\n    },\n    {\n        \"Id\": 226863,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20237\n    },\n    {\n        \"Id\": 226864,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19085\n    },\n    {\n        \"Id\": 226865,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81326\n    },\n    {\n        \"Id\": 226866,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80634\n    },\n    {\n        \"Id\": 226867,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1051\n    },\n    {\n        \"Id\": 226868,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 435\n    },\n    {\n        \"Id\": 226869,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 656\n    },\n    {\n        \"Id\": 226870,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37181\n    },\n    {\n        \"Id\": 226871,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20601\n    },\n    {\n        \"Id\": 226872,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77697\n    },\n    {\n        \"Id\": 226873,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22549\n    },\n    {\n        \"Id\": 226874,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22397\n    },\n    {\n        \"Id\": 226875,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35237\n    },\n    {\n        \"Id\": 226876,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35760\n    },\n    {\n        \"Id\": 226877,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19388\n    },\n    {\n        \"Id\": 226878,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18871\n    },\n    {\n        \"Id\": 226879,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20755\n    },\n    {\n        \"Id\": 226880,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19588\n    },\n    {\n        \"Id\": 226881,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77256\n    },\n    {\n        \"Id\": 226882,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77257\n    },\n    {\n        \"Id\": 226883,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77258\n    },\n    {\n        \"Id\": 226884,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77259\n    },\n    {\n        \"Id\": 226885,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77260\n    },\n    {\n        \"Id\": 226886,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77261\n    },\n    {\n        \"Id\": 226887,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77262\n    },\n    {\n        \"Id\": 226888,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77263\n    },\n    {\n        \"Id\": 226889,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37180\n    },\n    {\n        \"Id\": 226890,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35463\n    },\n    {\n        \"Id\": 226891,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77585\n    },\n    {\n        \"Id\": 226892,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75676\n    },\n    {\n        \"Id\": 226893,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35567\n    },\n    {\n        \"Id\": 226894,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35568\n    },\n    {\n        \"Id\": 226895,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81127\n    },\n    {\n        \"Id\": 226896,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34980\n    },\n    {\n        \"Id\": 226897,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73212\n    },\n    {\n        \"Id\": 226898,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80328\n    },\n    {\n        \"Id\": 226899,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36409\n    },\n    {\n        \"Id\": 226900,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78945\n    },\n    {\n        \"Id\": 226901,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78941\n    },\n    {\n        \"Id\": 226902,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36406\n    },\n    {\n        \"Id\": 226903,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35320\n    },\n    {\n        \"Id\": 226904,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77941\n    },\n    {\n        \"Id\": 226905,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21149\n    },\n    {\n        \"Id\": 226906,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19787\n    },\n    {\n        \"Id\": 226907,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20478\n    },\n    {\n        \"Id\": 226908,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 501\n    },\n    {\n        \"Id\": 226909,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18745\n    },\n    {\n        \"Id\": 226910,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77265\n    },\n    {\n        \"Id\": 226911,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19032\n    },\n    {\n        \"Id\": 226912,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21843\n    },\n    {\n        \"Id\": 226913,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 401\n    },\n    {\n        \"Id\": 226914,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18490\n    },\n    {\n        \"Id\": 226915,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1193\n    },\n    {\n        \"Id\": 226916,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34987\n    },\n    {\n        \"Id\": 226917,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37164\n    },\n    {\n        \"Id\": 226918,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18492\n    },\n    {\n        \"Id\": 226919,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20877\n    },\n    {\n        \"Id\": 226920,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19873\n    },\n    {\n        \"Id\": 226921,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 226922,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 422\n    },\n    {\n        \"Id\": 226923,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36917\n    },\n    {\n        \"Id\": 226924,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20570\n    },\n    {\n        \"Id\": 226925,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19667\n    },\n    {\n        \"Id\": 226926,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37150\n    },\n    {\n        \"Id\": 226927,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80877\n    },\n    {\n        \"Id\": 226928,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18495\n    },\n    {\n        \"Id\": 226929,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18496\n    },\n    {\n        \"Id\": 226930,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72769\n    },\n    {\n        \"Id\": 226931,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72744\n    },\n    {\n        \"Id\": 226932,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39157\n    },\n    {\n        \"Id\": 226933,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22212\n    },\n    {\n        \"Id\": 226934,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80074\n    },\n    {\n        \"Id\": 226935,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77696\n    },\n    {\n        \"Id\": 226936,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36466\n    },\n    {\n        \"Id\": 226937,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21163\n    },\n    {\n        \"Id\": 226938,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80703\n    },\n    {\n        \"Id\": 226939,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21793\n    },\n    {\n        \"Id\": 226940,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20065\n    },\n    {\n        \"Id\": 226941,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35464\n    },\n    {\n        \"Id\": 226942,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77603\n    },\n    {\n        \"Id\": 226943,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35040\n    },\n    {\n        \"Id\": 226944,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76040\n    },\n    {\n        \"Id\": 226945,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21633\n    },\n    {\n        \"Id\": 226946,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35197\n    },\n    {\n        \"Id\": 226947,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36375\n    },\n    {\n        \"Id\": 226948,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35944\n    },\n    {\n        \"Id\": 226949,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35940\n    },\n    {\n        \"Id\": 226950,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80052\n    },\n    {\n        \"Id\": 226951,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34992\n    },\n    {\n        \"Id\": 226952,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34993\n    },\n    {\n        \"Id\": 226953,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34994\n    },\n    {\n        \"Id\": 226954,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19425\n    },\n    {\n        \"Id\": 226955,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81153\n    },\n    {\n        \"Id\": 226956,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80760\n    },\n    {\n        \"Id\": 226957,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 994\n    },\n    {\n        \"Id\": 226958,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77604\n    },\n    {\n        \"Id\": 226959,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72747\n    },\n    {\n        \"Id\": 226960,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72748\n    },\n    {\n        \"Id\": 226961,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 985\n    },\n    {\n        \"Id\": 226962,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18450\n    },\n    {\n        \"Id\": 226963,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35028\n    },\n    {\n        \"Id\": 226964,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81468\n    },\n    {\n        \"Id\": 226965,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81469\n    },\n    {\n        \"Id\": 226966,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77335\n    },\n    {\n        \"Id\": 226967,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75881\n    },\n    {\n        \"Id\": 226968,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78188\n    },\n    {\n        \"Id\": 226969,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18672\n    },\n    {\n        \"Id\": 226970,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76128\n    },\n    {\n        \"Id\": 226971,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76129\n    },\n    {\n        \"Id\": 226972,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77334\n    },\n    {\n        \"Id\": 226973,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20482\n    },\n    {\n        \"Id\": 226974,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81203\n    },\n    {\n        \"Id\": 226975,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 862\n    },\n    {\n        \"Id\": 226976,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80665\n    },\n    {\n        \"Id\": 226977,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35979\n    },\n    {\n        \"Id\": 226978,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18339\n    },\n    {\n        \"Id\": 226979,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21224\n    },\n    {\n        \"Id\": 226980,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1182\n    },\n    {\n        \"Id\": 226981,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77605\n    },\n    {\n        \"Id\": 226982,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77724\n    },\n    {\n        \"Id\": 226983,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78883\n    },\n    {\n        \"Id\": 226984,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80509\n    },\n    {\n        \"Id\": 226985,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78171\n    },\n    {\n        \"Id\": 226986,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78129\n    },\n    {\n        \"Id\": 226987,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78130\n    },\n    {\n        \"Id\": 226988,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78169\n    },\n    {\n        \"Id\": 226989,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35799\n    },\n    {\n        \"Id\": 226990,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19993\n    },\n    {\n        \"Id\": 226991,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21356\n    },\n    {\n        \"Id\": 226992,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77606\n    },\n    {\n        \"Id\": 226993,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18561\n    },\n    {\n        \"Id\": 226994,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35436\n    },\n    {\n        \"Id\": 226995,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18838\n    },\n    {\n        \"Id\": 226996,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35640\n    },\n    {\n        \"Id\": 226997,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76103\n    },\n    {\n        \"Id\": 226998,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76104\n    },\n    {\n        \"Id\": 226999,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80664\n    },\n    {\n        \"Id\": 227000,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75409\n    },\n    {\n        \"Id\": 227001,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78175\n    },\n    {\n        \"Id\": 227002,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75410\n    },\n    {\n        \"Id\": 227003,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75411\n    },\n    {\n        \"Id\": 227004,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75412\n    },\n    {\n        \"Id\": 227005,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37005\n    },\n    {\n        \"Id\": 227006,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72556\n    },\n    {\n        \"Id\": 227007,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80432\n    },\n    {\n        \"Id\": 227008,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37006\n    },\n    {\n        \"Id\": 227009,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78189\n    },\n    {\n        \"Id\": 227010,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22424\n    },\n    {\n        \"Id\": 227011,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20507\n    },\n    {\n        \"Id\": 227012,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19447\n    },\n    {\n        \"Id\": 227013,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18854\n    },\n    {\n        \"Id\": 227014,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78924\n    },\n    {\n        \"Id\": 227015,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1027\n    },\n    {\n        \"Id\": 227016,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19243\n    },\n    {\n        \"Id\": 227017,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41600\n    },\n    {\n        \"Id\": 227018,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80221\n    },\n    {\n        \"Id\": 227019,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 256\n    },\n    {\n        \"Id\": 227020,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1168\n    },\n    {\n        \"Id\": 227021,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77317\n    },\n    {\n        \"Id\": 227022,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41048\n    },\n    {\n        \"Id\": 227023,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41047\n    },\n    {\n        \"Id\": 227024,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35606\n    },\n    {\n        \"Id\": 227025,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41050\n    },\n    {\n        \"Id\": 227026,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41046\n    },\n    {\n        \"Id\": 227027,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41049\n    },\n    {\n        \"Id\": 227028,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35752\n    },\n    {\n        \"Id\": 227029,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81131\n    },\n    {\n        \"Id\": 227030,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77607\n    },\n    {\n        \"Id\": 227031,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18800\n    },\n    {\n        \"Id\": 227032,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18932\n    },\n    {\n        \"Id\": 227033,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18799\n    },\n    {\n        \"Id\": 227034,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75908\n    },\n    {\n        \"Id\": 227035,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35981\n    },\n    {\n        \"Id\": 227036,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37036\n    },\n    {\n        \"Id\": 227037,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37038\n    },\n    {\n        \"Id\": 227038,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75909\n    },\n    {\n        \"Id\": 227039,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72752\n    },\n    {\n        \"Id\": 227040,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73168\n    },\n    {\n        \"Id\": 227041,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77315\n    },\n    {\n        \"Id\": 227042,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78074\n    },\n    {\n        \"Id\": 227043,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75705\n    },\n    {\n        \"Id\": 227044,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75725\n    },\n    {\n        \"Id\": 227045,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76010\n    },\n    {\n        \"Id\": 227046,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78347\n    },\n    {\n        \"Id\": 227047,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78348\n    },\n    {\n        \"Id\": 227048,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75675\n    },\n    {\n        \"Id\": 227049,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35476\n    },\n    {\n        \"Id\": 227050,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18618\n    },\n    {\n        \"Id\": 227051,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18619\n    },\n    {\n        \"Id\": 227052,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20173\n    },\n    {\n        \"Id\": 227053,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20034\n    },\n    {\n        \"Id\": 227054,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21141\n    },\n    {\n        \"Id\": 227055,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35992\n    },\n    {\n        \"Id\": 227056,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75767\n    },\n    {\n        \"Id\": 227057,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76144\n    },\n    {\n        \"Id\": 227058,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 624\n    },\n    {\n        \"Id\": 227059,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1146\n    },\n    {\n        \"Id\": 227060,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 639\n    },\n    {\n        \"Id\": 227061,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77877\n    },\n    {\n        \"Id\": 227062,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21276\n    },\n    {\n        \"Id\": 227063,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19690\n    },\n    {\n        \"Id\": 227064,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18569\n    },\n    {\n        \"Id\": 227065,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19192\n    },\n    {\n        \"Id\": 227066,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19164\n    },\n    {\n        \"Id\": 227067,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 996\n    },\n    {\n        \"Id\": 227068,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 763\n    },\n    {\n        \"Id\": 227069,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 917\n    },\n    {\n        \"Id\": 227070,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1116\n    },\n    {\n        \"Id\": 227071,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1177\n    },\n    {\n        \"Id\": 227072,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 810\n    },\n    {\n        \"Id\": 227073,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78097\n    },\n    {\n        \"Id\": 227074,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78096\n    },\n    {\n        \"Id\": 227075,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19415\n    },\n    {\n        \"Id\": 227076,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35009\n    },\n    {\n        \"Id\": 227077,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34995\n    },\n    {\n        \"Id\": 227078,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35428\n    },\n    {\n        \"Id\": 227079,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18826\n    },\n    {\n        \"Id\": 227080,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35854\n    },\n    {\n        \"Id\": 227081,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35855\n    },\n    {\n        \"Id\": 227082,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35459\n    },\n    {\n        \"Id\": 227083,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73199\n    },\n    {\n        \"Id\": 227084,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19038\n    },\n    {\n        \"Id\": 227085,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 998\n    },\n    {\n        \"Id\": 227086,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19992\n    },\n    {\n        \"Id\": 227087,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21839\n    },\n    {\n        \"Id\": 227088,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19991\n    },\n    {\n        \"Id\": 227089,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 741\n    },\n    {\n        \"Id\": 227090,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 936\n    },\n    {\n        \"Id\": 227091,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 713\n    },\n    {\n        \"Id\": 227092,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35818\n    },\n    {\n        \"Id\": 227093,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 727\n    },\n    {\n        \"Id\": 227094,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19493\n    },\n    {\n        \"Id\": 227095,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20190\n    },\n    {\n        \"Id\": 227096,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 889\n    },\n    {\n        \"Id\": 227097,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77559\n    },\n    {\n        \"Id\": 227098,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22582\n    },\n    {\n        \"Id\": 227099,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19036\n    },\n    {\n        \"Id\": 227100,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 626\n    },\n    {\n        \"Id\": 227101,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1153\n    },\n    {\n        \"Id\": 227102,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72575\n    },\n    {\n        \"Id\": 227103,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76126\n    },\n    {\n        \"Id\": 227104,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22520\n    },\n    {\n        \"Id\": 227105,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 575\n    },\n    {\n        \"Id\": 227106,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19239\n    },\n    {\n        \"Id\": 227107,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35460\n    },\n    {\n        \"Id\": 227108,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19633\n    },\n    {\n        \"Id\": 227109,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22755\n    },\n    {\n        \"Id\": 227110,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75400\n    },\n    {\n        \"Id\": 227111,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81388\n    },\n    {\n        \"Id\": 227112,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81389\n    },\n    {\n        \"Id\": 227113,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20268\n    },\n    {\n        \"Id\": 227114,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18856\n    },\n    {\n        \"Id\": 227115,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22533\n    },\n    {\n        \"Id\": 227116,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22405\n    },\n    {\n        \"Id\": 227117,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79947\n    },\n    {\n        \"Id\": 227118,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75514\n    },\n    {\n        \"Id\": 227119,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21381\n    },\n    {\n        \"Id\": 227120,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23222\n    },\n    {\n        \"Id\": 227121,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23524\n    },\n    {\n        \"Id\": 227122,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25415\n    },\n    {\n        \"Id\": 227123,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25416\n    },\n    {\n        \"Id\": 227124,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25439\n    },\n    {\n        \"Id\": 227125,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25462\n    },\n    {\n        \"Id\": 227126,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25485\n    },\n    {\n        \"Id\": 227127,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25508\n    },\n    {\n        \"Id\": 227128,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25585\n    },\n    {\n        \"Id\": 227129,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25608\n    },\n    {\n        \"Id\": 227130,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25672\n    },\n    {\n        \"Id\": 227131,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25673\n    },\n    {\n        \"Id\": 227132,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25674\n    },\n    {\n        \"Id\": 227133,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25675\n    },\n    {\n        \"Id\": 227134,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25676\n    },\n    {\n        \"Id\": 227135,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25677\n    },\n    {\n        \"Id\": 227136,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25688\n    },\n    {\n        \"Id\": 227137,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25717\n    },\n    {\n        \"Id\": 227138,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25720\n    },\n    {\n        \"Id\": 227139,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25722\n    },\n    {\n        \"Id\": 227140,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25740\n    },\n    {\n        \"Id\": 227141,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25788\n    },\n    {\n        \"Id\": 227142,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25823\n    },\n    {\n        \"Id\": 227143,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25869\n    },\n    {\n        \"Id\": 227144,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 26318\n    },\n    {\n        \"Id\": 227145,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 26485\n    },\n    {\n        \"Id\": 227146,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 26959\n    },\n    {\n        \"Id\": 227147,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27151\n    },\n    {\n        \"Id\": 227148,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27197\n    },\n    {\n        \"Id\": 227149,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27220\n    },\n    {\n        \"Id\": 227150,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27243\n    },\n    {\n        \"Id\": 227151,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27646\n    },\n    {\n        \"Id\": 227152,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28379\n    },\n    {\n        \"Id\": 227153,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28402\n    },\n    {\n        \"Id\": 227154,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28502\n    },\n    {\n        \"Id\": 227155,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28525\n    },\n    {\n        \"Id\": 227156,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28548\n    },\n    {\n        \"Id\": 227157,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28594\n    },\n    {\n        \"Id\": 227158,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29672\n    },\n    {\n        \"Id\": 227159,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29707\n    },\n    {\n        \"Id\": 227160,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29830\n    },\n    {\n        \"Id\": 227161,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29853\n    },\n    {\n        \"Id\": 227162,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29876\n    },\n    {\n        \"Id\": 227163,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29899\n    },\n    {\n        \"Id\": 227164,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29922\n    },\n    {\n        \"Id\": 227165,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29942\n    },\n    {\n        \"Id\": 227166,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29944\n    },\n    {\n        \"Id\": 227167,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30294\n    },\n    {\n        \"Id\": 227168,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30437\n    },\n    {\n        \"Id\": 227169,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30563\n    },\n    {\n        \"Id\": 227170,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30570\n    },\n    {\n        \"Id\": 227171,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72856\n    },\n    {\n        \"Id\": 227172,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19132\n    },\n    {\n        \"Id\": 227173,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20317\n    },\n    {\n        \"Id\": 227174,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78315\n    },\n    {\n        \"Id\": 227175,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39018\n    },\n    {\n        \"Id\": 227176,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77318\n    },\n    {\n        \"Id\": 227177,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21193\n    },\n    {\n        \"Id\": 227178,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41136\n    },\n    {\n        \"Id\": 227179,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41137\n    },\n    {\n        \"Id\": 227180,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78342\n    },\n    {\n        \"Id\": 227181,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22148\n    },\n    {\n        \"Id\": 227182,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36334\n    },\n    {\n        \"Id\": 227183,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36144\n    },\n    {\n        \"Id\": 227184,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78340\n    },\n    {\n        \"Id\": 227185,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78341\n    },\n    {\n        \"Id\": 227186,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77294\n    },\n    {\n        \"Id\": 227187,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41138\n    },\n    {\n        \"Id\": 227188,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20760\n    },\n    {\n        \"Id\": 227189,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 749\n    },\n    {\n        \"Id\": 227190,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35128\n    },\n    {\n        \"Id\": 227191,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35117\n    },\n    {\n        \"Id\": 227192,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80283\n    },\n    {\n        \"Id\": 227193,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77608\n    },\n    {\n        \"Id\": 227194,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19670\n    },\n    {\n        \"Id\": 227195,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 951\n    },\n    {\n        \"Id\": 227196,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1216\n    },\n    {\n        \"Id\": 227197,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20085\n    },\n    {\n        \"Id\": 227198,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19719\n    },\n    {\n        \"Id\": 227199,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81377\n    },\n    {\n        \"Id\": 227200,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81139\n    },\n    {\n        \"Id\": 227201,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81185\n    },\n    {\n        \"Id\": 227202,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81186\n    },\n    {\n        \"Id\": 227203,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81187\n    },\n    {\n        \"Id\": 227204,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81030\n    },\n    {\n        \"Id\": 227205,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81190\n    },\n    {\n        \"Id\": 227206,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81191\n    },\n    {\n        \"Id\": 227207,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81345\n    },\n    {\n        \"Id\": 227208,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81213\n    },\n    {\n        \"Id\": 227209,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40741\n    },\n    {\n        \"Id\": 227210,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81226\n    },\n    {\n        \"Id\": 227211,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76003\n    },\n    {\n        \"Id\": 227212,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36016\n    },\n    {\n        \"Id\": 227213,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37079\n    },\n    {\n        \"Id\": 227214,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77609\n    },\n    {\n        \"Id\": 227215,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81125\n    },\n    {\n        \"Id\": 227216,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77668\n    },\n    {\n        \"Id\": 227217,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78110\n    },\n    {\n        \"Id\": 227218,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18883\n    },\n    {\n        \"Id\": 227219,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22404\n    },\n    {\n        \"Id\": 227220,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18680\n    },\n    {\n        \"Id\": 227221,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21568\n    },\n    {\n        \"Id\": 227222,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30689\n    },\n    {\n        \"Id\": 227223,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30677\n    },\n    {\n        \"Id\": 227224,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77755\n    },\n    {\n        \"Id\": 227225,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77754\n    },\n    {\n        \"Id\": 227226,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80225\n    },\n    {\n        \"Id\": 227227,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80233\n    },\n    {\n        \"Id\": 227228,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77812\n    },\n    {\n        \"Id\": 227229,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81061\n    },\n    {\n        \"Id\": 227230,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 698\n    },\n    {\n        \"Id\": 227231,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18805\n    },\n    {\n        \"Id\": 227232,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39082\n    },\n    {\n        \"Id\": 227233,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38997\n    },\n    {\n        \"Id\": 227234,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80364\n    },\n    {\n        \"Id\": 227235,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81348\n    },\n    {\n        \"Id\": 227236,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81347\n    },\n    {\n        \"Id\": 227237,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37524\n    },\n    {\n        \"Id\": 227238,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76067\n    },\n    {\n        \"Id\": 227239,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 641\n    },\n    {\n        \"Id\": 227240,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22408\n    },\n    {\n        \"Id\": 227241,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36920\n    },\n    {\n        \"Id\": 227242,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21006\n    },\n    {\n        \"Id\": 227243,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 895\n    },\n    {\n        \"Id\": 227244,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19936\n    },\n    {\n        \"Id\": 227245,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20489\n    },\n    {\n        \"Id\": 227246,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19193\n    },\n    {\n        \"Id\": 227247,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21886\n    },\n    {\n        \"Id\": 227248,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77534\n    },\n    {\n        \"Id\": 227249,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77810\n    },\n    {\n        \"Id\": 227250,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77972\n    },\n    {\n        \"Id\": 227251,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35972\n    },\n    {\n        \"Id\": 227252,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78152\n    },\n    {\n        \"Id\": 227253,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78127\n    },\n    {\n        \"Id\": 227254,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 411\n    },\n    {\n        \"Id\": 227255,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21564\n    },\n    {\n        \"Id\": 227256,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77771\n    },\n    {\n        \"Id\": 227257,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77772\n    },\n    {\n        \"Id\": 227258,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77795\n    },\n    {\n        \"Id\": 227259,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77775\n    },\n    {\n        \"Id\": 227260,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77777\n    },\n    {\n        \"Id\": 227261,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77779\n    },\n    {\n        \"Id\": 227262,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77781\n    },\n    {\n        \"Id\": 227263,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77783\n    },\n    {\n        \"Id\": 227264,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77786\n    },\n    {\n        \"Id\": 227265,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77793\n    },\n    {\n        \"Id\": 227266,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77794\n    },\n    {\n        \"Id\": 227267,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77770\n    },\n    {\n        \"Id\": 227268,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23163\n    },\n    {\n        \"Id\": 227269,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80788\n    },\n    {\n        \"Id\": 227270,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 980\n    },\n    {\n        \"Id\": 227271,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1222\n    },\n    {\n        \"Id\": 227272,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78044\n    },\n    {\n        \"Id\": 227273,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78119\n    },\n    {\n        \"Id\": 227274,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78047\n    },\n    {\n        \"Id\": 227275,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78141\n    },\n    {\n        \"Id\": 227276,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72990\n    },\n    {\n        \"Id\": 227277,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 633\n    },\n    {\n        \"Id\": 227278,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 362\n    },\n    {\n        \"Id\": 227279,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41132\n    },\n    {\n        \"Id\": 227280,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37183\n    },\n    {\n        \"Id\": 227281,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77610\n    },\n    {\n        \"Id\": 227282,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78253\n    },\n    {\n        \"Id\": 227283,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80693\n    },\n    {\n        \"Id\": 227284,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78899\n    },\n    {\n        \"Id\": 227285,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75737\n    },\n    {\n        \"Id\": 227286,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41052\n    },\n    {\n        \"Id\": 227287,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41512\n    },\n    {\n        \"Id\": 227288,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20009\n    },\n    {\n        \"Id\": 227289,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 719\n    },\n    {\n        \"Id\": 227290,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18830\n    },\n    {\n        \"Id\": 227291,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21378\n    },\n    {\n        \"Id\": 227292,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18880\n    },\n    {\n        \"Id\": 227293,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18586\n    },\n    {\n        \"Id\": 227294,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20531\n    },\n    {\n        \"Id\": 227295,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 844\n    },\n    {\n        \"Id\": 227296,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79898\n    },\n    {\n        \"Id\": 227297,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79899\n    },\n    {\n        \"Id\": 227298,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21377\n    },\n    {\n        \"Id\": 227299,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72643\n    },\n    {\n        \"Id\": 227300,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72644\n    },\n    {\n        \"Id\": 227301,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72645\n    },\n    {\n        \"Id\": 227302,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40761\n    },\n    {\n        \"Id\": 227303,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80768\n    },\n    {\n        \"Id\": 227304,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78145\n    },\n    {\n        \"Id\": 227305,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77859\n    },\n    {\n        \"Id\": 227306,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77862\n    },\n    {\n        \"Id\": 227307,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77863\n    },\n    {\n        \"Id\": 227308,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78220\n    },\n    {\n        \"Id\": 227309,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78165\n    },\n    {\n        \"Id\": 227310,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78162\n    },\n    {\n        \"Id\": 227311,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78164\n    },\n    {\n        \"Id\": 227312,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78166\n    },\n    {\n        \"Id\": 227313,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77943\n    },\n    {\n        \"Id\": 227314,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77723\n    },\n    {\n        \"Id\": 227315,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77880\n    },\n    {\n        \"Id\": 227316,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78115\n    },\n    {\n        \"Id\": 227317,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77992\n    },\n    {\n        \"Id\": 227318,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78008\n    },\n    {\n        \"Id\": 227319,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78178\n    },\n    {\n        \"Id\": 227320,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78180\n    },\n    {\n        \"Id\": 227321,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78179\n    },\n    {\n        \"Id\": 227322,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78183\n    },\n    {\n        \"Id\": 227323,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78234\n    },\n    {\n        \"Id\": 227324,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78239\n    },\n    {\n        \"Id\": 227325,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78335\n    },\n    {\n        \"Id\": 227326,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78190\n    },\n    {\n        \"Id\": 227327,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78177\n    },\n    {\n        \"Id\": 227328,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79903\n    },\n    {\n        \"Id\": 227329,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78885\n    },\n    {\n        \"Id\": 227330,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78886\n    },\n    {\n        \"Id\": 227331,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78902\n    },\n    {\n        \"Id\": 227332,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78904\n    },\n    {\n        \"Id\": 227333,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78905\n    },\n    {\n        \"Id\": 227334,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78269\n    },\n    {\n        \"Id\": 227335,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78324\n    },\n    {\n        \"Id\": 227336,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78323\n    },\n    {\n        \"Id\": 227337,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78321\n    },\n    {\n        \"Id\": 227338,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78325\n    },\n    {\n        \"Id\": 227339,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79893\n    },\n    {\n        \"Id\": 227340,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79892\n    },\n    {\n        \"Id\": 227341,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79895\n    },\n    {\n        \"Id\": 227342,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79894\n    },\n    {\n        \"Id\": 227343,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80175\n    },\n    {\n        \"Id\": 227344,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80104\n    },\n    {\n        \"Id\": 227345,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80114\n    },\n    {\n        \"Id\": 227346,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80223\n    },\n    {\n        \"Id\": 227347,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80716\n    },\n    {\n        \"Id\": 227348,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80719\n    },\n    {\n        \"Id\": 227349,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78349\n    },\n    {\n        \"Id\": 227350,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78337\n    },\n    {\n        \"Id\": 227351,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80981\n    },\n    {\n        \"Id\": 227352,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81083\n    },\n    {\n        \"Id\": 227353,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78338\n    },\n    {\n        \"Id\": 227354,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81042\n    },\n    {\n        \"Id\": 227355,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81151\n    },\n    {\n        \"Id\": 227356,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78073\n    },\n    {\n        \"Id\": 227357,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78133\n    },\n    {\n        \"Id\": 227358,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80110\n    },\n    {\n        \"Id\": 227359,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80279\n    },\n    {\n        \"Id\": 227360,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80714\n    },\n    {\n        \"Id\": 227361,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80700\n    },\n    {\n        \"Id\": 227362,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81011\n    },\n    {\n        \"Id\": 227363,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81004\n    },\n    {\n        \"Id\": 227364,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80971\n    },\n    {\n        \"Id\": 227365,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80040\n    },\n    {\n        \"Id\": 227366,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80355\n    },\n    {\n        \"Id\": 227367,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78131\n    },\n    {\n        \"Id\": 227368,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78909\n    },\n    {\n        \"Id\": 227369,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77762\n    },\n    {\n        \"Id\": 227370,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77568\n    },\n    {\n        \"Id\": 227371,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77569\n    },\n    {\n        \"Id\": 227372,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78996\n    },\n    {\n        \"Id\": 227373,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80636\n    },\n    {\n        \"Id\": 227374,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78118\n    },\n    {\n        \"Id\": 227375,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80756\n    },\n    {\n        \"Id\": 227376,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78082\n    },\n    {\n        \"Id\": 227377,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77853\n    },\n    {\n        \"Id\": 227378,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78351\n    },\n    {\n        \"Id\": 227379,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78002\n    },\n    {\n        \"Id\": 227380,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77893\n    },\n    {\n        \"Id\": 227381,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81075\n    },\n    {\n        \"Id\": 227382,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79956\n    },\n    {\n        \"Id\": 227383,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77360\n    },\n    {\n        \"Id\": 227384,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77396\n    },\n    {\n        \"Id\": 227385,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77461\n    },\n    {\n        \"Id\": 227386,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77546\n    },\n    {\n        \"Id\": 227387,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78274\n    },\n    {\n        \"Id\": 227388,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78275\n    },\n    {\n        \"Id\": 227389,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78270\n    },\n    {\n        \"Id\": 227390,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78272\n    },\n    {\n        \"Id\": 227391,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78273\n    },\n    {\n        \"Id\": 227392,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77978\n    },\n    {\n        \"Id\": 227393,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78268\n    },\n    {\n        \"Id\": 227394,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80436\n    },\n    {\n        \"Id\": 227395,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80257\n    },\n    {\n        \"Id\": 227396,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80034\n    },\n    {\n        \"Id\": 227397,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80970\n    },\n    {\n        \"Id\": 227398,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78901\n    },\n    {\n        \"Id\": 227399,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77499\n    },\n    {\n        \"Id\": 227400,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77553\n    },\n    {\n        \"Id\": 227401,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77799\n    },\n    {\n        \"Id\": 227402,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77867\n    },\n    {\n        \"Id\": 227403,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77868\n    },\n    {\n        \"Id\": 227404,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80387\n    },\n    {\n        \"Id\": 227405,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77623\n    },\n    {\n        \"Id\": 227406,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78900\n    },\n    {\n        \"Id\": 227407,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78903\n    },\n    {\n        \"Id\": 227408,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77996\n    },\n    {\n        \"Id\": 227409,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77997\n    },\n    {\n        \"Id\": 227410,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80966\n    },\n    {\n        \"Id\": 227411,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80764\n    },\n    {\n        \"Id\": 227412,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80765\n    },\n    {\n        \"Id\": 227413,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80926\n    },\n    {\n        \"Id\": 227414,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80761\n    },\n    {\n        \"Id\": 227415,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80793\n    },\n    {\n        \"Id\": 227416,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81117\n    },\n    {\n        \"Id\": 227417,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80982\n    },\n    {\n        \"Id\": 227418,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80770\n    },\n    {\n        \"Id\": 227419,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80771\n    },\n    {\n        \"Id\": 227420,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80769\n    },\n    {\n        \"Id\": 227421,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78320\n    },\n    {\n        \"Id\": 227422,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77462\n    },\n    {\n        \"Id\": 227423,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78003\n    },\n    {\n        \"Id\": 227424,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77998\n    },\n    {\n        \"Id\": 227425,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77491\n    },\n    {\n        \"Id\": 227426,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80767\n    },\n    {\n        \"Id\": 227427,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77994\n    },\n    {\n        \"Id\": 227428,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80392\n    },\n    {\n        \"Id\": 227429,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80479\n    },\n    {\n        \"Id\": 227430,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80493\n    },\n    {\n        \"Id\": 227431,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77995\n    },\n    {\n        \"Id\": 227432,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80763\n    },\n    {\n        \"Id\": 227433,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81150\n    },\n    {\n        \"Id\": 227434,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80766\n    },\n    {\n        \"Id\": 227435,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77539\n    },\n    {\n        \"Id\": 227436,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77423\n    },\n    {\n        \"Id\": 227437,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77463\n    },\n    {\n        \"Id\": 227438,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77758\n    },\n    {\n        \"Id\": 227439,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78908\n    },\n    {\n        \"Id\": 227440,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78000\n    },\n    {\n        \"Id\": 227441,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77866\n    },\n    {\n        \"Id\": 227442,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78128\n    },\n    {\n        \"Id\": 227443,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78001\n    },\n    {\n        \"Id\": 227444,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34964\n    },\n    {\n        \"Id\": 227445,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19264\n    },\n    {\n        \"Id\": 227446,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35548\n    },\n    {\n        \"Id\": 227447,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81015\n    },\n    {\n        \"Id\": 227448,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81016\n    },\n    {\n        \"Id\": 227449,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18872\n    },\n    {\n        \"Id\": 227450,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77849\n    },\n    {\n        \"Id\": 227451,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34935\n    },\n    {\n        \"Id\": 227452,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19319\n    },\n    {\n        \"Id\": 227453,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18933\n    },\n    {\n        \"Id\": 227454,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19039\n    },\n    {\n        \"Id\": 227455,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18514\n    },\n    {\n        \"Id\": 227456,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79345\n    },\n    {\n        \"Id\": 227457,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19142\n    },\n    {\n        \"Id\": 227458,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75752\n    },\n    {\n        \"Id\": 227459,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76000\n    },\n    {\n        \"Id\": 227460,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18515\n    },\n    {\n        \"Id\": 227461,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18552\n    },\n    {\n        \"Id\": 227462,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18526\n    },\n    {\n        \"Id\": 227463,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18442\n    },\n    {\n        \"Id\": 227464,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41237\n    },\n    {\n        \"Id\": 227465,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22421\n    },\n    {\n        \"Id\": 227466,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78114\n    },\n    {\n        \"Id\": 227467,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78043\n    },\n    {\n        \"Id\": 227468,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78046\n    },\n    {\n        \"Id\": 227469,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80697\n    },\n    {\n        \"Id\": 227470,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78041\n    },\n    {\n        \"Id\": 227471,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20678\n    },\n    {\n        \"Id\": 227472,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21783\n    },\n    {\n        \"Id\": 227473,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36478\n    },\n    {\n        \"Id\": 227474,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20309\n    },\n    {\n        \"Id\": 227475,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19209\n    },\n    {\n        \"Id\": 227476,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40841\n    },\n    {\n        \"Id\": 227477,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80275\n    },\n    {\n        \"Id\": 227478,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19206\n    },\n    {\n        \"Id\": 227479,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36417\n    },\n    {\n        \"Id\": 227480,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36330\n    },\n    {\n        \"Id\": 227481,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36331\n    },\n    {\n        \"Id\": 227482,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19235\n    },\n    {\n        \"Id\": 227483,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19199\n    },\n    {\n        \"Id\": 227484,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20269\n    },\n    {\n        \"Id\": 227485,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76089\n    },\n    {\n        \"Id\": 227486,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35498\n    },\n    {\n        \"Id\": 227487,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35542\n    },\n    {\n        \"Id\": 227488,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72853\n    },\n    {\n        \"Id\": 227489,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72854\n    },\n    {\n        \"Id\": 227490,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81383\n    },\n    {\n        \"Id\": 227491,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81384\n    },\n    {\n        \"Id\": 227492,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81454\n    },\n    {\n        \"Id\": 227493,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18982\n    },\n    {\n        \"Id\": 227494,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77361\n    },\n    {\n        \"Id\": 227495,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37463\n    },\n    {\n        \"Id\": 227496,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 935\n    },\n    {\n        \"Id\": 227497,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19340\n    },\n    {\n        \"Id\": 227498,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21183\n    },\n    {\n        \"Id\": 227499,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23148\n    },\n    {\n        \"Id\": 227500,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1063\n    },\n    {\n        \"Id\": 227501,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19987\n    },\n    {\n        \"Id\": 227502,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21277\n    },\n    {\n        \"Id\": 227503,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80820\n    },\n    {\n        \"Id\": 227504,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30396\n    },\n    {\n        \"Id\": 227505,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35868\n    },\n    {\n        \"Id\": 227506,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40764\n    },\n    {\n        \"Id\": 227507,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76101\n    },\n    {\n        \"Id\": 227508,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77316\n    },\n    {\n        \"Id\": 227509,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79948\n    },\n    {\n        \"Id\": 227510,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78343\n    },\n    {\n        \"Id\": 227511,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36968\n    },\n    {\n        \"Id\": 227512,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36569\n    },\n    {\n        \"Id\": 227513,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35041\n    },\n    {\n        \"Id\": 227514,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77322\n    },\n    {\n        \"Id\": 227515,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78191\n    },\n    {\n        \"Id\": 227516,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75407\n    },\n    {\n        \"Id\": 227517,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78192\n    },\n    {\n        \"Id\": 227518,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78193\n    },\n    {\n        \"Id\": 227519,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78194\n    },\n    {\n        \"Id\": 227520,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78195\n    },\n    {\n        \"Id\": 227521,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78196\n    },\n    {\n        \"Id\": 227522,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76071\n    },\n    {\n        \"Id\": 227523,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41133\n    },\n    {\n        \"Id\": 227524,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37179\n    },\n    {\n        \"Id\": 227525,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77930\n    },\n    {\n        \"Id\": 227526,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79887\n    },\n    {\n        \"Id\": 227527,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79953\n    },\n    {\n        \"Id\": 227528,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80748\n    },\n    {\n        \"Id\": 227529,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36009\n    },\n    {\n        \"Id\": 227530,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80567\n    },\n    {\n        \"Id\": 227531,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35119\n    },\n    {\n        \"Id\": 227532,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35120\n    },\n    {\n        \"Id\": 227533,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76228\n    },\n    {\n        \"Id\": 227534,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76219\n    },\n    {\n        \"Id\": 227535,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76220\n    },\n    {\n        \"Id\": 227536,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76221\n    },\n    {\n        \"Id\": 227537,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76222\n    },\n    {\n        \"Id\": 227538,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76223\n    },\n    {\n        \"Id\": 227539,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76224\n    },\n    {\n        \"Id\": 227540,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76225\n    },\n    {\n        \"Id\": 227541,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76226\n    },\n    {\n        \"Id\": 227542,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76227\n    },\n    {\n        \"Id\": 227543,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78923\n    },\n    {\n        \"Id\": 227544,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35975\n    },\n    {\n        \"Id\": 227545,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35566\n    },\n    {\n        \"Id\": 227546,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75536\n    },\n    {\n        \"Id\": 227547,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80689\n    },\n    {\n        \"Id\": 227548,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35851\n    },\n    {\n        \"Id\": 227549,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78184\n    },\n    {\n        \"Id\": 227550,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35852\n    },\n    {\n        \"Id\": 227551,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37404\n    },\n    {\n        \"Id\": 227552,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41151\n    },\n    {\n        \"Id\": 227553,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41085\n    },\n    {\n        \"Id\": 227554,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41086\n    },\n    {\n        \"Id\": 227555,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22478\n    },\n    {\n        \"Id\": 227556,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22208\n    },\n    {\n        \"Id\": 227557,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39086\n    },\n    {\n        \"Id\": 227558,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37123\n    },\n    {\n        \"Id\": 227559,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36864\n    },\n    {\n        \"Id\": 227560,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36872\n    },\n    {\n        \"Id\": 227561,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39165\n    },\n    {\n        \"Id\": 227562,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36880\n    },\n    {\n        \"Id\": 227563,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72762\n    },\n    {\n        \"Id\": 227564,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36451\n    },\n    {\n        \"Id\": 227565,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36681\n    },\n    {\n        \"Id\": 227566,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39177\n    },\n    {\n        \"Id\": 227567,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36680\n    },\n    {\n        \"Id\": 227568,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72763\n    },\n    {\n        \"Id\": 227569,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36447\n    },\n    {\n        \"Id\": 227570,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35172\n    },\n    {\n        \"Id\": 227571,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36580\n    },\n    {\n        \"Id\": 227572,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72764\n    },\n    {\n        \"Id\": 227573,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72765\n    },\n    {\n        \"Id\": 227574,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36504\n    },\n    {\n        \"Id\": 227575,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22289\n    },\n    {\n        \"Id\": 227576,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72766\n    },\n    {\n        \"Id\": 227577,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72767\n    },\n    {\n        \"Id\": 227578,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72768\n    },\n    {\n        \"Id\": 227579,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80429\n    },\n    {\n        \"Id\": 227580,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35435\n    },\n    {\n        \"Id\": 227581,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35456\n    },\n    {\n        \"Id\": 227582,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36315\n    },\n    {\n        \"Id\": 227583,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72772\n    },\n    {\n        \"Id\": 227584,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36755\n    },\n    {\n        \"Id\": 227585,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36738\n    },\n    {\n        \"Id\": 227586,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72771\n    },\n    {\n        \"Id\": 227587,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72770\n    },\n    {\n        \"Id\": 227588,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39167\n    },\n    {\n        \"Id\": 227589,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39212\n    },\n    {\n        \"Id\": 227590,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35848\n    },\n    {\n        \"Id\": 227591,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22394\n    },\n    {\n        \"Id\": 227592,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22395\n    },\n    {\n        \"Id\": 227593,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22396\n    },\n    {\n        \"Id\": 227594,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35847\n    },\n    {\n        \"Id\": 227595,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35095\n    },\n    {\n        \"Id\": 227596,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35453\n    },\n    {\n        \"Id\": 227597,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35506\n    },\n    {\n        \"Id\": 227598,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76107\n    },\n    {\n        \"Id\": 227599,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76108\n    },\n    {\n        \"Id\": 227600,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77323\n    },\n    {\n        \"Id\": 227601,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72930\n    },\n    {\n        \"Id\": 227602,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80057\n    },\n    {\n        \"Id\": 227603,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80058\n    },\n    {\n        \"Id\": 227604,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80060\n    },\n    {\n        \"Id\": 227605,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80061\n    },\n    {\n        \"Id\": 227606,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80062\n    },\n    {\n        \"Id\": 227607,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39091\n    },\n    {\n        \"Id\": 227608,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75551\n    },\n    {\n        \"Id\": 227609,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37004\n    },\n    {\n        \"Id\": 227610,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76087\n    },\n    {\n        \"Id\": 227611,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22571\n    },\n    {\n        \"Id\": 227612,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37124\n    },\n    {\n        \"Id\": 227613,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35451\n    },\n    {\n        \"Id\": 227614,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35455\n    },\n    {\n        \"Id\": 227615,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36494\n    },\n    {\n        \"Id\": 227616,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35505\n    },\n    {\n        \"Id\": 227617,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36200\n    },\n    {\n        \"Id\": 227618,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36204\n    },\n    {\n        \"Id\": 227619,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36202\n    },\n    {\n        \"Id\": 227620,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36203\n    },\n    {\n        \"Id\": 227621,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36201\n    },\n    {\n        \"Id\": 227622,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38983\n    },\n    {\n        \"Id\": 227623,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72545\n    },\n    {\n        \"Id\": 227624,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81387\n    },\n    {\n        \"Id\": 227625,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36767\n    },\n    {\n        \"Id\": 227626,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75369\n    },\n    {\n        \"Id\": 227627,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81391\n    },\n    {\n        \"Id\": 227628,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81390\n    },\n    {\n        \"Id\": 227629,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35507\n    },\n    {\n        \"Id\": 227630,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35465\n    },\n    {\n        \"Id\": 227631,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41488\n    },\n    {\n        \"Id\": 227632,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72357\n    },\n    {\n        \"Id\": 227633,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22388\n    },\n    {\n        \"Id\": 227634,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22288\n    },\n    {\n        \"Id\": 227635,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41155\n    },\n    {\n        \"Id\": 227636,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30700\n    },\n    {\n        \"Id\": 227637,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19125\n    },\n    {\n        \"Id\": 227638,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19758\n    },\n    {\n        \"Id\": 227639,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72584\n    },\n    {\n        \"Id\": 227640,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41492\n    },\n    {\n        \"Id\": 227641,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78039\n    },\n    {\n        \"Id\": 227642,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73203\n    },\n    {\n        \"Id\": 227643,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30701\n    },\n    {\n        \"Id\": 227644,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39080\n    },\n    {\n        \"Id\": 227645,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30702\n    },\n    {\n        \"Id\": 227646,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73027\n    },\n    {\n        \"Id\": 227647,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73028\n    },\n    {\n        \"Id\": 227648,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40765\n    },\n    {\n        \"Id\": 227649,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75362\n    },\n    {\n        \"Id\": 227650,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40767\n    },\n    {\n        \"Id\": 227651,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38959\n    },\n    {\n        \"Id\": 227652,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73172\n    },\n    {\n        \"Id\": 227653,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72962\n    },\n    {\n        \"Id\": 227654,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72946\n    },\n    {\n        \"Id\": 227655,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37182\n    },\n    {\n        \"Id\": 227656,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20197\n    },\n    {\n        \"Id\": 227657,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77611\n    },\n    {\n        \"Id\": 227658,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36437\n    },\n    {\n        \"Id\": 227659,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76159\n    },\n    {\n        \"Id\": 227660,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20957\n    },\n    {\n        \"Id\": 227661,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20812\n    },\n    {\n        \"Id\": 227662,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19986\n    },\n    {\n        \"Id\": 227663,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21785\n    },\n    {\n        \"Id\": 227664,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 601\n    },\n    {\n        \"Id\": 227665,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18730\n    },\n    {\n        \"Id\": 227666,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75797\n    },\n    {\n        \"Id\": 227667,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19123\n    },\n    {\n        \"Id\": 227668,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35025\n    },\n    {\n        \"Id\": 227669,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18633\n    },\n    {\n        \"Id\": 227670,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80645\n    },\n    {\n        \"Id\": 227671,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19554\n    },\n    {\n        \"Id\": 227672,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19121\n    },\n    {\n        \"Id\": 227673,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35235\n    },\n    {\n        \"Id\": 227674,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22518\n    },\n    {\n        \"Id\": 227675,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35849\n    },\n    {\n        \"Id\": 227676,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18915\n    },\n    {\n        \"Id\": 227677,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41609\n    },\n    {\n        \"Id\": 227678,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38566\n    },\n    {\n        \"Id\": 227679,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 410\n    },\n    {\n        \"Id\": 227680,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19770\n    },\n    {\n        \"Id\": 227681,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79938\n    },\n    {\n        \"Id\": 227682,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 883\n    },\n    {\n        \"Id\": 227683,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77612\n    },\n    {\n        \"Id\": 227684,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19470\n    },\n    {\n        \"Id\": 227685,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21565\n    },\n    {\n        \"Id\": 227686,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 177\n    },\n    {\n        \"Id\": 227687,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41579\n    },\n    {\n        \"Id\": 227688,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77613\n    },\n    {\n        \"Id\": 227689,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39083\n    },\n    {\n        \"Id\": 227690,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35989\n    },\n    {\n        \"Id\": 227691,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20942\n    },\n    {\n        \"Id\": 227692,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21380\n    },\n    {\n        \"Id\": 227693,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76237\n    },\n    {\n        \"Id\": 227694,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77614\n    },\n    {\n        \"Id\": 227695,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77615\n    },\n    {\n        \"Id\": 227696,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19985\n    },\n    {\n        \"Id\": 227697,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36576\n    },\n    {\n        \"Id\": 227698,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39084\n    },\n    {\n        \"Id\": 227699,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 603\n    },\n    {\n        \"Id\": 227700,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21078\n    },\n    {\n        \"Id\": 227701,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78942\n    },\n    {\n        \"Id\": 227702,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18821\n    },\n    {\n        \"Id\": 227703,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19832\n    },\n    {\n        \"Id\": 227704,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20073\n    },\n    {\n        \"Id\": 227705,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20748\n    },\n    {\n        \"Id\": 227706,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21504\n    },\n    {\n        \"Id\": 227707,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19762\n    },\n    {\n        \"Id\": 227708,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37194\n    },\n    {\n        \"Id\": 227709,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18861\n    },\n    {\n        \"Id\": 227710,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20010\n    },\n    {\n        \"Id\": 227711,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20808\n    },\n    {\n        \"Id\": 227712,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18533\n    },\n    {\n        \"Id\": 227713,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1091\n    },\n    {\n        \"Id\": 227714,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80790\n    },\n    {\n        \"Id\": 227715,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 934\n    },\n    {\n        \"Id\": 227716,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1005\n    },\n    {\n        \"Id\": 227717,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20592\n    },\n    {\n        \"Id\": 227718,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77616\n    },\n    {\n        \"Id\": 227719,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 926\n    },\n    {\n        \"Id\": 227720,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22507\n    },\n    {\n        \"Id\": 227721,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22584\n    },\n    {\n        \"Id\": 227722,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21502\n    },\n    {\n        \"Id\": 227723,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18855\n    },\n    {\n        \"Id\": 227724,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21944\n    },\n    {\n        \"Id\": 227725,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19033\n    },\n    {\n        \"Id\": 227726,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40926\n    },\n    {\n        \"Id\": 227727,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76099\n    },\n    {\n        \"Id\": 227728,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39013\n    },\n    {\n        \"Id\": 227729,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 346\n    },\n    {\n        \"Id\": 227730,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41573\n    },\n    {\n        \"Id\": 227731,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41571\n    },\n    {\n        \"Id\": 227732,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19363\n    },\n    {\n        \"Id\": 227733,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73101\n    },\n    {\n        \"Id\": 227734,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23164\n    },\n    {\n        \"Id\": 227735,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35978\n    },\n    {\n        \"Id\": 227736,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18565\n    },\n    {\n        \"Id\": 227737,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36803\n    },\n    {\n        \"Id\": 227738,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77314\n    },\n    {\n        \"Id\": 227739,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80344\n    },\n    {\n        \"Id\": 227740,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19831\n    },\n    {\n        \"Id\": 227741,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38999\n    },\n    {\n        \"Id\": 227742,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39000\n    },\n    {\n        \"Id\": 227743,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39125\n    },\n    {\n        \"Id\": 227744,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39124\n    },\n    {\n        \"Id\": 227745,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38998\n    },\n    {\n        \"Id\": 227746,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20769\n    },\n    {\n        \"Id\": 227747,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35841\n    },\n    {\n        \"Id\": 227748,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35842\n    },\n    {\n        \"Id\": 227749,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35843\n    },\n    {\n        \"Id\": 227750,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19562\n    },\n    {\n        \"Id\": 227751,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77324\n    },\n    {\n        \"Id\": 227752,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77325\n    },\n    {\n        \"Id\": 227753,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77362\n    },\n    {\n        \"Id\": 227754,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80666\n    },\n    {\n        \"Id\": 227755,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36734\n    },\n    {\n        \"Id\": 227756,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79885\n    },\n    {\n        \"Id\": 227757,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79884\n    },\n    {\n        \"Id\": 227758,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36708\n    },\n    {\n        \"Id\": 227759,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80725\n    },\n    {\n        \"Id\": 227760,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80724\n    },\n    {\n        \"Id\": 227761,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80723\n    },\n    {\n        \"Id\": 227762,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77336\n    },\n    {\n        \"Id\": 227763,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78913\n    },\n    {\n        \"Id\": 227764,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21255\n    },\n    {\n        \"Id\": 227765,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 723\n    },\n    {\n        \"Id\": 227766,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19490\n    },\n    {\n        \"Id\": 227767,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75742\n    },\n    {\n        \"Id\": 227768,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75743\n    },\n    {\n        \"Id\": 227769,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75744\n    },\n    {\n        \"Id\": 227770,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76109\n    },\n    {\n        \"Id\": 227771,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38969\n    },\n    {\n        \"Id\": 227772,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19888\n    },\n    {\n        \"Id\": 227773,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80094\n    },\n    {\n        \"Id\": 227774,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80250\n    },\n    {\n        \"Id\": 227775,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35439\n    },\n    {\n        \"Id\": 227776,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78004\n    },\n    {\n        \"Id\": 227777,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79880\n    },\n    {\n        \"Id\": 227778,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18931\n    },\n    {\n        \"Id\": 227779,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77501\n    },\n    {\n        \"Id\": 227780,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77726\n    },\n    {\n        \"Id\": 227781,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77956\n    },\n    {\n        \"Id\": 227782,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80620\n    },\n    {\n        \"Id\": 227783,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20591\n    },\n    {\n        \"Id\": 227784,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19295\n    },\n    {\n        \"Id\": 227785,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1196\n    },\n    {\n        \"Id\": 227786,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75393\n    },\n    {\n        \"Id\": 227787,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75391\n    },\n    {\n        \"Id\": 227788,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19928\n    },\n    {\n        \"Id\": 227789,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36604\n    },\n    {\n        \"Id\": 227790,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35339\n    },\n    {\n        \"Id\": 227791,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36414\n    },\n    {\n        \"Id\": 227792,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38873\n    },\n    {\n        \"Id\": 227793,\n        \"CostingCodeId\": 1080,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 227794,\n        \"CostingCodeId\": 1081,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 227795,\n        \"CostingCodeId\": 1082,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 227796,\n        \"CostingCodeId\": 1083,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 227797,\n        \"CostingCodeId\": 1095,\n        \"ClientId\": 36205\n    },\n    {\n        \"Id\": 227798,\n        \"CostingCodeId\": 1095,\n        \"ClientId\": 36604\n    },\n    {\n        \"Id\": 227799,\n        \"CostingCodeId\": 1096,\n        \"ClientId\": 36604\n    },\n    {\n        \"Id\": 227800,\n        \"CostingCodeId\": 1096,\n        \"ClientId\": 77501\n    },\n    {\n        \"Id\": 227801,\n        \"CostingCodeId\": 1096,\n        \"ClientId\": 77726\n    },\n    {\n        \"Id\": 227802,\n        \"CostingCodeId\": 1096,\n        \"ClientId\": 80620\n    },\n    {\n        \"Id\": 227803,\n        \"CostingCodeId\": 1095,\n        \"ClientId\": 77726\n    },\n    {\n        \"Id\": 227804,\n        \"CostingCodeId\": 1095,\n        \"ClientId\": 77956\n    },\n    {\n        \"Id\": 227805,\n        \"CostingCodeId\": 1095,\n        \"ClientId\": 80620\n    },\n    {\n        \"Id\": 227806,\n        \"CostingCodeId\": 1097,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 227807,\n        \"CostingCodeId\": 1098,\n        \"ClientId\": 171\n    },\n    {\n        \"Id\": 227808,\n        \"CostingCodeId\": 1099,\n        \"ClientId\": 171\n    },\n    {\n        \"Id\": 227809,\n        \"CostingCodeId\": 1100,\n        \"ClientId\": 171\n    },\n    {\n        \"Id\": 227810,\n        \"CostingCodeId\": 1099,\n        \"ClientId\": 36387\n    },\n    {\n        \"Id\": 227811,\n        \"CostingCodeId\": 1098,\n        \"ClientId\": 81372\n    },\n    {\n        \"Id\": 227812,\n        \"CostingCodeId\": 1098,\n        \"ClientId\": 36387\n    },\n    {\n        \"Id\": 227813,\n        \"CostingCodeId\": 1099,\n        \"ClientId\": 81372\n    },\n    {\n        \"Id\": 227814,\n        \"CostingCodeId\": 1100,\n        \"ClientId\": 81372\n    },\n    {\n        \"Id\": 227815,\n        \"CostingCodeId\": 1100,\n        \"ClientId\": 36387\n    },\n    {\n        \"Id\": 227820,\n        \"CostingCodeId\": 1103,\n        \"ClientId\": 20781\n    },\n    {\n        \"Id\": 227821,\n        \"CostingCodeId\": 1103,\n        \"ClientId\": 35982\n    },\n    {\n        \"Id\": 227822,\n        \"CostingCodeId\": 1098,\n        \"ClientId\": 35982\n    },\n    {\n        \"Id\": 227823,\n        \"CostingCodeId\": 1104,\n        \"ClientId\": 20781\n    },\n    {\n        \"Id\": 227824,\n        \"CostingCodeId\": 1104,\n        \"ClientId\": 35982\n    }\n]"},{"id":"aa278a6a-813f-4e8c-95b4-2a8b4124bb4a","name":"CostingCodeClientAccessRequest (where CodeIds = 1,2,5)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeClientAccessRequest?CodeIds=1,2,5","host":["{{base_url}}"],"path":["CostingCodeClientAccessRequest"],"query":[{"key":"CodeIds","value":"1,2,5","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes."},{"key":"ClientIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated customers (or clients).","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"159191","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 212736,\n        \"CostingCodeId\": 1,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 216304,\n        \"CostingCodeId\": 1,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 216329,\n        \"CostingCodeId\": 1,\n        \"ClientId\": 38954\n    },\n    {\n        \"Id\": 216330,\n        \"CostingCodeId\": 1,\n        \"ClientId\": 18930\n    },\n    {\n        \"Id\": 218015,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35629\n    },\n    {\n        \"Id\": 218016,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36205\n    },\n    {\n        \"Id\": 218017,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36206\n    },\n    {\n        \"Id\": 218018,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77333\n    },\n    {\n        \"Id\": 218020,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19681\n    },\n    {\n        \"Id\": 218022,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19686\n    },\n    {\n        \"Id\": 218023,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41469\n    },\n    {\n        \"Id\": 218024,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81372\n    },\n    {\n        \"Id\": 218025,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36387\n    },\n    {\n        \"Id\": 218026,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72267\n    },\n    {\n        \"Id\": 218027,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36332\n    },\n    {\n        \"Id\": 218028,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19571\n    },\n    {\n        \"Id\": 218029,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41483\n    },\n    {\n        \"Id\": 218030,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41485\n    },\n    {\n        \"Id\": 218031,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 602\n    },\n    {\n        \"Id\": 218032,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35415\n    },\n    {\n        \"Id\": 218033,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76142\n    },\n    {\n        \"Id\": 218034,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35780\n    },\n    {\n        \"Id\": 218035,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35423\n    },\n    {\n        \"Id\": 218036,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80687\n    },\n    {\n        \"Id\": 218037,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38949\n    },\n    {\n        \"Id\": 218038,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38954\n    },\n    {\n        \"Id\": 218039,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38957\n    },\n    {\n        \"Id\": 218040,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38081\n    },\n    {\n        \"Id\": 218041,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 218042,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38951\n    },\n    {\n        \"Id\": 218043,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73026\n    },\n    {\n        \"Id\": 218044,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38061\n    },\n    {\n        \"Id\": 218045,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36836\n    },\n    {\n        \"Id\": 218046,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38950\n    },\n    {\n        \"Id\": 218047,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36521\n    },\n    {\n        \"Id\": 218048,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72687\n    },\n    {\n        \"Id\": 218049,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36860\n    },\n    {\n        \"Id\": 218050,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22592\n    },\n    {\n        \"Id\": 218051,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36540\n    },\n    {\n        \"Id\": 218052,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22419\n    },\n    {\n        \"Id\": 218053,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36562\n    },\n    {\n        \"Id\": 218054,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36853\n    },\n    {\n        \"Id\": 218055,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72679\n    },\n    {\n        \"Id\": 218056,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36507\n    },\n    {\n        \"Id\": 218057,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36857\n    },\n    {\n        \"Id\": 218058,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36552\n    },\n    {\n        \"Id\": 218059,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77666\n    },\n    {\n        \"Id\": 218060,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77667\n    },\n    {\n        \"Id\": 218061,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77651\n    },\n    {\n        \"Id\": 218062,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77652\n    },\n    {\n        \"Id\": 218063,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78311\n    },\n    {\n        \"Id\": 218064,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78312\n    },\n    {\n        \"Id\": 218065,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77678\n    },\n    {\n        \"Id\": 218066,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78116\n    },\n    {\n        \"Id\": 218067,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79928\n    },\n    {\n        \"Id\": 218068,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79821\n    },\n    {\n        \"Id\": 218069,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77465\n    },\n    {\n        \"Id\": 218070,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80954\n    },\n    {\n        \"Id\": 218071,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81019\n    },\n    {\n        \"Id\": 218072,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81018\n    },\n    {\n        \"Id\": 218073,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36531\n    },\n    {\n        \"Id\": 218074,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37452\n    },\n    {\n        \"Id\": 218075,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36846\n    },\n    {\n        \"Id\": 218076,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73050\n    },\n    {\n        \"Id\": 218077,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76145\n    },\n    {\n        \"Id\": 218078,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38071\n    },\n    {\n        \"Id\": 218079,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20956\n    },\n    {\n        \"Id\": 218080,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34878\n    },\n    {\n        \"Id\": 218081,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36970\n    },\n    {\n        \"Id\": 218082,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41182\n    },\n    {\n        \"Id\": 218083,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 174\n    },\n    {\n        \"Id\": 218084,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79987\n    },\n    {\n        \"Id\": 218085,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41148\n    },\n    {\n        \"Id\": 218086,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34978\n    },\n    {\n        \"Id\": 218087,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36305\n    },\n    {\n        \"Id\": 218088,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20031\n    },\n    {\n        \"Id\": 218089,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81029\n    },\n    {\n        \"Id\": 218090,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79988\n    },\n    {\n        \"Id\": 218091,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81266\n    },\n    {\n        \"Id\": 218092,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81126\n    },\n    {\n        \"Id\": 218093,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81027\n    },\n    {\n        \"Id\": 218094,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35801\n    },\n    {\n        \"Id\": 218095,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 438\n    },\n    {\n        \"Id\": 218096,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19040\n    },\n    {\n        \"Id\": 218097,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 944\n    },\n    {\n        \"Id\": 218098,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76231\n    },\n    {\n        \"Id\": 218099,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 193\n    },\n    {\n        \"Id\": 218100,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19656\n    },\n    {\n        \"Id\": 218101,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 228\n    },\n    {\n        \"Id\": 218102,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35156\n    },\n    {\n        \"Id\": 218103,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72246\n    },\n    {\n        \"Id\": 218104,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35026\n    },\n    {\n        \"Id\": 218105,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80885\n    },\n    {\n        \"Id\": 218106,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19761\n    },\n    {\n        \"Id\": 218107,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80523\n    },\n    {\n        \"Id\": 218108,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77759\n    },\n    {\n        \"Id\": 218109,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80530\n    },\n    {\n        \"Id\": 218110,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81001\n    },\n    {\n        \"Id\": 218111,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35781\n    },\n    {\n        \"Id\": 218112,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34954\n    },\n    {\n        \"Id\": 218113,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34898\n    },\n    {\n        \"Id\": 218114,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75628\n    },\n    {\n        \"Id\": 218115,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75629\n    },\n    {\n        \"Id\": 218116,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75630\n    },\n    {\n        \"Id\": 218117,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75631\n    },\n    {\n        \"Id\": 218118,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75627\n    },\n    {\n        \"Id\": 218119,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75632\n    },\n    {\n        \"Id\": 218120,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75633\n    },\n    {\n        \"Id\": 218121,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34899\n    },\n    {\n        \"Id\": 218122,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23080\n    },\n    {\n        \"Id\": 218123,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23073\n    },\n    {\n        \"Id\": 218124,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23079\n    },\n    {\n        \"Id\": 218125,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23070\n    },\n    {\n        \"Id\": 218126,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34885\n    },\n    {\n        \"Id\": 218127,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77352\n    },\n    {\n        \"Id\": 218128,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21318\n    },\n    {\n        \"Id\": 218129,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19839\n    },\n    {\n        \"Id\": 218130,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 876\n    },\n    {\n        \"Id\": 218131,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21189\n    },\n    {\n        \"Id\": 218132,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36260\n    },\n    {\n        \"Id\": 218133,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41180\n    },\n    {\n        \"Id\": 218134,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21947\n    },\n    {\n        \"Id\": 218135,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20935\n    },\n    {\n        \"Id\": 218136,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35900\n    },\n    {\n        \"Id\": 218137,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19455\n    },\n    {\n        \"Id\": 218138,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35420\n    },\n    {\n        \"Id\": 218139,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35485\n    },\n    {\n        \"Id\": 218140,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77590\n    },\n    {\n        \"Id\": 218141,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20020\n    },\n    {\n        \"Id\": 218142,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35991\n    },\n    {\n        \"Id\": 218143,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80044\n    },\n    {\n        \"Id\": 218144,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80046\n    },\n    {\n        \"Id\": 218145,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80047\n    },\n    {\n        \"Id\": 218146,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77591\n    },\n    {\n        \"Id\": 218147,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 824\n    },\n    {\n        \"Id\": 218148,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75392\n    },\n    {\n        \"Id\": 218149,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19290\n    },\n    {\n        \"Id\": 218150,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20811\n    },\n    {\n        \"Id\": 218151,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1022\n    },\n    {\n        \"Id\": 218152,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34998\n    },\n    {\n        \"Id\": 218153,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35000\n    },\n    {\n        \"Id\": 218154,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 799\n    },\n    {\n        \"Id\": 218155,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18457\n    },\n    {\n        \"Id\": 218156,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18451\n    },\n    {\n        \"Id\": 218157,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21330\n    },\n    {\n        \"Id\": 218158,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20067\n    },\n    {\n        \"Id\": 218159,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21275\n    },\n    {\n        \"Id\": 218160,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 176\n    },\n    {\n        \"Id\": 218161,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19783\n    },\n    {\n        \"Id\": 218162,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79913\n    },\n    {\n        \"Id\": 218163,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81188\n    },\n    {\n        \"Id\": 218164,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19238\n    },\n    {\n        \"Id\": 218165,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18452\n    },\n    {\n        \"Id\": 218166,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35287\n    },\n    {\n        \"Id\": 218167,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41635\n    },\n    {\n        \"Id\": 218168,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35289\n    },\n    {\n        \"Id\": 218169,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34997\n    },\n    {\n        \"Id\": 218170,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19463\n    },\n    {\n        \"Id\": 218171,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35400\n    },\n    {\n        \"Id\": 218172,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35148\n    },\n    {\n        \"Id\": 218173,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21712\n    },\n    {\n        \"Id\": 218174,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19327\n    },\n    {\n        \"Id\": 218175,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81443\n    },\n    {\n        \"Id\": 218176,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81444\n    },\n    {\n        \"Id\": 218177,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81442\n    },\n    {\n        \"Id\": 218178,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1155\n    },\n    {\n        \"Id\": 218179,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1141\n    },\n    {\n        \"Id\": 218180,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 654\n    },\n    {\n        \"Id\": 218181,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78066\n    },\n    {\n        \"Id\": 218182,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81357\n    },\n    {\n        \"Id\": 218183,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73014\n    },\n    {\n        \"Id\": 218184,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36579\n    },\n    {\n        \"Id\": 218185,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21505\n    },\n    {\n        \"Id\": 218186,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18383\n    },\n    {\n        \"Id\": 218187,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18556\n    },\n    {\n        \"Id\": 218188,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77952\n    },\n    {\n        \"Id\": 218189,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18646\n    },\n    {\n        \"Id\": 218190,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77708\n    },\n    {\n        \"Id\": 218191,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75739\n    },\n    {\n        \"Id\": 218192,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36329\n    },\n    {\n        \"Id\": 218193,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20799\n    },\n    {\n        \"Id\": 218194,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20807\n    },\n    {\n        \"Id\": 218195,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18828\n    },\n    {\n        \"Id\": 218196,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 790\n    },\n    {\n        \"Id\": 218197,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81350\n    },\n    {\n        \"Id\": 218198,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 835\n    },\n    {\n        \"Id\": 218199,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 646\n    },\n    {\n        \"Id\": 218200,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 253\n    },\n    {\n        \"Id\": 218201,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20157\n    },\n    {\n        \"Id\": 218202,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39035\n    },\n    {\n        \"Id\": 218203,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 637\n    },\n    {\n        \"Id\": 218204,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 715\n    },\n    {\n        \"Id\": 218205,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18717\n    },\n    {\n        \"Id\": 218206,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19687\n    },\n    {\n        \"Id\": 218207,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18870\n    },\n    {\n        \"Id\": 218208,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38070\n    },\n    {\n        \"Id\": 218209,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36573\n    },\n    {\n        \"Id\": 218210,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18386\n    },\n    {\n        \"Id\": 218211,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35454\n    },\n    {\n        \"Id\": 218212,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38074\n    },\n    {\n        \"Id\": 218213,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23041\n    },\n    {\n        \"Id\": 218214,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35448\n    },\n    {\n        \"Id\": 218215,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18704\n    },\n    {\n        \"Id\": 218216,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41152\n    },\n    {\n        \"Id\": 218217,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 388\n    },\n    {\n        \"Id\": 218218,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18993\n    },\n    {\n        \"Id\": 218219,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80887\n    },\n    {\n        \"Id\": 218220,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21340\n    },\n    {\n        \"Id\": 218221,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18454\n    },\n    {\n        \"Id\": 218222,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21825\n    },\n    {\n        \"Id\": 218223,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77982\n    },\n    {\n        \"Id\": 218224,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80435\n    },\n    {\n        \"Id\": 218225,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77283\n    },\n    {\n        \"Id\": 218226,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37201\n    },\n    {\n        \"Id\": 218227,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75792\n    },\n    {\n        \"Id\": 218228,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75793\n    },\n    {\n        \"Id\": 218229,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76082\n    },\n    {\n        \"Id\": 218230,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80656\n    },\n    {\n        \"Id\": 218231,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78117\n    },\n    {\n        \"Id\": 218232,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81020\n    },\n    {\n        \"Id\": 218233,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75794\n    },\n    {\n        \"Id\": 218234,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19236\n    },\n    {\n        \"Id\": 218235,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78181\n    },\n    {\n        \"Id\": 218236,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20514\n    },\n    {\n        \"Id\": 218237,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81403\n    },\n    {\n        \"Id\": 218238,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35336\n    },\n    {\n        \"Id\": 218239,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1069\n    },\n    {\n        \"Id\": 218240,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22402\n    },\n    {\n        \"Id\": 218241,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36915\n    },\n    {\n        \"Id\": 218242,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21203\n    },\n    {\n        \"Id\": 218243,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81386\n    },\n    {\n        \"Id\": 218244,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18455\n    },\n    {\n        \"Id\": 218245,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 948\n    },\n    {\n        \"Id\": 218246,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35863\n    },\n    {\n        \"Id\": 218247,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41131\n    },\n    {\n        \"Id\": 218248,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80105\n    },\n    {\n        \"Id\": 218249,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78309\n    },\n    {\n        \"Id\": 218250,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78313\n    },\n    {\n        \"Id\": 218251,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37615\n    },\n    {\n        \"Id\": 218252,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37633\n    },\n    {\n        \"Id\": 218253,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75757\n    },\n    {\n        \"Id\": 218254,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75758\n    },\n    {\n        \"Id\": 218255,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75759\n    },\n    {\n        \"Id\": 218256,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75760\n    },\n    {\n        \"Id\": 218257,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75756\n    },\n    {\n        \"Id\": 218258,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75761\n    },\n    {\n        \"Id\": 218259,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75762\n    },\n    {\n        \"Id\": 218260,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75763\n    },\n    {\n        \"Id\": 218261,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75764\n    },\n    {\n        \"Id\": 218262,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75765\n    },\n    {\n        \"Id\": 218263,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39057\n    },\n    {\n        \"Id\": 218264,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78352\n    },\n    {\n        \"Id\": 218265,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37455\n    },\n    {\n        \"Id\": 218266,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39123\n    },\n    {\n        \"Id\": 218267,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75991\n    },\n    {\n        \"Id\": 218268,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78307\n    },\n    {\n        \"Id\": 218269,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78308\n    },\n    {\n        \"Id\": 218270,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75992\n    },\n    {\n        \"Id\": 218271,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75993\n    },\n    {\n        \"Id\": 218272,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18571\n    },\n    {\n        \"Id\": 218273,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36944\n    },\n    {\n        \"Id\": 218274,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19135\n    },\n    {\n        \"Id\": 218275,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36468\n    },\n    {\n        \"Id\": 218276,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 661\n    },\n    {\n        \"Id\": 218277,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18456\n    },\n    {\n        \"Id\": 218278,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1231\n    },\n    {\n        \"Id\": 218279,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21238\n    },\n    {\n        \"Id\": 218280,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35853\n    },\n    {\n        \"Id\": 218281,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80661\n    },\n    {\n        \"Id\": 218282,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27001\n    },\n    {\n        \"Id\": 218283,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77592\n    },\n    {\n        \"Id\": 218284,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72384\n    },\n    {\n        \"Id\": 218285,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39033\n    },\n    {\n        \"Id\": 218286,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81003\n    },\n    {\n        \"Id\": 218287,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19548\n    },\n    {\n        \"Id\": 218288,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77593\n    },\n    {\n        \"Id\": 218289,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35718\n    },\n    {\n        \"Id\": 218290,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35982\n    },\n    {\n        \"Id\": 218291,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81071\n    },\n    {\n        \"Id\": 218292,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36989\n    },\n    {\n        \"Id\": 218293,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36990\n    },\n    {\n        \"Id\": 218294,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36993\n    },\n    {\n        \"Id\": 218295,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36992\n    },\n    {\n        \"Id\": 218296,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36994\n    },\n    {\n        \"Id\": 218297,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36995\n    },\n    {\n        \"Id\": 218298,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 737\n    },\n    {\n        \"Id\": 218299,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81021\n    },\n    {\n        \"Id\": 218300,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40895\n    },\n    {\n        \"Id\": 218301,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77740\n    },\n    {\n        \"Id\": 218302,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40737\n    },\n    {\n        \"Id\": 218303,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39231\n    },\n    {\n        \"Id\": 218304,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20497\n    },\n    {\n        \"Id\": 218305,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20509\n    },\n    {\n        \"Id\": 218306,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36404\n    },\n    {\n        \"Id\": 218307,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72437\n    },\n    {\n        \"Id\": 218308,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18387\n    },\n    {\n        \"Id\": 218309,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18388\n    },\n    {\n        \"Id\": 218310,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35821\n    },\n    {\n        \"Id\": 218311,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73204\n    },\n    {\n        \"Id\": 218312,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76110\n    },\n    {\n        \"Id\": 218313,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76111\n    },\n    {\n        \"Id\": 218314,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76112\n    },\n    {\n        \"Id\": 218315,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75358\n    },\n    {\n        \"Id\": 218316,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35946\n    },\n    {\n        \"Id\": 218317,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75453\n    },\n    {\n        \"Id\": 218318,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81379\n    },\n    {\n        \"Id\": 218319,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40913\n    },\n    {\n        \"Id\": 218320,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22314\n    },\n    {\n        \"Id\": 218321,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41096\n    },\n    {\n        \"Id\": 218322,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22304\n    },\n    {\n        \"Id\": 218323,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80498\n    },\n    {\n        \"Id\": 218324,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77694\n    },\n    {\n        \"Id\": 218325,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77715\n    },\n    {\n        \"Id\": 218326,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81091\n    },\n    {\n        \"Id\": 218327,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75903\n    },\n    {\n        \"Id\": 218328,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35477\n    },\n    {\n        \"Id\": 218329,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75386\n    },\n    {\n        \"Id\": 218330,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75387\n    },\n    {\n        \"Id\": 218331,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79888\n    },\n    {\n        \"Id\": 218332,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35770\n    },\n    {\n        \"Id\": 218333,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41583\n    },\n    {\n        \"Id\": 218334,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77665\n    },\n    {\n        \"Id\": 218335,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78887\n    },\n    {\n        \"Id\": 218336,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79879\n    },\n    {\n        \"Id\": 218337,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78101\n    },\n    {\n        \"Id\": 218338,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78095\n    },\n    {\n        \"Id\": 218339,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21481\n    },\n    {\n        \"Id\": 218340,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79951\n    },\n    {\n        \"Id\": 218341,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80733\n    },\n    {\n        \"Id\": 218342,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72379\n    },\n    {\n        \"Id\": 218343,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72383\n    },\n    {\n        \"Id\": 218344,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72365\n    },\n    {\n        \"Id\": 218345,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36744\n    },\n    {\n        \"Id\": 218346,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79955\n    },\n    {\n        \"Id\": 218347,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75423\n    },\n    {\n        \"Id\": 218348,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75398\n    },\n    {\n        \"Id\": 218349,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80139\n    },\n    {\n        \"Id\": 218350,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72555\n    },\n    {\n        \"Id\": 218351,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80013\n    },\n    {\n        \"Id\": 218352,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80043\n    },\n    {\n        \"Id\": 218353,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72542\n    },\n    {\n        \"Id\": 218354,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76102\n    },\n    {\n        \"Id\": 218355,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80496\n    },\n    {\n        \"Id\": 218356,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77561\n    },\n    {\n        \"Id\": 218357,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77565\n    },\n    {\n        \"Id\": 218358,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77566\n    },\n    {\n        \"Id\": 218359,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77564\n    },\n    {\n        \"Id\": 218360,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77563\n    },\n    {\n        \"Id\": 218361,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77562\n    },\n    {\n        \"Id\": 218362,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78150\n    },\n    {\n        \"Id\": 218363,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80751\n    },\n    {\n        \"Id\": 218364,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81068\n    },\n    {\n        \"Id\": 218365,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81069\n    },\n    {\n        \"Id\": 218366,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79877\n    },\n    {\n        \"Id\": 218367,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77993\n    },\n    {\n        \"Id\": 218368,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39236\n    },\n    {\n        \"Id\": 218369,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81446\n    },\n    {\n        \"Id\": 218370,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81508\n    },\n    {\n        \"Id\": 218371,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72543\n    },\n    {\n        \"Id\": 218372,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76151\n    },\n    {\n        \"Id\": 218373,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81070\n    },\n    {\n        \"Id\": 218374,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81039\n    },\n    {\n        \"Id\": 218375,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39051\n    },\n    {\n        \"Id\": 218376,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22086\n    },\n    {\n        \"Id\": 218377,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19035\n    },\n    {\n        \"Id\": 218378,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77551\n    },\n    {\n        \"Id\": 218379,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77594\n    },\n    {\n        \"Id\": 218380,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19128\n    },\n    {\n        \"Id\": 218381,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81385\n    },\n    {\n        \"Id\": 218382,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20841\n    },\n    {\n        \"Id\": 218383,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19604\n    },\n    {\n        \"Id\": 218384,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18807\n    },\n    {\n        \"Id\": 218385,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77307\n    },\n    {\n        \"Id\": 218386,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78167\n    },\n    {\n        \"Id\": 218387,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21752\n    },\n    {\n        \"Id\": 218388,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18988\n    },\n    {\n        \"Id\": 218389,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 855\n    },\n    {\n        \"Id\": 218390,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77595\n    },\n    {\n        \"Id\": 218391,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18462\n    },\n    {\n        \"Id\": 218392,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18463\n    },\n    {\n        \"Id\": 218393,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78053\n    },\n    {\n        \"Id\": 218394,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77695\n    },\n    {\n        \"Id\": 218395,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23040\n    },\n    {\n        \"Id\": 218396,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81393\n    },\n    {\n        \"Id\": 218397,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81394\n    },\n    {\n        \"Id\": 218398,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81392\n    },\n    {\n        \"Id\": 218399,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77596\n    },\n    {\n        \"Id\": 218400,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35889\n    },\n    {\n        \"Id\": 218401,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36141\n    },\n    {\n        \"Id\": 218402,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80942\n    },\n    {\n        \"Id\": 218403,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35337\n    },\n    {\n        \"Id\": 218404,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 816\n    },\n    {\n        \"Id\": 218405,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77548\n    },\n    {\n        \"Id\": 218406,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73217\n    },\n    {\n        \"Id\": 218407,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72928\n    },\n    {\n        \"Id\": 218408,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 230\n    },\n    {\n        \"Id\": 218409,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 459\n    },\n    {\n        \"Id\": 218410,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 197\n    },\n    {\n        \"Id\": 218411,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81374\n    },\n    {\n        \"Id\": 218412,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35118\n    },\n    {\n        \"Id\": 218413,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22428\n    },\n    {\n        \"Id\": 218414,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22426\n    },\n    {\n        \"Id\": 218415,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22429\n    },\n    {\n        \"Id\": 218416,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22581\n    },\n    {\n        \"Id\": 218417,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23045\n    },\n    {\n        \"Id\": 218418,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18389\n    },\n    {\n        \"Id\": 218419,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75897\n    },\n    {\n        \"Id\": 218420,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35113\n    },\n    {\n        \"Id\": 218421,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 171\n    },\n    {\n        \"Id\": 218422,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41593\n    },\n    {\n        \"Id\": 218423,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18449\n    },\n    {\n        \"Id\": 218424,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22389\n    },\n    {\n        \"Id\": 218425,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21379\n    },\n    {\n        \"Id\": 218426,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19990\n    },\n    {\n        \"Id\": 218427,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80314\n    },\n    {\n        \"Id\": 218428,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80316\n    },\n    {\n        \"Id\": 218429,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80282\n    },\n    {\n        \"Id\": 218430,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20498\n    },\n    {\n        \"Id\": 218431,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81375\n    },\n    {\n        \"Id\": 218432,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81376\n    },\n    {\n        \"Id\": 218433,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36935\n    },\n    {\n        \"Id\": 218434,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36936\n    },\n    {\n        \"Id\": 218435,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77597\n    },\n    {\n        \"Id\": 218436,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36307\n    },\n    {\n        \"Id\": 218437,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36308\n    },\n    {\n        \"Id\": 218438,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36309\n    },\n    {\n        \"Id\": 218439,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80632\n    },\n    {\n        \"Id\": 218440,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18537\n    },\n    {\n        \"Id\": 218441,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18390\n    },\n    {\n        \"Id\": 218442,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18393\n    },\n    {\n        \"Id\": 218443,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18399\n    },\n    {\n        \"Id\": 218444,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18409\n    },\n    {\n        \"Id\": 218445,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77326\n    },\n    {\n        \"Id\": 218446,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77320\n    },\n    {\n        \"Id\": 218447,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19589\n    },\n    {\n        \"Id\": 218448,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 840\n    },\n    {\n        \"Id\": 218449,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19364\n    },\n    {\n        \"Id\": 218450,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35501\n    },\n    {\n        \"Id\": 218451,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77688\n    },\n    {\n        \"Id\": 218452,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20451\n    },\n    {\n        \"Id\": 218453,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18709\n    },\n    {\n        \"Id\": 218454,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 739\n    },\n    {\n        \"Id\": 218455,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35342\n    },\n    {\n        \"Id\": 218456,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80628\n    },\n    {\n        \"Id\": 218457,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35803\n    },\n    {\n        \"Id\": 218458,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35294\n    },\n    {\n        \"Id\": 218459,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35824\n    },\n    {\n        \"Id\": 218460,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35815\n    },\n    {\n        \"Id\": 218461,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 312\n    },\n    {\n        \"Id\": 218462,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19804\n    },\n    {\n        \"Id\": 218463,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22047\n    },\n    {\n        \"Id\": 218464,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38854\n    },\n    {\n        \"Id\": 218465,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78023\n    },\n    {\n        \"Id\": 218466,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80918\n    },\n    {\n        \"Id\": 218467,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35885\n    },\n    {\n        \"Id\": 218468,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 397\n    },\n    {\n        \"Id\": 218469,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21506\n    },\n    {\n        \"Id\": 218470,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36945\n    },\n    {\n        \"Id\": 218471,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23000\n    },\n    {\n        \"Id\": 218472,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73176\n    },\n    {\n        \"Id\": 218473,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73181\n    },\n    {\n        \"Id\": 218474,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73164\n    },\n    {\n        \"Id\": 218475,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73129\n    },\n    {\n        \"Id\": 218476,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75642\n    },\n    {\n        \"Id\": 218477,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73130\n    },\n    {\n        \"Id\": 218478,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1065\n    },\n    {\n        \"Id\": 218479,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19710\n    },\n    {\n        \"Id\": 218480,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 764\n    },\n    {\n        \"Id\": 218481,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1017\n    },\n    {\n        \"Id\": 218482,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 731\n    },\n    {\n        \"Id\": 218483,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18718\n    },\n    {\n        \"Id\": 218484,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20454\n    },\n    {\n        \"Id\": 218485,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22417\n    },\n    {\n        \"Id\": 218486,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20017\n    },\n    {\n        \"Id\": 218487,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19765\n    },\n    {\n        \"Id\": 218488,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19823\n    },\n    {\n        \"Id\": 218489,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36412\n    },\n    {\n        \"Id\": 218490,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38865\n    },\n    {\n        \"Id\": 218491,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20602\n    },\n    {\n        \"Id\": 218492,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21079\n    },\n    {\n        \"Id\": 218493,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 179\n    },\n    {\n        \"Id\": 218494,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19846\n    },\n    {\n        \"Id\": 218495,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19292\n    },\n    {\n        \"Id\": 218496,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20794\n    },\n    {\n        \"Id\": 218497,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19234\n    },\n    {\n        \"Id\": 218498,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19847\n    },\n    {\n        \"Id\": 218499,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 571\n    },\n    {\n        \"Id\": 218500,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 180\n    },\n    {\n        \"Id\": 218501,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19994\n    },\n    {\n        \"Id\": 218502,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19675\n    },\n    {\n        \"Id\": 218503,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20347\n    },\n    {\n        \"Id\": 218504,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20142\n    },\n    {\n        \"Id\": 218505,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 847\n    },\n    {\n        \"Id\": 218506,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19809\n    },\n    {\n        \"Id\": 218507,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19781\n    },\n    {\n        \"Id\": 218508,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 885\n    },\n    {\n        \"Id\": 218509,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21858\n    },\n    {\n        \"Id\": 218510,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35708\n    },\n    {\n        \"Id\": 218511,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35817\n    },\n    {\n        \"Id\": 218512,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18475\n    },\n    {\n        \"Id\": 218513,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36644\n    },\n    {\n        \"Id\": 218514,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19353\n    },\n    {\n        \"Id\": 218515,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18338\n    },\n    {\n        \"Id\": 218516,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78092\n    },\n    {\n        \"Id\": 218517,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78055\n    },\n    {\n        \"Id\": 218518,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77598\n    },\n    {\n        \"Id\": 218519,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36281\n    },\n    {\n        \"Id\": 218520,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35971\n    },\n    {\n        \"Id\": 218521,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80260\n    },\n    {\n        \"Id\": 218522,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80268\n    },\n    {\n        \"Id\": 218523,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19233\n    },\n    {\n        \"Id\": 218524,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20459\n    },\n    {\n        \"Id\": 218525,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19774\n    },\n    {\n        \"Id\": 218526,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19346\n    },\n    {\n        \"Id\": 218527,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20078\n    },\n    {\n        \"Id\": 218528,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38955\n    },\n    {\n        \"Id\": 218529,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40754\n    },\n    {\n        \"Id\": 218530,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22513\n    },\n    {\n        \"Id\": 218531,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35058\n    },\n    {\n        \"Id\": 218532,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35813\n    },\n    {\n        \"Id\": 218533,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22418\n    },\n    {\n        \"Id\": 218534,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36140\n    },\n    {\n        \"Id\": 218535,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20008\n    },\n    {\n        \"Id\": 218536,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72566\n    },\n    {\n        \"Id\": 218537,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34977\n    },\n    {\n        \"Id\": 218538,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18478\n    },\n    {\n        \"Id\": 218539,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21641\n    },\n    {\n        \"Id\": 218540,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35006\n    },\n    {\n        \"Id\": 218541,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35005\n    },\n    {\n        \"Id\": 218542,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81046\n    },\n    {\n        \"Id\": 218543,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81047\n    },\n    {\n        \"Id\": 218544,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36916\n    },\n    {\n        \"Id\": 218545,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20517\n    },\n    {\n        \"Id\": 218546,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20087\n    },\n    {\n        \"Id\": 218547,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36261\n    },\n    {\n        \"Id\": 218548,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35504\n    },\n    {\n        \"Id\": 218549,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78256\n    },\n    {\n        \"Id\": 218550,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36021\n    },\n    {\n        \"Id\": 218551,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20158\n    },\n    {\n        \"Id\": 218552,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 801\n    },\n    {\n        \"Id\": 218553,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35419\n    },\n    {\n        \"Id\": 218554,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80662\n    },\n    {\n        \"Id\": 218555,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80704\n    },\n    {\n        \"Id\": 218556,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80762\n    },\n    {\n        \"Id\": 218557,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34979\n    },\n    {\n        \"Id\": 218558,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18480\n    },\n    {\n        \"Id\": 218559,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21080\n    },\n    {\n        \"Id\": 218560,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77319\n    },\n    {\n        \"Id\": 218561,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80158\n    },\n    {\n        \"Id\": 218562,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39176\n    },\n    {\n        \"Id\": 218563,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35438\n    },\n    {\n        \"Id\": 218564,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 819\n    },\n    {\n        \"Id\": 218565,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 622\n    },\n    {\n        \"Id\": 218566,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77599\n    },\n    {\n        \"Id\": 218567,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20512\n    },\n    {\n        \"Id\": 218568,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35437\n    },\n    {\n        \"Id\": 218569,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77600\n    },\n    {\n        \"Id\": 218570,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39152\n    },\n    {\n        \"Id\": 218571,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39153\n    },\n    {\n        \"Id\": 218572,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39154\n    },\n    {\n        \"Id\": 218573,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39155\n    },\n    {\n        \"Id\": 218574,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 217\n    },\n    {\n        \"Id\": 218575,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 347\n    },\n    {\n        \"Id\": 218576,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72312\n    },\n    {\n        \"Id\": 218577,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37142\n    },\n    {\n        \"Id\": 218578,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35816\n    },\n    {\n        \"Id\": 218579,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78266\n    },\n    {\n        \"Id\": 218580,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78026\n    },\n    {\n        \"Id\": 218581,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35719\n    },\n    {\n        \"Id\": 218582,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21567\n    },\n    {\n        \"Id\": 218583,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 891\n    },\n    {\n        \"Id\": 218584,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 846\n    },\n    {\n        \"Id\": 218585,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 600\n    },\n    {\n        \"Id\": 218586,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22406\n    },\n    {\n        \"Id\": 218587,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22514\n    },\n    {\n        \"Id\": 218588,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22343\n    },\n    {\n        \"Id\": 218589,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22344\n    },\n    {\n        \"Id\": 218590,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79957\n    },\n    {\n        \"Id\": 218591,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72241\n    },\n    {\n        \"Id\": 218592,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18930\n    },\n    {\n        \"Id\": 218593,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36839\n    },\n    {\n        \"Id\": 218594,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72583\n    },\n    {\n        \"Id\": 218595,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73169\n    },\n    {\n        \"Id\": 218596,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75421\n    },\n    {\n        \"Id\": 218597,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78157\n    },\n    {\n        \"Id\": 218598,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41520\n    },\n    {\n        \"Id\": 218599,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35804\n    },\n    {\n        \"Id\": 218600,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81382\n    },\n    {\n        \"Id\": 218601,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77285\n    },\n    {\n        \"Id\": 218602,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35461\n    },\n    {\n        \"Id\": 218603,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21388\n    },\n    {\n        \"Id\": 218604,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 620\n    },\n    {\n        \"Id\": 218605,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22585\n    },\n    {\n        \"Id\": 218606,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73119\n    },\n    {\n        \"Id\": 218607,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35520\n    },\n    {\n        \"Id\": 218608,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18940\n    },\n    {\n        \"Id\": 218609,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35147\n    },\n    {\n        \"Id\": 218610,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35343\n    },\n    {\n        \"Id\": 218611,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19692\n    },\n    {\n        \"Id\": 218612,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80875\n    },\n    {\n        \"Id\": 218613,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81123\n    },\n    {\n        \"Id\": 218614,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81458\n    },\n    {\n        \"Id\": 218615,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81474\n    },\n    {\n        \"Id\": 218616,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81192\n    },\n    {\n        \"Id\": 218617,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81182\n    },\n    {\n        \"Id\": 218618,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78058\n    },\n    {\n        \"Id\": 218619,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35224\n    },\n    {\n        \"Id\": 218620,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35222\n    },\n    {\n        \"Id\": 218621,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35452\n    },\n    {\n        \"Id\": 218622,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18663\n    },\n    {\n        \"Id\": 218623,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36479\n    },\n    {\n        \"Id\": 218624,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75798\n    },\n    {\n        \"Id\": 218625,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35114\n    },\n    {\n        \"Id\": 218626,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19830\n    },\n    {\n        \"Id\": 218627,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23044\n    },\n    {\n        \"Id\": 218628,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34879\n    },\n    {\n        \"Id\": 218629,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78102\n    },\n    {\n        \"Id\": 218630,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1172\n    },\n    {\n        \"Id\": 218631,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 618\n    },\n    {\n        \"Id\": 218632,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 717\n    },\n    {\n        \"Id\": 218633,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77601\n    },\n    {\n        \"Id\": 218634,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77602\n    },\n    {\n        \"Id\": 218635,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36795\n    },\n    {\n        \"Id\": 218636,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23035\n    },\n    {\n        \"Id\": 218637,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35471\n    },\n    {\n        \"Id\": 218638,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35473\n    },\n    {\n        \"Id\": 218639,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35475\n    },\n    {\n        \"Id\": 218640,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81183\n    },\n    {\n        \"Id\": 218641,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 399\n    },\n    {\n        \"Id\": 218642,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 534\n    },\n    {\n        \"Id\": 218643,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19963\n    },\n    {\n        \"Id\": 218644,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18822\n    },\n    {\n        \"Id\": 218645,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20944\n    },\n    {\n        \"Id\": 218646,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18423\n    },\n    {\n        \"Id\": 218647,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18426\n    },\n    {\n        \"Id\": 218648,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18429\n    },\n    {\n        \"Id\": 218649,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21473\n    },\n    {\n        \"Id\": 218650,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78187\n    },\n    {\n        \"Id\": 218651,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35901\n    },\n    {\n        \"Id\": 218652,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78185\n    },\n    {\n        \"Id\": 218653,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1214\n    },\n    {\n        \"Id\": 218654,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19768\n    },\n    {\n        \"Id\": 218655,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1165\n    },\n    {\n        \"Id\": 218656,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20809\n    },\n    {\n        \"Id\": 218657,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 381\n    },\n    {\n        \"Id\": 218658,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18557\n    },\n    {\n        \"Id\": 218659,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21317\n    },\n    {\n        \"Id\": 218660,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78186\n    },\n    {\n        \"Id\": 218661,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19460\n    },\n    {\n        \"Id\": 218662,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22109\n    },\n    {\n        \"Id\": 218663,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18566\n    },\n    {\n        \"Id\": 218664,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 178\n    },\n    {\n        \"Id\": 218665,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 821\n    },\n    {\n        \"Id\": 218666,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81076\n    },\n    {\n        \"Id\": 218667,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18985\n    },\n    {\n        \"Id\": 218668,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18879\n    },\n    {\n        \"Id\": 218669,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81378\n    },\n    {\n        \"Id\": 218670,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78267\n    },\n    {\n        \"Id\": 218671,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38893\n    },\n    {\n        \"Id\": 218672,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78263\n    },\n    {\n        \"Id\": 218673,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18728\n    },\n    {\n        \"Id\": 218674,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 400\n    },\n    {\n        \"Id\": 218675,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80267\n    },\n    {\n        \"Id\": 218676,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81499\n    },\n    {\n        \"Id\": 218677,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38898\n    },\n    {\n        \"Id\": 218678,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23134\n    },\n    {\n        \"Id\": 218679,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41507\n    },\n    {\n        \"Id\": 218680,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40752\n    },\n    {\n        \"Id\": 218681,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34955\n    },\n    {\n        \"Id\": 218682,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78016\n    },\n    {\n        \"Id\": 218683,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72777\n    },\n    {\n        \"Id\": 218684,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35844\n    },\n    {\n        \"Id\": 218685,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81381\n    },\n    {\n        \"Id\": 218686,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81380\n    },\n    {\n        \"Id\": 218687,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39047\n    },\n    {\n        \"Id\": 218688,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72546\n    },\n    {\n        \"Id\": 218689,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22206\n    },\n    {\n        \"Id\": 218690,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21331\n    },\n    {\n        \"Id\": 218691,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38864\n    },\n    {\n        \"Id\": 218692,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37101\n    },\n    {\n        \"Id\": 218693,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21024\n    },\n    {\n        \"Id\": 218694,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18840\n    },\n    {\n        \"Id\": 218695,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22296\n    },\n    {\n        \"Id\": 218696,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81079\n    },\n    {\n        \"Id\": 218697,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81078\n    },\n    {\n        \"Id\": 218698,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36834\n    },\n    {\n        \"Id\": 218699,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78098\n    },\n    {\n        \"Id\": 218700,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78099\n    },\n    {\n        \"Id\": 218701,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35340\n    },\n    {\n        \"Id\": 218702,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36182\n    },\n    {\n        \"Id\": 218703,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36973\n    },\n    {\n        \"Id\": 218704,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22392\n    },\n    {\n        \"Id\": 218705,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39038\n    },\n    {\n        \"Id\": 218706,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20815\n    },\n    {\n        \"Id\": 218707,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22387\n    },\n    {\n        \"Id\": 218708,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22390\n    },\n    {\n        \"Id\": 218709,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22515\n    },\n    {\n        \"Id\": 218710,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35466\n    },\n    {\n        \"Id\": 218711,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35457\n    },\n    {\n        \"Id\": 218712,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20051\n    },\n    {\n        \"Id\": 218713,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20237\n    },\n    {\n        \"Id\": 218714,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19085\n    },\n    {\n        \"Id\": 218715,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81326\n    },\n    {\n        \"Id\": 218716,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80634\n    },\n    {\n        \"Id\": 218717,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1051\n    },\n    {\n        \"Id\": 218718,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 435\n    },\n    {\n        \"Id\": 218719,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 656\n    },\n    {\n        \"Id\": 218720,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37181\n    },\n    {\n        \"Id\": 218721,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20601\n    },\n    {\n        \"Id\": 218722,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77697\n    },\n    {\n        \"Id\": 218723,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22549\n    },\n    {\n        \"Id\": 218724,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22397\n    },\n    {\n        \"Id\": 218725,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35237\n    },\n    {\n        \"Id\": 218726,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35760\n    },\n    {\n        \"Id\": 218727,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19388\n    },\n    {\n        \"Id\": 218728,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18871\n    },\n    {\n        \"Id\": 218729,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20755\n    },\n    {\n        \"Id\": 218730,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19588\n    },\n    {\n        \"Id\": 218731,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77256\n    },\n    {\n        \"Id\": 218732,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77257\n    },\n    {\n        \"Id\": 218733,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77258\n    },\n    {\n        \"Id\": 218734,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77259\n    },\n    {\n        \"Id\": 218735,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77260\n    },\n    {\n        \"Id\": 218736,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77261\n    },\n    {\n        \"Id\": 218737,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77262\n    },\n    {\n        \"Id\": 218738,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77263\n    },\n    {\n        \"Id\": 218739,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37180\n    },\n    {\n        \"Id\": 218740,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35463\n    },\n    {\n        \"Id\": 218741,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77585\n    },\n    {\n        \"Id\": 218742,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75676\n    },\n    {\n        \"Id\": 218743,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35567\n    },\n    {\n        \"Id\": 218744,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35568\n    },\n    {\n        \"Id\": 218745,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81127\n    },\n    {\n        \"Id\": 218746,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34980\n    },\n    {\n        \"Id\": 218747,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73212\n    },\n    {\n        \"Id\": 218748,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80328\n    },\n    {\n        \"Id\": 218749,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36409\n    },\n    {\n        \"Id\": 218750,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78945\n    },\n    {\n        \"Id\": 218751,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78941\n    },\n    {\n        \"Id\": 218752,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36406\n    },\n    {\n        \"Id\": 218753,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35320\n    },\n    {\n        \"Id\": 218754,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77941\n    },\n    {\n        \"Id\": 218755,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21149\n    },\n    {\n        \"Id\": 218756,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19787\n    },\n    {\n        \"Id\": 218757,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20478\n    },\n    {\n        \"Id\": 218758,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 501\n    },\n    {\n        \"Id\": 218759,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18745\n    },\n    {\n        \"Id\": 218760,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77265\n    },\n    {\n        \"Id\": 218761,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19032\n    },\n    {\n        \"Id\": 218762,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21843\n    },\n    {\n        \"Id\": 218763,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 401\n    },\n    {\n        \"Id\": 218764,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18490\n    },\n    {\n        \"Id\": 218765,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1193\n    },\n    {\n        \"Id\": 218766,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34987\n    },\n    {\n        \"Id\": 218767,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37164\n    },\n    {\n        \"Id\": 218768,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18492\n    },\n    {\n        \"Id\": 218769,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20877\n    },\n    {\n        \"Id\": 218770,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19873\n    },\n    {\n        \"Id\": 218771,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 218772,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 422\n    },\n    {\n        \"Id\": 218773,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36917\n    },\n    {\n        \"Id\": 218774,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20570\n    },\n    {\n        \"Id\": 218775,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19667\n    },\n    {\n        \"Id\": 218776,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37150\n    },\n    {\n        \"Id\": 218777,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80877\n    },\n    {\n        \"Id\": 218778,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18495\n    },\n    {\n        \"Id\": 218779,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18496\n    },\n    {\n        \"Id\": 218780,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72769\n    },\n    {\n        \"Id\": 218781,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72744\n    },\n    {\n        \"Id\": 218782,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39157\n    },\n    {\n        \"Id\": 218783,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22212\n    },\n    {\n        \"Id\": 218784,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80074\n    },\n    {\n        \"Id\": 218785,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77696\n    },\n    {\n        \"Id\": 218786,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36466\n    },\n    {\n        \"Id\": 218787,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21163\n    },\n    {\n        \"Id\": 218788,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80703\n    },\n    {\n        \"Id\": 218789,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21793\n    },\n    {\n        \"Id\": 218790,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20065\n    },\n    {\n        \"Id\": 218791,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35464\n    },\n    {\n        \"Id\": 218792,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77603\n    },\n    {\n        \"Id\": 218793,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35040\n    },\n    {\n        \"Id\": 218794,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76040\n    },\n    {\n        \"Id\": 218795,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21633\n    },\n    {\n        \"Id\": 218796,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35197\n    },\n    {\n        \"Id\": 218797,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36375\n    },\n    {\n        \"Id\": 218798,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35944\n    },\n    {\n        \"Id\": 218799,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35940\n    },\n    {\n        \"Id\": 218800,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80052\n    },\n    {\n        \"Id\": 218801,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34992\n    },\n    {\n        \"Id\": 218802,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34993\n    },\n    {\n        \"Id\": 218803,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34994\n    },\n    {\n        \"Id\": 218804,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19425\n    },\n    {\n        \"Id\": 218805,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81153\n    },\n    {\n        \"Id\": 218806,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80760\n    },\n    {\n        \"Id\": 218807,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 994\n    },\n    {\n        \"Id\": 218808,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77604\n    },\n    {\n        \"Id\": 218809,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72747\n    },\n    {\n        \"Id\": 218810,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72748\n    },\n    {\n        \"Id\": 218811,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 985\n    },\n    {\n        \"Id\": 218812,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18450\n    },\n    {\n        \"Id\": 218813,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35028\n    },\n    {\n        \"Id\": 218814,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81468\n    },\n    {\n        \"Id\": 218815,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81469\n    },\n    {\n        \"Id\": 218816,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77335\n    },\n    {\n        \"Id\": 218817,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75881\n    },\n    {\n        \"Id\": 218818,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78188\n    },\n    {\n        \"Id\": 218819,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18672\n    },\n    {\n        \"Id\": 218820,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76128\n    },\n    {\n        \"Id\": 218821,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76129\n    },\n    {\n        \"Id\": 218822,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77334\n    },\n    {\n        \"Id\": 218823,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20482\n    },\n    {\n        \"Id\": 218824,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81203\n    },\n    {\n        \"Id\": 218825,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 862\n    },\n    {\n        \"Id\": 218826,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80665\n    },\n    {\n        \"Id\": 218827,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35979\n    },\n    {\n        \"Id\": 218828,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18339\n    },\n    {\n        \"Id\": 218829,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21224\n    },\n    {\n        \"Id\": 218830,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1182\n    },\n    {\n        \"Id\": 218831,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77605\n    },\n    {\n        \"Id\": 218832,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77724\n    },\n    {\n        \"Id\": 218833,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78883\n    },\n    {\n        \"Id\": 218834,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80509\n    },\n    {\n        \"Id\": 218835,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78171\n    },\n    {\n        \"Id\": 218836,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78129\n    },\n    {\n        \"Id\": 218837,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78130\n    },\n    {\n        \"Id\": 218838,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78169\n    },\n    {\n        \"Id\": 218839,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35799\n    },\n    {\n        \"Id\": 218840,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19993\n    },\n    {\n        \"Id\": 218841,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21356\n    },\n    {\n        \"Id\": 218842,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77606\n    },\n    {\n        \"Id\": 218843,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18561\n    },\n    {\n        \"Id\": 218844,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35436\n    },\n    {\n        \"Id\": 218845,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18838\n    },\n    {\n        \"Id\": 218846,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35640\n    },\n    {\n        \"Id\": 218847,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76103\n    },\n    {\n        \"Id\": 218848,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76104\n    },\n    {\n        \"Id\": 218849,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80664\n    },\n    {\n        \"Id\": 218850,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75409\n    },\n    {\n        \"Id\": 218851,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78175\n    },\n    {\n        \"Id\": 218852,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75410\n    },\n    {\n        \"Id\": 218853,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75411\n    },\n    {\n        \"Id\": 218854,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75412\n    },\n    {\n        \"Id\": 218855,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37005\n    },\n    {\n        \"Id\": 218856,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72556\n    },\n    {\n        \"Id\": 218857,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80432\n    },\n    {\n        \"Id\": 218858,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37006\n    },\n    {\n        \"Id\": 218859,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78189\n    },\n    {\n        \"Id\": 218860,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22424\n    },\n    {\n        \"Id\": 218861,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20507\n    },\n    {\n        \"Id\": 218862,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19447\n    },\n    {\n        \"Id\": 218863,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18854\n    },\n    {\n        \"Id\": 218864,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78924\n    },\n    {\n        \"Id\": 218865,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1027\n    },\n    {\n        \"Id\": 218866,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19243\n    },\n    {\n        \"Id\": 218867,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41600\n    },\n    {\n        \"Id\": 218868,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80221\n    },\n    {\n        \"Id\": 218869,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 256\n    },\n    {\n        \"Id\": 218870,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1168\n    },\n    {\n        \"Id\": 218871,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77317\n    },\n    {\n        \"Id\": 218872,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41048\n    },\n    {\n        \"Id\": 218873,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41047\n    },\n    {\n        \"Id\": 218874,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35606\n    },\n    {\n        \"Id\": 218875,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41050\n    },\n    {\n        \"Id\": 218876,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41046\n    },\n    {\n        \"Id\": 218877,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41049\n    },\n    {\n        \"Id\": 218878,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35752\n    },\n    {\n        \"Id\": 218879,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81131\n    },\n    {\n        \"Id\": 218880,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77607\n    },\n    {\n        \"Id\": 218881,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18800\n    },\n    {\n        \"Id\": 218882,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18932\n    },\n    {\n        \"Id\": 218883,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18799\n    },\n    {\n        \"Id\": 218884,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75908\n    },\n    {\n        \"Id\": 218885,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35981\n    },\n    {\n        \"Id\": 218886,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37036\n    },\n    {\n        \"Id\": 218887,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37038\n    },\n    {\n        \"Id\": 218888,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75909\n    },\n    {\n        \"Id\": 218889,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72752\n    },\n    {\n        \"Id\": 218890,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73168\n    },\n    {\n        \"Id\": 218891,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77315\n    },\n    {\n        \"Id\": 218892,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78074\n    },\n    {\n        \"Id\": 218893,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75705\n    },\n    {\n        \"Id\": 218894,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75725\n    },\n    {\n        \"Id\": 218895,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76010\n    },\n    {\n        \"Id\": 218896,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78347\n    },\n    {\n        \"Id\": 218897,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78348\n    },\n    {\n        \"Id\": 218898,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75675\n    },\n    {\n        \"Id\": 218899,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35476\n    },\n    {\n        \"Id\": 218900,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18618\n    },\n    {\n        \"Id\": 218901,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18619\n    },\n    {\n        \"Id\": 218902,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20173\n    },\n    {\n        \"Id\": 218903,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20034\n    },\n    {\n        \"Id\": 218904,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21141\n    },\n    {\n        \"Id\": 218905,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35992\n    },\n    {\n        \"Id\": 218906,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75767\n    },\n    {\n        \"Id\": 218907,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76144\n    },\n    {\n        \"Id\": 218908,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 624\n    },\n    {\n        \"Id\": 218909,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1146\n    },\n    {\n        \"Id\": 218910,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 639\n    },\n    {\n        \"Id\": 218911,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77877\n    },\n    {\n        \"Id\": 218912,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21276\n    },\n    {\n        \"Id\": 218913,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19690\n    },\n    {\n        \"Id\": 218914,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18569\n    },\n    {\n        \"Id\": 218915,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19192\n    },\n    {\n        \"Id\": 218916,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19164\n    },\n    {\n        \"Id\": 218917,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 996\n    },\n    {\n        \"Id\": 218918,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 763\n    },\n    {\n        \"Id\": 218919,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 917\n    },\n    {\n        \"Id\": 218920,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1116\n    },\n    {\n        \"Id\": 218921,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1177\n    },\n    {\n        \"Id\": 218922,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 810\n    },\n    {\n        \"Id\": 218923,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78097\n    },\n    {\n        \"Id\": 218924,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78096\n    },\n    {\n        \"Id\": 218925,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19415\n    },\n    {\n        \"Id\": 218926,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35009\n    },\n    {\n        \"Id\": 218927,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34995\n    },\n    {\n        \"Id\": 218928,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35428\n    },\n    {\n        \"Id\": 218929,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18826\n    },\n    {\n        \"Id\": 218930,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35854\n    },\n    {\n        \"Id\": 218931,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35855\n    },\n    {\n        \"Id\": 218932,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35459\n    },\n    {\n        \"Id\": 218933,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73199\n    },\n    {\n        \"Id\": 218934,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19038\n    },\n    {\n        \"Id\": 218935,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 998\n    },\n    {\n        \"Id\": 218936,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19992\n    },\n    {\n        \"Id\": 218937,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21839\n    },\n    {\n        \"Id\": 218938,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19991\n    },\n    {\n        \"Id\": 218939,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 741\n    },\n    {\n        \"Id\": 218940,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 936\n    },\n    {\n        \"Id\": 218941,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 713\n    },\n    {\n        \"Id\": 218942,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35818\n    },\n    {\n        \"Id\": 218943,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 727\n    },\n    {\n        \"Id\": 218944,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19493\n    },\n    {\n        \"Id\": 218945,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20190\n    },\n    {\n        \"Id\": 218946,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 889\n    },\n    {\n        \"Id\": 218947,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77559\n    },\n    {\n        \"Id\": 218948,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22582\n    },\n    {\n        \"Id\": 218949,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19036\n    },\n    {\n        \"Id\": 218950,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 626\n    },\n    {\n        \"Id\": 218951,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1153\n    },\n    {\n        \"Id\": 218952,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72575\n    },\n    {\n        \"Id\": 218953,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76126\n    },\n    {\n        \"Id\": 218954,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22520\n    },\n    {\n        \"Id\": 218955,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 575\n    },\n    {\n        \"Id\": 218956,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19239\n    },\n    {\n        \"Id\": 218957,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35460\n    },\n    {\n        \"Id\": 218958,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19633\n    },\n    {\n        \"Id\": 218959,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22755\n    },\n    {\n        \"Id\": 218960,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75400\n    },\n    {\n        \"Id\": 218961,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81388\n    },\n    {\n        \"Id\": 218962,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81389\n    },\n    {\n        \"Id\": 218963,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20268\n    },\n    {\n        \"Id\": 218964,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18856\n    },\n    {\n        \"Id\": 218965,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22533\n    },\n    {\n        \"Id\": 218966,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22405\n    },\n    {\n        \"Id\": 218967,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79947\n    },\n    {\n        \"Id\": 218968,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75514\n    },\n    {\n        \"Id\": 218969,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21381\n    },\n    {\n        \"Id\": 218970,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23222\n    },\n    {\n        \"Id\": 218971,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23524\n    },\n    {\n        \"Id\": 218972,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25415\n    },\n    {\n        \"Id\": 218973,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25416\n    },\n    {\n        \"Id\": 218974,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25439\n    },\n    {\n        \"Id\": 218975,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25462\n    },\n    {\n        \"Id\": 218976,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25485\n    },\n    {\n        \"Id\": 218977,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25508\n    },\n    {\n        \"Id\": 218978,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25585\n    },\n    {\n        \"Id\": 218979,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25608\n    },\n    {\n        \"Id\": 218980,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25672\n    },\n    {\n        \"Id\": 218981,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25673\n    },\n    {\n        \"Id\": 218982,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25674\n    },\n    {\n        \"Id\": 218983,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25675\n    },\n    {\n        \"Id\": 218984,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25676\n    },\n    {\n        \"Id\": 218985,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25677\n    },\n    {\n        \"Id\": 218986,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25688\n    },\n    {\n        \"Id\": 218987,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25717\n    },\n    {\n        \"Id\": 218988,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25720\n    },\n    {\n        \"Id\": 218989,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25722\n    },\n    {\n        \"Id\": 218990,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25740\n    },\n    {\n        \"Id\": 218991,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25788\n    },\n    {\n        \"Id\": 218992,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25823\n    },\n    {\n        \"Id\": 218993,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 25869\n    },\n    {\n        \"Id\": 218994,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 26318\n    },\n    {\n        \"Id\": 218995,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 26485\n    },\n    {\n        \"Id\": 218996,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 26959\n    },\n    {\n        \"Id\": 218997,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27151\n    },\n    {\n        \"Id\": 218998,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27197\n    },\n    {\n        \"Id\": 218999,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27220\n    },\n    {\n        \"Id\": 219000,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27243\n    },\n    {\n        \"Id\": 219001,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 27646\n    },\n    {\n        \"Id\": 219002,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28379\n    },\n    {\n        \"Id\": 219003,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28402\n    },\n    {\n        \"Id\": 219004,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28502\n    },\n    {\n        \"Id\": 219005,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28525\n    },\n    {\n        \"Id\": 219006,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28548\n    },\n    {\n        \"Id\": 219007,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 28594\n    },\n    {\n        \"Id\": 219008,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29672\n    },\n    {\n        \"Id\": 219009,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29707\n    },\n    {\n        \"Id\": 219010,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29830\n    },\n    {\n        \"Id\": 219011,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29853\n    },\n    {\n        \"Id\": 219012,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29876\n    },\n    {\n        \"Id\": 219013,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29899\n    },\n    {\n        \"Id\": 219014,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29922\n    },\n    {\n        \"Id\": 219015,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29942\n    },\n    {\n        \"Id\": 219016,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 29944\n    },\n    {\n        \"Id\": 219017,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30294\n    },\n    {\n        \"Id\": 219018,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30437\n    },\n    {\n        \"Id\": 219019,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30563\n    },\n    {\n        \"Id\": 219020,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30570\n    },\n    {\n        \"Id\": 219021,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72856\n    },\n    {\n        \"Id\": 219022,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19132\n    },\n    {\n        \"Id\": 219023,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20317\n    },\n    {\n        \"Id\": 219024,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78315\n    },\n    {\n        \"Id\": 219025,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39018\n    },\n    {\n        \"Id\": 219026,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77318\n    },\n    {\n        \"Id\": 219027,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21193\n    },\n    {\n        \"Id\": 219028,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41136\n    },\n    {\n        \"Id\": 219029,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41137\n    },\n    {\n        \"Id\": 219030,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78342\n    },\n    {\n        \"Id\": 219031,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22148\n    },\n    {\n        \"Id\": 219032,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36334\n    },\n    {\n        \"Id\": 219033,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36144\n    },\n    {\n        \"Id\": 219034,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78340\n    },\n    {\n        \"Id\": 219035,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78341\n    },\n    {\n        \"Id\": 219036,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77294\n    },\n    {\n        \"Id\": 219037,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41138\n    },\n    {\n        \"Id\": 219038,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20760\n    },\n    {\n        \"Id\": 219039,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 749\n    },\n    {\n        \"Id\": 219040,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35128\n    },\n    {\n        \"Id\": 219041,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35117\n    },\n    {\n        \"Id\": 219042,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80283\n    },\n    {\n        \"Id\": 219043,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77608\n    },\n    {\n        \"Id\": 219044,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19670\n    },\n    {\n        \"Id\": 219045,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 951\n    },\n    {\n        \"Id\": 219046,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1216\n    },\n    {\n        \"Id\": 219047,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20085\n    },\n    {\n        \"Id\": 219048,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19719\n    },\n    {\n        \"Id\": 219049,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81377\n    },\n    {\n        \"Id\": 219050,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81139\n    },\n    {\n        \"Id\": 219051,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81185\n    },\n    {\n        \"Id\": 219052,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81186\n    },\n    {\n        \"Id\": 219053,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81187\n    },\n    {\n        \"Id\": 219054,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81030\n    },\n    {\n        \"Id\": 219055,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81190\n    },\n    {\n        \"Id\": 219056,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81191\n    },\n    {\n        \"Id\": 219057,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81345\n    },\n    {\n        \"Id\": 219058,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81213\n    },\n    {\n        \"Id\": 219059,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40741\n    },\n    {\n        \"Id\": 219060,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81226\n    },\n    {\n        \"Id\": 219061,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76003\n    },\n    {\n        \"Id\": 219062,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36016\n    },\n    {\n        \"Id\": 219063,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37079\n    },\n    {\n        \"Id\": 219064,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77609\n    },\n    {\n        \"Id\": 219065,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81125\n    },\n    {\n        \"Id\": 219066,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77668\n    },\n    {\n        \"Id\": 219067,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78110\n    },\n    {\n        \"Id\": 219068,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18883\n    },\n    {\n        \"Id\": 219069,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22404\n    },\n    {\n        \"Id\": 219070,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18680\n    },\n    {\n        \"Id\": 219071,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21568\n    },\n    {\n        \"Id\": 219072,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30689\n    },\n    {\n        \"Id\": 219073,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30677\n    },\n    {\n        \"Id\": 219074,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77755\n    },\n    {\n        \"Id\": 219075,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77754\n    },\n    {\n        \"Id\": 219076,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80225\n    },\n    {\n        \"Id\": 219077,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80233\n    },\n    {\n        \"Id\": 219078,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77812\n    },\n    {\n        \"Id\": 219079,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81061\n    },\n    {\n        \"Id\": 219080,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 698\n    },\n    {\n        \"Id\": 219081,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18805\n    },\n    {\n        \"Id\": 219082,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39082\n    },\n    {\n        \"Id\": 219083,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38997\n    },\n    {\n        \"Id\": 219084,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80364\n    },\n    {\n        \"Id\": 219085,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81348\n    },\n    {\n        \"Id\": 219086,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81347\n    },\n    {\n        \"Id\": 219087,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37524\n    },\n    {\n        \"Id\": 219088,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76067\n    },\n    {\n        \"Id\": 219089,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 641\n    },\n    {\n        \"Id\": 219090,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22408\n    },\n    {\n        \"Id\": 219091,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36920\n    },\n    {\n        \"Id\": 219092,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21006\n    },\n    {\n        \"Id\": 219093,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 895\n    },\n    {\n        \"Id\": 219094,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19936\n    },\n    {\n        \"Id\": 219095,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20489\n    },\n    {\n        \"Id\": 219096,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19193\n    },\n    {\n        \"Id\": 219097,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21886\n    },\n    {\n        \"Id\": 219098,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77534\n    },\n    {\n        \"Id\": 219099,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77810\n    },\n    {\n        \"Id\": 219100,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77972\n    },\n    {\n        \"Id\": 219101,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35972\n    },\n    {\n        \"Id\": 219102,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78152\n    },\n    {\n        \"Id\": 219103,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78127\n    },\n    {\n        \"Id\": 219104,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 411\n    },\n    {\n        \"Id\": 219105,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21564\n    },\n    {\n        \"Id\": 219106,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77771\n    },\n    {\n        \"Id\": 219107,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77772\n    },\n    {\n        \"Id\": 219108,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77795\n    },\n    {\n        \"Id\": 219109,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77775\n    },\n    {\n        \"Id\": 219110,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77777\n    },\n    {\n        \"Id\": 219111,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77779\n    },\n    {\n        \"Id\": 219112,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77781\n    },\n    {\n        \"Id\": 219113,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77783\n    },\n    {\n        \"Id\": 219114,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77786\n    },\n    {\n        \"Id\": 219115,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77793\n    },\n    {\n        \"Id\": 219116,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77794\n    },\n    {\n        \"Id\": 219117,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77770\n    },\n    {\n        \"Id\": 219118,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23163\n    },\n    {\n        \"Id\": 219119,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80788\n    },\n    {\n        \"Id\": 219120,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 980\n    },\n    {\n        \"Id\": 219121,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1222\n    },\n    {\n        \"Id\": 219122,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78044\n    },\n    {\n        \"Id\": 219123,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78119\n    },\n    {\n        \"Id\": 219124,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78047\n    },\n    {\n        \"Id\": 219125,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78141\n    },\n    {\n        \"Id\": 219126,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72990\n    },\n    {\n        \"Id\": 219127,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 633\n    },\n    {\n        \"Id\": 219128,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 362\n    },\n    {\n        \"Id\": 219129,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41132\n    },\n    {\n        \"Id\": 219130,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37183\n    },\n    {\n        \"Id\": 219131,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77610\n    },\n    {\n        \"Id\": 219132,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78253\n    },\n    {\n        \"Id\": 219133,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80693\n    },\n    {\n        \"Id\": 219134,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78899\n    },\n    {\n        \"Id\": 219135,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75737\n    },\n    {\n        \"Id\": 219136,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41052\n    },\n    {\n        \"Id\": 219137,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41512\n    },\n    {\n        \"Id\": 219138,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20009\n    },\n    {\n        \"Id\": 219139,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 719\n    },\n    {\n        \"Id\": 219140,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18830\n    },\n    {\n        \"Id\": 219141,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21378\n    },\n    {\n        \"Id\": 219142,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18880\n    },\n    {\n        \"Id\": 219143,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18586\n    },\n    {\n        \"Id\": 219144,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20531\n    },\n    {\n        \"Id\": 219145,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 844\n    },\n    {\n        \"Id\": 219146,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79898\n    },\n    {\n        \"Id\": 219147,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79899\n    },\n    {\n        \"Id\": 219148,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21377\n    },\n    {\n        \"Id\": 219149,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72643\n    },\n    {\n        \"Id\": 219150,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72644\n    },\n    {\n        \"Id\": 219151,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72645\n    },\n    {\n        \"Id\": 219152,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40761\n    },\n    {\n        \"Id\": 219153,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80768\n    },\n    {\n        \"Id\": 219154,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78145\n    },\n    {\n        \"Id\": 219155,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77859\n    },\n    {\n        \"Id\": 219156,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77862\n    },\n    {\n        \"Id\": 219157,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77863\n    },\n    {\n        \"Id\": 219158,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78220\n    },\n    {\n        \"Id\": 219159,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78165\n    },\n    {\n        \"Id\": 219160,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78162\n    },\n    {\n        \"Id\": 219161,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78164\n    },\n    {\n        \"Id\": 219162,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78166\n    },\n    {\n        \"Id\": 219163,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77943\n    },\n    {\n        \"Id\": 219164,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77723\n    },\n    {\n        \"Id\": 219165,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77880\n    },\n    {\n        \"Id\": 219166,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78115\n    },\n    {\n        \"Id\": 219167,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77992\n    },\n    {\n        \"Id\": 219168,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78008\n    },\n    {\n        \"Id\": 219169,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78178\n    },\n    {\n        \"Id\": 219170,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78180\n    },\n    {\n        \"Id\": 219171,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78179\n    },\n    {\n        \"Id\": 219172,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78183\n    },\n    {\n        \"Id\": 219173,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78234\n    },\n    {\n        \"Id\": 219174,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78239\n    },\n    {\n        \"Id\": 219175,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78335\n    },\n    {\n        \"Id\": 219176,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78190\n    },\n    {\n        \"Id\": 219177,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78177\n    },\n    {\n        \"Id\": 219178,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79903\n    },\n    {\n        \"Id\": 219179,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78885\n    },\n    {\n        \"Id\": 219180,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78886\n    },\n    {\n        \"Id\": 219181,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78902\n    },\n    {\n        \"Id\": 219182,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78904\n    },\n    {\n        \"Id\": 219183,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78905\n    },\n    {\n        \"Id\": 219184,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78269\n    },\n    {\n        \"Id\": 219185,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78324\n    },\n    {\n        \"Id\": 219186,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78323\n    },\n    {\n        \"Id\": 219187,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78321\n    },\n    {\n        \"Id\": 219188,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78325\n    },\n    {\n        \"Id\": 219189,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79893\n    },\n    {\n        \"Id\": 219190,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79892\n    },\n    {\n        \"Id\": 219191,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79895\n    },\n    {\n        \"Id\": 219192,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79894\n    },\n    {\n        \"Id\": 219193,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80175\n    },\n    {\n        \"Id\": 219194,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80104\n    },\n    {\n        \"Id\": 219195,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80114\n    },\n    {\n        \"Id\": 219196,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80223\n    },\n    {\n        \"Id\": 219197,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80716\n    },\n    {\n        \"Id\": 219198,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80719\n    },\n    {\n        \"Id\": 219199,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78349\n    },\n    {\n        \"Id\": 219200,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78337\n    },\n    {\n        \"Id\": 219201,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80981\n    },\n    {\n        \"Id\": 219202,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81083\n    },\n    {\n        \"Id\": 219203,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78338\n    },\n    {\n        \"Id\": 219204,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81042\n    },\n    {\n        \"Id\": 219205,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81151\n    },\n    {\n        \"Id\": 219206,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78073\n    },\n    {\n        \"Id\": 219207,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78133\n    },\n    {\n        \"Id\": 219208,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80110\n    },\n    {\n        \"Id\": 219209,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80279\n    },\n    {\n        \"Id\": 219210,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80714\n    },\n    {\n        \"Id\": 219211,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80700\n    },\n    {\n        \"Id\": 219212,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81011\n    },\n    {\n        \"Id\": 219213,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81004\n    },\n    {\n        \"Id\": 219214,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80971\n    },\n    {\n        \"Id\": 219215,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80040\n    },\n    {\n        \"Id\": 219216,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80355\n    },\n    {\n        \"Id\": 219217,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78131\n    },\n    {\n        \"Id\": 219218,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78909\n    },\n    {\n        \"Id\": 219219,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77762\n    },\n    {\n        \"Id\": 219220,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77568\n    },\n    {\n        \"Id\": 219221,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77569\n    },\n    {\n        \"Id\": 219222,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78996\n    },\n    {\n        \"Id\": 219223,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80636\n    },\n    {\n        \"Id\": 219224,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78118\n    },\n    {\n        \"Id\": 219225,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80756\n    },\n    {\n        \"Id\": 219226,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78082\n    },\n    {\n        \"Id\": 219227,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77853\n    },\n    {\n        \"Id\": 219228,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78351\n    },\n    {\n        \"Id\": 219229,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78002\n    },\n    {\n        \"Id\": 219230,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77893\n    },\n    {\n        \"Id\": 219231,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81075\n    },\n    {\n        \"Id\": 219232,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79956\n    },\n    {\n        \"Id\": 219233,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77360\n    },\n    {\n        \"Id\": 219234,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77396\n    },\n    {\n        \"Id\": 219235,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77461\n    },\n    {\n        \"Id\": 219236,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77546\n    },\n    {\n        \"Id\": 219237,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78274\n    },\n    {\n        \"Id\": 219238,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78275\n    },\n    {\n        \"Id\": 219239,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78270\n    },\n    {\n        \"Id\": 219240,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78272\n    },\n    {\n        \"Id\": 219241,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78273\n    },\n    {\n        \"Id\": 219242,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77978\n    },\n    {\n        \"Id\": 219243,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78268\n    },\n    {\n        \"Id\": 219244,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80436\n    },\n    {\n        \"Id\": 219245,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80257\n    },\n    {\n        \"Id\": 219246,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80034\n    },\n    {\n        \"Id\": 219247,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80970\n    },\n    {\n        \"Id\": 219248,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78901\n    },\n    {\n        \"Id\": 219249,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77499\n    },\n    {\n        \"Id\": 219250,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77553\n    },\n    {\n        \"Id\": 219251,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77799\n    },\n    {\n        \"Id\": 219252,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77867\n    },\n    {\n        \"Id\": 219253,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77868\n    },\n    {\n        \"Id\": 219254,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80387\n    },\n    {\n        \"Id\": 219255,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77623\n    },\n    {\n        \"Id\": 219256,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78900\n    },\n    {\n        \"Id\": 219257,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78903\n    },\n    {\n        \"Id\": 219258,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77996\n    },\n    {\n        \"Id\": 219259,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77997\n    },\n    {\n        \"Id\": 219260,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80966\n    },\n    {\n        \"Id\": 219261,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80764\n    },\n    {\n        \"Id\": 219262,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80765\n    },\n    {\n        \"Id\": 219263,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80926\n    },\n    {\n        \"Id\": 219264,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80761\n    },\n    {\n        \"Id\": 219265,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80793\n    },\n    {\n        \"Id\": 219266,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81117\n    },\n    {\n        \"Id\": 219267,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80982\n    },\n    {\n        \"Id\": 219268,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80770\n    },\n    {\n        \"Id\": 219269,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80771\n    },\n    {\n        \"Id\": 219270,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80769\n    },\n    {\n        \"Id\": 219271,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78320\n    },\n    {\n        \"Id\": 219272,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77462\n    },\n    {\n        \"Id\": 219273,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78003\n    },\n    {\n        \"Id\": 219274,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77998\n    },\n    {\n        \"Id\": 219275,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77491\n    },\n    {\n        \"Id\": 219276,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80767\n    },\n    {\n        \"Id\": 219277,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77994\n    },\n    {\n        \"Id\": 219278,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80392\n    },\n    {\n        \"Id\": 219279,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80479\n    },\n    {\n        \"Id\": 219280,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80493\n    },\n    {\n        \"Id\": 219281,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77995\n    },\n    {\n        \"Id\": 219282,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80763\n    },\n    {\n        \"Id\": 219283,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81150\n    },\n    {\n        \"Id\": 219284,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80766\n    },\n    {\n        \"Id\": 219285,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77539\n    },\n    {\n        \"Id\": 219286,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77423\n    },\n    {\n        \"Id\": 219287,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77463\n    },\n    {\n        \"Id\": 219288,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77758\n    },\n    {\n        \"Id\": 219289,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78908\n    },\n    {\n        \"Id\": 219290,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78000\n    },\n    {\n        \"Id\": 219291,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77866\n    },\n    {\n        \"Id\": 219292,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78128\n    },\n    {\n        \"Id\": 219293,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78001\n    },\n    {\n        \"Id\": 219294,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34964\n    },\n    {\n        \"Id\": 219295,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19264\n    },\n    {\n        \"Id\": 219296,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35548\n    },\n    {\n        \"Id\": 219297,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81015\n    },\n    {\n        \"Id\": 219298,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81016\n    },\n    {\n        \"Id\": 219299,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18872\n    },\n    {\n        \"Id\": 219300,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77849\n    },\n    {\n        \"Id\": 219301,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 34935\n    },\n    {\n        \"Id\": 219302,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19319\n    },\n    {\n        \"Id\": 219303,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18933\n    },\n    {\n        \"Id\": 219304,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19039\n    },\n    {\n        \"Id\": 219305,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18514\n    },\n    {\n        \"Id\": 219306,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79345\n    },\n    {\n        \"Id\": 219307,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19142\n    },\n    {\n        \"Id\": 219308,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75752\n    },\n    {\n        \"Id\": 219309,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76000\n    },\n    {\n        \"Id\": 219310,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18515\n    },\n    {\n        \"Id\": 219311,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18552\n    },\n    {\n        \"Id\": 219312,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18526\n    },\n    {\n        \"Id\": 219313,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18442\n    },\n    {\n        \"Id\": 219314,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41237\n    },\n    {\n        \"Id\": 219315,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22421\n    },\n    {\n        \"Id\": 219316,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78114\n    },\n    {\n        \"Id\": 219317,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78043\n    },\n    {\n        \"Id\": 219318,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78046\n    },\n    {\n        \"Id\": 219319,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80697\n    },\n    {\n        \"Id\": 219320,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78041\n    },\n    {\n        \"Id\": 219321,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20678\n    },\n    {\n        \"Id\": 219322,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21783\n    },\n    {\n        \"Id\": 219323,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36478\n    },\n    {\n        \"Id\": 219324,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20309\n    },\n    {\n        \"Id\": 219325,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19209\n    },\n    {\n        \"Id\": 219326,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40841\n    },\n    {\n        \"Id\": 219327,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80275\n    },\n    {\n        \"Id\": 219328,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19206\n    },\n    {\n        \"Id\": 219329,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36417\n    },\n    {\n        \"Id\": 219330,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36330\n    },\n    {\n        \"Id\": 219331,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36331\n    },\n    {\n        \"Id\": 219332,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19235\n    },\n    {\n        \"Id\": 219333,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19199\n    },\n    {\n        \"Id\": 219334,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20269\n    },\n    {\n        \"Id\": 219335,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76089\n    },\n    {\n        \"Id\": 219336,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35498\n    },\n    {\n        \"Id\": 219337,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35542\n    },\n    {\n        \"Id\": 219338,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72853\n    },\n    {\n        \"Id\": 219339,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72854\n    },\n    {\n        \"Id\": 219340,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81383\n    },\n    {\n        \"Id\": 219341,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81384\n    },\n    {\n        \"Id\": 219342,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81454\n    },\n    {\n        \"Id\": 219343,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18982\n    },\n    {\n        \"Id\": 219344,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77361\n    },\n    {\n        \"Id\": 219345,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37463\n    },\n    {\n        \"Id\": 219346,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 935\n    },\n    {\n        \"Id\": 219347,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19340\n    },\n    {\n        \"Id\": 219348,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21183\n    },\n    {\n        \"Id\": 219349,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23148\n    },\n    {\n        \"Id\": 219350,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1063\n    },\n    {\n        \"Id\": 219351,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19987\n    },\n    {\n        \"Id\": 219352,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21277\n    },\n    {\n        \"Id\": 219353,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80820\n    },\n    {\n        \"Id\": 219354,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30396\n    },\n    {\n        \"Id\": 219355,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35868\n    },\n    {\n        \"Id\": 219356,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40764\n    },\n    {\n        \"Id\": 219357,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76101\n    },\n    {\n        \"Id\": 219358,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77316\n    },\n    {\n        \"Id\": 219359,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79948\n    },\n    {\n        \"Id\": 219360,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78343\n    },\n    {\n        \"Id\": 219361,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36968\n    },\n    {\n        \"Id\": 219362,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36569\n    },\n    {\n        \"Id\": 219363,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35041\n    },\n    {\n        \"Id\": 219364,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77322\n    },\n    {\n        \"Id\": 219365,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78191\n    },\n    {\n        \"Id\": 219366,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75407\n    },\n    {\n        \"Id\": 219367,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78192\n    },\n    {\n        \"Id\": 219368,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78193\n    },\n    {\n        \"Id\": 219369,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78194\n    },\n    {\n        \"Id\": 219370,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78195\n    },\n    {\n        \"Id\": 219371,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78196\n    },\n    {\n        \"Id\": 219372,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76071\n    },\n    {\n        \"Id\": 219373,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41133\n    },\n    {\n        \"Id\": 219374,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37179\n    },\n    {\n        \"Id\": 219375,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77930\n    },\n    {\n        \"Id\": 219376,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79887\n    },\n    {\n        \"Id\": 219377,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79953\n    },\n    {\n        \"Id\": 219378,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80748\n    },\n    {\n        \"Id\": 219379,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36009\n    },\n    {\n        \"Id\": 219380,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80567\n    },\n    {\n        \"Id\": 219381,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35119\n    },\n    {\n        \"Id\": 219382,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35120\n    },\n    {\n        \"Id\": 219383,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76228\n    },\n    {\n        \"Id\": 219384,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76219\n    },\n    {\n        \"Id\": 219385,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76220\n    },\n    {\n        \"Id\": 219386,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76221\n    },\n    {\n        \"Id\": 219387,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76222\n    },\n    {\n        \"Id\": 219388,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76223\n    },\n    {\n        \"Id\": 219389,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76224\n    },\n    {\n        \"Id\": 219390,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76225\n    },\n    {\n        \"Id\": 219391,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76226\n    },\n    {\n        \"Id\": 219392,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76227\n    },\n    {\n        \"Id\": 219393,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78923\n    },\n    {\n        \"Id\": 219394,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35975\n    },\n    {\n        \"Id\": 219395,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35566\n    },\n    {\n        \"Id\": 219396,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75536\n    },\n    {\n        \"Id\": 219397,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80689\n    },\n    {\n        \"Id\": 219398,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35851\n    },\n    {\n        \"Id\": 219399,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78184\n    },\n    {\n        \"Id\": 219400,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35852\n    },\n    {\n        \"Id\": 219401,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37404\n    },\n    {\n        \"Id\": 219402,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41151\n    },\n    {\n        \"Id\": 219403,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41085\n    },\n    {\n        \"Id\": 219404,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41086\n    },\n    {\n        \"Id\": 219405,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22478\n    },\n    {\n        \"Id\": 219406,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22208\n    },\n    {\n        \"Id\": 219407,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39086\n    },\n    {\n        \"Id\": 219408,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37123\n    },\n    {\n        \"Id\": 219409,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36864\n    },\n    {\n        \"Id\": 219410,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36872\n    },\n    {\n        \"Id\": 219411,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39165\n    },\n    {\n        \"Id\": 219412,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36880\n    },\n    {\n        \"Id\": 219413,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72762\n    },\n    {\n        \"Id\": 219414,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36451\n    },\n    {\n        \"Id\": 219415,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36681\n    },\n    {\n        \"Id\": 219416,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39177\n    },\n    {\n        \"Id\": 219417,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36680\n    },\n    {\n        \"Id\": 219418,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72763\n    },\n    {\n        \"Id\": 219419,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36447\n    },\n    {\n        \"Id\": 219420,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35172\n    },\n    {\n        \"Id\": 219421,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36580\n    },\n    {\n        \"Id\": 219422,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72764\n    },\n    {\n        \"Id\": 219423,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72765\n    },\n    {\n        \"Id\": 219424,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36504\n    },\n    {\n        \"Id\": 219425,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22289\n    },\n    {\n        \"Id\": 219426,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72766\n    },\n    {\n        \"Id\": 219427,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72767\n    },\n    {\n        \"Id\": 219428,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72768\n    },\n    {\n        \"Id\": 219429,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80429\n    },\n    {\n        \"Id\": 219430,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35435\n    },\n    {\n        \"Id\": 219431,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35456\n    },\n    {\n        \"Id\": 219432,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36315\n    },\n    {\n        \"Id\": 219433,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72772\n    },\n    {\n        \"Id\": 219434,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36755\n    },\n    {\n        \"Id\": 219435,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36738\n    },\n    {\n        \"Id\": 219436,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72771\n    },\n    {\n        \"Id\": 219437,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72770\n    },\n    {\n        \"Id\": 219438,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39167\n    },\n    {\n        \"Id\": 219439,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39212\n    },\n    {\n        \"Id\": 219440,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35848\n    },\n    {\n        \"Id\": 219441,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22394\n    },\n    {\n        \"Id\": 219442,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22395\n    },\n    {\n        \"Id\": 219443,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22396\n    },\n    {\n        \"Id\": 219444,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35847\n    },\n    {\n        \"Id\": 219445,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35095\n    },\n    {\n        \"Id\": 219446,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35453\n    },\n    {\n        \"Id\": 219447,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35506\n    },\n    {\n        \"Id\": 219448,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76107\n    },\n    {\n        \"Id\": 219449,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76108\n    },\n    {\n        \"Id\": 219450,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77323\n    },\n    {\n        \"Id\": 219451,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72930\n    },\n    {\n        \"Id\": 219452,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80057\n    },\n    {\n        \"Id\": 219453,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80058\n    },\n    {\n        \"Id\": 219454,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80060\n    },\n    {\n        \"Id\": 219455,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80061\n    },\n    {\n        \"Id\": 219456,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80062\n    },\n    {\n        \"Id\": 219457,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39091\n    },\n    {\n        \"Id\": 219458,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75551\n    },\n    {\n        \"Id\": 219459,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37004\n    },\n    {\n        \"Id\": 219460,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76087\n    },\n    {\n        \"Id\": 219461,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22571\n    },\n    {\n        \"Id\": 219462,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37124\n    },\n    {\n        \"Id\": 219463,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35451\n    },\n    {\n        \"Id\": 219464,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35455\n    },\n    {\n        \"Id\": 219465,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36494\n    },\n    {\n        \"Id\": 219466,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35505\n    },\n    {\n        \"Id\": 219467,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36200\n    },\n    {\n        \"Id\": 219468,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36204\n    },\n    {\n        \"Id\": 219469,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36202\n    },\n    {\n        \"Id\": 219470,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36203\n    },\n    {\n        \"Id\": 219471,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36201\n    },\n    {\n        \"Id\": 219472,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38983\n    },\n    {\n        \"Id\": 219473,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72545\n    },\n    {\n        \"Id\": 219474,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81387\n    },\n    {\n        \"Id\": 219475,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36767\n    },\n    {\n        \"Id\": 219476,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75369\n    },\n    {\n        \"Id\": 219477,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81391\n    },\n    {\n        \"Id\": 219478,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 81390\n    },\n    {\n        \"Id\": 219479,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35507\n    },\n    {\n        \"Id\": 219480,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35465\n    },\n    {\n        \"Id\": 219481,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41488\n    },\n    {\n        \"Id\": 219482,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72357\n    },\n    {\n        \"Id\": 219483,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22388\n    },\n    {\n        \"Id\": 219484,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22288\n    },\n    {\n        \"Id\": 219485,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41155\n    },\n    {\n        \"Id\": 219486,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30700\n    },\n    {\n        \"Id\": 219487,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19125\n    },\n    {\n        \"Id\": 219488,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19758\n    },\n    {\n        \"Id\": 219489,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72584\n    },\n    {\n        \"Id\": 219490,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41492\n    },\n    {\n        \"Id\": 219491,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78039\n    },\n    {\n        \"Id\": 219492,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73203\n    },\n    {\n        \"Id\": 219493,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30701\n    },\n    {\n        \"Id\": 219494,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39080\n    },\n    {\n        \"Id\": 219495,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 30702\n    },\n    {\n        \"Id\": 219496,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73027\n    },\n    {\n        \"Id\": 219497,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73028\n    },\n    {\n        \"Id\": 219498,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40765\n    },\n    {\n        \"Id\": 219499,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75362\n    },\n    {\n        \"Id\": 219500,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40767\n    },\n    {\n        \"Id\": 219501,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38959\n    },\n    {\n        \"Id\": 219502,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73172\n    },\n    {\n        \"Id\": 219503,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72962\n    },\n    {\n        \"Id\": 219504,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 72946\n    },\n    {\n        \"Id\": 219505,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37182\n    },\n    {\n        \"Id\": 219506,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20197\n    },\n    {\n        \"Id\": 219507,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77611\n    },\n    {\n        \"Id\": 219508,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36437\n    },\n    {\n        \"Id\": 219509,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76159\n    },\n    {\n        \"Id\": 219510,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20957\n    },\n    {\n        \"Id\": 219511,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20812\n    },\n    {\n        \"Id\": 219512,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19986\n    },\n    {\n        \"Id\": 219513,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21785\n    },\n    {\n        \"Id\": 219514,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 601\n    },\n    {\n        \"Id\": 219515,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18730\n    },\n    {\n        \"Id\": 219516,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75797\n    },\n    {\n        \"Id\": 219517,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19123\n    },\n    {\n        \"Id\": 219518,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35025\n    },\n    {\n        \"Id\": 219519,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18633\n    },\n    {\n        \"Id\": 219520,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80645\n    },\n    {\n        \"Id\": 219521,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19554\n    },\n    {\n        \"Id\": 219522,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19121\n    },\n    {\n        \"Id\": 219523,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35235\n    },\n    {\n        \"Id\": 219524,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22518\n    },\n    {\n        \"Id\": 219525,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35849\n    },\n    {\n        \"Id\": 219526,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18915\n    },\n    {\n        \"Id\": 219527,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41609\n    },\n    {\n        \"Id\": 219528,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38566\n    },\n    {\n        \"Id\": 219529,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 410\n    },\n    {\n        \"Id\": 219530,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19770\n    },\n    {\n        \"Id\": 219531,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79938\n    },\n    {\n        \"Id\": 219532,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 883\n    },\n    {\n        \"Id\": 219533,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77612\n    },\n    {\n        \"Id\": 219534,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19470\n    },\n    {\n        \"Id\": 219535,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21565\n    },\n    {\n        \"Id\": 219536,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 177\n    },\n    {\n        \"Id\": 219537,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41579\n    },\n    {\n        \"Id\": 219538,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77613\n    },\n    {\n        \"Id\": 219539,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39083\n    },\n    {\n        \"Id\": 219540,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35989\n    },\n    {\n        \"Id\": 219541,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20942\n    },\n    {\n        \"Id\": 219542,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21380\n    },\n    {\n        \"Id\": 219543,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76237\n    },\n    {\n        \"Id\": 219544,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77614\n    },\n    {\n        \"Id\": 219545,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77615\n    },\n    {\n        \"Id\": 219546,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19985\n    },\n    {\n        \"Id\": 219547,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36576\n    },\n    {\n        \"Id\": 219548,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39084\n    },\n    {\n        \"Id\": 219549,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 603\n    },\n    {\n        \"Id\": 219550,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21078\n    },\n    {\n        \"Id\": 219551,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78942\n    },\n    {\n        \"Id\": 219552,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18821\n    },\n    {\n        \"Id\": 219553,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19832\n    },\n    {\n        \"Id\": 219554,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20073\n    },\n    {\n        \"Id\": 219555,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20748\n    },\n    {\n        \"Id\": 219556,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21504\n    },\n    {\n        \"Id\": 219557,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19762\n    },\n    {\n        \"Id\": 219558,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 37194\n    },\n    {\n        \"Id\": 219559,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18861\n    },\n    {\n        \"Id\": 219560,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20010\n    },\n    {\n        \"Id\": 219561,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20808\n    },\n    {\n        \"Id\": 219562,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18533\n    },\n    {\n        \"Id\": 219563,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1091\n    },\n    {\n        \"Id\": 219564,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80790\n    },\n    {\n        \"Id\": 219565,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 934\n    },\n    {\n        \"Id\": 219566,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1005\n    },\n    {\n        \"Id\": 219567,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20592\n    },\n    {\n        \"Id\": 219568,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77616\n    },\n    {\n        \"Id\": 219569,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 926\n    },\n    {\n        \"Id\": 219570,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22507\n    },\n    {\n        \"Id\": 219571,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 22584\n    },\n    {\n        \"Id\": 219572,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21502\n    },\n    {\n        \"Id\": 219573,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18855\n    },\n    {\n        \"Id\": 219574,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21944\n    },\n    {\n        \"Id\": 219575,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19033\n    },\n    {\n        \"Id\": 219576,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 40926\n    },\n    {\n        \"Id\": 219577,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76099\n    },\n    {\n        \"Id\": 219578,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39013\n    },\n    {\n        \"Id\": 219579,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 346\n    },\n    {\n        \"Id\": 219580,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41573\n    },\n    {\n        \"Id\": 219581,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 41571\n    },\n    {\n        \"Id\": 219582,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19363\n    },\n    {\n        \"Id\": 219583,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 73101\n    },\n    {\n        \"Id\": 219584,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 23164\n    },\n    {\n        \"Id\": 219585,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35978\n    },\n    {\n        \"Id\": 219586,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18565\n    },\n    {\n        \"Id\": 219587,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36803\n    },\n    {\n        \"Id\": 219588,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77314\n    },\n    {\n        \"Id\": 219589,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80344\n    },\n    {\n        \"Id\": 219590,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19831\n    },\n    {\n        \"Id\": 219591,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38999\n    },\n    {\n        \"Id\": 219592,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39000\n    },\n    {\n        \"Id\": 219593,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39125\n    },\n    {\n        \"Id\": 219594,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 39124\n    },\n    {\n        \"Id\": 219595,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38998\n    },\n    {\n        \"Id\": 219596,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20769\n    },\n    {\n        \"Id\": 219597,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35841\n    },\n    {\n        \"Id\": 219598,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35842\n    },\n    {\n        \"Id\": 219599,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35843\n    },\n    {\n        \"Id\": 219600,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19562\n    },\n    {\n        \"Id\": 219601,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77324\n    },\n    {\n        \"Id\": 219602,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77325\n    },\n    {\n        \"Id\": 219603,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77362\n    },\n    {\n        \"Id\": 219604,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80666\n    },\n    {\n        \"Id\": 219605,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36734\n    },\n    {\n        \"Id\": 219606,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79885\n    },\n    {\n        \"Id\": 219607,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79884\n    },\n    {\n        \"Id\": 219608,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36708\n    },\n    {\n        \"Id\": 219609,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80725\n    },\n    {\n        \"Id\": 219610,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80724\n    },\n    {\n        \"Id\": 219611,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80723\n    },\n    {\n        \"Id\": 219612,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77336\n    },\n    {\n        \"Id\": 219613,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78913\n    },\n    {\n        \"Id\": 219614,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 21255\n    },\n    {\n        \"Id\": 219615,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 723\n    },\n    {\n        \"Id\": 219616,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19490\n    },\n    {\n        \"Id\": 219617,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75742\n    },\n    {\n        \"Id\": 219618,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75743\n    },\n    {\n        \"Id\": 219619,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75744\n    },\n    {\n        \"Id\": 219620,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 76109\n    },\n    {\n        \"Id\": 219621,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38969\n    },\n    {\n        \"Id\": 219622,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19888\n    },\n    {\n        \"Id\": 219623,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80094\n    },\n    {\n        \"Id\": 219624,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80250\n    },\n    {\n        \"Id\": 219625,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35439\n    },\n    {\n        \"Id\": 219626,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 78004\n    },\n    {\n        \"Id\": 219627,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 79880\n    },\n    {\n        \"Id\": 219628,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 18931\n    },\n    {\n        \"Id\": 219629,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77501\n    },\n    {\n        \"Id\": 219630,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77726\n    },\n    {\n        \"Id\": 219631,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 77956\n    },\n    {\n        \"Id\": 219632,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80620\n    },\n    {\n        \"Id\": 219633,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 20591\n    },\n    {\n        \"Id\": 219634,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19295\n    },\n    {\n        \"Id\": 219635,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 1196\n    },\n    {\n        \"Id\": 219636,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75393\n    },\n    {\n        \"Id\": 219637,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 75391\n    },\n    {\n        \"Id\": 219638,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 19928\n    },\n    {\n        \"Id\": 219639,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36604\n    },\n    {\n        \"Id\": 219640,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 35339\n    },\n    {\n        \"Id\": 219641,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36414\n    },\n    {\n        \"Id\": 219642,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 38873\n    },\n    {\n        \"Id\": 226165,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35629\n    },\n    {\n        \"Id\": 226166,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36205\n    },\n    {\n        \"Id\": 226167,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36206\n    },\n    {\n        \"Id\": 226168,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77333\n    },\n    {\n        \"Id\": 226169,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76141\n    },\n    {\n        \"Id\": 226170,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19681\n    },\n    {\n        \"Id\": 226171,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19684\n    },\n    {\n        \"Id\": 226172,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19686\n    },\n    {\n        \"Id\": 226173,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41469\n    },\n    {\n        \"Id\": 226174,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81372\n    },\n    {\n        \"Id\": 226175,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36387\n    },\n    {\n        \"Id\": 226176,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72267\n    },\n    {\n        \"Id\": 226177,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36332\n    },\n    {\n        \"Id\": 226178,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19571\n    },\n    {\n        \"Id\": 226179,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41483\n    },\n    {\n        \"Id\": 226180,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41485\n    },\n    {\n        \"Id\": 226181,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 602\n    },\n    {\n        \"Id\": 226182,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35415\n    },\n    {\n        \"Id\": 226183,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76142\n    },\n    {\n        \"Id\": 226184,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35780\n    },\n    {\n        \"Id\": 226185,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35423\n    },\n    {\n        \"Id\": 226186,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80687\n    },\n    {\n        \"Id\": 226187,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38949\n    },\n    {\n        \"Id\": 226188,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38954\n    },\n    {\n        \"Id\": 226189,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38957\n    },\n    {\n        \"Id\": 226190,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38081\n    },\n    {\n        \"Id\": 226191,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 226192,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38951\n    },\n    {\n        \"Id\": 226193,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73026\n    },\n    {\n        \"Id\": 226194,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38061\n    },\n    {\n        \"Id\": 226195,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36836\n    },\n    {\n        \"Id\": 226196,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38950\n    },\n    {\n        \"Id\": 226197,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36521\n    },\n    {\n        \"Id\": 226198,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72687\n    },\n    {\n        \"Id\": 226199,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36860\n    },\n    {\n        \"Id\": 226200,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22592\n    },\n    {\n        \"Id\": 226201,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36540\n    },\n    {\n        \"Id\": 226202,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22419\n    },\n    {\n        \"Id\": 226203,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36562\n    },\n    {\n        \"Id\": 226204,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36853\n    },\n    {\n        \"Id\": 226205,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72679\n    },\n    {\n        \"Id\": 226206,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36507\n    },\n    {\n        \"Id\": 226207,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36857\n    },\n    {\n        \"Id\": 226208,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36552\n    },\n    {\n        \"Id\": 226209,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77666\n    },\n    {\n        \"Id\": 226210,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77667\n    },\n    {\n        \"Id\": 226211,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77651\n    },\n    {\n        \"Id\": 226212,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77652\n    },\n    {\n        \"Id\": 226213,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78311\n    },\n    {\n        \"Id\": 226214,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78312\n    },\n    {\n        \"Id\": 226215,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77678\n    },\n    {\n        \"Id\": 226216,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78116\n    },\n    {\n        \"Id\": 226217,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79928\n    },\n    {\n        \"Id\": 226218,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79821\n    },\n    {\n        \"Id\": 226219,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77465\n    },\n    {\n        \"Id\": 226220,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80954\n    },\n    {\n        \"Id\": 226221,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81019\n    },\n    {\n        \"Id\": 226222,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81018\n    },\n    {\n        \"Id\": 226223,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36531\n    },\n    {\n        \"Id\": 226224,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37452\n    },\n    {\n        \"Id\": 226225,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36846\n    },\n    {\n        \"Id\": 226226,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73050\n    },\n    {\n        \"Id\": 226227,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76145\n    },\n    {\n        \"Id\": 226228,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38071\n    },\n    {\n        \"Id\": 226229,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20956\n    },\n    {\n        \"Id\": 226230,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34878\n    },\n    {\n        \"Id\": 226231,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36970\n    },\n    {\n        \"Id\": 226232,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41182\n    },\n    {\n        \"Id\": 226233,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 174\n    },\n    {\n        \"Id\": 226234,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79987\n    },\n    {\n        \"Id\": 226235,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41148\n    },\n    {\n        \"Id\": 226236,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34978\n    },\n    {\n        \"Id\": 226237,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36305\n    },\n    {\n        \"Id\": 226238,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20031\n    },\n    {\n        \"Id\": 226239,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81029\n    },\n    {\n        \"Id\": 226240,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79988\n    },\n    {\n        \"Id\": 226241,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81266\n    },\n    {\n        \"Id\": 226242,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81126\n    },\n    {\n        \"Id\": 226243,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81027\n    },\n    {\n        \"Id\": 226244,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35801\n    },\n    {\n        \"Id\": 226245,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 438\n    },\n    {\n        \"Id\": 226246,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19040\n    },\n    {\n        \"Id\": 226247,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 944\n    },\n    {\n        \"Id\": 226248,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76231\n    },\n    {\n        \"Id\": 226249,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 193\n    },\n    {\n        \"Id\": 226250,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19656\n    },\n    {\n        \"Id\": 226251,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 228\n    },\n    {\n        \"Id\": 226252,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35156\n    },\n    {\n        \"Id\": 226253,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72246\n    },\n    {\n        \"Id\": 226254,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35026\n    },\n    {\n        \"Id\": 226255,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80885\n    },\n    {\n        \"Id\": 226256,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19761\n    },\n    {\n        \"Id\": 226257,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80523\n    },\n    {\n        \"Id\": 226258,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77759\n    },\n    {\n        \"Id\": 226259,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80530\n    },\n    {\n        \"Id\": 226260,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81001\n    },\n    {\n        \"Id\": 226261,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35781\n    },\n    {\n        \"Id\": 226262,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34954\n    },\n    {\n        \"Id\": 226263,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34898\n    },\n    {\n        \"Id\": 226264,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75628\n    },\n    {\n        \"Id\": 226265,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75629\n    },\n    {\n        \"Id\": 226266,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75630\n    },\n    {\n        \"Id\": 226267,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75631\n    },\n    {\n        \"Id\": 226268,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75627\n    },\n    {\n        \"Id\": 226269,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75632\n    },\n    {\n        \"Id\": 226270,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75633\n    },\n    {\n        \"Id\": 226271,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34899\n    },\n    {\n        \"Id\": 226272,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23080\n    },\n    {\n        \"Id\": 226273,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23073\n    },\n    {\n        \"Id\": 226274,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23079\n    },\n    {\n        \"Id\": 226275,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23070\n    },\n    {\n        \"Id\": 226276,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34885\n    },\n    {\n        \"Id\": 226277,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77352\n    },\n    {\n        \"Id\": 226278,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21318\n    },\n    {\n        \"Id\": 226279,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19839\n    },\n    {\n        \"Id\": 226280,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 876\n    },\n    {\n        \"Id\": 226281,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21189\n    },\n    {\n        \"Id\": 226282,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36260\n    },\n    {\n        \"Id\": 226283,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41180\n    },\n    {\n        \"Id\": 226284,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21947\n    },\n    {\n        \"Id\": 226285,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20935\n    },\n    {\n        \"Id\": 226286,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35900\n    },\n    {\n        \"Id\": 226287,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19455\n    },\n    {\n        \"Id\": 226288,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35420\n    },\n    {\n        \"Id\": 226289,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35485\n    },\n    {\n        \"Id\": 226290,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77590\n    },\n    {\n        \"Id\": 226291,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20020\n    },\n    {\n        \"Id\": 226292,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35991\n    },\n    {\n        \"Id\": 226293,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80044\n    },\n    {\n        \"Id\": 226294,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80046\n    },\n    {\n        \"Id\": 226295,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80047\n    },\n    {\n        \"Id\": 226296,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77591\n    },\n    {\n        \"Id\": 226297,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 824\n    },\n    {\n        \"Id\": 226298,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75392\n    },\n    {\n        \"Id\": 226299,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19290\n    },\n    {\n        \"Id\": 226300,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20811\n    },\n    {\n        \"Id\": 226301,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1022\n    },\n    {\n        \"Id\": 226302,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34998\n    },\n    {\n        \"Id\": 226303,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35000\n    },\n    {\n        \"Id\": 226304,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 799\n    },\n    {\n        \"Id\": 226305,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18457\n    },\n    {\n        \"Id\": 226306,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18451\n    },\n    {\n        \"Id\": 226307,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21330\n    },\n    {\n        \"Id\": 226308,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20067\n    },\n    {\n        \"Id\": 226309,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21275\n    },\n    {\n        \"Id\": 226310,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 176\n    },\n    {\n        \"Id\": 226311,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19783\n    },\n    {\n        \"Id\": 226312,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79913\n    },\n    {\n        \"Id\": 226313,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81188\n    },\n    {\n        \"Id\": 226314,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19238\n    },\n    {\n        \"Id\": 226315,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18452\n    },\n    {\n        \"Id\": 226316,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35287\n    },\n    {\n        \"Id\": 226317,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41635\n    },\n    {\n        \"Id\": 226318,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35289\n    },\n    {\n        \"Id\": 226319,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34997\n    },\n    {\n        \"Id\": 226320,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19463\n    },\n    {\n        \"Id\": 226321,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35400\n    },\n    {\n        \"Id\": 226322,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35148\n    },\n    {\n        \"Id\": 226323,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21712\n    },\n    {\n        \"Id\": 226324,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19327\n    },\n    {\n        \"Id\": 226325,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81443\n    },\n    {\n        \"Id\": 226326,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81444\n    },\n    {\n        \"Id\": 226327,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81442\n    },\n    {\n        \"Id\": 226328,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1155\n    },\n    {\n        \"Id\": 226329,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1141\n    },\n    {\n        \"Id\": 226330,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 654\n    },\n    {\n        \"Id\": 226331,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78066\n    },\n    {\n        \"Id\": 226332,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81357\n    },\n    {\n        \"Id\": 226333,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73014\n    },\n    {\n        \"Id\": 226334,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36579\n    },\n    {\n        \"Id\": 226335,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21505\n    },\n    {\n        \"Id\": 226336,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18383\n    },\n    {\n        \"Id\": 226337,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18556\n    },\n    {\n        \"Id\": 226338,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77952\n    },\n    {\n        \"Id\": 226339,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18646\n    },\n    {\n        \"Id\": 226340,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77708\n    },\n    {\n        \"Id\": 226341,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75739\n    },\n    {\n        \"Id\": 226342,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36329\n    },\n    {\n        \"Id\": 226343,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20799\n    },\n    {\n        \"Id\": 226344,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20807\n    },\n    {\n        \"Id\": 226345,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18828\n    },\n    {\n        \"Id\": 226346,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 790\n    },\n    {\n        \"Id\": 226347,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81350\n    },\n    {\n        \"Id\": 226348,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 835\n    },\n    {\n        \"Id\": 226349,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 646\n    },\n    {\n        \"Id\": 226350,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 253\n    },\n    {\n        \"Id\": 226351,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20157\n    },\n    {\n        \"Id\": 226352,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39035\n    },\n    {\n        \"Id\": 226353,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 637\n    },\n    {\n        \"Id\": 226354,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 715\n    },\n    {\n        \"Id\": 226355,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18717\n    },\n    {\n        \"Id\": 226356,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19687\n    },\n    {\n        \"Id\": 226357,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18870\n    },\n    {\n        \"Id\": 226358,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38070\n    },\n    {\n        \"Id\": 226359,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36573\n    },\n    {\n        \"Id\": 226360,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18386\n    },\n    {\n        \"Id\": 226361,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35454\n    },\n    {\n        \"Id\": 226362,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38074\n    },\n    {\n        \"Id\": 226363,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23041\n    },\n    {\n        \"Id\": 226364,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35448\n    },\n    {\n        \"Id\": 226365,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18704\n    },\n    {\n        \"Id\": 226366,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41152\n    },\n    {\n        \"Id\": 226367,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 388\n    },\n    {\n        \"Id\": 226368,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18993\n    },\n    {\n        \"Id\": 226369,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80887\n    },\n    {\n        \"Id\": 226370,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21340\n    },\n    {\n        \"Id\": 226371,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18454\n    },\n    {\n        \"Id\": 226372,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21825\n    },\n    {\n        \"Id\": 226373,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77982\n    },\n    {\n        \"Id\": 226374,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80435\n    },\n    {\n        \"Id\": 226375,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77283\n    },\n    {\n        \"Id\": 226376,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37201\n    },\n    {\n        \"Id\": 226377,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75792\n    },\n    {\n        \"Id\": 226378,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75793\n    },\n    {\n        \"Id\": 226379,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76082\n    },\n    {\n        \"Id\": 226380,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80656\n    },\n    {\n        \"Id\": 226381,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78117\n    },\n    {\n        \"Id\": 226382,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81020\n    },\n    {\n        \"Id\": 226383,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75794\n    },\n    {\n        \"Id\": 226384,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19236\n    },\n    {\n        \"Id\": 226385,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78181\n    },\n    {\n        \"Id\": 226386,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20514\n    },\n    {\n        \"Id\": 226387,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81403\n    },\n    {\n        \"Id\": 226388,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35336\n    },\n    {\n        \"Id\": 226389,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1069\n    },\n    {\n        \"Id\": 226390,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22402\n    },\n    {\n        \"Id\": 226391,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36915\n    },\n    {\n        \"Id\": 226392,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21203\n    },\n    {\n        \"Id\": 226393,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81386\n    },\n    {\n        \"Id\": 226394,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18455\n    },\n    {\n        \"Id\": 226395,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 948\n    },\n    {\n        \"Id\": 226396,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35863\n    },\n    {\n        \"Id\": 226397,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41131\n    },\n    {\n        \"Id\": 226398,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80105\n    },\n    {\n        \"Id\": 226399,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78309\n    },\n    {\n        \"Id\": 226400,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78313\n    },\n    {\n        \"Id\": 226401,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37615\n    },\n    {\n        \"Id\": 226402,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37633\n    },\n    {\n        \"Id\": 226403,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75757\n    },\n    {\n        \"Id\": 226404,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75758\n    },\n    {\n        \"Id\": 226405,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75759\n    },\n    {\n        \"Id\": 226406,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75760\n    },\n    {\n        \"Id\": 226407,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75756\n    },\n    {\n        \"Id\": 226408,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75761\n    },\n    {\n        \"Id\": 226409,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75762\n    },\n    {\n        \"Id\": 226410,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75763\n    },\n    {\n        \"Id\": 226411,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75764\n    },\n    {\n        \"Id\": 226412,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75765\n    },\n    {\n        \"Id\": 226413,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39057\n    },\n    {\n        \"Id\": 226414,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78352\n    },\n    {\n        \"Id\": 226415,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37455\n    },\n    {\n        \"Id\": 226416,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39123\n    },\n    {\n        \"Id\": 226417,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75991\n    },\n    {\n        \"Id\": 226418,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78307\n    },\n    {\n        \"Id\": 226419,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78308\n    },\n    {\n        \"Id\": 226420,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75992\n    },\n    {\n        \"Id\": 226421,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75993\n    },\n    {\n        \"Id\": 226422,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18571\n    },\n    {\n        \"Id\": 226423,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36944\n    },\n    {\n        \"Id\": 226424,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19135\n    },\n    {\n        \"Id\": 226425,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36468\n    },\n    {\n        \"Id\": 226426,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 661\n    },\n    {\n        \"Id\": 226427,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18456\n    },\n    {\n        \"Id\": 226428,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1231\n    },\n    {\n        \"Id\": 226429,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21238\n    },\n    {\n        \"Id\": 226430,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35853\n    },\n    {\n        \"Id\": 226431,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80661\n    },\n    {\n        \"Id\": 226432,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27001\n    },\n    {\n        \"Id\": 226433,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77592\n    },\n    {\n        \"Id\": 226434,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72384\n    },\n    {\n        \"Id\": 226435,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39033\n    },\n    {\n        \"Id\": 226436,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81003\n    },\n    {\n        \"Id\": 226437,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19548\n    },\n    {\n        \"Id\": 226438,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77593\n    },\n    {\n        \"Id\": 226439,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35718\n    },\n    {\n        \"Id\": 226440,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35982\n    },\n    {\n        \"Id\": 226441,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81071\n    },\n    {\n        \"Id\": 226442,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36989\n    },\n    {\n        \"Id\": 226443,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36990\n    },\n    {\n        \"Id\": 226444,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36993\n    },\n    {\n        \"Id\": 226445,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36992\n    },\n    {\n        \"Id\": 226446,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36994\n    },\n    {\n        \"Id\": 226447,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36995\n    },\n    {\n        \"Id\": 226448,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 737\n    },\n    {\n        \"Id\": 226449,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81021\n    },\n    {\n        \"Id\": 226450,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40895\n    },\n    {\n        \"Id\": 226451,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77740\n    },\n    {\n        \"Id\": 226452,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40737\n    },\n    {\n        \"Id\": 226453,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39231\n    },\n    {\n        \"Id\": 226454,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20497\n    },\n    {\n        \"Id\": 226455,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20509\n    },\n    {\n        \"Id\": 226456,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36404\n    },\n    {\n        \"Id\": 226457,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72437\n    },\n    {\n        \"Id\": 226458,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18387\n    },\n    {\n        \"Id\": 226459,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18388\n    },\n    {\n        \"Id\": 226460,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35821\n    },\n    {\n        \"Id\": 226461,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73204\n    },\n    {\n        \"Id\": 226462,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76110\n    },\n    {\n        \"Id\": 226463,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76111\n    },\n    {\n        \"Id\": 226464,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76112\n    },\n    {\n        \"Id\": 226465,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75358\n    },\n    {\n        \"Id\": 226466,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35946\n    },\n    {\n        \"Id\": 226467,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75453\n    },\n    {\n        \"Id\": 226468,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81379\n    },\n    {\n        \"Id\": 226469,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40913\n    },\n    {\n        \"Id\": 226470,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22314\n    },\n    {\n        \"Id\": 226471,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41096\n    },\n    {\n        \"Id\": 226472,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22304\n    },\n    {\n        \"Id\": 226473,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80498\n    },\n    {\n        \"Id\": 226474,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77694\n    },\n    {\n        \"Id\": 226475,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77715\n    },\n    {\n        \"Id\": 226476,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81091\n    },\n    {\n        \"Id\": 226477,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75903\n    },\n    {\n        \"Id\": 226478,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35477\n    },\n    {\n        \"Id\": 226479,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75386\n    },\n    {\n        \"Id\": 226480,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75387\n    },\n    {\n        \"Id\": 226481,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79888\n    },\n    {\n        \"Id\": 226482,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35770\n    },\n    {\n        \"Id\": 226483,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41583\n    },\n    {\n        \"Id\": 226484,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77665\n    },\n    {\n        \"Id\": 226485,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78887\n    },\n    {\n        \"Id\": 226486,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79879\n    },\n    {\n        \"Id\": 226487,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78101\n    },\n    {\n        \"Id\": 226488,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78095\n    },\n    {\n        \"Id\": 226489,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21481\n    },\n    {\n        \"Id\": 226490,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79951\n    },\n    {\n        \"Id\": 226491,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80733\n    },\n    {\n        \"Id\": 226492,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72379\n    },\n    {\n        \"Id\": 226493,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72383\n    },\n    {\n        \"Id\": 226494,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72365\n    },\n    {\n        \"Id\": 226495,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36744\n    },\n    {\n        \"Id\": 226496,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79955\n    },\n    {\n        \"Id\": 226497,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75423\n    },\n    {\n        \"Id\": 226498,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75398\n    },\n    {\n        \"Id\": 226499,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80139\n    },\n    {\n        \"Id\": 226500,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72555\n    },\n    {\n        \"Id\": 226501,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80013\n    },\n    {\n        \"Id\": 226502,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80043\n    },\n    {\n        \"Id\": 226503,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72542\n    },\n    {\n        \"Id\": 226504,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76102\n    },\n    {\n        \"Id\": 226505,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80496\n    },\n    {\n        \"Id\": 226506,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77561\n    },\n    {\n        \"Id\": 226507,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77565\n    },\n    {\n        \"Id\": 226508,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77566\n    },\n    {\n        \"Id\": 226509,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77564\n    },\n    {\n        \"Id\": 226510,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77563\n    },\n    {\n        \"Id\": 226511,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77562\n    },\n    {\n        \"Id\": 226512,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78150\n    },\n    {\n        \"Id\": 226513,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80751\n    },\n    {\n        \"Id\": 226514,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81068\n    },\n    {\n        \"Id\": 226515,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81069\n    },\n    {\n        \"Id\": 226516,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79877\n    },\n    {\n        \"Id\": 226517,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77993\n    },\n    {\n        \"Id\": 226518,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39236\n    },\n    {\n        \"Id\": 226519,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81446\n    },\n    {\n        \"Id\": 226520,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81508\n    },\n    {\n        \"Id\": 226521,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72543\n    },\n    {\n        \"Id\": 226522,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76151\n    },\n    {\n        \"Id\": 226523,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81070\n    },\n    {\n        \"Id\": 226524,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81039\n    },\n    {\n        \"Id\": 226525,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39051\n    },\n    {\n        \"Id\": 226526,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22086\n    },\n    {\n        \"Id\": 226527,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19035\n    },\n    {\n        \"Id\": 226528,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77551\n    },\n    {\n        \"Id\": 226529,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77594\n    },\n    {\n        \"Id\": 226530,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19128\n    },\n    {\n        \"Id\": 226531,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81385\n    },\n    {\n        \"Id\": 226532,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20841\n    },\n    {\n        \"Id\": 226533,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19604\n    },\n    {\n        \"Id\": 226534,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18807\n    },\n    {\n        \"Id\": 226535,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77307\n    },\n    {\n        \"Id\": 226536,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78167\n    },\n    {\n        \"Id\": 226537,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21752\n    },\n    {\n        \"Id\": 226538,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18988\n    },\n    {\n        \"Id\": 226539,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 855\n    },\n    {\n        \"Id\": 226540,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77595\n    },\n    {\n        \"Id\": 226541,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18462\n    },\n    {\n        \"Id\": 226542,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18463\n    },\n    {\n        \"Id\": 226543,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78053\n    },\n    {\n        \"Id\": 226544,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77695\n    },\n    {\n        \"Id\": 226545,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23040\n    },\n    {\n        \"Id\": 226546,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81393\n    },\n    {\n        \"Id\": 226547,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81394\n    },\n    {\n        \"Id\": 226548,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81392\n    },\n    {\n        \"Id\": 226549,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77596\n    },\n    {\n        \"Id\": 226550,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35889\n    },\n    {\n        \"Id\": 226551,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36141\n    },\n    {\n        \"Id\": 226552,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80942\n    },\n    {\n        \"Id\": 226553,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35337\n    },\n    {\n        \"Id\": 226554,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 816\n    },\n    {\n        \"Id\": 226555,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77548\n    },\n    {\n        \"Id\": 226556,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73217\n    },\n    {\n        \"Id\": 226557,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72928\n    },\n    {\n        \"Id\": 226558,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 230\n    },\n    {\n        \"Id\": 226559,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 459\n    },\n    {\n        \"Id\": 226560,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 197\n    },\n    {\n        \"Id\": 226561,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81374\n    },\n    {\n        \"Id\": 226562,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35118\n    },\n    {\n        \"Id\": 226563,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22428\n    },\n    {\n        \"Id\": 226564,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22426\n    },\n    {\n        \"Id\": 226565,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22429\n    },\n    {\n        \"Id\": 226566,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22581\n    },\n    {\n        \"Id\": 226567,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23045\n    },\n    {\n        \"Id\": 226568,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18389\n    },\n    {\n        \"Id\": 226569,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75897\n    },\n    {\n        \"Id\": 226570,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35113\n    },\n    {\n        \"Id\": 226571,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 171\n    },\n    {\n        \"Id\": 226572,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41593\n    },\n    {\n        \"Id\": 226573,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18449\n    },\n    {\n        \"Id\": 226574,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22389\n    },\n    {\n        \"Id\": 226575,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21379\n    },\n    {\n        \"Id\": 226576,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19990\n    },\n    {\n        \"Id\": 226577,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80314\n    },\n    {\n        \"Id\": 226578,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80316\n    },\n    {\n        \"Id\": 226579,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80282\n    },\n    {\n        \"Id\": 226580,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20498\n    },\n    {\n        \"Id\": 226581,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81375\n    },\n    {\n        \"Id\": 226582,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81376\n    },\n    {\n        \"Id\": 226583,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36935\n    },\n    {\n        \"Id\": 226584,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36936\n    },\n    {\n        \"Id\": 226585,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77597\n    },\n    {\n        \"Id\": 226586,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36307\n    },\n    {\n        \"Id\": 226587,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36308\n    },\n    {\n        \"Id\": 226588,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36309\n    },\n    {\n        \"Id\": 226589,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80632\n    },\n    {\n        \"Id\": 226590,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18537\n    },\n    {\n        \"Id\": 226591,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18390\n    },\n    {\n        \"Id\": 226592,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18393\n    },\n    {\n        \"Id\": 226593,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18399\n    },\n    {\n        \"Id\": 226594,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18409\n    },\n    {\n        \"Id\": 226595,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77326\n    },\n    {\n        \"Id\": 226596,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77320\n    },\n    {\n        \"Id\": 226597,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19589\n    },\n    {\n        \"Id\": 226598,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 840\n    },\n    {\n        \"Id\": 226599,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19364\n    },\n    {\n        \"Id\": 226600,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35501\n    },\n    {\n        \"Id\": 226601,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77688\n    },\n    {\n        \"Id\": 226602,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20451\n    },\n    {\n        \"Id\": 226603,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18709\n    },\n    {\n        \"Id\": 226604,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 739\n    },\n    {\n        \"Id\": 226605,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35342\n    },\n    {\n        \"Id\": 226606,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80628\n    },\n    {\n        \"Id\": 226607,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35803\n    },\n    {\n        \"Id\": 226608,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35294\n    },\n    {\n        \"Id\": 226609,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35824\n    },\n    {\n        \"Id\": 226610,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35815\n    },\n    {\n        \"Id\": 226611,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 312\n    },\n    {\n        \"Id\": 226612,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19804\n    },\n    {\n        \"Id\": 226613,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22047\n    },\n    {\n        \"Id\": 226614,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38854\n    },\n    {\n        \"Id\": 226615,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78023\n    },\n    {\n        \"Id\": 226616,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80918\n    },\n    {\n        \"Id\": 226617,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35885\n    },\n    {\n        \"Id\": 226618,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 397\n    },\n    {\n        \"Id\": 226619,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21506\n    },\n    {\n        \"Id\": 226620,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36945\n    },\n    {\n        \"Id\": 226621,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23000\n    },\n    {\n        \"Id\": 226622,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73176\n    },\n    {\n        \"Id\": 226623,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73181\n    },\n    {\n        \"Id\": 226624,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73164\n    },\n    {\n        \"Id\": 226625,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73129\n    },\n    {\n        \"Id\": 226626,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75642\n    },\n    {\n        \"Id\": 226627,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73130\n    },\n    {\n        \"Id\": 226628,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1065\n    },\n    {\n        \"Id\": 226629,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19710\n    },\n    {\n        \"Id\": 226630,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 764\n    },\n    {\n        \"Id\": 226631,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1017\n    },\n    {\n        \"Id\": 226632,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 731\n    },\n    {\n        \"Id\": 226633,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18718\n    },\n    {\n        \"Id\": 226634,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20454\n    },\n    {\n        \"Id\": 226635,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22417\n    },\n    {\n        \"Id\": 226636,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20017\n    },\n    {\n        \"Id\": 226637,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19765\n    },\n    {\n        \"Id\": 226638,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19823\n    },\n    {\n        \"Id\": 226639,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36412\n    },\n    {\n        \"Id\": 226640,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38865\n    },\n    {\n        \"Id\": 226641,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20602\n    },\n    {\n        \"Id\": 226642,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21079\n    },\n    {\n        \"Id\": 226643,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 179\n    },\n    {\n        \"Id\": 226644,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19846\n    },\n    {\n        \"Id\": 226645,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19292\n    },\n    {\n        \"Id\": 226646,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20794\n    },\n    {\n        \"Id\": 226647,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19234\n    },\n    {\n        \"Id\": 226648,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19847\n    },\n    {\n        \"Id\": 226649,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 571\n    },\n    {\n        \"Id\": 226650,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 180\n    },\n    {\n        \"Id\": 226651,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19994\n    },\n    {\n        \"Id\": 226652,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19675\n    },\n    {\n        \"Id\": 226653,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20347\n    },\n    {\n        \"Id\": 226654,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20142\n    },\n    {\n        \"Id\": 226655,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 847\n    },\n    {\n        \"Id\": 226656,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19809\n    },\n    {\n        \"Id\": 226657,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19781\n    },\n    {\n        \"Id\": 226658,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 885\n    },\n    {\n        \"Id\": 226659,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21858\n    },\n    {\n        \"Id\": 226660,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35708\n    },\n    {\n        \"Id\": 226661,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35817\n    },\n    {\n        \"Id\": 226662,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18475\n    },\n    {\n        \"Id\": 226663,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36644\n    },\n    {\n        \"Id\": 226664,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19353\n    },\n    {\n        \"Id\": 226665,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18338\n    },\n    {\n        \"Id\": 226666,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78092\n    },\n    {\n        \"Id\": 226667,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78055\n    },\n    {\n        \"Id\": 226668,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77598\n    },\n    {\n        \"Id\": 226669,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36281\n    },\n    {\n        \"Id\": 226670,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35971\n    },\n    {\n        \"Id\": 226671,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80260\n    },\n    {\n        \"Id\": 226672,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80268\n    },\n    {\n        \"Id\": 226673,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19233\n    },\n    {\n        \"Id\": 226674,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20459\n    },\n    {\n        \"Id\": 226675,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19774\n    },\n    {\n        \"Id\": 226676,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19346\n    },\n    {\n        \"Id\": 226677,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20078\n    },\n    {\n        \"Id\": 226678,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38955\n    },\n    {\n        \"Id\": 226679,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40754\n    },\n    {\n        \"Id\": 226680,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22513\n    },\n    {\n        \"Id\": 226681,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35058\n    },\n    {\n        \"Id\": 226682,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35813\n    },\n    {\n        \"Id\": 226683,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22418\n    },\n    {\n        \"Id\": 226684,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36140\n    },\n    {\n        \"Id\": 226685,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20008\n    },\n    {\n        \"Id\": 226686,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72566\n    },\n    {\n        \"Id\": 226687,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34977\n    },\n    {\n        \"Id\": 226688,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18478\n    },\n    {\n        \"Id\": 226689,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21641\n    },\n    {\n        \"Id\": 226690,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35006\n    },\n    {\n        \"Id\": 226691,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35005\n    },\n    {\n        \"Id\": 226692,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81046\n    },\n    {\n        \"Id\": 226693,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81047\n    },\n    {\n        \"Id\": 226694,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36916\n    },\n    {\n        \"Id\": 226695,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20517\n    },\n    {\n        \"Id\": 226696,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20087\n    },\n    {\n        \"Id\": 226697,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36261\n    },\n    {\n        \"Id\": 226698,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35504\n    },\n    {\n        \"Id\": 226699,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78256\n    },\n    {\n        \"Id\": 226700,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36021\n    },\n    {\n        \"Id\": 226701,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20158\n    },\n    {\n        \"Id\": 226702,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 801\n    },\n    {\n        \"Id\": 226703,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35419\n    },\n    {\n        \"Id\": 226704,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80662\n    },\n    {\n        \"Id\": 226705,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80704\n    },\n    {\n        \"Id\": 226706,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80762\n    },\n    {\n        \"Id\": 226707,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34979\n    },\n    {\n        \"Id\": 226708,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18480\n    },\n    {\n        \"Id\": 226709,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21080\n    },\n    {\n        \"Id\": 226710,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77319\n    },\n    {\n        \"Id\": 226711,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80158\n    },\n    {\n        \"Id\": 226712,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39176\n    },\n    {\n        \"Id\": 226713,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35438\n    },\n    {\n        \"Id\": 226714,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 819\n    },\n    {\n        \"Id\": 226715,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 622\n    },\n    {\n        \"Id\": 226716,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77599\n    },\n    {\n        \"Id\": 226717,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20512\n    },\n    {\n        \"Id\": 226718,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35437\n    },\n    {\n        \"Id\": 226719,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77600\n    },\n    {\n        \"Id\": 226720,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39152\n    },\n    {\n        \"Id\": 226721,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39153\n    },\n    {\n        \"Id\": 226722,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39154\n    },\n    {\n        \"Id\": 226723,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39155\n    },\n    {\n        \"Id\": 226724,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 217\n    },\n    {\n        \"Id\": 226725,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 347\n    },\n    {\n        \"Id\": 226726,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72312\n    },\n    {\n        \"Id\": 226727,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37142\n    },\n    {\n        \"Id\": 226728,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35816\n    },\n    {\n        \"Id\": 226729,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78266\n    },\n    {\n        \"Id\": 226730,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78026\n    },\n    {\n        \"Id\": 226731,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35719\n    },\n    {\n        \"Id\": 226732,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21567\n    },\n    {\n        \"Id\": 226733,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 891\n    },\n    {\n        \"Id\": 226734,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 846\n    },\n    {\n        \"Id\": 226735,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 600\n    },\n    {\n        \"Id\": 226736,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22406\n    },\n    {\n        \"Id\": 226737,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22514\n    },\n    {\n        \"Id\": 226738,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22343\n    },\n    {\n        \"Id\": 226739,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22344\n    },\n    {\n        \"Id\": 226740,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79957\n    },\n    {\n        \"Id\": 226741,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72241\n    },\n    {\n        \"Id\": 226742,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18930\n    },\n    {\n        \"Id\": 226743,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36839\n    },\n    {\n        \"Id\": 226744,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72583\n    },\n    {\n        \"Id\": 226745,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73169\n    },\n    {\n        \"Id\": 226746,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75421\n    },\n    {\n        \"Id\": 226747,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78157\n    },\n    {\n        \"Id\": 226748,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41520\n    },\n    {\n        \"Id\": 226749,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35804\n    },\n    {\n        \"Id\": 226750,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81382\n    },\n    {\n        \"Id\": 226751,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77285\n    },\n    {\n        \"Id\": 226752,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35461\n    },\n    {\n        \"Id\": 226753,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21388\n    },\n    {\n        \"Id\": 226754,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 620\n    },\n    {\n        \"Id\": 226755,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22585\n    },\n    {\n        \"Id\": 226756,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73119\n    },\n    {\n        \"Id\": 226757,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35520\n    },\n    {\n        \"Id\": 226758,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18940\n    },\n    {\n        \"Id\": 226759,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35147\n    },\n    {\n        \"Id\": 226760,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35343\n    },\n    {\n        \"Id\": 226761,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19692\n    },\n    {\n        \"Id\": 226762,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80875\n    },\n    {\n        \"Id\": 226763,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81123\n    },\n    {\n        \"Id\": 226764,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81458\n    },\n    {\n        \"Id\": 226765,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81474\n    },\n    {\n        \"Id\": 226766,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81192\n    },\n    {\n        \"Id\": 226767,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81182\n    },\n    {\n        \"Id\": 226768,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78058\n    },\n    {\n        \"Id\": 226769,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35224\n    },\n    {\n        \"Id\": 226770,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35222\n    },\n    {\n        \"Id\": 226771,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35452\n    },\n    {\n        \"Id\": 226772,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18663\n    },\n    {\n        \"Id\": 226773,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36479\n    },\n    {\n        \"Id\": 226774,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75798\n    },\n    {\n        \"Id\": 226775,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35114\n    },\n    {\n        \"Id\": 226776,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19830\n    },\n    {\n        \"Id\": 226777,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23044\n    },\n    {\n        \"Id\": 226778,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34879\n    },\n    {\n        \"Id\": 226779,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78102\n    },\n    {\n        \"Id\": 226780,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1172\n    },\n    {\n        \"Id\": 226781,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 618\n    },\n    {\n        \"Id\": 226782,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 717\n    },\n    {\n        \"Id\": 226783,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77601\n    },\n    {\n        \"Id\": 226784,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77602\n    },\n    {\n        \"Id\": 226785,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36795\n    },\n    {\n        \"Id\": 226786,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23035\n    },\n    {\n        \"Id\": 226787,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35471\n    },\n    {\n        \"Id\": 226788,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35473\n    },\n    {\n        \"Id\": 226789,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35475\n    },\n    {\n        \"Id\": 226790,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81183\n    },\n    {\n        \"Id\": 226791,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 399\n    },\n    {\n        \"Id\": 226792,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 534\n    },\n    {\n        \"Id\": 226793,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19963\n    },\n    {\n        \"Id\": 226794,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18822\n    },\n    {\n        \"Id\": 226795,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20944\n    },\n    {\n        \"Id\": 226796,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18423\n    },\n    {\n        \"Id\": 226797,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18426\n    },\n    {\n        \"Id\": 226798,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18429\n    },\n    {\n        \"Id\": 226799,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21473\n    },\n    {\n        \"Id\": 226800,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78187\n    },\n    {\n        \"Id\": 226801,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35901\n    },\n    {\n        \"Id\": 226802,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78185\n    },\n    {\n        \"Id\": 226803,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1214\n    },\n    {\n        \"Id\": 226804,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19768\n    },\n    {\n        \"Id\": 226805,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1165\n    },\n    {\n        \"Id\": 226806,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20809\n    },\n    {\n        \"Id\": 226807,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 381\n    },\n    {\n        \"Id\": 226808,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18557\n    },\n    {\n        \"Id\": 226809,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21317\n    },\n    {\n        \"Id\": 226810,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78186\n    },\n    {\n        \"Id\": 226811,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19460\n    },\n    {\n        \"Id\": 226812,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22109\n    },\n    {\n        \"Id\": 226813,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18566\n    },\n    {\n        \"Id\": 226814,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 178\n    },\n    {\n        \"Id\": 226815,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 821\n    },\n    {\n        \"Id\": 226816,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81076\n    },\n    {\n        \"Id\": 226817,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18985\n    },\n    {\n        \"Id\": 226818,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18879\n    },\n    {\n        \"Id\": 226819,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81378\n    },\n    {\n        \"Id\": 226820,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78267\n    },\n    {\n        \"Id\": 226821,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38893\n    },\n    {\n        \"Id\": 226822,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78263\n    },\n    {\n        \"Id\": 226823,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18728\n    },\n    {\n        \"Id\": 226824,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 400\n    },\n    {\n        \"Id\": 226825,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80267\n    },\n    {\n        \"Id\": 226826,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81499\n    },\n    {\n        \"Id\": 226827,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38898\n    },\n    {\n        \"Id\": 226828,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23134\n    },\n    {\n        \"Id\": 226829,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41507\n    },\n    {\n        \"Id\": 226830,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40752\n    },\n    {\n        \"Id\": 226831,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34955\n    },\n    {\n        \"Id\": 226832,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78016\n    },\n    {\n        \"Id\": 226833,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72777\n    },\n    {\n        \"Id\": 226834,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35844\n    },\n    {\n        \"Id\": 226835,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81381\n    },\n    {\n        \"Id\": 226836,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81380\n    },\n    {\n        \"Id\": 226837,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39047\n    },\n    {\n        \"Id\": 226838,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72546\n    },\n    {\n        \"Id\": 226839,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22206\n    },\n    {\n        \"Id\": 226840,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21331\n    },\n    {\n        \"Id\": 226841,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38864\n    },\n    {\n        \"Id\": 226842,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37101\n    },\n    {\n        \"Id\": 226843,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21024\n    },\n    {\n        \"Id\": 226844,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18840\n    },\n    {\n        \"Id\": 226845,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22296\n    },\n    {\n        \"Id\": 226846,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81079\n    },\n    {\n        \"Id\": 226847,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81078\n    },\n    {\n        \"Id\": 226848,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36834\n    },\n    {\n        \"Id\": 226849,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78098\n    },\n    {\n        \"Id\": 226850,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78099\n    },\n    {\n        \"Id\": 226851,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35340\n    },\n    {\n        \"Id\": 226852,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36182\n    },\n    {\n        \"Id\": 226853,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36973\n    },\n    {\n        \"Id\": 226854,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22392\n    },\n    {\n        \"Id\": 226855,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39038\n    },\n    {\n        \"Id\": 226856,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20815\n    },\n    {\n        \"Id\": 226857,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22387\n    },\n    {\n        \"Id\": 226858,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22390\n    },\n    {\n        \"Id\": 226859,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22515\n    },\n    {\n        \"Id\": 226860,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35466\n    },\n    {\n        \"Id\": 226861,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35457\n    },\n    {\n        \"Id\": 226862,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20051\n    },\n    {\n        \"Id\": 226863,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20237\n    },\n    {\n        \"Id\": 226864,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19085\n    },\n    {\n        \"Id\": 226865,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81326\n    },\n    {\n        \"Id\": 226866,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80634\n    },\n    {\n        \"Id\": 226867,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1051\n    },\n    {\n        \"Id\": 226868,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 435\n    },\n    {\n        \"Id\": 226869,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 656\n    },\n    {\n        \"Id\": 226870,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37181\n    },\n    {\n        \"Id\": 226871,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20601\n    },\n    {\n        \"Id\": 226872,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77697\n    },\n    {\n        \"Id\": 226873,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22549\n    },\n    {\n        \"Id\": 226874,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22397\n    },\n    {\n        \"Id\": 226875,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35237\n    },\n    {\n        \"Id\": 226876,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35760\n    },\n    {\n        \"Id\": 226877,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19388\n    },\n    {\n        \"Id\": 226878,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18871\n    },\n    {\n        \"Id\": 226879,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20755\n    },\n    {\n        \"Id\": 226880,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19588\n    },\n    {\n        \"Id\": 226881,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77256\n    },\n    {\n        \"Id\": 226882,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77257\n    },\n    {\n        \"Id\": 226883,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77258\n    },\n    {\n        \"Id\": 226884,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77259\n    },\n    {\n        \"Id\": 226885,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77260\n    },\n    {\n        \"Id\": 226886,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77261\n    },\n    {\n        \"Id\": 226887,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77262\n    },\n    {\n        \"Id\": 226888,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77263\n    },\n    {\n        \"Id\": 226889,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37180\n    },\n    {\n        \"Id\": 226890,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35463\n    },\n    {\n        \"Id\": 226891,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77585\n    },\n    {\n        \"Id\": 226892,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75676\n    },\n    {\n        \"Id\": 226893,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35567\n    },\n    {\n        \"Id\": 226894,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35568\n    },\n    {\n        \"Id\": 226895,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81127\n    },\n    {\n        \"Id\": 226896,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34980\n    },\n    {\n        \"Id\": 226897,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73212\n    },\n    {\n        \"Id\": 226898,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80328\n    },\n    {\n        \"Id\": 226899,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36409\n    },\n    {\n        \"Id\": 226900,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78945\n    },\n    {\n        \"Id\": 226901,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78941\n    },\n    {\n        \"Id\": 226902,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36406\n    },\n    {\n        \"Id\": 226903,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35320\n    },\n    {\n        \"Id\": 226904,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77941\n    },\n    {\n        \"Id\": 226905,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21149\n    },\n    {\n        \"Id\": 226906,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19787\n    },\n    {\n        \"Id\": 226907,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20478\n    },\n    {\n        \"Id\": 226908,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 501\n    },\n    {\n        \"Id\": 226909,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18745\n    },\n    {\n        \"Id\": 226910,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77265\n    },\n    {\n        \"Id\": 226911,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19032\n    },\n    {\n        \"Id\": 226912,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21843\n    },\n    {\n        \"Id\": 226913,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 401\n    },\n    {\n        \"Id\": 226914,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18490\n    },\n    {\n        \"Id\": 226915,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1193\n    },\n    {\n        \"Id\": 226916,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34987\n    },\n    {\n        \"Id\": 226917,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37164\n    },\n    {\n        \"Id\": 226918,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18492\n    },\n    {\n        \"Id\": 226919,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20877\n    },\n    {\n        \"Id\": 226920,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19873\n    },\n    {\n        \"Id\": 226921,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 226922,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 422\n    },\n    {\n        \"Id\": 226923,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36917\n    },\n    {\n        \"Id\": 226924,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20570\n    },\n    {\n        \"Id\": 226925,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19667\n    },\n    {\n        \"Id\": 226926,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37150\n    },\n    {\n        \"Id\": 226927,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80877\n    },\n    {\n        \"Id\": 226928,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18495\n    },\n    {\n        \"Id\": 226929,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18496\n    },\n    {\n        \"Id\": 226930,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72769\n    },\n    {\n        \"Id\": 226931,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72744\n    },\n    {\n        \"Id\": 226932,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39157\n    },\n    {\n        \"Id\": 226933,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22212\n    },\n    {\n        \"Id\": 226934,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80074\n    },\n    {\n        \"Id\": 226935,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77696\n    },\n    {\n        \"Id\": 226936,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36466\n    },\n    {\n        \"Id\": 226937,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21163\n    },\n    {\n        \"Id\": 226938,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80703\n    },\n    {\n        \"Id\": 226939,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21793\n    },\n    {\n        \"Id\": 226940,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20065\n    },\n    {\n        \"Id\": 226941,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35464\n    },\n    {\n        \"Id\": 226942,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77603\n    },\n    {\n        \"Id\": 226943,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35040\n    },\n    {\n        \"Id\": 226944,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76040\n    },\n    {\n        \"Id\": 226945,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21633\n    },\n    {\n        \"Id\": 226946,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35197\n    },\n    {\n        \"Id\": 226947,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36375\n    },\n    {\n        \"Id\": 226948,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35944\n    },\n    {\n        \"Id\": 226949,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35940\n    },\n    {\n        \"Id\": 226950,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80052\n    },\n    {\n        \"Id\": 226951,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34992\n    },\n    {\n        \"Id\": 226952,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34993\n    },\n    {\n        \"Id\": 226953,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34994\n    },\n    {\n        \"Id\": 226954,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19425\n    },\n    {\n        \"Id\": 226955,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81153\n    },\n    {\n        \"Id\": 226956,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80760\n    },\n    {\n        \"Id\": 226957,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 994\n    },\n    {\n        \"Id\": 226958,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77604\n    },\n    {\n        \"Id\": 226959,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72747\n    },\n    {\n        \"Id\": 226960,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72748\n    },\n    {\n        \"Id\": 226961,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 985\n    },\n    {\n        \"Id\": 226962,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18450\n    },\n    {\n        \"Id\": 226963,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35028\n    },\n    {\n        \"Id\": 226964,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81468\n    },\n    {\n        \"Id\": 226965,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81469\n    },\n    {\n        \"Id\": 226966,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77335\n    },\n    {\n        \"Id\": 226967,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75881\n    },\n    {\n        \"Id\": 226968,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78188\n    },\n    {\n        \"Id\": 226969,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18672\n    },\n    {\n        \"Id\": 226970,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76128\n    },\n    {\n        \"Id\": 226971,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76129\n    },\n    {\n        \"Id\": 226972,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77334\n    },\n    {\n        \"Id\": 226973,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20482\n    },\n    {\n        \"Id\": 226974,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81203\n    },\n    {\n        \"Id\": 226975,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 862\n    },\n    {\n        \"Id\": 226976,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80665\n    },\n    {\n        \"Id\": 226977,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35979\n    },\n    {\n        \"Id\": 226978,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18339\n    },\n    {\n        \"Id\": 226979,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21224\n    },\n    {\n        \"Id\": 226980,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1182\n    },\n    {\n        \"Id\": 226981,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77605\n    },\n    {\n        \"Id\": 226982,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77724\n    },\n    {\n        \"Id\": 226983,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78883\n    },\n    {\n        \"Id\": 226984,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80509\n    },\n    {\n        \"Id\": 226985,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78171\n    },\n    {\n        \"Id\": 226986,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78129\n    },\n    {\n        \"Id\": 226987,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78130\n    },\n    {\n        \"Id\": 226988,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78169\n    },\n    {\n        \"Id\": 226989,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35799\n    },\n    {\n        \"Id\": 226990,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19993\n    },\n    {\n        \"Id\": 226991,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21356\n    },\n    {\n        \"Id\": 226992,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77606\n    },\n    {\n        \"Id\": 226993,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18561\n    },\n    {\n        \"Id\": 226994,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35436\n    },\n    {\n        \"Id\": 226995,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18838\n    },\n    {\n        \"Id\": 226996,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35640\n    },\n    {\n        \"Id\": 226997,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76103\n    },\n    {\n        \"Id\": 226998,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76104\n    },\n    {\n        \"Id\": 226999,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80664\n    },\n    {\n        \"Id\": 227000,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75409\n    },\n    {\n        \"Id\": 227001,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78175\n    },\n    {\n        \"Id\": 227002,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75410\n    },\n    {\n        \"Id\": 227003,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75411\n    },\n    {\n        \"Id\": 227004,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75412\n    },\n    {\n        \"Id\": 227005,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37005\n    },\n    {\n        \"Id\": 227006,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72556\n    },\n    {\n        \"Id\": 227007,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80432\n    },\n    {\n        \"Id\": 227008,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37006\n    },\n    {\n        \"Id\": 227009,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78189\n    },\n    {\n        \"Id\": 227010,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22424\n    },\n    {\n        \"Id\": 227011,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20507\n    },\n    {\n        \"Id\": 227012,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19447\n    },\n    {\n        \"Id\": 227013,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18854\n    },\n    {\n        \"Id\": 227014,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78924\n    },\n    {\n        \"Id\": 227015,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1027\n    },\n    {\n        \"Id\": 227016,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19243\n    },\n    {\n        \"Id\": 227017,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41600\n    },\n    {\n        \"Id\": 227018,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80221\n    },\n    {\n        \"Id\": 227019,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 256\n    },\n    {\n        \"Id\": 227020,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1168\n    },\n    {\n        \"Id\": 227021,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77317\n    },\n    {\n        \"Id\": 227022,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41048\n    },\n    {\n        \"Id\": 227023,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41047\n    },\n    {\n        \"Id\": 227024,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35606\n    },\n    {\n        \"Id\": 227025,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41050\n    },\n    {\n        \"Id\": 227026,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41046\n    },\n    {\n        \"Id\": 227027,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41049\n    },\n    {\n        \"Id\": 227028,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35752\n    },\n    {\n        \"Id\": 227029,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81131\n    },\n    {\n        \"Id\": 227030,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77607\n    },\n    {\n        \"Id\": 227031,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18800\n    },\n    {\n        \"Id\": 227032,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18932\n    },\n    {\n        \"Id\": 227033,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18799\n    },\n    {\n        \"Id\": 227034,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75908\n    },\n    {\n        \"Id\": 227035,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35981\n    },\n    {\n        \"Id\": 227036,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37036\n    },\n    {\n        \"Id\": 227037,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37038\n    },\n    {\n        \"Id\": 227038,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75909\n    },\n    {\n        \"Id\": 227039,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72752\n    },\n    {\n        \"Id\": 227040,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73168\n    },\n    {\n        \"Id\": 227041,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77315\n    },\n    {\n        \"Id\": 227042,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78074\n    },\n    {\n        \"Id\": 227043,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75705\n    },\n    {\n        \"Id\": 227044,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75725\n    },\n    {\n        \"Id\": 227045,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76010\n    },\n    {\n        \"Id\": 227046,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78347\n    },\n    {\n        \"Id\": 227047,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78348\n    },\n    {\n        \"Id\": 227048,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75675\n    },\n    {\n        \"Id\": 227049,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35476\n    },\n    {\n        \"Id\": 227050,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18618\n    },\n    {\n        \"Id\": 227051,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18619\n    },\n    {\n        \"Id\": 227052,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20173\n    },\n    {\n        \"Id\": 227053,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20034\n    },\n    {\n        \"Id\": 227054,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21141\n    },\n    {\n        \"Id\": 227055,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35992\n    },\n    {\n        \"Id\": 227056,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75767\n    },\n    {\n        \"Id\": 227057,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76144\n    },\n    {\n        \"Id\": 227058,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 624\n    },\n    {\n        \"Id\": 227059,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1146\n    },\n    {\n        \"Id\": 227060,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 639\n    },\n    {\n        \"Id\": 227061,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77877\n    },\n    {\n        \"Id\": 227062,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21276\n    },\n    {\n        \"Id\": 227063,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19690\n    },\n    {\n        \"Id\": 227064,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18569\n    },\n    {\n        \"Id\": 227065,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19192\n    },\n    {\n        \"Id\": 227066,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19164\n    },\n    {\n        \"Id\": 227067,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 996\n    },\n    {\n        \"Id\": 227068,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 763\n    },\n    {\n        \"Id\": 227069,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 917\n    },\n    {\n        \"Id\": 227070,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1116\n    },\n    {\n        \"Id\": 227071,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1177\n    },\n    {\n        \"Id\": 227072,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 810\n    },\n    {\n        \"Id\": 227073,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78097\n    },\n    {\n        \"Id\": 227074,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78096\n    },\n    {\n        \"Id\": 227075,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19415\n    },\n    {\n        \"Id\": 227076,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35009\n    },\n    {\n        \"Id\": 227077,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34995\n    },\n    {\n        \"Id\": 227078,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35428\n    },\n    {\n        \"Id\": 227079,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18826\n    },\n    {\n        \"Id\": 227080,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35854\n    },\n    {\n        \"Id\": 227081,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35855\n    },\n    {\n        \"Id\": 227082,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35459\n    },\n    {\n        \"Id\": 227083,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73199\n    },\n    {\n        \"Id\": 227084,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19038\n    },\n    {\n        \"Id\": 227085,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 998\n    },\n    {\n        \"Id\": 227086,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19992\n    },\n    {\n        \"Id\": 227087,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21839\n    },\n    {\n        \"Id\": 227088,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19991\n    },\n    {\n        \"Id\": 227089,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 741\n    },\n    {\n        \"Id\": 227090,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 936\n    },\n    {\n        \"Id\": 227091,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 713\n    },\n    {\n        \"Id\": 227092,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35818\n    },\n    {\n        \"Id\": 227093,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 727\n    },\n    {\n        \"Id\": 227094,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19493\n    },\n    {\n        \"Id\": 227095,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20190\n    },\n    {\n        \"Id\": 227096,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 889\n    },\n    {\n        \"Id\": 227097,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77559\n    },\n    {\n        \"Id\": 227098,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22582\n    },\n    {\n        \"Id\": 227099,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19036\n    },\n    {\n        \"Id\": 227100,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 626\n    },\n    {\n        \"Id\": 227101,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1153\n    },\n    {\n        \"Id\": 227102,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72575\n    },\n    {\n        \"Id\": 227103,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76126\n    },\n    {\n        \"Id\": 227104,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22520\n    },\n    {\n        \"Id\": 227105,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 575\n    },\n    {\n        \"Id\": 227106,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19239\n    },\n    {\n        \"Id\": 227107,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35460\n    },\n    {\n        \"Id\": 227108,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19633\n    },\n    {\n        \"Id\": 227109,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22755\n    },\n    {\n        \"Id\": 227110,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75400\n    },\n    {\n        \"Id\": 227111,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81388\n    },\n    {\n        \"Id\": 227112,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81389\n    },\n    {\n        \"Id\": 227113,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20268\n    },\n    {\n        \"Id\": 227114,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18856\n    },\n    {\n        \"Id\": 227115,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22533\n    },\n    {\n        \"Id\": 227116,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22405\n    },\n    {\n        \"Id\": 227117,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79947\n    },\n    {\n        \"Id\": 227118,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75514\n    },\n    {\n        \"Id\": 227119,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21381\n    },\n    {\n        \"Id\": 227120,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23222\n    },\n    {\n        \"Id\": 227121,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23524\n    },\n    {\n        \"Id\": 227122,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25415\n    },\n    {\n        \"Id\": 227123,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25416\n    },\n    {\n        \"Id\": 227124,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25439\n    },\n    {\n        \"Id\": 227125,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25462\n    },\n    {\n        \"Id\": 227126,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25485\n    },\n    {\n        \"Id\": 227127,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25508\n    },\n    {\n        \"Id\": 227128,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25585\n    },\n    {\n        \"Id\": 227129,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25608\n    },\n    {\n        \"Id\": 227130,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25672\n    },\n    {\n        \"Id\": 227131,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25673\n    },\n    {\n        \"Id\": 227132,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25674\n    },\n    {\n        \"Id\": 227133,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25675\n    },\n    {\n        \"Id\": 227134,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25676\n    },\n    {\n        \"Id\": 227135,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25677\n    },\n    {\n        \"Id\": 227136,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25688\n    },\n    {\n        \"Id\": 227137,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25717\n    },\n    {\n        \"Id\": 227138,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25720\n    },\n    {\n        \"Id\": 227139,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25722\n    },\n    {\n        \"Id\": 227140,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25740\n    },\n    {\n        \"Id\": 227141,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25788\n    },\n    {\n        \"Id\": 227142,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25823\n    },\n    {\n        \"Id\": 227143,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 25869\n    },\n    {\n        \"Id\": 227144,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 26318\n    },\n    {\n        \"Id\": 227145,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 26485\n    },\n    {\n        \"Id\": 227146,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 26959\n    },\n    {\n        \"Id\": 227147,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27151\n    },\n    {\n        \"Id\": 227148,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27197\n    },\n    {\n        \"Id\": 227149,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27220\n    },\n    {\n        \"Id\": 227150,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27243\n    },\n    {\n        \"Id\": 227151,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 27646\n    },\n    {\n        \"Id\": 227152,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28379\n    },\n    {\n        \"Id\": 227153,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28402\n    },\n    {\n        \"Id\": 227154,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28502\n    },\n    {\n        \"Id\": 227155,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28525\n    },\n    {\n        \"Id\": 227156,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28548\n    },\n    {\n        \"Id\": 227157,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 28594\n    },\n    {\n        \"Id\": 227158,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29672\n    },\n    {\n        \"Id\": 227159,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29707\n    },\n    {\n        \"Id\": 227160,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29830\n    },\n    {\n        \"Id\": 227161,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29853\n    },\n    {\n        \"Id\": 227162,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29876\n    },\n    {\n        \"Id\": 227163,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29899\n    },\n    {\n        \"Id\": 227164,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29922\n    },\n    {\n        \"Id\": 227165,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29942\n    },\n    {\n        \"Id\": 227166,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 29944\n    },\n    {\n        \"Id\": 227167,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30294\n    },\n    {\n        \"Id\": 227168,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30437\n    },\n    {\n        \"Id\": 227169,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30563\n    },\n    {\n        \"Id\": 227170,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30570\n    },\n    {\n        \"Id\": 227171,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72856\n    },\n    {\n        \"Id\": 227172,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19132\n    },\n    {\n        \"Id\": 227173,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20317\n    },\n    {\n        \"Id\": 227174,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78315\n    },\n    {\n        \"Id\": 227175,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39018\n    },\n    {\n        \"Id\": 227176,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77318\n    },\n    {\n        \"Id\": 227177,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21193\n    },\n    {\n        \"Id\": 227178,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41136\n    },\n    {\n        \"Id\": 227179,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41137\n    },\n    {\n        \"Id\": 227180,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78342\n    },\n    {\n        \"Id\": 227181,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22148\n    },\n    {\n        \"Id\": 227182,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36334\n    },\n    {\n        \"Id\": 227183,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36144\n    },\n    {\n        \"Id\": 227184,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78340\n    },\n    {\n        \"Id\": 227185,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78341\n    },\n    {\n        \"Id\": 227186,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77294\n    },\n    {\n        \"Id\": 227187,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41138\n    },\n    {\n        \"Id\": 227188,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20760\n    },\n    {\n        \"Id\": 227189,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 749\n    },\n    {\n        \"Id\": 227190,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35128\n    },\n    {\n        \"Id\": 227191,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35117\n    },\n    {\n        \"Id\": 227192,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80283\n    },\n    {\n        \"Id\": 227193,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77608\n    },\n    {\n        \"Id\": 227194,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19670\n    },\n    {\n        \"Id\": 227195,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 951\n    },\n    {\n        \"Id\": 227196,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1216\n    },\n    {\n        \"Id\": 227197,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20085\n    },\n    {\n        \"Id\": 227198,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19719\n    },\n    {\n        \"Id\": 227199,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81377\n    },\n    {\n        \"Id\": 227200,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81139\n    },\n    {\n        \"Id\": 227201,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81185\n    },\n    {\n        \"Id\": 227202,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81186\n    },\n    {\n        \"Id\": 227203,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81187\n    },\n    {\n        \"Id\": 227204,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81030\n    },\n    {\n        \"Id\": 227205,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81190\n    },\n    {\n        \"Id\": 227206,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81191\n    },\n    {\n        \"Id\": 227207,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81345\n    },\n    {\n        \"Id\": 227208,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81213\n    },\n    {\n        \"Id\": 227209,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40741\n    },\n    {\n        \"Id\": 227210,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81226\n    },\n    {\n        \"Id\": 227211,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76003\n    },\n    {\n        \"Id\": 227212,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36016\n    },\n    {\n        \"Id\": 227213,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37079\n    },\n    {\n        \"Id\": 227214,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77609\n    },\n    {\n        \"Id\": 227215,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81125\n    },\n    {\n        \"Id\": 227216,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77668\n    },\n    {\n        \"Id\": 227217,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78110\n    },\n    {\n        \"Id\": 227218,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18883\n    },\n    {\n        \"Id\": 227219,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22404\n    },\n    {\n        \"Id\": 227220,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18680\n    },\n    {\n        \"Id\": 227221,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21568\n    },\n    {\n        \"Id\": 227222,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30689\n    },\n    {\n        \"Id\": 227223,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30677\n    },\n    {\n        \"Id\": 227224,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77755\n    },\n    {\n        \"Id\": 227225,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77754\n    },\n    {\n        \"Id\": 227226,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80225\n    },\n    {\n        \"Id\": 227227,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80233\n    },\n    {\n        \"Id\": 227228,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77812\n    },\n    {\n        \"Id\": 227229,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81061\n    },\n    {\n        \"Id\": 227230,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 698\n    },\n    {\n        \"Id\": 227231,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18805\n    },\n    {\n        \"Id\": 227232,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39082\n    },\n    {\n        \"Id\": 227233,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38997\n    },\n    {\n        \"Id\": 227234,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80364\n    },\n    {\n        \"Id\": 227235,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81348\n    },\n    {\n        \"Id\": 227236,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81347\n    },\n    {\n        \"Id\": 227237,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37524\n    },\n    {\n        \"Id\": 227238,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76067\n    },\n    {\n        \"Id\": 227239,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 641\n    },\n    {\n        \"Id\": 227240,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22408\n    },\n    {\n        \"Id\": 227241,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36920\n    },\n    {\n        \"Id\": 227242,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21006\n    },\n    {\n        \"Id\": 227243,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 895\n    },\n    {\n        \"Id\": 227244,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19936\n    },\n    {\n        \"Id\": 227245,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20489\n    },\n    {\n        \"Id\": 227246,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19193\n    },\n    {\n        \"Id\": 227247,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21886\n    },\n    {\n        \"Id\": 227248,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77534\n    },\n    {\n        \"Id\": 227249,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77810\n    },\n    {\n        \"Id\": 227250,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77972\n    },\n    {\n        \"Id\": 227251,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35972\n    },\n    {\n        \"Id\": 227252,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78152\n    },\n    {\n        \"Id\": 227253,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78127\n    },\n    {\n        \"Id\": 227254,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 411\n    },\n    {\n        \"Id\": 227255,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21564\n    },\n    {\n        \"Id\": 227256,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77771\n    },\n    {\n        \"Id\": 227257,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77772\n    },\n    {\n        \"Id\": 227258,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77795\n    },\n    {\n        \"Id\": 227259,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77775\n    },\n    {\n        \"Id\": 227260,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77777\n    },\n    {\n        \"Id\": 227261,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77779\n    },\n    {\n        \"Id\": 227262,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77781\n    },\n    {\n        \"Id\": 227263,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77783\n    },\n    {\n        \"Id\": 227264,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77786\n    },\n    {\n        \"Id\": 227265,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77793\n    },\n    {\n        \"Id\": 227266,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77794\n    },\n    {\n        \"Id\": 227267,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77770\n    },\n    {\n        \"Id\": 227268,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23163\n    },\n    {\n        \"Id\": 227269,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80788\n    },\n    {\n        \"Id\": 227270,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 980\n    },\n    {\n        \"Id\": 227271,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1222\n    },\n    {\n        \"Id\": 227272,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78044\n    },\n    {\n        \"Id\": 227273,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78119\n    },\n    {\n        \"Id\": 227274,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78047\n    },\n    {\n        \"Id\": 227275,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78141\n    },\n    {\n        \"Id\": 227276,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72990\n    },\n    {\n        \"Id\": 227277,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 633\n    },\n    {\n        \"Id\": 227278,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 362\n    },\n    {\n        \"Id\": 227279,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41132\n    },\n    {\n        \"Id\": 227280,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37183\n    },\n    {\n        \"Id\": 227281,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77610\n    },\n    {\n        \"Id\": 227282,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78253\n    },\n    {\n        \"Id\": 227283,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80693\n    },\n    {\n        \"Id\": 227284,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78899\n    },\n    {\n        \"Id\": 227285,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75737\n    },\n    {\n        \"Id\": 227286,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41052\n    },\n    {\n        \"Id\": 227287,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41512\n    },\n    {\n        \"Id\": 227288,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20009\n    },\n    {\n        \"Id\": 227289,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 719\n    },\n    {\n        \"Id\": 227290,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18830\n    },\n    {\n        \"Id\": 227291,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21378\n    },\n    {\n        \"Id\": 227292,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18880\n    },\n    {\n        \"Id\": 227293,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18586\n    },\n    {\n        \"Id\": 227294,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20531\n    },\n    {\n        \"Id\": 227295,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 844\n    },\n    {\n        \"Id\": 227296,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79898\n    },\n    {\n        \"Id\": 227297,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79899\n    },\n    {\n        \"Id\": 227298,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21377\n    },\n    {\n        \"Id\": 227299,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72643\n    },\n    {\n        \"Id\": 227300,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72644\n    },\n    {\n        \"Id\": 227301,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72645\n    },\n    {\n        \"Id\": 227302,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40761\n    },\n    {\n        \"Id\": 227303,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80768\n    },\n    {\n        \"Id\": 227304,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78145\n    },\n    {\n        \"Id\": 227305,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77859\n    },\n    {\n        \"Id\": 227306,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77862\n    },\n    {\n        \"Id\": 227307,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77863\n    },\n    {\n        \"Id\": 227308,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78220\n    },\n    {\n        \"Id\": 227309,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78165\n    },\n    {\n        \"Id\": 227310,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78162\n    },\n    {\n        \"Id\": 227311,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78164\n    },\n    {\n        \"Id\": 227312,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78166\n    },\n    {\n        \"Id\": 227313,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77943\n    },\n    {\n        \"Id\": 227314,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77723\n    },\n    {\n        \"Id\": 227315,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77880\n    },\n    {\n        \"Id\": 227316,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78115\n    },\n    {\n        \"Id\": 227317,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77992\n    },\n    {\n        \"Id\": 227318,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78008\n    },\n    {\n        \"Id\": 227319,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78178\n    },\n    {\n        \"Id\": 227320,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78180\n    },\n    {\n        \"Id\": 227321,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78179\n    },\n    {\n        \"Id\": 227322,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78183\n    },\n    {\n        \"Id\": 227323,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78234\n    },\n    {\n        \"Id\": 227324,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78239\n    },\n    {\n        \"Id\": 227325,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78335\n    },\n    {\n        \"Id\": 227326,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78190\n    },\n    {\n        \"Id\": 227327,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78177\n    },\n    {\n        \"Id\": 227328,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79903\n    },\n    {\n        \"Id\": 227329,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78885\n    },\n    {\n        \"Id\": 227330,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78886\n    },\n    {\n        \"Id\": 227331,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78902\n    },\n    {\n        \"Id\": 227332,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78904\n    },\n    {\n        \"Id\": 227333,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78905\n    },\n    {\n        \"Id\": 227334,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78269\n    },\n    {\n        \"Id\": 227335,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78324\n    },\n    {\n        \"Id\": 227336,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78323\n    },\n    {\n        \"Id\": 227337,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78321\n    },\n    {\n        \"Id\": 227338,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78325\n    },\n    {\n        \"Id\": 227339,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79893\n    },\n    {\n        \"Id\": 227340,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79892\n    },\n    {\n        \"Id\": 227341,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79895\n    },\n    {\n        \"Id\": 227342,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79894\n    },\n    {\n        \"Id\": 227343,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80175\n    },\n    {\n        \"Id\": 227344,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80104\n    },\n    {\n        \"Id\": 227345,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80114\n    },\n    {\n        \"Id\": 227346,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80223\n    },\n    {\n        \"Id\": 227347,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80716\n    },\n    {\n        \"Id\": 227348,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80719\n    },\n    {\n        \"Id\": 227349,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78349\n    },\n    {\n        \"Id\": 227350,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78337\n    },\n    {\n        \"Id\": 227351,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80981\n    },\n    {\n        \"Id\": 227352,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81083\n    },\n    {\n        \"Id\": 227353,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78338\n    },\n    {\n        \"Id\": 227354,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81042\n    },\n    {\n        \"Id\": 227355,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81151\n    },\n    {\n        \"Id\": 227356,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78073\n    },\n    {\n        \"Id\": 227357,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78133\n    },\n    {\n        \"Id\": 227358,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80110\n    },\n    {\n        \"Id\": 227359,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80279\n    },\n    {\n        \"Id\": 227360,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80714\n    },\n    {\n        \"Id\": 227361,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80700\n    },\n    {\n        \"Id\": 227362,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81011\n    },\n    {\n        \"Id\": 227363,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81004\n    },\n    {\n        \"Id\": 227364,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80971\n    },\n    {\n        \"Id\": 227365,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80040\n    },\n    {\n        \"Id\": 227366,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80355\n    },\n    {\n        \"Id\": 227367,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78131\n    },\n    {\n        \"Id\": 227368,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78909\n    },\n    {\n        \"Id\": 227369,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77762\n    },\n    {\n        \"Id\": 227370,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77568\n    },\n    {\n        \"Id\": 227371,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77569\n    },\n    {\n        \"Id\": 227372,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78996\n    },\n    {\n        \"Id\": 227373,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80636\n    },\n    {\n        \"Id\": 227374,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78118\n    },\n    {\n        \"Id\": 227375,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80756\n    },\n    {\n        \"Id\": 227376,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78082\n    },\n    {\n        \"Id\": 227377,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77853\n    },\n    {\n        \"Id\": 227378,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78351\n    },\n    {\n        \"Id\": 227379,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78002\n    },\n    {\n        \"Id\": 227380,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77893\n    },\n    {\n        \"Id\": 227381,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81075\n    },\n    {\n        \"Id\": 227382,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79956\n    },\n    {\n        \"Id\": 227383,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77360\n    },\n    {\n        \"Id\": 227384,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77396\n    },\n    {\n        \"Id\": 227385,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77461\n    },\n    {\n        \"Id\": 227386,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77546\n    },\n    {\n        \"Id\": 227387,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78274\n    },\n    {\n        \"Id\": 227388,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78275\n    },\n    {\n        \"Id\": 227389,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78270\n    },\n    {\n        \"Id\": 227390,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78272\n    },\n    {\n        \"Id\": 227391,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78273\n    },\n    {\n        \"Id\": 227392,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77978\n    },\n    {\n        \"Id\": 227393,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78268\n    },\n    {\n        \"Id\": 227394,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80436\n    },\n    {\n        \"Id\": 227395,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80257\n    },\n    {\n        \"Id\": 227396,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80034\n    },\n    {\n        \"Id\": 227397,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80970\n    },\n    {\n        \"Id\": 227398,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78901\n    },\n    {\n        \"Id\": 227399,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77499\n    },\n    {\n        \"Id\": 227400,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77553\n    },\n    {\n        \"Id\": 227401,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77799\n    },\n    {\n        \"Id\": 227402,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77867\n    },\n    {\n        \"Id\": 227403,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77868\n    },\n    {\n        \"Id\": 227404,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80387\n    },\n    {\n        \"Id\": 227405,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77623\n    },\n    {\n        \"Id\": 227406,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78900\n    },\n    {\n        \"Id\": 227407,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78903\n    },\n    {\n        \"Id\": 227408,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77996\n    },\n    {\n        \"Id\": 227409,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77997\n    },\n    {\n        \"Id\": 227410,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80966\n    },\n    {\n        \"Id\": 227411,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80764\n    },\n    {\n        \"Id\": 227412,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80765\n    },\n    {\n        \"Id\": 227413,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80926\n    },\n    {\n        \"Id\": 227414,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80761\n    },\n    {\n        \"Id\": 227415,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80793\n    },\n    {\n        \"Id\": 227416,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81117\n    },\n    {\n        \"Id\": 227417,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80982\n    },\n    {\n        \"Id\": 227418,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80770\n    },\n    {\n        \"Id\": 227419,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80771\n    },\n    {\n        \"Id\": 227420,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80769\n    },\n    {\n        \"Id\": 227421,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78320\n    },\n    {\n        \"Id\": 227422,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77462\n    },\n    {\n        \"Id\": 227423,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78003\n    },\n    {\n        \"Id\": 227424,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77998\n    },\n    {\n        \"Id\": 227425,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77491\n    },\n    {\n        \"Id\": 227426,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80767\n    },\n    {\n        \"Id\": 227427,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77994\n    },\n    {\n        \"Id\": 227428,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80392\n    },\n    {\n        \"Id\": 227429,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80479\n    },\n    {\n        \"Id\": 227430,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80493\n    },\n    {\n        \"Id\": 227431,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77995\n    },\n    {\n        \"Id\": 227432,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80763\n    },\n    {\n        \"Id\": 227433,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81150\n    },\n    {\n        \"Id\": 227434,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80766\n    },\n    {\n        \"Id\": 227435,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77539\n    },\n    {\n        \"Id\": 227436,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77423\n    },\n    {\n        \"Id\": 227437,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77463\n    },\n    {\n        \"Id\": 227438,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77758\n    },\n    {\n        \"Id\": 227439,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78908\n    },\n    {\n        \"Id\": 227440,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78000\n    },\n    {\n        \"Id\": 227441,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77866\n    },\n    {\n        \"Id\": 227442,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78128\n    },\n    {\n        \"Id\": 227443,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78001\n    },\n    {\n        \"Id\": 227444,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34964\n    },\n    {\n        \"Id\": 227445,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19264\n    },\n    {\n        \"Id\": 227446,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35548\n    },\n    {\n        \"Id\": 227447,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81015\n    },\n    {\n        \"Id\": 227448,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81016\n    },\n    {\n        \"Id\": 227449,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18872\n    },\n    {\n        \"Id\": 227450,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77849\n    },\n    {\n        \"Id\": 227451,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 34935\n    },\n    {\n        \"Id\": 227452,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19319\n    },\n    {\n        \"Id\": 227453,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18933\n    },\n    {\n        \"Id\": 227454,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19039\n    },\n    {\n        \"Id\": 227455,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18514\n    },\n    {\n        \"Id\": 227456,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79345\n    },\n    {\n        \"Id\": 227457,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19142\n    },\n    {\n        \"Id\": 227458,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75752\n    },\n    {\n        \"Id\": 227459,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76000\n    },\n    {\n        \"Id\": 227460,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18515\n    },\n    {\n        \"Id\": 227461,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18552\n    },\n    {\n        \"Id\": 227462,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18526\n    },\n    {\n        \"Id\": 227463,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18442\n    },\n    {\n        \"Id\": 227464,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41237\n    },\n    {\n        \"Id\": 227465,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22421\n    },\n    {\n        \"Id\": 227466,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78114\n    },\n    {\n        \"Id\": 227467,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78043\n    },\n    {\n        \"Id\": 227468,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78046\n    },\n    {\n        \"Id\": 227469,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80697\n    },\n    {\n        \"Id\": 227470,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78041\n    },\n    {\n        \"Id\": 227471,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20678\n    },\n    {\n        \"Id\": 227472,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21783\n    },\n    {\n        \"Id\": 227473,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36478\n    },\n    {\n        \"Id\": 227474,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20309\n    },\n    {\n        \"Id\": 227475,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19209\n    },\n    {\n        \"Id\": 227476,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40841\n    },\n    {\n        \"Id\": 227477,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80275\n    },\n    {\n        \"Id\": 227478,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19206\n    },\n    {\n        \"Id\": 227479,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36417\n    },\n    {\n        \"Id\": 227480,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36330\n    },\n    {\n        \"Id\": 227481,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36331\n    },\n    {\n        \"Id\": 227482,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19235\n    },\n    {\n        \"Id\": 227483,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19199\n    },\n    {\n        \"Id\": 227484,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20269\n    },\n    {\n        \"Id\": 227485,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76089\n    },\n    {\n        \"Id\": 227486,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35498\n    },\n    {\n        \"Id\": 227487,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35542\n    },\n    {\n        \"Id\": 227488,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72853\n    },\n    {\n        \"Id\": 227489,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72854\n    },\n    {\n        \"Id\": 227490,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81383\n    },\n    {\n        \"Id\": 227491,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81384\n    },\n    {\n        \"Id\": 227492,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81454\n    },\n    {\n        \"Id\": 227493,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18982\n    },\n    {\n        \"Id\": 227494,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77361\n    },\n    {\n        \"Id\": 227495,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37463\n    },\n    {\n        \"Id\": 227496,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 935\n    },\n    {\n        \"Id\": 227497,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19340\n    },\n    {\n        \"Id\": 227498,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21183\n    },\n    {\n        \"Id\": 227499,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23148\n    },\n    {\n        \"Id\": 227500,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1063\n    },\n    {\n        \"Id\": 227501,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19987\n    },\n    {\n        \"Id\": 227502,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21277\n    },\n    {\n        \"Id\": 227503,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80820\n    },\n    {\n        \"Id\": 227504,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30396\n    },\n    {\n        \"Id\": 227505,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35868\n    },\n    {\n        \"Id\": 227506,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40764\n    },\n    {\n        \"Id\": 227507,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76101\n    },\n    {\n        \"Id\": 227508,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77316\n    },\n    {\n        \"Id\": 227509,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79948\n    },\n    {\n        \"Id\": 227510,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78343\n    },\n    {\n        \"Id\": 227511,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36968\n    },\n    {\n        \"Id\": 227512,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36569\n    },\n    {\n        \"Id\": 227513,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35041\n    },\n    {\n        \"Id\": 227514,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77322\n    },\n    {\n        \"Id\": 227515,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78191\n    },\n    {\n        \"Id\": 227516,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75407\n    },\n    {\n        \"Id\": 227517,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78192\n    },\n    {\n        \"Id\": 227518,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78193\n    },\n    {\n        \"Id\": 227519,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78194\n    },\n    {\n        \"Id\": 227520,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78195\n    },\n    {\n        \"Id\": 227521,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78196\n    },\n    {\n        \"Id\": 227522,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76071\n    },\n    {\n        \"Id\": 227523,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41133\n    },\n    {\n        \"Id\": 227524,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37179\n    },\n    {\n        \"Id\": 227525,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77930\n    },\n    {\n        \"Id\": 227526,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79887\n    },\n    {\n        \"Id\": 227527,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79953\n    },\n    {\n        \"Id\": 227528,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80748\n    },\n    {\n        \"Id\": 227529,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36009\n    },\n    {\n        \"Id\": 227530,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80567\n    },\n    {\n        \"Id\": 227531,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35119\n    },\n    {\n        \"Id\": 227532,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35120\n    },\n    {\n        \"Id\": 227533,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76228\n    },\n    {\n        \"Id\": 227534,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76219\n    },\n    {\n        \"Id\": 227535,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76220\n    },\n    {\n        \"Id\": 227536,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76221\n    },\n    {\n        \"Id\": 227537,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76222\n    },\n    {\n        \"Id\": 227538,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76223\n    },\n    {\n        \"Id\": 227539,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76224\n    },\n    {\n        \"Id\": 227540,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76225\n    },\n    {\n        \"Id\": 227541,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76226\n    },\n    {\n        \"Id\": 227542,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76227\n    },\n    {\n        \"Id\": 227543,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78923\n    },\n    {\n        \"Id\": 227544,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35975\n    },\n    {\n        \"Id\": 227545,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35566\n    },\n    {\n        \"Id\": 227546,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75536\n    },\n    {\n        \"Id\": 227547,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80689\n    },\n    {\n        \"Id\": 227548,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35851\n    },\n    {\n        \"Id\": 227549,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78184\n    },\n    {\n        \"Id\": 227550,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35852\n    },\n    {\n        \"Id\": 227551,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37404\n    },\n    {\n        \"Id\": 227552,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41151\n    },\n    {\n        \"Id\": 227553,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41085\n    },\n    {\n        \"Id\": 227554,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41086\n    },\n    {\n        \"Id\": 227555,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22478\n    },\n    {\n        \"Id\": 227556,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22208\n    },\n    {\n        \"Id\": 227557,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39086\n    },\n    {\n        \"Id\": 227558,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37123\n    },\n    {\n        \"Id\": 227559,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36864\n    },\n    {\n        \"Id\": 227560,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36872\n    },\n    {\n        \"Id\": 227561,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39165\n    },\n    {\n        \"Id\": 227562,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36880\n    },\n    {\n        \"Id\": 227563,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72762\n    },\n    {\n        \"Id\": 227564,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36451\n    },\n    {\n        \"Id\": 227565,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36681\n    },\n    {\n        \"Id\": 227566,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39177\n    },\n    {\n        \"Id\": 227567,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36680\n    },\n    {\n        \"Id\": 227568,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72763\n    },\n    {\n        \"Id\": 227569,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36447\n    },\n    {\n        \"Id\": 227570,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35172\n    },\n    {\n        \"Id\": 227571,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36580\n    },\n    {\n        \"Id\": 227572,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72764\n    },\n    {\n        \"Id\": 227573,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72765\n    },\n    {\n        \"Id\": 227574,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36504\n    },\n    {\n        \"Id\": 227575,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22289\n    },\n    {\n        \"Id\": 227576,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72766\n    },\n    {\n        \"Id\": 227577,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72767\n    },\n    {\n        \"Id\": 227578,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72768\n    },\n    {\n        \"Id\": 227579,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80429\n    },\n    {\n        \"Id\": 227580,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35435\n    },\n    {\n        \"Id\": 227581,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35456\n    },\n    {\n        \"Id\": 227582,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36315\n    },\n    {\n        \"Id\": 227583,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72772\n    },\n    {\n        \"Id\": 227584,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36755\n    },\n    {\n        \"Id\": 227585,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36738\n    },\n    {\n        \"Id\": 227586,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72771\n    },\n    {\n        \"Id\": 227587,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72770\n    },\n    {\n        \"Id\": 227588,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39167\n    },\n    {\n        \"Id\": 227589,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39212\n    },\n    {\n        \"Id\": 227590,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35848\n    },\n    {\n        \"Id\": 227591,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22394\n    },\n    {\n        \"Id\": 227592,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22395\n    },\n    {\n        \"Id\": 227593,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22396\n    },\n    {\n        \"Id\": 227594,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35847\n    },\n    {\n        \"Id\": 227595,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35095\n    },\n    {\n        \"Id\": 227596,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35453\n    },\n    {\n        \"Id\": 227597,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35506\n    },\n    {\n        \"Id\": 227598,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76107\n    },\n    {\n        \"Id\": 227599,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76108\n    },\n    {\n        \"Id\": 227600,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77323\n    },\n    {\n        \"Id\": 227601,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72930\n    },\n    {\n        \"Id\": 227602,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80057\n    },\n    {\n        \"Id\": 227603,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80058\n    },\n    {\n        \"Id\": 227604,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80060\n    },\n    {\n        \"Id\": 227605,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80061\n    },\n    {\n        \"Id\": 227606,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80062\n    },\n    {\n        \"Id\": 227607,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39091\n    },\n    {\n        \"Id\": 227608,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75551\n    },\n    {\n        \"Id\": 227609,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37004\n    },\n    {\n        \"Id\": 227610,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76087\n    },\n    {\n        \"Id\": 227611,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22571\n    },\n    {\n        \"Id\": 227612,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37124\n    },\n    {\n        \"Id\": 227613,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35451\n    },\n    {\n        \"Id\": 227614,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35455\n    },\n    {\n        \"Id\": 227615,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36494\n    },\n    {\n        \"Id\": 227616,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35505\n    },\n    {\n        \"Id\": 227617,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36200\n    },\n    {\n        \"Id\": 227618,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36204\n    },\n    {\n        \"Id\": 227619,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36202\n    },\n    {\n        \"Id\": 227620,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36203\n    },\n    {\n        \"Id\": 227621,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36201\n    },\n    {\n        \"Id\": 227622,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38983\n    },\n    {\n        \"Id\": 227623,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72545\n    },\n    {\n        \"Id\": 227624,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81387\n    },\n    {\n        \"Id\": 227625,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36767\n    },\n    {\n        \"Id\": 227626,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75369\n    },\n    {\n        \"Id\": 227627,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81391\n    },\n    {\n        \"Id\": 227628,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 81390\n    },\n    {\n        \"Id\": 227629,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35507\n    },\n    {\n        \"Id\": 227630,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35465\n    },\n    {\n        \"Id\": 227631,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41488\n    },\n    {\n        \"Id\": 227632,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72357\n    },\n    {\n        \"Id\": 227633,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22388\n    },\n    {\n        \"Id\": 227634,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22288\n    },\n    {\n        \"Id\": 227635,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41155\n    },\n    {\n        \"Id\": 227636,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30700\n    },\n    {\n        \"Id\": 227637,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19125\n    },\n    {\n        \"Id\": 227638,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19758\n    },\n    {\n        \"Id\": 227639,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72584\n    },\n    {\n        \"Id\": 227640,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41492\n    },\n    {\n        \"Id\": 227641,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78039\n    },\n    {\n        \"Id\": 227642,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73203\n    },\n    {\n        \"Id\": 227643,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30701\n    },\n    {\n        \"Id\": 227644,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39080\n    },\n    {\n        \"Id\": 227645,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 30702\n    },\n    {\n        \"Id\": 227646,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73027\n    },\n    {\n        \"Id\": 227647,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73028\n    },\n    {\n        \"Id\": 227648,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40765\n    },\n    {\n        \"Id\": 227649,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75362\n    },\n    {\n        \"Id\": 227650,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40767\n    },\n    {\n        \"Id\": 227651,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38959\n    },\n    {\n        \"Id\": 227652,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73172\n    },\n    {\n        \"Id\": 227653,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72962\n    },\n    {\n        \"Id\": 227654,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 72946\n    },\n    {\n        \"Id\": 227655,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37182\n    },\n    {\n        \"Id\": 227656,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20197\n    },\n    {\n        \"Id\": 227657,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77611\n    },\n    {\n        \"Id\": 227658,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36437\n    },\n    {\n        \"Id\": 227659,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76159\n    },\n    {\n        \"Id\": 227660,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20957\n    },\n    {\n        \"Id\": 227661,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20812\n    },\n    {\n        \"Id\": 227662,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19986\n    },\n    {\n        \"Id\": 227663,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21785\n    },\n    {\n        \"Id\": 227664,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 601\n    },\n    {\n        \"Id\": 227665,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18730\n    },\n    {\n        \"Id\": 227666,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75797\n    },\n    {\n        \"Id\": 227667,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19123\n    },\n    {\n        \"Id\": 227668,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35025\n    },\n    {\n        \"Id\": 227669,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18633\n    },\n    {\n        \"Id\": 227670,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80645\n    },\n    {\n        \"Id\": 227671,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19554\n    },\n    {\n        \"Id\": 227672,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19121\n    },\n    {\n        \"Id\": 227673,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35235\n    },\n    {\n        \"Id\": 227674,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22518\n    },\n    {\n        \"Id\": 227675,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35849\n    },\n    {\n        \"Id\": 227676,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18915\n    },\n    {\n        \"Id\": 227677,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41609\n    },\n    {\n        \"Id\": 227678,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38566\n    },\n    {\n        \"Id\": 227679,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 410\n    },\n    {\n        \"Id\": 227680,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19770\n    },\n    {\n        \"Id\": 227681,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79938\n    },\n    {\n        \"Id\": 227682,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 883\n    },\n    {\n        \"Id\": 227683,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77612\n    },\n    {\n        \"Id\": 227684,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19470\n    },\n    {\n        \"Id\": 227685,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21565\n    },\n    {\n        \"Id\": 227686,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 177\n    },\n    {\n        \"Id\": 227687,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41579\n    },\n    {\n        \"Id\": 227688,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77613\n    },\n    {\n        \"Id\": 227689,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39083\n    },\n    {\n        \"Id\": 227690,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35989\n    },\n    {\n        \"Id\": 227691,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20942\n    },\n    {\n        \"Id\": 227692,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21380\n    },\n    {\n        \"Id\": 227693,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76237\n    },\n    {\n        \"Id\": 227694,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77614\n    },\n    {\n        \"Id\": 227695,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77615\n    },\n    {\n        \"Id\": 227696,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19985\n    },\n    {\n        \"Id\": 227697,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36576\n    },\n    {\n        \"Id\": 227698,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39084\n    },\n    {\n        \"Id\": 227699,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 603\n    },\n    {\n        \"Id\": 227700,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21078\n    },\n    {\n        \"Id\": 227701,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78942\n    },\n    {\n        \"Id\": 227702,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18821\n    },\n    {\n        \"Id\": 227703,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19832\n    },\n    {\n        \"Id\": 227704,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20073\n    },\n    {\n        \"Id\": 227705,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20748\n    },\n    {\n        \"Id\": 227706,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21504\n    },\n    {\n        \"Id\": 227707,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19762\n    },\n    {\n        \"Id\": 227708,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 37194\n    },\n    {\n        \"Id\": 227709,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18861\n    },\n    {\n        \"Id\": 227710,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20010\n    },\n    {\n        \"Id\": 227711,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20808\n    },\n    {\n        \"Id\": 227712,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18533\n    },\n    {\n        \"Id\": 227713,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1091\n    },\n    {\n        \"Id\": 227714,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80790\n    },\n    {\n        \"Id\": 227715,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 934\n    },\n    {\n        \"Id\": 227716,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1005\n    },\n    {\n        \"Id\": 227717,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20592\n    },\n    {\n        \"Id\": 227718,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77616\n    },\n    {\n        \"Id\": 227719,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 926\n    },\n    {\n        \"Id\": 227720,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22507\n    },\n    {\n        \"Id\": 227721,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 22584\n    },\n    {\n        \"Id\": 227722,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21502\n    },\n    {\n        \"Id\": 227723,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18855\n    },\n    {\n        \"Id\": 227724,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21944\n    },\n    {\n        \"Id\": 227725,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19033\n    },\n    {\n        \"Id\": 227726,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 40926\n    },\n    {\n        \"Id\": 227727,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76099\n    },\n    {\n        \"Id\": 227728,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39013\n    },\n    {\n        \"Id\": 227729,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 346\n    },\n    {\n        \"Id\": 227730,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41573\n    },\n    {\n        \"Id\": 227731,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 41571\n    },\n    {\n        \"Id\": 227732,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19363\n    },\n    {\n        \"Id\": 227733,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 73101\n    },\n    {\n        \"Id\": 227734,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 23164\n    },\n    {\n        \"Id\": 227735,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35978\n    },\n    {\n        \"Id\": 227736,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18565\n    },\n    {\n        \"Id\": 227737,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36803\n    },\n    {\n        \"Id\": 227738,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77314\n    },\n    {\n        \"Id\": 227739,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80344\n    },\n    {\n        \"Id\": 227740,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19831\n    },\n    {\n        \"Id\": 227741,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38999\n    },\n    {\n        \"Id\": 227742,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39000\n    },\n    {\n        \"Id\": 227743,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39125\n    },\n    {\n        \"Id\": 227744,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 39124\n    },\n    {\n        \"Id\": 227745,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38998\n    },\n    {\n        \"Id\": 227746,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20769\n    },\n    {\n        \"Id\": 227747,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35841\n    },\n    {\n        \"Id\": 227748,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35842\n    },\n    {\n        \"Id\": 227749,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35843\n    },\n    {\n        \"Id\": 227750,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19562\n    },\n    {\n        \"Id\": 227751,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77324\n    },\n    {\n        \"Id\": 227752,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77325\n    },\n    {\n        \"Id\": 227753,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77362\n    },\n    {\n        \"Id\": 227754,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80666\n    },\n    {\n        \"Id\": 227755,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36734\n    },\n    {\n        \"Id\": 227756,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79885\n    },\n    {\n        \"Id\": 227757,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79884\n    },\n    {\n        \"Id\": 227758,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36708\n    },\n    {\n        \"Id\": 227759,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80725\n    },\n    {\n        \"Id\": 227760,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80724\n    },\n    {\n        \"Id\": 227761,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80723\n    },\n    {\n        \"Id\": 227762,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77336\n    },\n    {\n        \"Id\": 227763,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78913\n    },\n    {\n        \"Id\": 227764,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 21255\n    },\n    {\n        \"Id\": 227765,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 723\n    },\n    {\n        \"Id\": 227766,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19490\n    },\n    {\n        \"Id\": 227767,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75742\n    },\n    {\n        \"Id\": 227768,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75743\n    },\n    {\n        \"Id\": 227769,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75744\n    },\n    {\n        \"Id\": 227770,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 76109\n    },\n    {\n        \"Id\": 227771,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38969\n    },\n    {\n        \"Id\": 227772,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19888\n    },\n    {\n        \"Id\": 227773,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80094\n    },\n    {\n        \"Id\": 227774,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80250\n    },\n    {\n        \"Id\": 227775,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35439\n    },\n    {\n        \"Id\": 227776,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 78004\n    },\n    {\n        \"Id\": 227777,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 79880\n    },\n    {\n        \"Id\": 227778,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 18931\n    },\n    {\n        \"Id\": 227779,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77501\n    },\n    {\n        \"Id\": 227780,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77726\n    },\n    {\n        \"Id\": 227781,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 77956\n    },\n    {\n        \"Id\": 227782,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80620\n    },\n    {\n        \"Id\": 227783,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 20591\n    },\n    {\n        \"Id\": 227784,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19295\n    },\n    {\n        \"Id\": 227785,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 1196\n    },\n    {\n        \"Id\": 227786,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75393\n    },\n    {\n        \"Id\": 227787,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 75391\n    },\n    {\n        \"Id\": 227788,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 19928\n    },\n    {\n        \"Id\": 227789,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36604\n    },\n    {\n        \"Id\": 227790,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 35339\n    },\n    {\n        \"Id\": 227791,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36414\n    },\n    {\n        \"Id\": 227792,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 38873\n    }\n]"},{"id":"506594e5-14e0-425f-b022-b8eedb79335b","name":"CostingCodeClientAccessRequest (where ClientIds = 36970,80129,232)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeClientAccessRequest?ClientIds=36970,80129,232","host":["{{base_url}}"],"path":["CostingCodeClientAccessRequest"],"query":[{"key":"CodeIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes.","disabled":true},{"key":"ClientIds","value":"36970,80129,232","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated customers (or clients)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1434","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 218081,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36970\n    },\n    {\n        \"Id\": 224603,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 36970\n    },\n    {\n        \"Id\": 226231,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 36970\n    },\n    {\n        \"Id\": 222974,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 36970\n    },\n    {\n        \"Id\": 212736,\n        \"CostingCodeId\": 1,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 218041,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 224563,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 226191,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 212745,\n        \"CostingCodeId\": 14,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 212757,\n        \"CostingCodeId\": 1039,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 212758,\n        \"CostingCodeId\": 1040,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 222934,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 80129\n    },\n    {\n        \"Id\": 216304,\n        \"CostingCodeId\": 1,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 218771,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 225293,\n        \"CostingCodeId\": 4,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 226921,\n        \"CostingCodeId\": 5,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 216313,\n        \"CostingCodeId\": 14,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 216358,\n        \"CostingCodeId\": 20,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 216359,\n        \"CostingCodeId\": 21,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 218000,\n        \"CostingCodeId\": 1035,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 216326,\n        \"CostingCodeId\": 1040,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 218007,\n        \"CostingCodeId\": 1055,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 218005,\n        \"CostingCodeId\": 1056,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 223664,\n        \"CostingCodeId\": 1066,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 227793,\n        \"CostingCodeId\": 1080,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 227794,\n        \"CostingCodeId\": 1081,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 227795,\n        \"CostingCodeId\": 1082,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 227796,\n        \"CostingCodeId\": 1083,\n        \"ClientId\": 232\n    },\n    {\n        \"Id\": 227806,\n        \"CostingCodeId\": 1097,\n        \"ClientId\": 232\n    }\n]"},{"id":"11545b21-7027-406d-94b5-dc841afca281","name":"CostingCodeClientAccessRequest (where CodeIds = 2 and ClientIds = 36970)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeClientAccessRequest?CodeIds=2&ClientIds=36970","host":["{{base_url}}"],"path":["CostingCodeClientAccessRequest"],"query":[{"key":"CodeIds","value":"2","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes."},{"key":"ClientIds","value":"36970","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated customers (or clients)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"50","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 218081,\n        \"CostingCodeId\": 2,\n        \"ClientId\": 36970\n    }\n]"}],"_postman_id":"94ba8b98-89b2-4f0a-8282-ba2a4038ea61"},{"name":"CostingCodeCodeRequest","id":"4c7e9e3a-86ee-4972-8903-31a59520a13a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodeCodeRequest?Code={{string}}","description":"<p>Retrieves a single costing code based on a given code.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CostingCodeCodeRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The code that can be used for integration, 500 characters at most.</p>\n","type":"text/plain"},"key":"Code","value":"{{string}}"}],"variable":[]}},"response":[{"id":"7cb9fa8c-fe3f-496b-b516-e12e2ab927d0","name":"CostingCodeCodeRequest (where Code = Code1)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeCodeRequest?Code=Code1","host":["{{base_url}}"],"path":["CostingCodeCodeRequest"],"query":[{"key":"Code","value":"Code1","description":"*Required.*  \n(int32)  \nThe code that can be used for integration, 500 characters at most."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"293","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1,\n    \"Code\": \"Code1\",\n    \"Description\": \"CODE 1 Description info\",\n    \"Active\": false,\n    \"Level\": 2,\n    \"ParentId\": 5,\n    \"AllowTimeEntry\": true,\n    \"AllowVendorCost\": false,\n    \"AllowPersonalExpense\": true,\n    \"AllowMaterialEntry\": false,\n    \"AllowMileageEntry\": false,\n    \"UpdateEmployeeId\": 18721,\n    \"UpdateDate\": \"2021-05-31T00:00:00.000Z\"\n}"}],"_postman_id":"4c7e9e3a-86ee-4972-8903-31a59520a13a"},{"name":"CostingCodeCompanyAccessRequest","id":"70df79a4-c08c-47f0-b8d0-dcd1a4ea8154","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodeCompanyAccessRequest","description":"<p>Retrieves a list of access links between a costing code and a company for a given identifier or list of identifiers of costing codes or associated companies.</p>\n<p><strong>API</strong><br /><a href=\"#ae242fbb-9f04-4e10-ba90-1893a809e193\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#af672fc3-23ec-40bc-bff9-954e477d31ab\">CostingCodeCompanyAccess</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodeCompanyAccessRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier or list of identifiers of the costing codes.</p>\n","type":"text/plain"},"key":"CodeIds","value":"[{{integer}}]"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier or list of identifiers of the associated companies.</p>\n","type":"text/plain"},"key":"CompanyIds","value":"[{{integer}}]"}],"variable":[]}},"response":[{"id":"58669acb-feb9-44f0-bdeb-6ee04d60c8b9","name":"CostingCodeCompanyAccessRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeCompanyAccessRequest","host":["{{base_url}}"],"path":["CostingCodeCompanyAccessRequest"],"query":[{"key":"CodeIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes.","disabled":true},{"key":"CompanyIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated companies.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"39733","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 2701,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 2702,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 2703,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 2704,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 2705,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 2706,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 2707,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 2708,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 2709,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 2710,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 2711,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 2712,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 2713,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 2714,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 2715,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 2716,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 2717,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 2718,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 2719,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 2720,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 2721,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 2722,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 2723,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 2724,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 2725,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 2726,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 2727,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 2728,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 2729,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 2730,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2731,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 2732,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 2733,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2734,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 2735,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 2736,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 2737,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 2738,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2739,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 2740,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 2741,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 2742,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 2743,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 2744,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 2745,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 2746,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 2747,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 2748,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 2749,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 2750,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 2751,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 2752,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 2753,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 2754,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 2755,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 2756,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 2757,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 2758,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 2759,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 2760,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 2761,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 2762,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 2763,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 2764,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 2765,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 2766,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 2767,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 2768,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 2769,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 2770,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 2771,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 2772,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2773,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 2774,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 2775,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2776,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 2777,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 2778,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 2779,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 2780,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2781,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 2782,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 2783,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 2784,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 2828,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 2829,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 2830,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 2831,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 2832,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 2833,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 2834,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 2835,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 2836,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 2837,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 2838,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 2839,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 2840,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 2841,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 2842,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 2843,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 2844,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 2845,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 2846,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 2847,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 2848,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 2849,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 2850,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 2851,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 2852,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 2853,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 2854,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 2855,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 2856,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2857,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 2858,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 2859,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2860,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 2861,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 2862,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 2863,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 2864,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2865,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 2866,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 2867,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 2868,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 2870,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 2871,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 2872,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 2873,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 2874,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 2875,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 2876,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 2877,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 2878,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 2879,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 2880,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 2881,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 2882,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 2883,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 2884,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 2885,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 2886,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 2887,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 2888,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 2889,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 2890,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 2891,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 2892,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 2893,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 2894,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 2895,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 2896,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 2897,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 2898,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2899,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 2900,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 2901,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2902,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 2903,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 2904,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 2905,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 2906,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2907,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 2908,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 2909,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 2910,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 2911,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 2912,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 2913,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 2914,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 2915,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 2916,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 2917,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 2918,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 2919,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 2920,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 2921,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 2922,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 2923,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 2924,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 2925,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 2926,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 2927,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 2928,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 2929,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 2930,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 2931,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 2932,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 2933,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 2934,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 2935,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 2936,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 2937,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 2938,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 2939,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 2940,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2941,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 2942,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 2943,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2944,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 2945,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 2946,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 2947,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 2948,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2949,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 2950,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 2951,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 2952,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 2996,\n        \"CostingCodeId\": 1058,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 2997,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 2998,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 2999,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3000,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3001,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3002,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3003,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3004,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3005,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3006,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3007,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3008,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3009,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3010,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3011,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3012,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3013,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3014,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3015,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3016,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3017,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3018,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3019,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3020,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3021,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3022,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3023,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3024,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3025,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3026,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3027,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3028,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3029,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3030,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3031,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3032,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3033,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3034,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3035,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3036,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3037,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3038,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 3039,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3040,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3041,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3042,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3043,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3044,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3045,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3046,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3047,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3048,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3049,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3050,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3051,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3052,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3053,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3054,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3055,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3056,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3057,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3058,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3059,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3060,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3061,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3062,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3063,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3064,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3065,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3066,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3067,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3068,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3069,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3070,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3071,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3072,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3073,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3074,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3075,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3076,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3077,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3078,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3079,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3080,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 3084,\n        \"CostingCodeId\": 7,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3085,\n        \"CostingCodeId\": 9,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3086,\n        \"CostingCodeId\": 10,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3087,\n        \"CostingCodeId\": 20,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3088,\n        \"CostingCodeId\": 21,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3089,\n        \"CostingCodeId\": 1022,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3090,\n        \"CostingCodeId\": 1031,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3091,\n        \"CostingCodeId\": 1032,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3092,\n        \"CostingCodeId\": 1033,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3093,\n        \"CostingCodeId\": 1034,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3094,\n        \"CostingCodeId\": 1036,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3095,\n        \"CostingCodeId\": 1037,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3096,\n        \"CostingCodeId\": 1038,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3097,\n        \"CostingCodeId\": 1039,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3098,\n        \"CostingCodeId\": 1041,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3099,\n        \"CostingCodeId\": 1042,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3100,\n        \"CostingCodeId\": 1045,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3101,\n        \"CostingCodeId\": 1046,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3102,\n        \"CostingCodeId\": 1047,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3105,\n        \"CostingCodeId\": 1052,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3106,\n        \"CostingCodeId\": 1057,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3109,\n        \"CostingCodeId\": 1066,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3110,\n        \"CostingCodeId\": 1071,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3111,\n        \"CostingCodeId\": 1072,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3112,\n        \"CostingCodeId\": 1073,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3113,\n        \"CostingCodeId\": 6,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3114,\n        \"CostingCodeId\": 14,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3115,\n        \"CostingCodeId\": 1040,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3116,\n        \"CostingCodeId\": 1067,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3118,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3119,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3120,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3121,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3122,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3123,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3124,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3125,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3126,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3127,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3128,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3129,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3130,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3131,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3132,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3133,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3134,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3135,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3136,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3137,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3138,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3139,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3140,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3141,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3142,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3143,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3144,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3145,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3146,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3147,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3148,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3149,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3150,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3151,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3152,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3153,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3154,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3155,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3156,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3157,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3158,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3159,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 3160,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3161,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3162,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3163,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3164,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3165,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3166,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3167,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3168,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3169,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3170,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3171,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3172,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3173,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3174,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3175,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3176,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3177,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3178,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3179,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3180,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3181,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3182,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3183,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3184,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3185,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3186,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3187,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3188,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3189,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3190,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3191,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3192,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3193,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3194,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3195,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3196,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3197,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3198,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3199,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3200,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3201,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 3202,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3203,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3204,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3205,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3206,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3207,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3208,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3209,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3210,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3211,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3212,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3213,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3214,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3215,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3216,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3217,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3218,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3219,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3220,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3221,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3222,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3223,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3224,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3225,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3226,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3227,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3228,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3229,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3230,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3231,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3232,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3233,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3234,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3235,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3236,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3237,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3238,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3239,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3240,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3241,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3242,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3243,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 3244,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3245,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3246,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3247,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3248,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3249,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3250,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3251,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3252,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3253,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3254,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3255,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3256,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3257,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3258,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3259,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3260,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3261,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3262,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3263,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3264,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3265,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3266,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3267,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3268,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3269,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3270,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3271,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3272,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3273,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3274,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3275,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3276,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3277,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3278,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3279,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3280,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3281,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3282,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3283,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3284,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3285,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 3286,\n        \"CostingCodeId\": 1095,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3287,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3288,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3289,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3290,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3291,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3292,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3293,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3294,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3295,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3296,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3297,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3298,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3299,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3300,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3301,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3302,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3303,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3304,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3305,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3306,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3307,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3308,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3309,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3310,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3311,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3312,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3313,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3314,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3315,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3316,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3317,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3318,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3319,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3320,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3321,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3322,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3323,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3324,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3325,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3326,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3327,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3328,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 3337,\n        \"CostingCodeId\": 1096,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3338,\n        \"CostingCodeId\": 1095,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3339,\n        \"CostingCodeId\": 1093,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3340,\n        \"CostingCodeId\": 1094,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3341,\n        \"CostingCodeId\": 1075,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3342,\n        \"CostingCodeId\": 1040,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3343,\n        \"CostingCodeId\": 1041,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3344,\n        \"CostingCodeId\": 1042,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3347,\n        \"CostingCodeId\": 1039,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3348,\n        \"CostingCodeId\": 1036,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3349,\n        \"CostingCodeId\": 1092,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3350,\n        \"CostingCodeId\": 1074,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3351,\n        \"CostingCodeId\": 1022,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3352,\n        \"CostingCodeId\": 1034,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3353,\n        \"CostingCodeId\": 1067,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3354,\n        \"CostingCodeId\": 1033,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3355,\n        \"CostingCodeId\": 1046,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3356,\n        \"CostingCodeId\": 1045,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3357,\n        \"CostingCodeId\": 1047,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3358,\n        \"CostingCodeId\": 1052,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3360,\n        \"CostingCodeId\": 10,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3364,\n        \"CostingCodeId\": 9,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3365,\n        \"CostingCodeId\": 1031,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3366,\n        \"CostingCodeId\": 1032,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3367,\n        \"CostingCodeId\": 1066,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3368,\n        \"CostingCodeId\": 20,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3369,\n        \"CostingCodeId\": 21,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3370,\n        \"CostingCodeId\": 1072,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3371,\n        \"CostingCodeId\": 1073,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3372,\n        \"CostingCodeId\": 1071,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3373,\n        \"CostingCodeId\": 1077,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3374,\n        \"CostingCodeId\": 1058,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3375,\n        \"CostingCodeId\": 1057,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3376,\n        \"CostingCodeId\": 14,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3377,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3378,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3379,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3380,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3381,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3382,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3383,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3384,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3385,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3386,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3387,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3388,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3389,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3390,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3391,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3392,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3393,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3394,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3395,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3396,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3397,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3398,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3399,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3400,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3401,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3402,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3403,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3404,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3405,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3406,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3407,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3408,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3409,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3410,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3411,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3412,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3413,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3414,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3415,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3416,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3417,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3418,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 3419,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3420,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3421,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3422,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3423,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3424,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3425,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3426,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3427,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3428,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3429,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3430,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3431,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3432,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3433,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3434,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3435,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3436,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3437,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3438,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3439,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3440,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3441,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3442,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3443,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3444,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3445,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3446,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3447,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3448,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3449,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3450,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3451,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3452,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3453,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3454,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3455,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3456,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3457,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3458,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3459,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3460,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 3461,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3462,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3463,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3464,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3465,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3466,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3467,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3468,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3469,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3470,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3471,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3472,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3473,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3474,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3475,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3476,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3477,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3478,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3479,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3480,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3481,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3482,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3483,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3484,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3485,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3486,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3487,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3488,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3489,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3490,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3491,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3492,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3493,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3494,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3495,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3496,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3497,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3498,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3499,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3500,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3501,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3502,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 3507,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 20866\n    },\n    {\n        \"Id\": 3508,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 73177\n    },\n    {\n        \"Id\": 3509,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80779\n    },\n    {\n        \"Id\": 3510,\n        \"CostingCodeId\": 1103,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3511,\n        \"CostingCodeId\": 1103,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3512,\n        \"CostingCodeId\": 1103,\n        \"CompanyId\": 18685\n    },\n    {\n        \"Id\": 3513,\n        \"CostingCodeId\": 1104,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3514,\n        \"CostingCodeId\": 1104,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3515,\n        \"CostingCodeId\": 1104,\n        \"CompanyId\": 18685\n    },\n    {\n        \"Id\": 3516,\n        \"CostingCodeId\": 1074,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3517,\n        \"CostingCodeId\": 1075,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3518,\n        \"CostingCodeId\": 1077,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3519,\n        \"CostingCodeId\": 1079,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3520,\n        \"CostingCodeId\": 1092,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3521,\n        \"CostingCodeId\": 1093,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3522,\n        \"CostingCodeId\": 1094,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3523,\n        \"CostingCodeId\": 1095,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3524,\n        \"CostingCodeId\": 1096,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3525,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3526,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3527,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3528,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3529,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3530,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3531,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3532,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3533,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3534,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3535,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3536,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3537,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3538,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3539,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3540,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3541,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3542,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3543,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3544,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3545,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3546,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3547,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3548,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3549,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3550,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3551,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3552,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3553,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3554,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3555,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3556,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3557,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3558,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3559,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3560,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3561,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3562,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3563,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3564,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3565,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3566,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 3567,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 3568,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 3569,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 3570,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 3571,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 3572,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 3573,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 3574,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 3575,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 3576,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 3577,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 3578,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 3579,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 3580,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 3581,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 3582,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 3583,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 3584,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 3585,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 3586,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 3587,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 3588,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 3589,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 3590,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 3591,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 3592,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 3593,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 3594,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 3595,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 3596,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3597,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 3598,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 3599,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3600,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 3601,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 3602,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 3603,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 3604,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3605,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 3606,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 3607,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 3608,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81479\n    }\n]"},{"id":"3cfb6789-223e-4429-b764-d4e0a4cf318b","name":"CostingCodeCompanyAccessRequest (where CodeIds = 1,2,4)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeCompanyAccessRequest?CodeIds=1,2,4","host":["{{base_url}}"],"path":["CostingCodeCompanyAccessRequest"],"query":[{"key":"CodeIds","value":"1,2,4","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes."},{"key":"CompanyIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated companies.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"5980","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 2701,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 2702,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 2703,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 2704,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 2705,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 2706,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 2707,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 2708,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 2709,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 2710,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 2711,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 2712,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 2713,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 2714,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 2715,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 2716,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 2717,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 2718,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 2719,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 2720,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 2721,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 2722,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 2723,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 2724,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 2725,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 2726,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 2727,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 2728,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 2729,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 2730,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2731,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 2732,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 2733,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2734,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 2735,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 2736,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 2737,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 2738,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2739,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 2740,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 2741,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 2742,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 2743,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80347\n    },\n    {\n        \"Id\": 2744,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 2745,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 2746,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 2747,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 2748,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 2749,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 2750,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 2751,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 2752,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 2753,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 2754,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 2755,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 2756,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 2757,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 2758,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 2759,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 2760,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 2761,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 2762,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 2763,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 2764,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 2765,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 2766,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 2767,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 2768,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 2769,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 2770,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 2771,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 2772,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2773,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 2774,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 2775,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2776,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 2777,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 2778,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 2779,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 2780,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2781,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 2782,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 2783,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 2784,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81479\n    },\n    {\n        \"Id\": 2828,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80050\n    },\n    {\n        \"Id\": 2829,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 19473\n    },\n    {\n        \"Id\": 2830,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 19002\n    },\n    {\n        \"Id\": 2831,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18743\n    },\n    {\n        \"Id\": 2832,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 19317\n    },\n    {\n        \"Id\": 2833,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 1\n    },\n    {\n        \"Id\": 2834,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 20201\n    },\n    {\n        \"Id\": 2835,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18748\n    },\n    {\n        \"Id\": 2836,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 75487\n    },\n    {\n        \"Id\": 2837,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18747\n    },\n    {\n        \"Id\": 2838,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18726\n    },\n    {\n        \"Id\": 2839,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81492\n    },\n    {\n        \"Id\": 2840,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 579\n    },\n    {\n        \"Id\": 2841,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 19943\n    },\n    {\n        \"Id\": 2842,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 19333\n    },\n    {\n        \"Id\": 2843,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80064\n    },\n    {\n        \"Id\": 2844,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 20844\n    },\n    {\n        \"Id\": 2845,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18725\n    },\n    {\n        \"Id\": 2846,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 18818\n    },\n    {\n        \"Id\": 2847,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 1228\n    },\n    {\n        \"Id\": 2848,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80805\n    },\n    {\n        \"Id\": 2849,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 20571\n    },\n    {\n        \"Id\": 2850,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81179\n    },\n    {\n        \"Id\": 2851,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80619\n    },\n    {\n        \"Id\": 2852,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80851\n    },\n    {\n        \"Id\": 2853,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81466\n    },\n    {\n        \"Id\": 2854,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81118\n    },\n    {\n        \"Id\": 2855,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81467\n    },\n    {\n        \"Id\": 2856,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2857,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81478\n    },\n    {\n        \"Id\": 2858,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80281\n    },\n    {\n        \"Id\": 2859,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2860,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 79978\n    },\n    {\n        \"Id\": 2861,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80629\n    },\n    {\n        \"Id\": 2862,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81038\n    },\n    {\n        \"Id\": 2863,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80778\n    },\n    {\n        \"Id\": 2864,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2865,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81462\n    },\n    {\n        \"Id\": 2866,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81464\n    },\n    {\n        \"Id\": 2867,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80772\n    },\n    {\n        \"Id\": 2868,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81479\n    }\n]"},{"id":"2f2a2e13-a23f-4989-82b1-ba807c84040c","name":"CostingCodeCompanyAccessRequest (where CompanyIds = 80069,81477,80383","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeCompanyAccessRequest?CompanyIds=80069,81477,80383","host":["{{base_url}}"],"path":["CostingCodeCompanyAccessRequest"],"query":[{"key":"CodeIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes.","disabled":true},{"key":"CompanyIds","value":"80069,81477,80383","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated companies."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"2566","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 2738,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2780,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2864,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2906,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2948,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3076,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3034,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3239,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3281,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3155,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3197,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3324,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3414,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3456,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3498,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3562,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 3604,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80069\n    },\n    {\n        \"Id\": 2730,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2772,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2856,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2898,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2940,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3068,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3026,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3231,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3273,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3147,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3189,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3316,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3406,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3448,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3490,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3554,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 3596,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 81477\n    },\n    {\n        \"Id\": 2733,\n        \"CostingCodeId\": 1,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2775,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2859,\n        \"CostingCodeId\": 4,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2901,\n        \"CostingCodeId\": 5,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 2943,\n        \"CostingCodeId\": 1035,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3071,\n        \"CostingCodeId\": 1055,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3029,\n        \"CostingCodeId\": 1056,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3234,\n        \"CostingCodeId\": 1080,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3276,\n        \"CostingCodeId\": 1081,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3150,\n        \"CostingCodeId\": 1082,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3192,\n        \"CostingCodeId\": 1083,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3319,\n        \"CostingCodeId\": 1097,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3409,\n        \"CostingCodeId\": 1098,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3451,\n        \"CostingCodeId\": 1099,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3493,\n        \"CostingCodeId\": 1100,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3557,\n        \"CostingCodeId\": 1105,\n        \"CompanyId\": 80383\n    },\n    {\n        \"Id\": 3599,\n        \"CostingCodeId\": 1106,\n        \"CompanyId\": 80383\n    }\n]"},{"id":"4a2585ba-4558-47c5-8c1a-d707c136b2da","name":"CostingCodeCompanyAccessRequest (where CodeIds = 2 and CompanyIds = 81477)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeCompanyAccessRequest?CodeIds=2&CompanyIds=81477","host":["{{base_url}}"],"path":["CostingCodeCompanyAccessRequest"],"query":[{"key":"CodeIds","value":"2","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes."},{"key":"CompanyIds","value":"81477","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated companies."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"49","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 2772,\n        \"CostingCodeId\": 2,\n        \"CompanyId\": 81477\n    }\n]"}],"_postman_id":"70df79a4-c08c-47f0-b8d0-dcd1a4ea8154"},{"name":"CostingCodeRequest","id":"150ef0c2-eeda-4645-b398-0378b6438370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodeRequest?Id={{integer}}","description":"<p>Retrieves a single costing code based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CostingCodeRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the costing code.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"139d0e7d-d2f0-4807-90a4-4ca59b3696bf","name":"CostingCodeRequest (where Id = 1)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeRequest?Id=1","host":["{{base_url}}"],"path":["CostingCodeRequest"],"query":[{"key":"Id","value":"1","description":"*Required.*\n(int32)\nThe identifier of the costing code."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"293","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1,\n    \"Code\": \"Code1\",\n    \"Description\": \"CODE 1 Description info\",\n    \"Active\": false,\n    \"Level\": 2,\n    \"ParentId\": 5,\n    \"AllowTimeEntry\": true,\n    \"AllowVendorCost\": false,\n    \"AllowPersonalExpense\": true,\n    \"AllowMaterialEntry\": false,\n    \"AllowMileageEntry\": false,\n    \"UpdateEmployeeId\": 18721,\n    \"UpdateDate\": \"2021-05-31T00:00:00.000Z\"\n}"}],"_postman_id":"150ef0c2-eeda-4645-b398-0378b6438370"},{"name":"CostingCodesFilterRequest","id":"0bdaacb2-3383-4e95-845c-bfdeee4078c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodesFilterRequest","description":"<p>Retrieves a list of available costing codes based on a given set of filters.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodesFilterRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The filter for access links between a costing code and a customer (or client).</p>\n","type":"text/plain"},"key":"ClientAccess","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The filter for access links between a costing code and a company.</p>\n","type":"text/plain"},"key":"CompanyAccess","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The filter for access links between a costing code and an expense type.</p>\n","type":"text/plain"},"key":"ExpenseTypeAccess","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not inactive costing codes will be returned.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>true</strong> if not specified.</p>\n","type":"text/plain"},"key":"HideInactive","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not level <strong>2</strong> costing codes will be returned.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"HideLevelTwo","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"08bb21f5-2f26-4909-9072-76629ef706fe","name":"CostingCodesFilterRequest (with a HideInactive flag set to false)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodesFilterRequest?HideInactive=false","host":["{{base_url}}"],"path":["CostingCodesFilterRequest"],"query":[{"key":"ClientAccess","value":"{{string}}","description":"*Optional.*  \nThe filter for access links between a costing code and a customer (or client).","disabled":true},{"key":"CompanyAccess","value":"{{string}}","description":"*Optional.*  \nThe filter for access links between a costing code and a company.","disabled":true},{"key":"ExpenseTypeAccess","value":"{{string}}","description":"*Optional.*  \nThe filter for access links between a costing code and an expense type.","disabled":true},{"key":"HideInactive","value":"false","description":"*Optional.*  \nThe flag that indicates whether or not inactive costing codes will be returned.  \n**NOTE:** By default, this is automatically set to **true** if not specified."},{"key":"HideLevelTwo","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not level **2** costing codes will be returned.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"19169","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1,\n        \"Code\": \"Code1\",\n        \"Description\": \"CODE 1 Description info\",\n        \"Active\": false,\n        \"Level\": 2,\n        \"ParentId\": 5,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-05-31T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 2,\n        \"Code\": \"Added\",\n        \"Description\": \"Added code 2\",\n        \"Active\": false,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-06-01T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 4,\n        \"Code\": \"R13-LEV-01\",\n        \"Description\": \"@WAU R13 Level 1 | Use on Jobs only\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 5,\n        \"Code\": \"R13-LEV-02\",\n        \"Description\": \"R13 Level 1 | Use on Jobs and tasks\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 6,\n        \"Code\": \"R13-LEV2-01\",\n        \"Description\": \"R13 Level 2\",\n        \"Active\": false,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 7,\n        \"Code\": \"R13-LEV2-02\",\n        \"Description\": \"R13 Level 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 5,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 9,\n        \"Code\": \"R13TEST\",\n        \"Description\": \"R13TEST D\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 4,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 10,\n        \"Code\": \"R13-LEV-01-V2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 4,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 14,\n        \"Code\": \"WBSS\",\n        \"Description\": \"WBS CODE\",\n        \"Active\": false,\n        \"Level\": 1,\n        \"ParentId\": 5,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 20,\n        \"Code\": \"RC LVL 1\",\n        \"Description\": \"LVL 1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 21,\n        \"Code\": \"RC LVL 2\",\n        \"Description\": \"LVL 2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1022,\n        \"Code\": \"PR\",\n        \"Description\": \"parent\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1031,\n        \"Code\": \"RC J&T 1\",\n        \"Description\": \"1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1032,\n        \"Code\": \"RC J&T 2\",\n        \"Description\": \"22\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1031,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1033,\n        \"Code\": \"PS_Test_CC_A1\",\n        \"Description\": \"desc\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1034,\n        \"Code\": \"PS_TEST_A1_LVL2_A1\",\n        \"Description\": \"test 22\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1033,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1035,\n        \"Code\": \"NNN-JOB\",\n        \"Description\": \"TEST CODE\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1036,\n        \"Code\": \"NNN-JOB-TASK\",\n        \"Description\": \"TEST CODE JOB TASK\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1037,\n        \"Code\": \"NNN-JOB LEVEL 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1035,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1038,\n        \"Code\": \"NNN-JOB LEVEL 2 pt 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1035,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1039,\n        \"Code\": \"NNN-JOB-2\",\n        \"Description\": \"NNN-JOB-2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1040,\n        \"Code\": \"NATH-CODE\",\n        \"Description\": \"X X X X X X X X X X X X X X X X X X X X X X X X\",\n        \"Active\": false,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1041,\n        \"Code\": \"NATH-CODE-2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1042,\n        \"Code\": \"NATH-CODE-3\",\n        \"Description\": \"NATH-CODE-3\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1036,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1045,\n        \"Code\": \"PS_TEST_LOG\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1046,\n        \"Code\": \"PS_TEST_CODE2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1047,\n        \"Code\": \"PS_TEST_LOG3\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1046,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1052,\n        \"Code\": \"PS_Test234\",\n        \"Description\": \"Abc234\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1045,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1055,\n        \"Code\": \"TESTP\",\n        \"Description\": \"TEST PARENT\",\n        \"Active\": false,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2021-06-01T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1056,\n        \"Code\": \"TESTC\",\n        \"Description\": \"TEST CHILD\",\n        \"Active\": false,\n        \"Level\": 2,\n        \"ParentId\": 1055,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2021-06-01T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1057,\n        \"Code\": \"TESTP2\",\n        \"Description\": \"TEST PARENT 2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1058,\n        \"Code\": \"TESTC2\",\n        \"Description\": \"TEST CHILD 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1057,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1066,\n        \"Code\": \"RC J&T 3\",\n        \"Description\": \"333\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1031,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1067,\n        \"Code\": \"PS_TEST_ABC\",\n        \"Description\": \"sad\",\n        \"Active\": false,\n        \"Level\": 2,\n        \"ParentId\": 1033,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1071,\n        \"Code\": \"RETEST_PARENT\",\n        \"Description\": \"RETEST_PARENT\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1072,\n        \"Code\": \"RETEST_CHILD\",\n        \"Description\": \"RETEST_CHILD\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1071,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1073,\n        \"Code\": \"RETEST_CHILD 2\",\n        \"Description\": \"RETEST_CHILD 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1071,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1074,\n        \"Code\": \"PARENT\",\n        \"Description\": \"PARENT\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1075,\n        \"Code\": \"CHILD\",\n        \"Description\": \"CHILD\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1074,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1077,\n        \"Code\": \"s\",\n        \"Description\": \"d\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1057,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1078,\n        \"Code\": \"A1-Level2\",\n        \"Description\": \"A1 Level 2 test\",\n        \"Active\": false,\n        \"Level\": 2,\n        \"ParentId\": 1041,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1079,\n        \"Code\": \"A2-Level1\",\n        \"Description\": \"A2-Level1 test\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1080,\n        \"Code\": \"R13-T2-P1\",\n        \"Description\": \"R13 CODE PARENT 1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1081,\n        \"Code\": \"R13-T2-P2\",\n        \"Description\": \"R13 CODE PARENT 2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1082,\n        \"Code\": \"R13-T2-C1\",\n        \"Description\": \"R13 CODE CHILD 1\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1080,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1083,\n        \"Code\": \"R13-T2-C2\",\n        \"Description\": \"R13 CODE CHILD 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1081,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1092,\n        \"Code\": \"PAR1\",\n        \"Description\": \"Parent 1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1093,\n        \"Code\": \"CH1\",\n        \"Description\": \"Child 1\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1092,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1094,\n        \"Code\": \"CH2\",\n        \"Description\": \"Child 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1092,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1095,\n        \"Code\": \"AAA-TEST_PARENT\",\n        \"Description\": \"AAA-TEST_PARENT\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1096,\n        \"Code\": \"AAA-TEST_CHILD\",\n        \"Description\": \"AAA-TEST_CHILD\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1095,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1097,\n        \"Code\": \"R13P1\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1035,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1098,\n        \"Code\": \"TUS1\",\n        \"Description\": \"TUS1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1099,\n        \"Code\": \"TUS1-2\",\n        \"Description\": \"TUS1-2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1100,\n        \"Code\": \"TUS2\",\n        \"Description\": \"TUS2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1098,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1103,\n        \"Code\": \"TUS3\",\n        \"Description\": \"TUS3a\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1104,\n        \"Code\": \"TUS3-1\",\n        \"Description\": \"TUS3-1\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1103,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1105,\n        \"Code\": \"TEST_Code_Updated\",\n        \"Description\": \"TEST\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1106,\n        \"Code\": \"TEST2\",\n        \"Description\": \"TEST2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1105,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1107,\n        \"Code\": \"Test001\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 4,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2021-07-19T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1109,\n        \"Code\": \"REG - 001\",\n        \"Description\": \"REG - Code\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1115,\n        \"Code\": \"MG lvl1\",\n        \"Description\": \"lvl1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1116,\n        \"Code\": \"MG lvl2\",\n        \"Description\": \"lvl2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1115,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1117,\n        \"Code\": \"Test G_Level 1\",\n        \"Description\": \"Test G_Level 1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1118,\n        \"Code\": \"Test G_Level 2\",\n        \"Description\": \"Test G_Level 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1117,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1119,\n        \"Code\": \"TestCode 2\",\n        \"Description\": \"TestCode 2 Description\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 4,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n    }\n]"}],"_postman_id":"0bdaacb2-3383-4e95-845c-bfdeee4078c9"},{"name":"CostingCodesRequest","id":"d7c7e13a-ee05-469b-a5c8-4fbf099c411e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodesRequest","description":"<p>Retrieves a list of available costing codes.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodesRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the costing code is active.</p>\n","type":"text/plain"},"key":"Active","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The level of the costing code, which must be either 1 or 2.</p>\n","type":"text/plain"},"key":"Level","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the costing code is allowed to be used on tasks.</p>\n","type":"text/plain"},"key":"AllowTaskUse","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier or list of identifiers of the associated customers (or clients).</p>\n","type":"text/plain"},"key":"ClientIds","value":"[{{integer}}]"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier or list of identifiers of the associated companies.</p>\n","type":"text/plain"},"key":"CompanyIds","value":"[{{integer}}]"}],"variable":[]}},"response":[{"id":"429eb023-4dcc-4d0b-935d-2d0a558201f8","name":"CostingCodesRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodesRequest","host":["{{base_url}}"],"path":["CostingCodesRequest"],"query":[{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the costing code is active.","disabled":true},{"key":"Level","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe level of the costing code, which must be either 1 or 2.","disabled":true},{"key":"AllowTaskUse","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the costing code is allowed to be used on tasks.","disabled":true},{"key":"ClientIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated customers (or clients).","disabled":true},{"key":"CompanyIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated companies.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"16601","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1,\n        \"Code\": \"Code1\",\n        \"Description\": \"CODE 1 Description info\",\n        \"Active\": false,\n        \"Level\": 2,\n        \"ParentId\": 5,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-05-31T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 2,\n        \"Code\": \"Added\",\n        \"Description\": \"Added code 2\",\n        \"Active\": false,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-06-01T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 4,\n        \"Code\": \"R13-LEV-01\",\n        \"Description\": \"@WAU R13 Level 1 | Use on Jobs only\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 5,\n        \"Code\": \"R13-LEV-02\",\n        \"Description\": \"R13 Level 1 | Use on Jobs and tasks\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 6,\n        \"Code\": \"R13-LEV2-01\",\n        \"Description\": \"R13 Level 2\",\n        \"Active\": false,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 7,\n        \"Code\": \"R13-LEV2-02\",\n        \"Description\": \"R13 Level 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 5,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 9,\n        \"Code\": \"R13TEST\",\n        \"Description\": \"R13TEST D\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 4,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 10,\n        \"Code\": \"R13-LEV-01-V2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 4,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 14,\n        \"Code\": \"WBSS\",\n        \"Description\": \"WBS CODE\",\n        \"Active\": false,\n        \"Level\": 1,\n        \"ParentId\": 5,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 20,\n        \"Code\": \"RC LVL 1\",\n        \"Description\": \"LVL 1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 21,\n        \"Code\": \"RC LVL 2\",\n        \"Description\": \"LVL 2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1022,\n        \"Code\": \"PR\",\n        \"Description\": \"parent\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1031,\n        \"Code\": \"RC J&T 1\",\n        \"Description\": \"1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1032,\n        \"Code\": \"RC J&T 2\",\n        \"Description\": \"22\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1031,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1033,\n        \"Code\": \"PS_Test_CC_A1\",\n        \"Description\": \"desc\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1034,\n        \"Code\": \"PS_TEST_A1_LVL2_A1\",\n        \"Description\": \"test 22\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1033,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1035,\n        \"Code\": \"NNN-JOB\",\n        \"Description\": \"TEST CODE\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2021-05-31T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1036,\n        \"Code\": \"NNN-JOB-TASK\",\n        \"Description\": \"TEST CODE JOB TASK\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1037,\n        \"Code\": \"NNN-JOB LEVEL 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1035,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1038,\n        \"Code\": \"NNN-JOB LEVEL 2 pt 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1035,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1039,\n        \"Code\": \"NNN-JOB-2\",\n        \"Description\": \"NNN-JOB-2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1040,\n        \"Code\": \"NATH-CODE\",\n        \"Description\": \"X X X X X X X X X X X X X X X X X X X X X X X X\",\n        \"Active\": false,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1041,\n        \"Code\": \"NATH-CODE-2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1042,\n        \"Code\": \"NATH-CODE-3\",\n        \"Description\": \"NATH-CODE-3\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1036,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1045,\n        \"Code\": \"PS_TEST_LOG\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1046,\n        \"Code\": \"PS_TEST_CODE2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1047,\n        \"Code\": \"PS_TEST_LOG3\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1046,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1052,\n        \"Code\": \"PS_Test234\",\n        \"Description\": \"Abc234\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1045,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1055,\n        \"Code\": \"TESTP\",\n        \"Description\": \"TEST PARENT\",\n        \"Active\": false,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2021-06-01T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1056,\n        \"Code\": \"TESTC\",\n        \"Description\": \"TEST CHILD\",\n        \"Active\": false,\n        \"Level\": 2,\n        \"ParentId\": 1055,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2021-06-01T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1057,\n        \"Code\": \"TESTP2\",\n        \"Description\": \"TEST PARENT 2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1058,\n        \"Code\": \"TESTC2\",\n        \"Description\": \"TEST CHILD 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1057,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1066,\n        \"Code\": \"RC J&T 3\",\n        \"Description\": \"333\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1031,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1067,\n        \"Code\": \"PS_TEST_ABC\",\n        \"Description\": \"sad\",\n        \"Active\": false,\n        \"Level\": 2,\n        \"ParentId\": 1033,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1071,\n        \"Code\": \"RETEST_PARENT\",\n        \"Description\": \"RETEST_PARENT\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1072,\n        \"Code\": \"RETEST_CHILD\",\n        \"Description\": \"RETEST_CHILD\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1071,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1073,\n        \"Code\": \"RETEST_CHILD 2\",\n        \"Description\": \"RETEST_CHILD 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1071,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1074,\n        \"Code\": \"PARENT\",\n        \"Description\": \"PARENT\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1075,\n        \"Code\": \"CHILD\",\n        \"Description\": \"CHILD\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1074,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1077,\n        \"Code\": \"s\",\n        \"Description\": \"d\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1057,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1078,\n        \"Code\": \"A1-Level2\",\n        \"Description\": \"A1 Level 2 test\",\n        \"Active\": false,\n        \"Level\": 2,\n        \"ParentId\": 1041,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1079,\n        \"Code\": \"A2-Level1\",\n        \"Description\": \"A2-Level1 test\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1080,\n        \"Code\": \"R13-T2-P1\",\n        \"Description\": \"R13 CODE PARENT 1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2021-06-03T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1081,\n        \"Code\": \"R13-T2-P2\",\n        \"Description\": \"R13 CODE PARENT 2\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2021-06-03T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1082,\n        \"Code\": \"R13-T2-C1\",\n        \"Description\": \"R13 CODE CHILD 1\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1080,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2021-06-03T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1083,\n        \"Code\": \"R13-T2-C2\",\n        \"Description\": \"R13 CODE CHILD 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1081,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2021-06-03T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1092,\n        \"Code\": \"PAR1\",\n        \"Description\": \"Parent 1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1093,\n        \"Code\": \"CH1\",\n        \"Description\": \"Child 1\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1092,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1094,\n        \"Code\": \"CH2\",\n        \"Description\": \"Child 2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1092,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1095,\n        \"Code\": \"AAA-TEST_PARENT\",\n        \"Description\": \"AAA-TEST_PARENT\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1096,\n        \"Code\": \"AAA-TEST_CHILD\",\n        \"Description\": \"AAA-TEST_CHILD\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1095,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-06-21T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1097,\n        \"Code\": \"R13P1\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1035,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2021-06-17T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1098,\n        \"Code\": \"TUS1\",\n        \"Description\": \"TUS1\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2021-07-14T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1099,\n        \"Code\": \"TUS1-2\",\n        \"Description\": \"TUS1-2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2021-07-14T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1100,\n        \"Code\": \"TUS2\",\n        \"Description\": \"TUS2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1098,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2021-07-14T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1103,\n        \"Code\": \"TUS3\",\n        \"Description\": \"TUS3\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 21775,\n        \"UpdateDate\": \"2021-07-15T13:45:06.110Z\"\n    },\n    {\n        \"Id\": 1104,\n        \"Code\": \"TUS3-1\",\n        \"Description\": \"TUS3-1\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1103,\n        \"AllowTaskUse\": false,\n        \"AllowTimeEntry\": true,\n        \"AllowVendorCost\": true,\n        \"AllowPersonalExpense\": true,\n        \"AllowMaterialEntry\": true,\n        \"AllowMileageEntry\": true,\n        \"UpdateEmployeeId\": 21775,\n        \"UpdateDate\": \"2021-07-15T13:45:06.123Z\"\n    }\n]"}],"_postman_id":"d7c7e13a-ee05-469b-a5c8-4fbf099c411e"},{"name":"CostingCodesTasksRequest","id":"44362dbf-7a8b-43fa-a982-91465bab883a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodesTasksRequest?JobId={{integer}}","description":"<p>Retrieves a list of costing codes for a task of a given job identifier.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodesTasksRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated job.</p>\n","type":"text/plain"},"key":"JobId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"3788e952-005c-42d5-9cc3-a62823e55c71","name":"CostingCodesTasksRequest (where JobId = 17129)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodesTasksRequest?JobId=17129","host":["{{base_url}}"],"path":["CostingCodesTasksRequest"],"query":[{"key":"JobId","value":"17129","description":"*Required.*  \n(int32)  \nThe identifier of the associated job."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"569","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1105,\n        \"Code\": \"TEST\",\n        \"Description\": \"TEST\",\n        \"Active\": true,\n        \"Level\": 1,\n        \"AllowTaskUse\": true,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-07-19T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 1106,\n        \"Code\": \"TEST2\",\n        \"Description\": \"TEST2\",\n        \"Active\": true,\n        \"Level\": 2,\n        \"ParentId\": 1105,\n        \"AllowTimeEntry\": false,\n        \"AllowVendorCost\": false,\n        \"AllowPersonalExpense\": false,\n        \"AllowMaterialEntry\": false,\n        \"AllowMileageEntry\": false,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2021-07-19T00:00:00.000Z\"\n    }\n]"}],"_postman_id":"44362dbf-7a8b-43fa-a982-91465bab883a"},{"name":"CostingCodesValidationRequest","id":"6ef4b73b-310f-4590-b05a-0d24f517f685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodesValidationRequest","description":"<p>Retrieves a list of invalid configurations for costing codes.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#b5f58e93-8ae2-4275-9dba-05ea4ce52e8e\">CostingCodeValidation</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodesValidationRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The filter for access links between a costing code and a customer (or client).</p>\n","type":"text/plain"},"key":"ClientFilter","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The filter for access links between a costing code and a company.</p>\n","type":"text/plain"},"key":"CompanyFilter","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The filter for access links between a costing code and an expense type.</p>\n","type":"text/plain"},"key":"ExpenseTypeFilter","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not validation includes inactive costing codes.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>true</strong> if not specified.</p>\n","type":"text/plain"},"key":"SkipInactive","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not validation includes checks for client access.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"ValidateClientAccess","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not validation includes checks for company access.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"ValidateCompanyAccess","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not validation includes checks for code setup such as improper access setup.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"ValidateCodeSetup","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not validation includes checks for the existence of costing codes on jobs and tasks that can be used. If <strong>SkipInactive</strong> is set to true, the validation includes checks only for active costing codes.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"ValidateUsage","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not validation includes checks for expense entry.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"ValidateExpenseEntry","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"89861bf0-0e47-44f5-b527-3e440e47fbb8","name":"CostingCodesValidationRequest (with a ValidateCodeSetup flag set to true)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodesValidationRequest?ValidateCodeSetup=true","host":["{{base_url}}"],"path":["CostingCodesValidationRequest"],"query":[{"key":"ClientFilter","value":"{{string}}","description":"*Optional.*  \nThe filter for access links between a costing code and a customer (or client).","disabled":true},{"key":"CompanyFilter","value":"{{string}}","description":"*Optional.*  \nThe filter for access links between a costing code and a company.","disabled":true},{"key":"ExpenseTypeFilter","value":"{{string}}","description":"*Optional.*  \nThe filter for access links between a costing code and an expense type.","disabled":true},{"key":"SkipInactive","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not validation includes inactive costing codes.  \n**NOTE:** By default, this is automatically set to **true** if not specified.","disabled":true},{"key":"ValidateClientAccess","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not validation includes checks for client access.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","disabled":true},{"key":"ValidateCompanyAccess","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not validation includes checks for company access.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","disabled":true},{"key":"ValidateCodeSetup","value":"true","description":"*Optional.*  \nThe flag that indicates whether or not validation includes checks for code setup such as improper access setup.  \n**NOTE:** By default, this is automatically set to **false** if not specified."},{"key":"ValidateUsage","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not validation includes checks for the existence of costing codes on jobs and tasks that can be used. If **SkipInactive** is set to true, the validation includes checks only for active costing codes.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","disabled":true},{"key":"ValidateExpenseEntry","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not validation includes checks for expense entry.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1101","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Type\": 21,\n        \"CodeId\": 7,\n        \"ReferenceId\": 7\n    },\n    {\n        \"Type\": 21,\n        \"CodeId\": 9,\n        \"ReferenceId\": 9\n    },\n    {\n        \"Type\": 21,\n        \"CodeId\": 10,\n        \"ReferenceId\": 10\n    },\n    {\n        \"Type\": 15,\n        \"CodeId\": 1099,\n        \"ReferenceId\": 1099\n    },\n    {\n        \"Type\": 21,\n        \"CodeId\": 1099,\n        \"ReferenceId\": 1099\n    },\n    {\n        \"Type\": 21,\n        \"CodeId\": 1104,\n        \"ReferenceId\": 1104\n    },\n    {\n        \"Type\": 14,\n        \"CodeId\": 1119,\n        \"ReferenceId\": 1119\n    },\n    {\n        \"Type\": 5,\n        \"CodeId\": 7,\n        \"ReferenceId\": 5\n    },\n    {\n        \"Type\": 5,\n        \"CodeId\": 9,\n        \"ReferenceId\": 4\n    },\n    {\n        \"Type\": 5,\n        \"CodeId\": 10,\n        \"ReferenceId\": 4\n    },\n    {\n        \"Type\": 5,\n        \"CodeId\": 1034,\n        \"ReferenceId\": 1033\n    },\n    {\n        \"Type\": 5,\n        \"CodeId\": 1037,\n        \"ReferenceId\": 1035\n    },\n    {\n        \"Type\": 5,\n        \"CodeId\": 1038,\n        \"ReferenceId\": 1035\n    },\n    {\n        \"Type\": 5,\n        \"CodeId\": 1066,\n        \"ReferenceId\": 1031\n    },\n    {\n        \"Type\": 5,\n        \"CodeId\": 1096,\n        \"ReferenceId\": 1095\n    },\n    {\n        \"Type\": 5,\n        \"CodeId\": 1104,\n        \"ReferenceId\": 1103\n    },\n    {\n        \"Type\": 13,\n        \"CodeId\": 1119,\n        \"ReferenceId\": 1119\n    },\n    {\n        \"Type\": 6,\n        \"CodeId\": 7,\n        \"ReferenceId\": 5\n    },\n    {\n        \"Type\": 6,\n        \"CodeId\": 9,\n        \"ReferenceId\": 4\n    },\n    {\n        \"Type\": 6,\n        \"CodeId\": 10,\n        \"ReferenceId\": 4\n    },\n    {\n        \"Type\": 6,\n        \"CodeId\": 1037,\n        \"ReferenceId\": 1035\n    },\n    {\n        \"Type\": 6,\n        \"CodeId\": 1038,\n        \"ReferenceId\": 1035\n    },\n    {\n        \"Type\": 6,\n        \"CodeId\": 1096,\n        \"ReferenceId\": 1095\n    },\n    {\n        \"Type\": 6,\n        \"CodeId\": 1100,\n        \"ReferenceId\": 1098\n    },\n    {\n        \"Type\": 6,\n        \"CodeId\": 1107,\n        \"ReferenceId\": 4\n    },\n    {\n        \"Type\": 12,\n        \"CodeId\": 1119,\n        \"ReferenceId\": 1119\n    }\n]"}],"_postman_id":"6ef4b73b-310f-4590-b05a-0d24f517f685"},{"name":"CostingCodeCompanyAccessInsertRequest","id":"f381531b-d1f1-4919-8728-e9bc3b4b5787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"multipart/form-data","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"multipart/form-data","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"CostingCodeId","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the costing code.<br />For information about the <strong>CostingCode</strong> object, see <a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a>.</p>\n","type":"text"},{"key":"CompanyId","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated company.<br />For information about the <strong>Company</strong> object, see Company.</p>\n","type":"text"}]},"url":"{{base_url}}/CostingCodeCompanyAccessInsertRequest","description":"<p>Creates a new access link between a costing code and a company.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#af672fc3-23ec-40bc-bff9-954e477d31ab\">CostingCodeCompanyAccess</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CostingCodeCompanyAccessInsertRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1660c1c9-dba7-49fb-9cdb-8b661e0538ef","name":"CostingCodeCompanyAccessInsertRequest (for a costing code and its associated company)","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"multipart/form-data","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"multipart/form-data","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"formdata","formdata":[{"key":"CostingCodeId","value":"1108","description":"*Required.*  \n(int32)  \nThe identifier of the costing code.  \nFor information about the **CostingCode** object, see [CostingCode](#3cc7b13b-ce3a-45e1-bda5-7409c78945f6).","type":"text"},{"key":"CompanyId","value":"80347","description":"*Required.*  \n(int32)  \nThe identifier of the associated company.  \nFor information about the **Company** object, see Company.","type":"text"}]},"url":"{{base_url}}/CostingCodeCompanyAccessInsertRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"50","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 3614,\n    \"CostingCodeId\": 1108,\n    \"CompanyId\": 80347\n}"}],"_postman_id":"f381531b-d1f1-4919-8728-e9bc3b4b5787"},{"name":"CostingCodeInsertRequest","id":"9d5accd0-bae7-4e10-9854-26d52e4161af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"multipart/form-data","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"multipart/form-data","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Code","value":"{{string}}","description":"<p><em>Required.</em><br />The code that can be used for integration, 500 characters at most.</p>\n","type":"text"},{"key":"Description","value":"{{string}}","description":"<p><em>Optional.</em><br />The associated description.</p>\n","type":"text","disabled":true},{"key":"Active","value":"{{boolean}}","description":"<p><em>Optional.</em><br />The flag that indicates whether or not the costing code is active.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>true</strong> if not specified.</p>\n","type":"text","disabled":true},{"key":"Level","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The level of the costing code, which must be either <strong>1</strong> or <strong>2</strong>.<br />A level <strong>1</strong> costing code may be used on jobs or tasks. If it will be used on tasks, then the <strong>AllowTaskUse</strong> field must be set to true. A level <strong>2</strong> costing code must have a parent and can only be used on tasks.</p>\n","type":"text"},{"key":"AllowTaskUse","value":"{{boolean}}","description":"<p><em>Optional.</em><br />The flag that indicates whether or not the costing code is allowed to be used on tasks.<br /><strong>NOTE:</strong> This is required when the costing code level is set to <strong>1</strong>.</p>\n","type":"text","disabled":true},{"key":"ParentId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated parent costing code.<br /><strong>NOTE:</strong> This is required when the costing code level is set to <strong>2</strong>.</p>\n","type":"text","disabled":true}]},"url":"{{base_url}}/CostingCodeInsertRequest","description":"<p>Creates a new costing code.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodeInsertRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e443bff5-aecf-4023-8a02-d4e673302be2","name":"CostingCodeInsertRequest (for a level 1 costing code)","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"multipart/form-data","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"multipart/form-data","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Code","value":"TestCode","description":"*Required.*  \nThe code that can be used for integration, 500 characters at most.","type":"text"},{"key":"Description","value":"{{string}}","description":"*Optional.*  \nThe associated description.","type":"text","disabled":true},{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the costing code is active.  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"Level","value":"1","description":"*Required.*  \n(int32)  \nThe level of the costing code, which must be either **1** or **2**.  \nA level **1** costing code may be used on jobs or tasks. If it will be used on tasks, then the **AllowTaskUse** field must be set to true. A level **2** costing code must have a parent and can only be used on tasks.","type":"text"},{"key":"AllowTaskUse","value":"true","description":"*Optional.*  \nThe flag that indicates whether or not the costing code is allowed to be used on tasks.  \n**NOTE:** This is required when the costing code level is set to **1**.","type":"text"},{"key":"ParentId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated parent costing code.  \n**NOTE:** This is required when the costing code level is set to **2**.","type":"text","disabled":true}]},"url":"{{base_url}}/CostingCodeInsertRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"304","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1108,\n    \"Code\": \"TestCode\",\n    \"Active\": true,\n    \"Level\": 1,\n    \"AllowTaskUse\": true,\n    \"AllowTimeEntry\": false,\n    \"AllowVendorCost\": false,\n    \"AllowPersonalExpense\": false,\n    \"AllowMaterialEntry\": false,\n    \"AllowMileageEntry\": false,\n    \"UpdateEmployeeId\": 35879,\n    \"UpdateDate\": \"2021-07-19T00:00:00.000Z\"\n}"},{"id":"455c215f-8937-46dc-940c-8e48c4ec492b","name":"CostingCodeInsertRequest (for a level 2 costing code)","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"multipart/form-data","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"multipart/form-data","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Code","value":"TestCode 2","description":"*Required.*  \nThe code that can be used for integration, 500 characters at most.","type":"text"},{"key":"Description","value":"TestCode 2 Description","description":"*Optional.*  \nThe associated description.","type":"text"},{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the costing code is active.  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"Level","value":"2","description":"*Required.*  \n(int32)  \nThe level of the costing code, which must be either **1** or **2**.  \nA level **1** costing code may be used on jobs or tasks. If it will be used on tasks, then the **AllowTaskUse** field must be set to true. A level **2** costing code must have a parent and can only be used on tasks.","type":"text"},{"key":"AllowTaskUse","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the costing code is allowed to be used on tasks.  \n**NOTE:** This is required when the costing code level is set to **1**.","type":"text","disabled":true},{"key":"ParentId","value":"4","description":"*Optional.*  \n(int32)  \nThe identifier of the associated parent costing code.  \n**NOTE:** This is required when the costing code level is set to **2**.","type":"text"}]},"url":"{{base_url}}/CostingCodeInsertRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"301","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1119,\n    \"Code\": \"TestCode 2\",\n    \"Description\": \"TestCode 2 Description\",\n    \"Active\": true,\n    \"Level\": 2,\n    \"ParentId\": 4,\n    \"AllowTimeEntry\": false,\n    \"AllowVendorCost\": false,\n    \"AllowPersonalExpense\": false,\n    \"AllowMaterialEntry\": false,\n    \"AllowMileageEntry\": false,\n    \"UpdateEmployeeId\": 35879,\n    \"UpdateDate\": \"2021-07-23T00:00:00.000Z\"\n}"}],"_postman_id":"9d5accd0-bae7-4e10-9854-26d52e4161af"},{"name":"CostingCodesClientsAccessInsertRequest","id":"4d20f277-9577-44ce-a27b-4e6002e19067","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"multipart/form-data","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Content-Type header generated by Postman.","key":"Content-Type","value":"multipart/form-data","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"CostingCodeIds","value":"[{{integer}}]","description":"<p><em>Required.</em><br />(int32)<br />The identifier or list of identifiers of the costing codes.<br />For information about the <strong>CostingCode</strong> object, see <a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a>.</p>\n","type":"text"},{"key":"ClientIds","value":"[{{integer}}]","description":"<p><em>Required.</em><br />(int32)<br />The identifier or list of identifiers of the associated customers (or clients).<br />For information about the <strong>Customer</strong> object, see Customer.</p>\n","type":"text"}]},"url":"{{base_url}}/CostingCodesClientsAccessInsertRequest","description":"<p>Creates a new access link or list of access links between a costing code and a customer (or client).</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#07941320-0ca1-48e0-bce2-060e79087cfe\">CostingCodeClientAccess</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodesClientsAccessInsertRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e21b0ae4-0084-4334-814d-9a37cda803ca","name":"CostingCodesClientsAccessInsertRequest (for a costing code and its associated customer)","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"multipart/form-data","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"multipart/form-data","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"formdata","formdata":[{"key":"CostingCodeIds","value":"[1108]","description":"*Required.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes.  \nFor information about the **CostingCode** object, see [CostingCode](#3cc7b13b-ce3a-45e1-bda5-7409c78945f6).","type":"text"},{"key":"ClientIds","value":"[38954]","description":"*Required.*  \n(int32)  \nThe identifier or list of identifiers of the associated customers (or clients).  \nFor information about the **Customer** object, see Customer.","type":"text"}]},"url":"{{base_url}}/CostingCodesClientsAccessInsertRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"53","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 234368,\n        \"CostingCodeId\": 1108,\n        \"ClientId\": 38954\n    }\n]"},{"id":"ac009879-18ac-4217-9208-4eb1ea5fce63","name":"CostingCodesClientsAccessInsertRequest (for a list of costing codes and their associated customers)","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"multipart/form-data","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"multipart/form-data","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"formdata","formdata":[{"key":"CostingCodeIds","value":"[1100,1098]","description":"*Required.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes.  \nFor information about the **CostingCode** object, see [CostingCode](#3cc7b13b-ce3a-45e1-bda5-7409c78945f6).","type":"text"},{"key":"ClientIds","value":"[36387,35982]","description":"*Required.*  \n(int32)  \nThe identifier or list of identifiers of the associated customers (or clients).  \nFor information about the **Customer** object, see Customer.","type":"text"}]},"url":"{{base_url}}/CostingCodesClientsAccessInsertRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"209","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 234470,\n        \"CostingCodeId\": 1100,\n        \"ClientId\": 36387\n    },\n    {\n        \"Id\": 234471,\n        \"CostingCodeId\": 1100,\n        \"ClientId\": 35982\n    },\n    {\n        \"Id\": 234472,\n        \"CostingCodeId\": 1098,\n        \"ClientId\": 36387\n    },\n    {\n        \"Id\": 234473,\n        \"CostingCodeId\": 1098,\n        \"ClientId\": 35982\n    }\n]"}],"_postman_id":"4d20f277-9577-44ce-a27b-4e6002e19067"},{"name":"CostingCodePatchRequest","id":"e8690be6-11da-42fe-90bd-89cf94865786","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\":\r\n        {\r\n            \"Id\":{{integer}},\r\n            \"Code\":\"{{string}}\",\r\n            \"Description\":\"{{string}}\",\r\n            \"Active\":{{boolean}},\r\n            \"Level\":{{integer}},\r\n            \"ParentId\":{{integer}},\r\n            \"AllowTaskUse\":{{boolean}},\r\n            \"AllowTimeEntry\":{{boolean}},\r\n            \"AllowVendorCost\":{{boolean}},\r\n            \"AllowPersonalExpense\":{{boolean}},\r\n            \"AllowMaterialEntry\":{{boolean}},\r\n            \"AllowMileageEntry\":{{boolean}},\r\n            \"UpdateEmployeeId\":{{integer}},\r\n            \"UpdateDate\":\"{{string}}\"\r\n        }\r\n}"},"url":"{{base_url}}/CostingCodePatchRequest","description":"<p>Updates a costing code based on a given set of parameters.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CostingCodePatchRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bd7f66f8-d1b0-4626-b641-4fbcdd4c1842","name":"CostingCodePatchRequest (where Id = 1105 and Code = TEST_Code_Updated)","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\":\r\n        {\r\n            \"Id\":1105,\r\n            \"Code\":\"TEST_Code_Updated\"\r\n        }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/CostingCodePatchRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"297","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1105,\n    \"Code\": \"TEST_Code_Updated\",\n    \"Description\": \"TEST\",\n    \"Active\": true,\n    \"Level\": 1,\n    \"AllowTaskUse\": true,\n    \"AllowTimeEntry\": false,\n    \"AllowVendorCost\": false,\n    \"AllowPersonalExpense\": false,\n    \"AllowMaterialEntry\": false,\n    \"AllowMileageEntry\": false,\n    \"UpdateEmployeeId\": 35879,\n    \"UpdateDate\": \"2021-07-19T00:00:00.000Z\"\n}"},{"id":"6b6e3929-c350-4b49-92a5-d5d3147a0c7c","name":"CostingCodePatchRequest (with 400 ValidationException Error)","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"Id\": 1,\r\n        \"CodeId\": \" \"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/CostingCodePatchRequest"},"status":"ValidationException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Vary","value":"Accept","enabled":true},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":true},{"key":"X-ServiceName","value":"WorkBook.Settings.Module.Services.CostingCodes.CostingCodeService","enabled":true},{"key":"X-RequestName","value":"WorkBook.Shared.ServiceModel.Requests.Settings.CostingCodes.CostingCodePatchRequest","enabled":true},{"key":"RavenId","value":"fa050cd3fdbc4e418e50d9d28661e15a","enabled":true},{"key":"X-Powered-By","value":"WorkBook Software","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Service-Worker-Allowed","value":"/","enabled":true},{"key":"Date","value":"Mon, 29 Apr 2024 13:04:17 GMT","enabled":true},{"key":"Content-Length","value":"281","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"ValidationException\",\n        \"Message\": \"Validation failed: \\r\\n -- CodeId: Field CodeId not found on object CostingCode\",\n        \"Errors\": [\n            {\n                \"ErrorCode\": \"UnknownFieldInPatch\",\n                \"FieldName\": \"CodeId\",\n                \"Message\": \"Field CodeId not found on object CostingCode\",\n                \"Meta\": {}\n            }\n        ]\n    }\n}"}],"_postman_id":"e8690be6-11da-42fe-90bd-89cf94865786"},{"name":"CostingCodeClientAccessDeleteRequest","id":"f2d79274-c39e-4d4e-9400-326fe7b294e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodeClientAccessDeleteRequest?CostingCodeIds=[{{integer}}]&ClientIds=[{{integer}}]","description":"<p>Deletes a list of access links between a costing code and a customer (or client) based on a given identifier or list of identifiers of costing codes and associated customers.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodeClientAccessDeleteRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier or list of identifiers of the costing codes.</p>\n","type":"text/plain"},"key":"CostingCodeIds","value":"[{{integer}}]"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier or list of identifiers of the associated customers (or clients).</p>\n","type":"text/plain"},"key":"ClientIds","value":"[{{integer}}]"}],"variable":[]}},"response":[{"id":"6e8c5fe0-9d0e-4cba-8480-3567b5f7cbdc","name":"CostingCodeClientAccessDeleteRequest (where CostingCodeIds = [2] and ClientIds = [36970])","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeClientAccessDeleteRequest?CostingCodeIds=[2]&ClientIds=[36970]","host":["{{base_url}}"],"path":["CostingCodeClientAccessDeleteRequest"],"query":[{"key":"CostingCodeIds","value":"[2]","description":"*Required.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes."},{"key":"ClientIds","value":"[36970]","description":"*Required.*  \n(int32)  \nThe identifier or list of identifiers of the associated customers (or clients)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"4","enabled":true}],"cookie":[],"responseTime":null,"body":"true"},{"id":"966291d9-e558-43eb-bacc-ca50b395d0e1","name":"CostingCodeClientAccessDeleteRequest (where CostingCodeIds = [1,5] and ClientIds [80129, 232])","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CostingCodeClientAccessDeleteRequest?CostingCodeIds=[1,5]&ClientIds=[80129,232]","host":["{{base_url}}"],"path":["CostingCodeClientAccessDeleteRequest"],"query":[{"key":"CostingCodeIds","value":"[1,5]","description":"*Required.*  \n(int32)  \nThe identifier or list of identifiers of the costing codes."},{"key":"ClientIds","value":"[80129,232]","description":"*Required.*  \n(int32)  \nThe identifier or list of identifiers of the associated customers (or clients)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"4","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"f2d79274-c39e-4d4e-9400-326fe7b294e6"},{"name":"CostingCodeCompanyAccessDeleteRequest","id":"0d53059b-5026-4650-8d84-3c966b777ce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodeCompanyAccessDeleteRequest","description":"<p>Deletes an access link between a costing code and a company based on a given identifier of an access link, or on given identifiers of a costing code and an associated company.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CostingCodeCompanyAccessDeleteRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the access link between a costing code and a company.<br /><strong>NOTE:</strong> This is required if the combination of the <strong>CostingCodeId</strong> and <strong>CompanyId</strong> query parameters is not specified.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the costing code.<br /><strong>NOTE:</strong> This is required together with the <strong>CompanyId</strong> query parameter if the <strong>Id</strong> query parameter is not specified.<br />For information about the <strong>CostingCode</strong> object, see <a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a>.</p>\n","type":"text/plain"},"key":"CostingCodeId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated company.<br /><strong>NOTE:</strong> This is required together with the <strong>CostingCodeId</strong> query parameter if the <strong>Id</strong> query parameter is not specified.<br />For information about the <strong>Company</strong> object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"9a707ec6-f559-42ac-a18b-798f995fbaab","name":"CostingCodeCompanyAccessDeleteRequest (where Id = 2701)","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/CostingCodeCompanyAccessDeleteRequest?Id=2701","host":["{{base_url}}"],"path":["CostingCodeCompanyAccessDeleteRequest"],"query":[{"key":"Id","value":"2701","description":"*Optional.*  \n(int32)  \nThe identifier of the access link between a costing code and a company.  \n**NOTE:** This is required if the combination of the **CostingCodeId** and **CompanyId** query parameters is not specified."},{"key":"CostingCodeId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the costing code.  \n**NOTE:** This is required together with the **CompanyId** query parameter if the **Id** query parameter is not specified.  \nFor information about the **CostingCode** object, see [CostingCode](#3cc7b13b-ce3a-45e1-bda5-7409c78945f6).","disabled":true},{"key":"CompanyId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated company.  \n**NOTE:** This is required together with the **CostingCodeId** query parameter if the **Id** query parameter is not specified.  \nFor information about the **Company** object, see Company.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"4","enabled":true}],"cookie":[],"responseTime":null,"body":"true"},{"id":"0051aab2-884f-43f8-8e64-032a42bcc2fd","name":"CostingCodeCompanyAccessDeleteRequest (where CostingCodeId = 1 and CompanyId = 80069)","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/CostingCodeCompanyAccessDeleteRequest?CostingCodeId=1&CompanyId=80069","host":["{{base_url}}"],"path":["CostingCodeCompanyAccessDeleteRequest"],"query":[{"key":"Id","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the access link between a costing code and a company.  \n**NOTE:** This is required if the combination of the **CostingCodeId** and **CompanyId** query parameters is not specified.","disabled":true},{"key":"CostingCodeId","value":"1","description":"*Optional.*  \n(int32)  \nThe identifier of the costing code.  \n**NOTE:** This is required together with the **CompanyId** query parameter if the **Id** query parameter is not specified.  \nFor information about the **CostingCode** object, see [CostingCode](#3cc7b13b-ce3a-45e1-bda5-7409c78945f6)."},{"key":"CompanyId","value":"80069","description":"*Optional.*  \n(int32)  \nThe identifier of the associated company.  \n**NOTE:** This is required together with the **CostingCodeId** query parameter if the **Id** query parameter is not specified.  \nFor information about the **Company** object, see Company."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"4","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"0d53059b-5026-4650-8d84-3c966b777ce9"},{"name":"CostingCodeDeleteRequest","id":"ff5bb090-d3af-41b7-9b5b-a5f8ea1c1955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CostingCodeDeleteRequest?Id={{integer}}","description":"<p>Deletes a costing code based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CostingCodeDeleteRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the costing code.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"d199e94f-3060-4fd0-addc-c471d5c56f7c","name":"CostingCodeDeleteRequest (where Id = 1108)","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/CostingCodeDeleteRequest?Id=1108","host":["{{base_url}}"],"path":["CostingCodeDeleteRequest"],"query":[{"key":"Id","value":"1108","description":"*Required.*  \n(int32)  \nThe identifier of the costing code."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"4","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"ff5bb090-d3af-41b7-9b5b-a5f8ea1c1955"}],"id":"972a0b31-0347-4209-9511-526e0ea6ea8a","description":"<p>Manipulates costing code data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#3cc7b13b-ce3a-45e1-bda5-7409c78945f6\">CostingCode</a></td>\n<td>Represents a costing code object.</td>\n</tr>\n<tr>\n<td><a href=\"#07941320-0ca1-48e0-bce2-060e79087cfe\">CostingCode<br />ClientAccess<br /></a></td>\n<td>Represents an access link object between a costing code and a customer (or client).</td>\n</tr>\n<tr>\n<td><a href=\"#af672fc3-23ec-40bc-bff9-954e477d31ab\">CostingCode<br />CompanyAccess<br /></a></td>\n<td>Represents an access link object between a costing code and a company.</td>\n</tr>\n<tr>\n<td><a href=\"#b5f58e93-8ae2-4275-9dba-05ea4ce52e8e\">CostingCode<br />Validation<br /></a></td>\n<td>Represents a costing code validation object.</td>\n</tr>\n<tr>\n<td><a href=\"#9ea7ebab-7849-4dbb-ac3b-0535e0382e90\">TableChange<br />Log<br /></a></td>\n<td>Represents a table change log object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#3b2999f3-f284-46cc-87dd-058520996ccd\">GET CostingCode<br />ChangeLog<br />ClientRequest</a></td>\n<td>Retrieves a change log for access links between a costing code and a customer (or client).</td>\n</tr>\n<tr>\n<td><a href=\"#e1a02f1b-34ab-4aa9-9163-b0d2368f725c\">GET CostingCode<br />ChangeLog<br />CodeRequest</a></td>\n<td>Retrieves a change log for costing codes.</td>\n</tr>\n<tr>\n<td><a href=\"#3ceb7c98-18d9-40b9-a17f-fd8a9aef8e9e\">GET CostingCode<br />ChangeLog<br />CompanyRequest</a></td>\n<td>Retrieves a change log for access links between a costing code and a company.</td>\n</tr>\n<tr>\n<td><a href=\"#732ded35-feae-4cc6-bafc-ae592930b715\">GET CostingCode<br />ClientAccess<br />Request</a></td>\n<td>Retrieves a list of access links between a costing code and a customer (or client) for a given identifier or list of identifiers of costing codes or associated customers.</td>\n</tr>\n<tr>\n<td><a href=\"#dc897c5f-714d-469e-84e9-90ae4001c051\">GET CostingCode<br />CodeRequest<br /></a></td>\n<td>Retrieves a single costing code based on a given code.</td>\n</tr>\n<tr>\n<td><a href=\"#3ceb7c98-18d9-40b9-a17f-fd8a9aef8e9e\">GET CostingCode<br />CompanyAccess<br />Request</a></td>\n<td>Retrieves a list of access links between a costing code and a company for a given identifier or list of identifiers of costing codes or associated companies.</td>\n</tr>\n<tr>\n<td><a href=\"#56691969-ca92-4091-adfa-9201e407224f\">GET CostingCode<br />Request<br /></a></td>\n<td>Retrieves a single costing code based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#eb2ab272-44d0-4e15-82bd-1484ad1cd346\">GET CostingCodes<br />FilterRequest<br /></a></td>\n<td>Retrieves a list of available costing codes based on a given set of filters.</td>\n</tr>\n<tr>\n<td><a href=\"#f9174582-a86f-470f-9071-3aa3ffde8ffa\">GET CostingCodes<br />Request<br /></a></td>\n<td>Retrieves a list of available costing codes.</td>\n</tr>\n<tr>\n<td><a href=\"#37e8a402-44de-47b0-8cc6-9135ac74807b\">GET CostingCodes<br />TasksRequest<br /></a></td>\n<td>Retrieves a list of costing codes for a task of a given job identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#31c493cf-aa07-4752-8d26-aa2503e08c47\">GET CostingCodes<br />ValidationRequest<br /></a></td>\n<td>Retrieves a list of invalid configurations for costing codes.</td>\n</tr>\n<tr>\n<td><a href=\"#5193186b-3b32-4249-8da2-f022352b9622\">PUT CostingCode<br />CompanyAccess<br />InsertRequest</a></td>\n<td>Creates a new access link between a costing code and a company.</td>\n</tr>\n<tr>\n<td><a href=\"#35338b02-c8af-4819-b4de-397c48a20982\">PUT CostingCode<br />InsertRequest<br /></a></td>\n<td>Creates a new costing code.</td>\n</tr>\n<tr>\n<td><a href=\"#c530d04c-b467-48d1-8fb7-c18e1dd8cafa\">PUT CostingCodes<br />ClientsAccess<br />InsertRequest</a></td>\n<td>Creates a new access link or list of access links between a costing code and a customer (or client).</td>\n</tr>\n<tr>\n<td><a href=\"#c1775932-087a-49bc-9005-ffb16ca7a7ec\">PATCH CostingCode<br />PatchRequest<br /></a></td>\n<td>Updates a costing code based on a given set of parameters.</td>\n</tr>\n<tr>\n<td><a href=\"#cce01031-8e77-4955-a840-1f02c92592f3\">DEL CostingCode<br />ClientAccess<br />DeleteRequest</a></td>\n<td>Deletes a list of access links between a costing code and a customer (or client) based on a given identifier or list of identifiers of costing codes and associated customers.</td>\n</tr>\n<tr>\n<td><a href=\"#c8a98331-7607-428c-9129-f3fb4d038888\">DEL CostingCode<br />CompanyAccess<br />DeleteRequest</a></td>\n<td>Deletes an access link between a costing code and a company based on a given identifier of an access link, or on given identifiers of a costing code and an associated company.</td>\n</tr>\n<tr>\n<td><a href=\"#ceefcf56-992d-45ad-812d-5d3933bfa77d\">DEL CostingCode<br />DeleteRequest<br /></a></td>\n<td>Deletes a costing code based on a given identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"972a0b31-0347-4209-9511-526e0ea6ea8a"},{"name":"Creditor Invoice API","item":[{"name":"CreditorInvoiceGetTasksForJobsRequest*","id":"523972fe-b195-4ef1-8940-f78a9001e7b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CreditorInvoiceGetTasksForJobsRequest?CompanyId={{integer}}","description":"<p>Retrieves a visualization list of creditor invoice tasks based on a given identifier of a company, or on a given identifier of a company and a list of identifiers of associated jobs.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#9df259a6-b781-41d1-8693-59eb827d5a86\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Employee)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#527c43cc-4344-4514-a4dd-48487819ee76\">CreditorInvoiceTaskVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CreditorInvoiceGetTasksForJobsRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the company.<br /><strong>NOTE:</strong> For information about the <strong>Company</strong> object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier or list of identifiers of the associated jobs.</p>\n","type":"text/plain"},"key":"JobIds","value":"[{{integer}}]"}],"variable":[]}},"response":[{"id":"2302d663-1b6a-4cb1-b155-be7b560b5bb9","name":"CreditorInvoiceGetTasksForJobsRequest (where CompanyId=80383)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CreditorInvoiceGetTasksForJobsRequest?CompanyId=80383","host":["{{base_url}}"],"path":["CreditorInvoiceGetTasksForJobsRequest"],"query":[{"key":"CompanyId","value":"80383","description":"*Required.*  \n(int32)  \nThe identifier of the company.  \nFor information about the **Company** object, see Company."},{"key":"JobIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated jobs.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Content-Length","value":"2309","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 259774,\n        \"TaskName\": \"New task / Test / Test\",\n        \"TaskNumber\": \"1\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(1 - New task / Test / Test, 1 (#259774) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259775,\n        \"TaskName\": \"aaaaa / Test\",\n        \"TaskNumber\": \"2\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(2 - aaaaa / Test, 1 (#259775) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259776,\n        \"TaskName\": \"Blardiblardiblar / Test\",\n        \"TaskNumber\": \"3\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(3 - Blardiblardiblar / Test, 1 (#259776) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259777,\n        \"TaskName\": \"New task / Test / Test\",\n        \"TaskNumber\": \"4\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"2\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(4 - New task / Test / Test, 2 (#259777) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259778,\n        \"TaskName\": \"Presentation / Test\",\n        \"TaskNumber\": \"5\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"2\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(5 - Presentation / Test, 2 (#259778) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 293560,\n        \"TaskName\": \"A new task for the template\",\n        \"TaskNumber\": \"1\",\n        \"PlanId\": 76577,\n        \"PhaseNumber\": \"9\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Schedule\",\n        \"PlanJobId\": 25230,\n        \"TaskNameFormatted\": \"(1 - A new task for the template, 9 (#293560) - Schedule)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 293561,\n        \"TaskName\": \"Another new task for the template\",\n        \"TaskNumber\": \"2\",\n        \"PlanId\": 76577,\n        \"PhaseNumber\": \"9\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Schedule\",\n        \"PlanJobId\": 25230,\n        \"TaskNameFormatted\": \"(2 - Another new task for the template, 9 (#293561) - Schedule)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 294015,\n        \"TaskName\": \"Management\",\n        \"TaskNumber\": \"14\",\n        \"PlanId\": 76577,\n        \"PhaseNumber\": \"10\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Schedule\",\n        \"PlanJobId\": 25230,\n        \"TaskNameFormatted\": \"(14 - Management, 10 (#294015) - Schedule)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    }\n]"},{"id":"71719d75-ed61-4be7-8295-e547e16b8c63","name":"CreditorInvoiceGetTasksForJobsRequest (where CompanyId = 80383 and JobIds = [22512])","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CreditorInvoiceGetTasksForJobsRequest?CompanyId=80383&JobIds=[22512]","host":["{{base_url}}"],"path":["CreditorInvoiceGetTasksForJobsRequest"],"query":[{"key":"CompanyId","value":"80383","description":"*Required.*  \n(int32)  \nThe identifier of the company.  \nFor information about the **Company** object, see Company."},{"key":"JobIds","value":"[22512]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated jobs."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1477","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 259774,\n        \"TaskName\": \"New task / Test / Test\",\n        \"TaskNumber\": \"1\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(1 - New task / Test / Test, 1 (#259774) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259775,\n        \"TaskName\": \"aaaaa / Test\",\n        \"TaskNumber\": \"2\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(2 - aaaaa / Test, 1 (#259775) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259776,\n        \"TaskName\": \"Blardiblardiblar / Test\",\n        \"TaskNumber\": \"3\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(3 - Blardiblardiblar / Test, 1 (#259776) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259777,\n        \"TaskName\": \"New task / Test / Test\",\n        \"TaskNumber\": \"4\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"2\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(4 - New task / Test / Test, 2 (#259777) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259778,\n        \"TaskName\": \"Presentation / Test\",\n        \"TaskNumber\": \"5\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"2\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(5 - Presentation / Test, 2 (#259778) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    }\n]"},{"id":"32d5b27b-c775-4437-8460-dff6cc598f25","name":"CreditorInvoiceGetTasksForJobsRequest (where CompanyId = 80383 and JobIds = [22512, 25633])","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CreditorInvoiceGetTasksForJobsRequest?CompanyId=80383&JobIds=[22512, 25633]","host":["{{base_url}}"],"path":["CreditorInvoiceGetTasksForJobsRequest"],"query":[{"key":"CompanyId","value":"80383","description":"*Required.*  \n(int32)  \nThe identifier of the company.  \nFor information about the **Company** object, see Company."},{"key":"JobIds","value":"[22512, 25633]","description":"*Optional.*  \n(int32)  \nThe identifier or list of identifiers of the associated jobs."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"5537","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 259774,\n        \"TaskName\": \"New task / Test / Test\",\n        \"TaskNumber\": \"1\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(1 - New task / Test / Test, 1 (#259774) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259775,\n        \"TaskName\": \"aaaaa / Test\",\n        \"TaskNumber\": \"2\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(2 - aaaaa / Test, 1 (#259775) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259776,\n        \"TaskName\": \"Blardiblardiblar / Test\",\n        \"TaskNumber\": \"3\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(3 - Blardiblardiblar / Test, 1 (#259776) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259777,\n        \"TaskName\": \"New task / Test / Test\",\n        \"TaskNumber\": \"4\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"2\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(4 - New task / Test / Test, 2 (#259777) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 259778,\n        \"TaskName\": \"Presentation / Test\",\n        \"TaskNumber\": \"5\",\n        \"PlanId\": 72991,\n        \"PhaseNumber\": \"2\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 22512,\n        \"TaskNameFormatted\": \"(5 - Presentation / Test, 2 (#259778) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 298673,\n        \"TaskName\": \"WhiteLetterTask\",\n        \"TaskNumber\": \"2\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"(2 - WhiteLetterTask, 1 (#298673) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 309629,\n        \"TaskName\": \"WhiteLetterTask copy\",\n        \"TaskNumber\": \"3\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"3 - WhiteLetterTask copy, 1 (#309629) - Produktionsplan\",\n        \"ValidCostingCode\": true,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 309660,\n        \"TaskName\": \"T2\",\n        \"TaskNumber\": \"4\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"4 - T2, 1 (#309660) - Produktionsplan\",\n        \"ValidCostingCode\": true,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 309930,\n        \"TaskName\": \"Germany\",\n        \"TaskNumber\": \"8\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"(8 - Germany, 1 (#309930) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 309933,\n        \"TaskName\": \"T2\",\n        \"TaskNumber\": \"9\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"9 - T2, 1 (#309933) - Produktionsplan\",\n        \"ValidCostingCode\": true,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 309934,\n        \"TaskName\": \"Romania\",\n        \"TaskNumber\": \"10\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"(10 - Romania, 1 (#309934) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 310320,\n        \"TaskName\": \"T1\",\n        \"TaskNumber\": \"11\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"11 - T1, 1 (#310320) - Produktionsplan\",\n        \"ValidCostingCode\": true,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 310429,\n        \"TaskName\": \"Timeline Calendar 1\",\n        \"TaskNumber\": \"12\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"12 - Timeline Calendar 1, 1 (#310429) - Produktionsplan\",\n        \"ValidCostingCode\": true,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 311167,\n        \"TaskName\": \"t1\",\n        \"TaskNumber\": \"13\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"(13 - t1, 1 (#311167) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 311168,\n        \"TaskName\": \"RD\",\n        \"TaskNumber\": \"14\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"(14 - RD, 1 (#311168) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 312027,\n        \"TaskName\": \"Narrenturm\",\n        \"TaskNumber\": \"15\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"1\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"(15 - Narrenturm, 1 (#312027) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 308596,\n        \"TaskName\": \"Taski 2nd phase\",\n        \"TaskNumber\": \"5\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"2\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"(5 - Taski 2nd phase, 2 (#308596) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 308894,\n        \"TaskName\": \"N\",\n        \"TaskNumber\": \"6\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"3\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"6 - N, 3 (#308894) - Produktionsplan\",\n        \"ValidCostingCode\": true,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 308607,\n        \"TaskName\": \"Task 1\",\n        \"TaskNumber\": \"1\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"4\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"(1 - Task 1, 4 (#308607) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    },\n    {\n        \"Id\": 309661,\n        \"TaskName\": \"ggh\",\n        \"TaskNumber\": \"7\",\n        \"PlanId\": 77670,\n        \"PhaseNumber\": \"5\",\n        \"PlanActive\": true,\n        \"PlanTitle\": \"Produktionsplan\",\n        \"PlanJobId\": 25633,\n        \"TaskNameFormatted\": \"(7 - ggh, 5 (#309661) - Produktionsplan)\",\n        \"ValidCostingCode\": false,\n        \"ValidateCostingCode\": true\n    }\n]"}],"_postman_id":"523972fe-b195-4ef1-8940-f78a9001e7b4"},{"name":"CreditorInvoiceAddLineRequest","id":"f091c2c8-deb8-4ab1-89a0-341213853e21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the creditor invoice.</p>\n","disabled":true},{"key":"TaskId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated task.<br /><strong>NOTE:</strong> For information about the Task object, see <a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\"><strong>Task</strong></a>.</p>\n","disabled":true},{"key":"CopyValuesFromPreviousLine","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not  a line should copy values from a previous line.<br /><strong>NOTE:</strong> By default, this is automatically set to true if not specified.</p>\n","disabled":true},{"key":"LineType","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The associated line type<br />A line type 1 is Project, a line type 2 is Operating and a line type 3 is VAT. </p>\n","disabled":true},{"key":"RequisitionId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated requisition (or purchase order).<br /><strong>NOTE:</strong> For information about the PurchaseOrder object, see <a href=\"#e4b137e1-ae4a-425b-9013-5e6840fcebe8\"><strong>PurchaseOrder</strong></a>.</p>\n","disabled":true},{"key":"JobId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated job.<br /><strong>NOTE:</strong> For information about the Job object, see <a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\"><strong>Job</strong></a>.</p>\n","disabled":true},{"key":"ActivityId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated Activity.<br /><strong>NOTE:</strong> For information about the Activity object, see <a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\"><strong>Activity</strong></a>.</p>\n","disabled":true},{"key":"PriceFactor","value":"{{number}}","type":"text","description":"<p><em>Optional.</em><br />(decimal)<br />The associated price factor. Also known as margin factor, which is used to calculate the job sale amount.</p>\n","disabled":true},{"key":"AccountId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated finance account.<br /><strong>NOTE:</strong> For information about the FinanceAccount object, see <a href=\"#a0e4f64e-44ef-46e9-b047-a7bd28b9021f\"><strong>FinanceAccount</strong></a>.</p>\n","disabled":true},{"key":"Comment","value":"{{string}}","type":"text","description":"<p><em>Optional.</em><br />The associated comment.</p>\n","disabled":true},{"key":"ActivityVATId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated activity VAT.<br /><strong>NOTE:</strong> For information about the ActivityVAT object, see <a href=\"#7e0604c0-9b8a-4c83-b25e-3475a4cec257\"><strong>ActivityVAT</strong></a>.</p>\n","disabled":true},{"key":"OriginalCurrencyNetAmount","value":"{{number}}","type":"text","description":"<p><em>Optional.</em><br />(decimal)<br />The associated net amount in invoice currency.</p>\n","disabled":true},{"key":"TotalCurrencyAmount","value":"{{number}}","type":"text","description":"<p><em>Optional.</em><br />(decimal)<br />The associated total amount in invoice currency.</p>\n","disabled":true},{"key":"SaleCurrencyAmount","value":"{{number}}","type":"text","description":"<p><em>Optional.</em><br />(decimal)<br />The associated sale amount in invoice currency.</p>\n","disabled":true},{"key":"OriginalNetAmount","value":"{{number}}","type":"text","description":"<p><em>Optional.</em><br />(decimal)<br />The associated original net amount in company currency.</p>\n","disabled":true},{"key":"CreditorVATId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated creditor VAT.<br /><strong>NOTE:</strong> For information about the AccountReceiveableOrPayableVAT* object, see <a href=\"#97f02ae3-6b62-408b-bbe7-e52aeaddebf8\"><strong>AccountReceiveableOrPayableVAT</strong>*</a>.</p>\n","disabled":true},{"key":"GoodsOrServices","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The associated goods or services.</p>\n","disabled":true},{"key":"ReferenceDriveId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated mileage entry.<br /><strong>NOTE:</strong> For information about the MileageDTO object, see <a href=\"#1f647a10-b18d-4f44-925e-8531b28302c6\"><strong>MileageDTO</strong></a>.</p>\n","disabled":true},{"key":"CreditorId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated creditor.</p>\n","disabled":true},{"key":"Dim1","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier for the associated value for dimension 1.</p>\n","disabled":true},{"key":"Dim2","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier for the associated value for dimension 2.</p>\n","disabled":true},{"key":"Dim3","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier for the associated value for dimension 3.</p>\n","disabled":true},{"key":"Dim4","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier for the associated value for dimension 4.</p>\n","disabled":true},{"key":"Dim5","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier for the associated value for dimension 5.</p>\n","disabled":true},{"key":"Dim6","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier for the associated value for dimension 6.</p>\n","disabled":true},{"key":"Dim7","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier for the associated value for dimension 7.</p>\n","disabled":true},{"key":"Dim8","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier for the associated value for dimension 8.</p>\n","disabled":true},{"key":"Dim9","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier for the associated value for dimension 9.</p>\n","disabled":true},{"key":"Dim10","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier for the associated value for dimension 10.</p>\n","disabled":true},{"key":"DivisionId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated division.<br /><strong>NOTE:</strong> For information about the SettingsDivisionDTO object, see [**SettingsDivisionDTO**](Retrieving data. Wait a few seconds and try to cut or copy again.).</p>\n","disabled":true},{"key":"DepartmentId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated department.<br /><strong>NOTE:</strong> For information about the SettingsDivisionDTO object, see [**SettingsDivisionDTO**](Retrieving data. Wait a few seconds and try to cut or copy again.).</p>\n","disabled":true},{"key":"ProductId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated product.<br /><strong>Note:</strong> For information about the Product object, see <a href=\"#85292f2b-bf03-416d-af91-4114187cc2f2\"><strong>Product</strong></a>.</p>\n","disabled":true},{"key":"CustomerId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated customer.</p>\n","disabled":true},{"key":"JobTypeId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated job type.<br /><strong>NOTE:</strong> For information about the JobType object, see <a href=\"#a071d018-0b55-42a7-814f-ad71812f775a\"><strong>JobType</strong></a>.</p>\n","disabled":true},{"key":"PlatformId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated platform.<br /><strong>NOTE:</strong> For information about the SettingsPlatforms object, see <a href=\"#cb7d7e74-1759-4a9b-a306-4f395ff1106e\"><strong>SettingsPlatforms</strong></a>.</p>\n","disabled":true},{"key":"EmployeeId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated employee.  </p>\n","disabled":true},{"key":"CountryId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated country.<br /><strong>Note:</strong> For information about the CountryDTO object, see <a href=\"#ce076388-c943-419c-8e2a-ab01f81830c7\"><strong>CountryDTO</strong></a>.</p>\n","disabled":true},{"key":"RegionId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated region.<br /><strong>NOTE:</strong> For information about the Region object, see <a href=\"#6e3bf4ca-faf8-4bd5-b700-48658b3ba28e\"><strong>Region</strong></a>.</p>\n","disabled":true},{"key":"QualityLevelId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated qualtiy level.<br /><strong>NOTE:</strong> For information about the QualityLevel object, see <a href=\"#2e45d754-98be-42ba-af31-a127f82ef0cd\"><strong>QualityLevel</strong></a>.</p>\n","disabled":true},{"key":"CustomerSegmentId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated customer segment.<br /><strong>NOTE:</strong> For information about the CustomerSegment object, see <a href=\"#e27a280f-b5bb-45aa-a94b-ea0fc03434a4\"><strong>CustomerSegment</strong></a>.</p>\n","disabled":true},{"key":"CustomerGroupId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated customer group.<br /><strong>NOTE:</strong> For information about the CustomerGroup object, see <a href=\"#55de9689-726b-4cbb-9468-7507b4e7ea6d\"><strong>CustomerGroup</strong></a>.</p>\n","disabled":true},{"key":"ProfitCenterId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated profict center.<br /><strong>NOTE:</strong> For information about the ProfitCenter object, see <a href=\"#55de9689-726b-4cbb-9468-7507b4e7ea6d\"><strong>ProfitCenter</strong></a>.</p>\n","disabled":true},{"key":"PracticeAreaId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated practice area.<br /><strong>Note:</strong> For information about the NOTEobject, see <a href=\"#377237be-3208-4470-91a7-b38d747965f2\"><strong>PracticeArea</strong></a>.</p>\n","disabled":true},{"key":"ConsultingCenterId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated technology.<br /><strong>Note:</strong> For information about the ConsultingCenter object, see <a href=\"#e9d059b8-d0f1-4f2a-8b76-c51e6521e206\"><strong>ConsultingCenter</strong></a>.</p>\n","disabled":true},{"key":"TechnologyId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated consulting center.<br /><strong>NOTE:</strong> For information about the SettingsTechnology object, see <a href=\"#8dcf03b6-9ca1-41c0-870d-df401fe0e622\"><strong>SettingsTechnology</strong></a>.</p>\n","disabled":true},{"key":"Description","value":"{{string}}","type":"text","description":"<p><em>Optional.</em><br />The associated description.</p>\n","disabled":true},{"key":"UpdateType","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The type of the last modification made.</p>\n","disabled":true},{"key":"StateId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated state.<br /><strong>NOTE:</strong> For information about the StateDTO object, see <a href=\"#065c451e-d8c0-4002-8d99-e397dfb9d07f\"><strong>StateDTO</strong></a>.</p>\n","disabled":true},{"key":"CountyId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated county.<br /><strong>NOTE:</strong> For information about the CountyDTO object, see <a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\"><strong>CountyDTO</strong></a>.</p>\n","disabled":true},{"key":"LocationId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated location.</p>\n","disabled":true},{"key":"TaxCodeId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated tax code.<br /><strong>NOTE:</strong> For information about the SalesTaxCodeDTO object, see <a href=\"#c6c8d624-13f6-497a-bc83-00a734785ad0\"><strong>SalesTaxCodeDTO</strong></a>.</p>\n","disabled":true},{"key":"BasedOnAmount","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The associated amount to base on.</p>\n","disabled":true},{"key":"TemporaryCode","value":"{{string}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />Used to temporarily store information potentially needed to identify the line or as an external reference.</p>\n","disabled":true}]},"url":"{{base_url}}/CreditorInvoiceAddLineRequest","description":"<p>Creates a new creditor invoice line.</p>\n<p><strong>API</strong><br /><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CreditorInvoiceAddLineRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"693130a9-e48c-44f3-8fbb-205909e2004f","name":"CreditorInvoiceAddLineRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"57484","type":"text","description":"*Required.*  \n(int32)  \nThe identifier of the creditor invoice."},{"key":"TaskId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated task.  \n**Note:** For information about the Task object, see [**Task**](#ad8a4b53-1705-4a24-a446-188eab024bd5).","disabled":true},{"key":"CopyValuesFromPreviousLine","value":"false","type":"text","description":"*Optional.*  \n(int32)  \nThe flag that indicates whether or not  a line should copy values from a previous line.  \n**NOTE:** By default, this is automatically set to true if not specified."},{"key":"LineType","value":"1","type":"text","description":"*Optional.*  \n(int32)  \nThe associated line type  \nA line type 1 is Project, a line type 2 is Operating and a line type is VAT. "},{"key":"RequisitionId","value":"2109880","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated requisition (or purchase order).  \n**Note:** For information about the PurchaseOrder object, see [**PurchaseOrder**](#e4b137e1-ae4a-425b-9013-5e6840fcebe8)."},{"key":"JobId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated job.  \n**Note:** For information about the Job object, see [**Job**](#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23).","disabled":true},{"key":"ActivityId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated Activity.  \n**Note:** For information about the Activity object, see [**Activity**](#388e17ad-9f9b-4101-82db-55df27e22b6b).","disabled":true},{"key":"PriceFactor","value":"{{number}}","type":"text","description":"*Optional.*  \n(decimal)  \nThe associated price factor.","disabled":true},{"key":"AccountId","value":"20161","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated finance account.  \n**Note:** For information about the FinanceAccount object, see [**FinanceAccount **](#a0e4f64e-44ef-46e9-b047-a7bd28b9021f)."},{"key":"Comment","value":"new line comment","type":"text","description":"*Optional.*  \nThe associated comment."},{"key":"ActivityVATId","value":"41551","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated activity VAT.  \n**Note:** For information about the ActivityVAT object, see [**ActivityVAT**](#7e0604c0-9b8a-4c83-b25e-3475a4cec257)."},{"key":"OriginalCurrencyNetAmount","value":"{{number}}","type":"text","description":"*Optional.*  \n(decimal)  \nThe associated net amount in invoice currency.","disabled":true},{"key":"TotalCurrencyAmount","value":"1500","type":"text","description":"*Optional.*  \n(decimal)  \nThe associated total amount in invoice currency."},{"key":"SaleCurrencyAmount","value":"{{number}}","type":"text","description":"*Optional.*  \n(decimal)  \nThe associated sale amount in invoice currency.","disabled":true},{"key":"OriginalNetAmount","value":"{{number}}","type":"text","description":"*Optional.*  \n(decimal)  \nThe associated original net amount in company currency.","disabled":true},{"key":"CreditorVATId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated creditor VAT.  \n**Note:** For information about the AccountReceiveableOrPayableVAT* object, see [**AccountReceiveableOrPayableVAT***](#97f02ae3-6b62-408b-bbe7-e52aeaddebf8).","disabled":true},{"key":"GoodsOrServices","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated goods or services.","disabled":true},{"key":"ReferenceDriveId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated mileage entry.  \n**Note:** For information about the MileageDTO object, see [**MileageDTO**](#1f647a10-b18d-4f44-925e-8531b28302c6).","disabled":true},{"key":"CreditorId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated creditor.","disabled":true},{"key":"Dim1","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated dimension detail 1.","disabled":true},{"key":"Dim2","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated dimension detail 2.","disabled":true},{"key":"Dim3","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated dimension detail 3.","disabled":true},{"key":"Dim4","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated dimension detail 4.","disabled":true},{"key":"Dim5","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated dimension detail 5.","disabled":true},{"key":"Dim6","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated dimension detail 6.","disabled":true},{"key":"Dim7","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated dimension detail 7.","disabled":true},{"key":"Dim8","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated dimension detail 8.","disabled":true},{"key":"Dim9","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated dimension detail 9.","disabled":true},{"key":"Dim10","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated dimension detail 10.","disabled":true},{"key":"DivisionId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated division.  \n**Note:** For information about the SettingsDivisionDTO object, see [**SettingsDivisionDTO**](Retrieving data. Wait a few seconds and try to cut or copy again.).","disabled":true},{"key":"DepartmentId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated department.  \n**Note:** For information about the SettingsDivisionDTO object, see [**SettingsDivisionDTO**](Retrieving data. Wait a few seconds and try to cut or copy again.).","disabled":true},{"key":"ProductId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated product.  \n**Note:** For information about the Product object, see [**Product **](#85292f2b-bf03-416d-af91-4114187cc2f2).","disabled":true},{"key":"CustomerId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated customer.","disabled":true},{"key":"JobTypeId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated job type.  \n**Note:** For information about the JobType object, see [**JobType**](#a071d018-0b55-42a7-814f-ad71812f775a).","disabled":true},{"key":"PlatformId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated platform.  \n**Note:** For information about the SettingsPlatforms object, see [**SettingsPlatforms**](#cb7d7e74-1759-4a9b-a306-4f395ff1106e).","disabled":true},{"key":"EmployeeId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated employee.  ","disabled":true},{"key":"CountryId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated country.  \n**Note:** For information about the CountryDTO object, see [**CountryDTO**](#ce076388-c943-419c-8e2a-ab01f81830c7).","disabled":true},{"key":"RegionId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated region.  \n**Note:** For information about the Region object, see [**Region**](#6e3bf4ca-faf8-4bd5-b700-48658b3ba28e).","disabled":true},{"key":"QualityLevelId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated qualtiy level.  \n**Note:** For information about the QualityLevel object, see [**QualityLevel**](#2e45d754-98be-42ba-af31-a127f82ef0cd).","disabled":true},{"key":"CustomerSegmentId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated customer segment.  \n**Note:** For information about the CustomerSegment object, see [**CustomerSegment**](#e27a280f-b5bb-45aa-a94b-ea0fc03434a4).","disabled":true},{"key":"CustomerGroupId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated customer group.  \n**Note:** For information about the CustomerGroup object, see [**CustomerGroup**](#55de9689-726b-4cbb-9468-7507b4e7ea6d).","disabled":true},{"key":"ProfitCenterId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated profict center.  \n**Note:** For information about the ProfitCenter object, see [**ProfitCenter**](#55de9689-726b-4cbb-9468-7507b4e7ea6d).","disabled":true},{"key":"PracticeAreaId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated practice area.  \n**Note:** For information about the PracticeArea object, see [**PracticeArea **](#377237be-3208-4470-91a7-b38d747965f2).","disabled":true},{"key":"ConsultingCenterId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated technology.  \n**Note:** For information about the ConsultingCenter object, see [**ConsultingCenter**](#e9d059b8-d0f1-4f2a-8b76-c51e6521e206).","disabled":true},{"key":"TechnologyId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated consulting center.  \n**Note:** For information about the SettingsTechnology object, see [**SettingsTechnology**](#8dcf03b6-9ca1-41c0-870d-df401fe0e622).","disabled":true},{"key":"Description","value":"{{string}}","type":"text","description":"*Optional.*  \nThe associated description.","disabled":true},{"key":"UpdateType","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe type of the last modification made.","disabled":true},{"key":"StateId","value":"6","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated state.  \n**Note:** For information about the StateDTO object, see [**StateDTO**](#065c451e-d8c0-4002-8d99-e397dfb9d07f)."},{"key":"CountyId","value":"238","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated county.  \n**Note:** For information about the CountyDTO object, see [**CountyDTO**](#3806f7aa-e7da-4d5a-b5c6-1ead618739cc)."},{"key":"LocationId","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated location.","disabled":true},{"key":"TaxCodeId","value":"5","type":"text","description":"*Optional.*  \n(int32)  \nThe identifier of the associated tax code.  \n**Note:** For information about the SalesTaxCodeDTO object, see [**SalesTaxCodeDTO**](#c6c8d624-13f6-497a-bc83-00a734785ad0)."},{"key":"BasedOnAmount","value":"{{integer}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated amount to base on.","disabled":true},{"key":"TemporaryCode","value":"{{string}}","type":"text","description":"*Optional.*  \n(int32)  \nThe associated temporary code.","disabled":true}]},"url":"{{base_url}}/CreditorInvoiceAddLineRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"820","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 94475,\n    \"CompanyId\": 18725,\n    \"VoucherNumber\": \"re42522\",\n    \"LineType\": 1,\n    \"RequisitionId\": 2109880,\n    \"JobId\": 254,\n    \"ActivityId\": 1012,\n    \"PriceFactor\": 1,\n    \"AccountId\": 20161,\n    \"Comment\": \"new line comment\",\n    \"VATRate\": 0.00999899,\n    \"OriginalCurrencyNetAmount\": 1485.15,\n    \"OriginalNetAmount\": 1720.99,\n    \"NetCurrencyAmount\": 1485.15,\n    \"VATCurrencyAmount\": 14.85,\n    \"TotalCurrencyAmount\": 1500,\n    \"SaleCurrencyAmount\": 1485.15,\n    \"NetAmount\": 1720.99,\n    \"VATAmount\": 17.21,\n    \"SaleAmount\": 1720.99,\n    \"DeductableShare\": 1,\n    \"JournalNumber\": 0,\n    \"Dim1\": 7,\n    \"Dim2\": 113,\n    \"Dim3\": 2,\n    \"DepartmentId\": 1,\n    \"CustomerId\": 18800,\n    \"JobTypeId\": 118,\n    \"PracticeAreaId\": 13,\n    \"DimensionNotAllowed\": 0,\n    \"UpdateResourceId\": 35879,\n    \"UpdateDate\": \"2022-06-23T13:56:58.997Z\",\n    \"StateId\": 6,\n    \"CountyId\": 238,\n    \"TaxCodeId\": 5,\n    \"TaxManualEdited\": 0,\n    \"BasedOnAmount\": 1,\n    \"VATManuallyCorrected\": false,\n    \"InvoiceId\": 57484\n}"}],"_postman_id":"f091c2c8-deb8-4ab1-89a0-341213853e21"},{"name":"CreditorInvoiceScanSetupVisualization","id":"85ebd70e-fc30-4feb-957f-0d7f40cfe100","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the creditor invoice.</p>\n","disabled":true},{"key":"Name","value":"{{string}}","type":"text","description":"<p><em>Optional.</em><br />The name of the associated creditor invoice.  </p>\n","disabled":true},{"key":"VoucherFileArchivePath","value":"{{string}}","type":"text","description":"<p><em>Optional.</em><br />The path of the voucher file archive.</p>\n","disabled":true},{"key":"VoucherFileArchivePathStorageProviderId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the voucher file archive path storage provider. </p>\n","disabled":true},{"key":"VoucherHotFolderFilePath","value":"{{string}}","type":"text","description":"<p><em>Optional.</em><br />The path of the associated voucher hot folder file.</p>\n","disabled":true}]},"url":"{{base_url}}/CreditorInvoiceScanSetupVisualization","description":"<p>Updates company's setting for creditor invoice scan setup.</p>\n<p><strong>API</strong><br /><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#\">CreditorInvoiceScanSetupVisualization</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CreditorInvoiceScanSetupVisualization"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9e9253d0-14ec-400c-90c5-fecd5f0ae3cb","name":"CreditorInvoiceScanSetupVisualization","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 80772,\r\n    \"Name\": \"Thomson Reuters Corporation \",\r\n    \"VoucherFileArchivePath\": \"TRC4\\\\Archive\",\r\n    \"VoucherFileArchivePathStorageProviderId\": 12340,\r\n    \"VoucherHotFolderFilePath\": \"TRC4\\\\Hotfolder\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/CreditorInvoiceScanSetupVisualization"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true},{"key":"Content-Length","value":"5333","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 80772,\n    \"Name\": \"Thomson Reuters Corporation \",\n    \"VoucherFileArchivePath\": \"TRC4\\\\Archive\",\n    \"VoucherFileArchivePathStorageProviderId\": 12340,\n    \"VoucherHotFolderFilePath\": \"TRC4\\\\Hotfolder\"\n}"},{"id":"c304f39a-1e21-4793-b0be-069c55f2b0d8","name":"CreditorInvoiceScanSetupVisualization (400 WorkBookMessageException)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 80772,\r\n    \"Name\": \"Thomson Reuters Corporation \",\r\n    \"VoucherFileArchivePath\": \"TRC4\\\\Archive\",\r\n    \"VoucherFileArchivePathStorageProviderId\": 0,\r\n    \"VoucherHotFolderFilePath\": \"TRC4\\\\Hotfolder\"\r\n}"},"url":"{{base_url}}/CreditorInvoiceScanSetupVisualization"},"status":"WorkBookMessageException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true},{"key":"Content-Length","value":"5329","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"WorkBookMessageException\",\n        \"Message\": \"###64732$$$ Storage Provider ID is invalid\",\n        \"StackTrace\": \"\",\n        \"Errors\": []\n    }\n}"}],"_postman_id":"85ebd70e-fc30-4feb-957f-0d7f40cfe100"},{"name":"VendorInvoiceDetailPatchRequest","id":"1f03ef0e-68b9-4509-8e64-f19497485a26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": {{integer}},\r\n    \"CompanyId\": {{integer}},\r\n    \"VoucherNumber\": \"{{string}}\",\r\n    \"LineType\": {{integer}},\r\n    \"RequisitionId\": {{integer}},\r\n    \"JobId\": {{integer}},\r\n    \"ActivityId\": {{integer}},\r\n    \"PriceFactor\": {{integer}},\r\n    \"AccountId\": {{integer}},\r\n    \"Comment\": \"{{string}}\",\r\n    \"VATRate\": {{integer}},\r\n    \"OriginalCurrencyNetAmount\": {{integer}},\r\n    \"OriginalNetAmount\": {{integer}},\r\n    \"NetCurrencyAmount\": {{integer}},\r\n    \"VATCurrencyAmount\": {{integer}},\r\n    \"TotalCurrencyAmount\": {{integer}},\r\n    \"SaleCurrencyAmount\": {{integer}},\r\n    \"NetAmount\": {{integer}},\r\n    \"VATAmount\": {{integer}},\r\n    \"SaleAmount\": {{integer}},\r\n    \"DeductableShare\": {{integer}},\r\n    \"JournalNumber\": {{integer}},\r\n    \"Dim1\": {{integer}},\r\n    \"Dim2\": {{integer}},\r\n    \"Dim3\": {{integer}},\r\n    \"DepartmentId\": {{integer}},\r\n    \"CustomerId\": {{integer}},\r\n    \"JobTypeId\": {{integer}},\r\n    \"PracticeAreaId\": {{integer}},\r\n    \"DimensionNotAllowed\": {{integer}},\r\n    \"UpdateResourceId\": {{integer}},\r\n    \"UpdateDate\": \"{{string}}\",\r\n    \"StateId\": {{integer}},\r\n    \"CountyId\": {{integer}},\r\n    \"TaxCodeId\": {{integer}},\r\n    \"TaxManualEdited\": {{integer}},\r\n    \"BasedOnAmount\": {{integer}},\r\n    \"VATManuallyCorrected\": {{string}},\r\n    \"InvoiceId\": {{integer}}\r\n}"},"url":"{{base_url}}/VendorInvoiceDetailPatchRequest","description":"<p>Updates a voucher line based based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["VendorInvoiceDetailPatchRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0b577cbe-3aad-4c75-91df-14372391c59a","name":"VendorInvoiceDetailPatchRequest","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"Id\": 94470,\r\n        \"JobId\": 254,\r\n        \"ActivityId\": 1012,\r\n        \"TotalCurrencyAmount\": 1500,\r\n        \"StateId\": 6,\r\n        \"CountyId\": 238,\r\n        \"TaxCodeId\": 5,\r\n        \"TaxManualEdited\": 0,\r\n        \"BasedOnAmount\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/VendorInvoiceDetailPatchRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"817","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 94470,\n    \"CompanyId\": 18725,\n    \"VoucherNumber\": \"re42522\",\n    \"LineType\": 1,\n    \"RequisitionId\": 2109880,\n    \"JobId\": 254,\n    \"ActivityId\": 1012,\n    \"PriceFactor\": 1,\n    \"AccountId\": 20161,\n    \"Comment\": \"new line comment\",\n    \"VATRate\": 0.00999899,\n    \"OriginalCurrencyNetAmount\": 1485.15,\n    \"OriginalNetAmount\": 1720.99,\n    \"NetCurrencyAmount\": 1485.15,\n    \"VATCurrencyAmount\": 14.85,\n    \"TotalCurrencyAmount\": 1500,\n    \"SaleCurrencyAmount\": 1485.15,\n    \"NetAmount\": 1720.99,\n    \"VATAmount\": 17.21,\n    \"SaleAmount\": 1720.99,\n    \"DeductableShare\": 1,\n    \"JournalNumber\": 0,\n    \"Dim1\": 7,\n    \"Dim2\": 113,\n    \"Dim3\": 2,\n    \"DepartmentId\": 1,\n    \"CustomerId\": 18800,\n    \"JobTypeId\": 118,\n    \"PracticeAreaId\": 13,\n    \"DimensionNotAllowed\": 0,\n    \"UpdateResourceId\": 81310,\n    \"UpdateDate\": \"2022-06-23T07:54:22.680Z\",\n    \"StateId\": 6,\n    \"CountyId\": 238,\n    \"TaxCodeId\": 5,\n    \"TaxManualEdited\": 0,\n    \"BasedOnAmount\": 1,\n    \"VATManuallyCorrected\": false,\n    \"InvoiceId\": 57484\n}"},{"id":"76ce72ac-d091-4004-b9b5-7d880e2afbae","name":"VendorInvoiceDetailPatchRequest (with 400 ValidationException Error)","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"Id\": 0,\r\n        \"JobId\": 254,\r\n        \"ActivityId\": 1012,\r\n        \"TotalCurrencyAmount\": 1500,\r\n        \"StateId\": 6,\r\n        \"County\": 238,\r\n        \"TaxCodeId\": 5,\r\n        \"TaxManualEdited\": 5,\r\n        \"BasedOnAmount\": 1\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/VendorInvoiceDetailPatchRequest"},"status":"ValidationException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"301","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"ValidationException\",\n        \"Message\": \"Validation failed: \\r\\n -- County: Field County not found on object CreditorInvoiceDetail\",\n        \"Errors\": [\n            {\n                \"ErrorCode\": \"UnknownFieldInPatch\",\n                \"FieldName\": \"County\",\n                \"Message\": \"Field County not found on object CreditorInvoiceDetail\",\n                \"Meta\": {}\n            }\n        ]\n    }\n}"}],"_postman_id":"1f03ef0e-68b9-4509-8e64-f19497485a26"},{"name":"VendorInvoiceDeleteRequest","id":"50a8fd01-efb9-4097-8038-60d64a75ceae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/VendorInvoiceDeleteRequest?Id={{integer}}","description":"<blockquote>\n<p><strong>NOTE:</strong> This will not work if the system variable 1180 (Cancel creditor invoices instead of deleting them) is enabled. You have to use the POST VendorInvoiceCancelRequest API endpoint instead. </p>\n</blockquote>\n<p>Deletes a creditor invoice (or vendor invoice) based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#4db83abd-83e4-4891-885c-083b4db4a62b\">CreditorInvoiceDeleteResponse</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["VendorInvoiceDeleteRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the creditor invoice.  </p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"1bf863c8-3294-4dbf-bcc0-698a2f7e1403","name":"VendorInvoiceDeleteRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/VendorInvoiceDeleteRequest?Id=57266","host":["{{base_url}}"],"path":["VendorInvoiceDeleteRequest"],"query":[{"key":"Id","value":"57266","description":"*Required.*  \n(int32)  \nThe identifier of the creditor invoice.  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"68","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 57266,\n    \"VoucherNumber\": \"por1614pora_Deleted_1\"\n}"}],"_postman_id":"50a8fd01-efb9-4097-8038-60d64a75ceae"}],"id":"f82840ff-6a74-4ce6-9470-0d811bb6cf2c","description":"<p>Manipulates creditor invoice data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></td>\n<td>Represents a creditor invoice object.</td>\n</tr>\n<tr>\n<td><a href=\"#4db83abd-83e4-4891-885c-083b4db4a62b\">CreditorInvoice<br />DeleteResponse<br /></a></td>\n<td>Represents a creditor invoice delete response object.</td>\n</tr>\n<tr>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoice<br />Detail<br /></a></td>\n<td>Represents a creditor invoice detail object.</td>\n</tr>\n<tr>\n<td><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoice<br />DetailMove</a></td>\n<td>Represents a moved creditor invoice detail object.</td>\n</tr>\n<tr>\n<td><a href=\"#3613e032-fcd1-41d9-8f72-150e2149f486\">CreditorInvoice<br />ScanSetup<br />Visualization</a></td>\n<td>Represents a visualization object for a creditor invoice scan setup.</td>\n</tr>\n<tr>\n<td><a href=\"#527c43cc-4344-4514-a4dd-48487819ee76\">CreditorInvoice<br />TaskVisualization</a></td>\n<td>Represents a visualization object for a creditor invoice task.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#8b83f874-9656-48bc-98a7-8110e7b9788c\">GET CreditorInvoice<br />GetTasks<br />ForJobs<br />Request*<br /></a></td>\n<td>Retrieves a visualization list of creditor invoice tasks based on a given identifier of a company, or on a given identifier of a company and a list of identifiers of associated jobs.</td>\n</tr>\n<tr>\n<td><a href=\"#7c1f4142-4063-4c1b-b64f-b8cf8d643dc3\">PUT CreditorInvoice<br />AddLine<br />Request</a></td>\n<td>Creates a new creditor invoice line.</td>\n</tr>\n<tr>\n<td><a href=\"#6019a508-6157-465e-aea6-f9d2c033296d\">POST CreditorInvoice<br />ScanSetup<br />Visualization</a></td>\n<td>Updates company's setting for creditor invoice scan setup.</td>\n</tr>\n<tr>\n<td><a href=\"#f2a933ea-8f8c-43c5-a5cd-e364481c6566\">PATCH VendorInvoice<br />DetailPatch<br />Request</a></td>\n<td>Updates a voucher line based based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#34d00340-f7ab-4587-ba3d-ea88cdc07d78\">DEL VendorInvoice<br />DeleteRequest<br /></a></td>\n<td>Deletes a creditor invoice (or vendor invoice) based on a given identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#9df259a6-b781-41d1-8693-59eb827d5a86\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"f82840ff-6a74-4ce6-9470-0d811bb6cf2c"},{"name":"Databoard API","item":[{"name":"DataboardDataRequest","id":"4c9dbc76-df7b-4722-8f92-73fe6cb7f35c","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"{{base_url}}/DataboardDataRequest/:DataboardId","description":"<p>Gets data from a databoard (stored procedure) by Id.</p>\n<p><strong>API</strong><br /><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Agent, All)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#4516d62e-793d-49a6-89b0-4671b7678bdd\">Object (Databoard)</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["DataboardDataRequest",":DataboardId"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"01a8c694-f43b-4088-ae34-ffcd9b002d18","description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the databoard.</p>\n","type":"text/plain"},"type":"any","value":"{{integer}}","key":"DataboardId"}]}},"response":[{"id":"910599e0-47d0-4510-b7a1-af06e3a76316","name":"DataboardDataRequest (Simple)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-HTTP-METHOD-OVERRIDE","value":"GET","description":"*Optional.*  \nThis header is only necessary if you want to override the API endpoint.  ","type":"text"}],"url":{"raw":"{{base_url}}/DataboardDataRequest/:DataboardId","host":["{{base_url}}"],"path":["DataboardDataRequest",":DataboardId"],"variable":[{"key":"DataboardId","value":"10004","description":"*Required.*\nThe identifier of the databoard."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    [\n        {\n            \"TaskId\": \"System.Int32\",\n            \"TName\": \"System.String\"\n        },\n        {\n        \t\"TaskId\": 1053,\n        \t\"TName\": \"Task at Green Technology\"\n        },\n        {\n        \t\"TaskId\": 1015,\n        \t\"TName\": \"Test planning\"\n        },\n        {\n            \"TaskId\": 1018,\n        \t\"TName\": \"Analyze\"\n        },\n        {\n            \"TaskId\": 1020,\n        \t\"TName\": \"Build\"\n        }\n    ]\n]"},{"id":"9e98153f-b014-425b-ae60-db0e17415f7e","name":"DataboardDataRequest (Advanced)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"X-HTTP-METHOD-OVERRIDE","value":"GET","description":"*Optional.*  \nThis header is only necessary if you want to override the API endpoint.  ","type":"text"}],"url":{"raw":"{{base_url}}/DataboardDataRequest/:DataboardId","host":["{{base_url}}"],"path":["DataboardDataRequest",":DataboardId"],"variable":[{"key":"DataboardId","value":"10004","description":"*Required.*\nThe identifier of the databoard."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"[\n    [\n        {\n            \"TaskId\": \"System.Int32\",\n            \"TName\": \"System.String\"\n        },\n        {\n            \"TaskId\": 1053,\n            \"TName\": \"Task at Green Technology\"\n        },\n        {\n            \"TaskId\": 1049,\n            \"TName\": \"Task 1\"\n        }\n    ]\n]"}],"_postman_id":"4c9dbc76-df7b-4722-8f92-73fe6cb7f35c"},{"name":"DataboardExportRequest","id":"7332f6c5-ce5f-457a-8117-a8058b8d1e4d","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"formdata","formdata":[{"key":"Format","value":"{{string}}","description":"<p><em>Required.</em><br />The associated format of the databoard export request.<br />The currently supported formats are:<br />a. xlsx (default)<br />b. csv<br />c. pdf  </p>\n","type":"text"},{"key":"Seperator","value":"{{string}}","description":"<p><em>Required.</em><br />The associated separator of the databoard export request.  </p>\n","type":"text"},{"key":"TextEncoding","value":"{{string}}","description":"<p><em>Required.</em><br />The associated output encoding of the databoard export request.  </p>\n","type":"text"},{"key":"Culture","value":"{{string}}","description":"<p><em>Required.</em><br />The associated culture used for formatting values in CSV.  </p>\n","type":"text"},{"key":"IncludeHeaderRow","value":"{{boolean}}","description":"<p><em>Required.</em><br />The flag that indicates whether or not the databoards include a header row.<br />If true, the databoards include a header row. Otherwise, it does not.</p>\n","type":"text"},{"key":"DataboardId","value":"{{iinteger}}","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated databoard.</p>\n","type":"text"},{"key":"Parameters","value":"{{integer, string}}","description":"<p><em>Required.</em><br />(int32)<br />The associated parameters of the databoard.</p>\n","type":"text"}]},"url":"{{base_url}}/Databoard/{DataboardId}/Export","description":"<p>Exports the data from a databoards stored procedure.</p>\n<p><strong>API</strong><br /><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n<p><strong>Requires Authentication</strong><br />No</p>\n<p><strong>Returns</strong><br /><a href=\"#4516d62e-793d-49a6-89b0-4671b7678bdd\">Object (Databoard)</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Databoard","{DataboardId}","Export"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7332f6c5-ce5f-457a-8117-a8058b8d1e4d"},{"name":"DataExportPrintRequest","id":"1602689d-19c7-46e4-ac0e-cf600899d2df","protocolProfileBehavior":{"disabledSystemHeaders":{},"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Parameters","value":"{{integer, string}}","description":"<p><em>Required.</em><br />(int32)<br />The associated parameters of the databoard.</p>\n","type":"text"},{"key":"CompanyId","value":"{{iinteger}}","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated company.</p>\n","type":"text"},{"key":"Format","value":"{{string}}","description":"<p><em>Required.</em><br />The associated format of the databoard export request.<br />The currently supported formats are:<br />a. xlsx (default)<br />b. csv<br />c. pdf  </p>\n","type":"text"},{"key":"Seperator","value":"{{string}}","description":"<p><em>Required.</em><br />The associated separator of the databoard export request.  </p>\n","type":"text"},{"key":"TextEncoding","value":"{{string}}","description":"<p><em>Required.</em><br />The associated output encoding of the databoard export request.  </p>\n","type":"text"},{"key":"Culture","value":"{{string}}","description":"<p><em>Required.</em><br />The associated culture used for formatting values in CSV.  </p>\n","type":"text"},{"key":"IncludeHeaderRow","value":"{{boolean}}","description":"<p><em>Required.</em><br />The flag that indicates whether or not the databoards include a header row.<br />If true, the databoards include a header row. Otherwise, it does not.</p>\n","type":"text"}]},"url":"{{base_url}}/Dataexport/:Id/Export","description":"<p>Exports the data from a dataexport stored procedure.</p>\n<p><strong>API</strong><br /><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n<p><strong>Requires Authentication</strong><br />No</p>\n<p><strong>Returns</strong><br /><a href=\"#4516d62e-793d-49a6-89b0-4671b7678bdd\">Object (Databoard)</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Dataexport",":Id","Export"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"0bf91371-be47-4d60-ae3e-683e95d9a174","description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated databoard.</p>\n","type":"text/plain"},"type":"any","value":"{{string}}","key":"Id"}]}},"response":[],"_postman_id":"1602689d-19c7-46e4-ac0e-cf600899d2df"}],"id":"782c20ea-7fec-4e3f-995d-aaca470c1c6d","description":"<p>Extracts data from a databoard (stored procedure) on a dashboard in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#4516d62e-793d-49a6-89b0-4671b7678bdd\">Object (Databoard)</a></td>\n<td>Represents a custom object based on the databoard (stored procedure) you created in your WorkBook application instance.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#275d3b65-fc1b-4563-b1f9-43d9ab9b61ed\">POST DataboardData<br />Request<br /></a></td>\n<td>Gets data from a databoard (stored procedure) by Id.</td>\n</tr>\n<tr>\n<td><a href=\"#6d02172d-1147-49aa-8746-b5cf2d8ebce3\">POST DataboardExport<br />Request</a></td>\n<td>Exports the data from a databoards stored procedure.</td>\n</tr>\n<tr>\n<td><a href=\"#c8a7e2d3-da2e-4b7f-84fa-daf048a6632e\">POST DataExport<br />PrintRequest</a></td>\n<td>Exports the data from a dataexport stored procedure.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#4c057770-5b0a-4210-b6fa-16e7ab1d94ef\">Creating Databoards<br />and Extracting their Data<br /></a></td>\n<td>This guide describes the three-step process for extracting data from databoards.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"ceae0571-b966-4a68-b443-79ee31c49901"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"48263a5e-10d1-479a-bbed-a2a3886757d2"}}],"_postman_id":"782c20ea-7fec-4e3f-995d-aaca470c1c6d"},{"name":"Debtor API","item":[{"name":"DebtorInvoiceManagementPageroPreviewRequest","id":"39131aff-c188-40be-bdef-a6af574d0dd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/DebtorInvoiceManagementPageroPreviewRequest?Ids=[{{integer}}]","description":"<p>Retrieves a list of invoices selected to be sent to Pagero Online.</p>\n<p><strong>API</strong><br /><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#c739273d-aa4b-43df-9f20-8c98018efc5d\">DebtorInvoicesPageroPreviewVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["DebtorInvoiceManagementPageroPreviewRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The identifier or list of identifiers of the associated invoice selected.</p>\n","type":"text/plain"},"key":"Ids","value":"[{{integer}}]"}],"variable":[]}},"response":[{"id":"172d6391-43cf-4cb1-af5e-fbe22ea6a67b","name":"DebtorInvoiceManagementPageroPreviewRequest","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/DebtorInvoiceManagementPageroPreviewRequest?Ids=33349,36442,39436","host":["{{base_url}}"],"path":["DebtorInvoiceManagementPageroPreviewRequest"],"query":[{"key":"Ids","value":"33349,36442,39436","description":"**Required.**  \n(int32)  \nThe identifier or list of identifiers of the associated invoice selected."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"271","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 33349,\n        \"DebtorName\": \"sd debtor\",\n        \"CurrencyId\": 1,\n        \"AmountTotalCurrency\": 13.75,\n        \"InvoiceNumber\": \"597\"\n    },\n    {\n        \"Id\": 36442,\n        \"DebtorName\": \"sd debtor\",\n        \"CurrencyId\": 1,\n        \"AmountTotalCurrency\": 1171.88,\n        \"InvoiceNumber\": \"634\"\n    },\n    {\n        \"Id\": 39436,\n        \"DebtorName\": \"Agnes Hanson\",\n        \"CurrencyId\": 1,\n        \"AmountTotalCurrency\": 15,\n        \"InvoiceNumber\": \"INV0002172\"\n    }\n]"}],"_postman_id":"39131aff-c188-40be-bdef-a6af574d0dd6"},{"name":"DebtorsInvoiceEmailValidationRequest","id":"273f76e4-f111-4136-accb-61867dd4c416","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"Ids","value":"[{{integer}}]","description":"<p><em>Required.</em><br />(int32)<br />The identifier or list of identifiers of the debtors.\nIn WorkBook, a debtor is either a paying customer or an invoice address client that is different from the client.</p>\n","type":"text"},{"key":"CompanyId","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated company.<br />For information about the <strong>Company</strong> object, see Company.</p>\n","type":"text"}]},"url":"{{base_url}}/DebtorsInvoiceEmailValidationRequest","description":"<p>Validates debtor invoicing email based on a given identifier or list of identifiers of debtors, and an identifier of the associated company.</p>\n<p><strong>API</strong><br /><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#016ca645-ecc7-4e06-9c35-f9b239b047f9\">DebtorsInvoicingEmailValidationResponse</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["DebtorsInvoiceEmailValidationRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"18fd4eff-74ac-4c88-901d-26b15cc05dcc","name":"DebtorsInvoiceEmailValidationRequest (with user access to F&A module of the company)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"formdata","formdata":[{"key":"Ids","value":"[5,2]","description":"*Required.*  \n(int32)  \nThe identifier or list of identifiers of the debtors.\nIn WorkBook, a debtor is either a paying customer or an invoice address client that is different from the client.","type":"text"},{"key":"CompanyId","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the associated company.  \nFor information about the **Company** object, see Company.","type":"text"}]},"url":"{{base_url}}/DebtorsInvoiceEmailValidationRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true},{"key":"Vary","value":"Accept,Accept-Encoding","enabled":true},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":true},{"key":"X-SAML-Support","value":"1","enabled":true},{"key":"Set-Cookie","value":"LanguageId=1033; path=/; HttpOnly","enabled":true},{"key":"X-Powered-By","value":"WorkBook Software","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Service-Worker-Allowed","value":"/","enabled":true},{"key":"Date","value":"Thu, 22 Dec 2022 21:30:38 GMT","enabled":true},{"key":"Content-Length","value":"198","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"InvalidEmailDebtors\": {\n        \"5\": \"Graphics Design Co.\"\n    },\n    \"ValidEmailDebtors\": {\n        \"2\": \"3\"\n    }\n}"},{"id":"c1495577-c615-4696-a36e-20be323f85ee","name":"DebtorsInvoiceEmailValidationRequest (400 WorkBookMessageException Error)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"formdata","formdata":[{"key":"Ids","value":"[5,2]","description":"*Required.*  \n(int32)  \nThe identifier or list of identifiers of the debtors.\nIn WorkBook, a debtor is either a paying customer or an invoice address client that is different from the client.","type":"text"},{"key":"CompanyId","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the associated company.  \nFor information about the **Company** object, see Company.","type":"text"}]},"url":"{{base_url}}/DebtorsInvoiceEmailValidationRequest"},"status":"WorkBookMessageException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Vary","value":"Accept","enabled":true},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":true},{"key":"X-SAML-Support","value":"1","enabled":true},{"key":"Set-Cookie","value":"LanguageId=1033; path=/; HttpOnly","enabled":true},{"key":"X-Powered-By","value":"WorkBook Software","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Service-Worker-Allowed","value":"/","enabled":true},{"key":"Date","value":"Thu, 22 Dec 2022 21:30:02 GMT","enabled":true},{"key":"Content-Length","value":"2340","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"WorkBookMessageException\",\n        \"Message\": \"###66937$$$ This user does not have access to Finance in the following companies: Bluebird Agency\\r\\nCross company access can only be changed by WorkBook administrators.\",\n        \"StackTrace\": \"[DebtorsInvoiceEmailValidationRequest: 12/22/2022 9:30:02 PM]:\\n[REQUEST: {Ids:[5,2],CompanyId:1}]\\r\\nWorkBook.Shared.ServiceModel.Exceptions.WorkBookMessageException: ###66937$$$ This user does not have access to Finance in the following companies: Bluebird Agency\\r\\nCross company access can only be changed by WorkBook administrators.\\r\\n   at WorkBook.RestEngine.ServiceTools.SettingsAccessChecker.noAccessToCompany(CompanyEmployeeAccess access, IEnumerable`1 CompaniesWitchoutAccess) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.RestEngine\\\\ServiceTools\\\\SettingsAccessChecker.cs:line 286\\r\\n   at WorkBook.RestEngine.ServiceTools.SettingsAccessChecker.CheckAccess(CompanyEmployeeAccess access, Boolean raiseError, Boolean allCompanies, IEnumerable`1 companyIds) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.RestEngine\\\\ServiceTools\\\\SettingsAccessChecker.cs:line 180\\r\\n   at WorkBook.RestEngine.ServiceTools.SettingsAccessChecker.CheckAccessToFinance(Nullable`1 companyId, Boolean RaiseError) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.RestEngine\\\\ServiceTools\\\\SettingsAccessChecker.cs:line 69\\r\\n   at WorkBook.RestEngine.WorkBookService.CheckAccessToFinance(Nullable`1 companyId, Boolean RaiseError) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.RestEngine\\\\WorkBookService.cs:line 911\\r\\n   at WorkBook.FinanceAdministration.Module.Services.Debtor.DebtorService.<Post>d__7.MoveNext() in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.Modules\\\\WorkBook.FinanceAdministration.Module\\\\Services\\\\Debtor\\\\DebtorService.cs:line 224\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)\\r\\n   at ServiceStack.Host.ServiceRunner`1.<ExecuteAsync>d__15.MoveNext() in C:\\\\BuildAgent\\\\work\\\\3481147c480f4a2f\\\\src\\\\ServiceStack\\\\Host\\\\ServiceRunner.cs:line 150\\r\\n\",\n        \"Errors\": []\n    }\n}"}],"_postman_id":"273f76e4-f111-4136-accb-61867dd4c416"}],"id":"35779d6f-1998-40e0-b01b-de559633ff45","description":"<p>Manipulates debtor data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#c739273d-aa4b-43df-9f20-8c98018efc5d\">DebtorInvoices<br />PageroPreview<br />Visualization<br /></a></td>\n<td>Represents a visualization object for debtor invoices Pagero preview.</td>\n</tr>\n<tr>\n<td><a href=\"#016ca645-ecc7-4e06-9c35-f9b239b047f9\">DebtorsInvoicing<br />EmailValidation<br />Response</a></td>\n<td>Represents a validation object for debtor invoicing email.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#6f3dfbd4-4a94-41ab-acf2-2a7bacafe34f\">GET DebtorInvoice<br />ManagementPagero<br />PreviewRequest<br /></a></td>\n<td>Retrieves a list of invoices selected to be sent to Pagero Online.</td>\n</tr>\n<tr>\n<td><a href=\"https://ad7cb76c-1501-41e8-963c-7c1c3e75e67b\">POST DebtorsInvoice<br />EmailValidation<br />Request</a></td>\n<td>Validates debtor invoicing email for a given identifier or list of identifiers of debtors, and an identifier of the associated company.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"35779d6f-1998-40e0-b01b-de559633ff45"},{"name":"Department API","item":[{"name":"DepartmentsWithCompanyInitialsRequest","id":"df2a429a-f49e-4208-9381-ba82fc6cfb56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/DepartmentsWithCompanyInitialsRequest","description":"<p>Retrieves a list of all visualization departments in the system.</p>\n<p><strong>API</strong><br /><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#da223ae3-953e-4b30-8a85-bb8225dd3c91\">DepartmentVisualization</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["DepartmentsWithCompanyInitialsRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated company.  </p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not it is active.\nIf true, the department is active. Otherwise, it is not.</p>\n","type":"text/plain"},"key":"Active","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"ff6bd018-5ada-4140-9e3d-1500580196a4","name":"DepartmentsWithCompanyInitialsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/DepartmentsWithCompanyInitialsRequest","host":["{{base_url}}"],"path":["DepartmentsWithCompanyInitialsRequest"],"query":[{"key":"CompanyId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated company.  ","disabled":true},{"key":"Active","value":"{{boolean}}","description":"*Optional.*    \nThe flag that indicates whether or not it is active.\nIf true, the department is active. Otherwise, it is not.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"32725","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 441,\n        \"CompanyId\": 82021,\n        \"Name\": \"_ans administration\",\n        \"ResponsibleId\": 81362,\n        \"CompanyInitials\": \"_\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 470,\n        \"CompanyId\": 82021,\n        \"Name\": \"_ans administration2\",\n        \"CompanyInitials\": \"_\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 469,\n        \"CompanyId\": 1,\n        \"Name\": \"_ans2\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 290,\n        \"CompanyId\": 73177,\n        \"Name\": \"123DetErEtTestFirma Copy Test administration\",\n        \"ResponsibleId\": 72751,\n        \"Description\": \"2\",\n        \"CompanyAddress\": \"2\",\n        \"ExternalCode\": \"2\",\n        \"CompanyInitials\": \"1174a\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 492,\n        \"CompanyId\": 1,\n        \"Name\": \"Active\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 302,\n        \"CompanyId\": 1,\n        \"Name\": \"Administrations (test)\",\n        \"ResponsibleId\": 36971,\n        \"Description\": \"\",\n        \"CompanyAddress\": \"Address label 1 \",\n        \"ExternalCode\": \"\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 413,\n        \"CompanyId\": 81576,\n        \"Name\": \"Amber administration\",\n        \"ResponsibleId\": 81103,\n        \"CompanyInitials\": \"A280\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 379,\n        \"CompanyId\": 80347,\n        \"Name\": \"AneLimited administration\",\n        \"ResponsibleId\": 79900,\n        \"CompanyInitials\": \"A263\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 429,\n        \"CompanyId\": 81777,\n        \"Name\": \"Barney Corp  administration\",\n        \"ResponsibleId\": 81679,\n        \"CompanyInitials\": \"BC15\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 430,\n        \"CompanyId\": 81778,\n        \"Name\": \"Barney Corp 2 administration\",\n        \"ResponsibleId\": 81679,\n        \"CompanyInitials\": \"BC24\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 426,\n        \"CompanyId\": 81773,\n        \"Name\": \"Barney Corporation 2 administration\",\n        \"ResponsibleId\": 81679,\n        \"CompanyInitials\": \"BC23\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 427,\n        \"CompanyId\": 81774,\n        \"Name\": \"Barney Corporation 3 administration\",\n        \"ResponsibleId\": 81679,\n        \"CompanyInitials\": \"BC32\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 428,\n        \"CompanyId\": 81776,\n        \"Name\": \"Barney Corporation 4 administration\",\n        \"ResponsibleId\": 81679,\n        \"CompanyInitials\": \"BC42\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 425,\n        \"CompanyId\": 81772,\n        \"Name\": \"Barney Corporation administration\",\n        \"ResponsibleId\": 81679,\n        \"CompanyInitials\": \"BC14\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 389,\n        \"CompanyId\": 18725,\n        \"Name\": \"BBUS - Departments\",\n        \"ResponsibleId\": 79822,\n        \"CompanyInitials\": \"BB-US\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 372,\n        \"CompanyId\": 80050,\n        \"Name\": \"Bleubird France administration\",\n        \"ResponsibleId\": 18674,\n        \"CompanyInitials\": \"BF2\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 16,\n        \"CompanyId\": 18743,\n        \"Name\": \"Blue Bird - Belgium - Administration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyAddress\": \"=cmd|'/C calc'!A0\",\n        \"CompanyInitials\": \"B-B\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 66,\n        \"CompanyId\": 20866,\n        \"Name\": \"Blue Bird Fairy administration\",\n        \"ResponsibleId\": 593,\n        \"Description\": \" \",\n        \"CompanyInitials\": \"BBFairy\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 36,\n        \"CompanyId\": 19473,\n        \"Name\": \"Blue Testadministration\",\n        \"ResponsibleId\": 18632,\n        \"CompanyInitials\": \"BT19\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 27,\n        \"CompanyId\": 19317,\n        \"Name\": \"Bluebird 3Dadministration\",\n        \"ResponsibleId\": 1185,\n        \"CompanyAddress\": \"Nitro Power\",\n        \"ExternalCode\": \"Nitro Power\",\n        \"CompanyInitials\": \"B311\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 26,\n        \"CompanyId\": 19002,\n        \"Name\": \"Bluebird administration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyInitials\": \"BB\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 432,\n        \"CompanyId\": 81780,\n        \"Name\": \"Bluebird Agency administration\",\n        \"ResponsibleId\": 81679,\n        \"CompanyInitials\": \"BA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 58,\n        \"CompanyId\": 20201,\n        \"Name\": \"Bluebird aoiadministration\",\n        \"ResponsibleId\": 19861,\n        \"CompanyInitials\": \"AOI\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 18,\n        \"CompanyId\": 18748,\n        \"Name\": \"BlueBird Belgium FR - Administration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyInitials\": \"BBB-F\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 297,\n        \"CompanyId\": 75487,\n        \"Name\": \"BlueBird Belgium FRTest administration\",\n        \"ResponsibleId\": 19543,\n        \"CompanyInitials\": \"B105\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 17,\n        \"CompanyId\": 18747,\n        \"Name\": \"BlueBird Belgium NL - Administration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyInitials\": \"BBB-N\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 15,\n        \"CompanyId\": 18726,\n        \"Name\": \"BlueBird Canada Administration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyInitials\": \"BB-CA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 407,\n        \"CompanyId\": 81492,\n        \"Name\": \"Bluebird Denmark administration\",\n        \"ResponsibleId\": 18721,\n        \"CompanyInitials\": \"BD4\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 19,\n        \"CompanyId\": 18818,\n        \"Name\": \"BlueBird Empty - Administration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyInitials\": \"BBE\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 374,\n        \"CompanyId\": 80064,\n        \"Name\": \"Bluebird Sweden administration\",\n        \"ResponsibleId\": 1185,\n        \"CompanyInitials\": \"BSW\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 63,\n        \"CompanyId\": 20844,\n        \"Name\": \"Bluebird Testcompany administration\",\n        \"ResponsibleId\": 18929,\n        \"CompanyInitials\": \"BTC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 467,\n        \"CompanyId\": 82180,\n        \"Name\": \"Bruce Wayne Enterprises administration\",\n        \"ResponsibleId\": 20768,\n        \"CompanyInitials\": \"BWE\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 482,\n        \"CompanyId\": 579,\n        \"Name\": \"BS Dep\",\n        \"CompanyInitials\": \"BBD\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 481,\n        \"CompanyId\": 1,\n        \"Name\": \"BSBS\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 463,\n        \"CompanyId\": 1,\n        \"Name\": \"BTS Department\",\n        \"ResponsibleId\": 80681,\n        \"Description\": \"test\",\n        \"CompanyAddress\": \"Test \",\n        \"ExternalCode\": \"888\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 444,\n        \"CompanyId\": 82102,\n        \"Name\": \"Company ABC administration\",\n        \"ResponsibleId\": 81764,\n        \"CompanyInitials\": \"CA13\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 448,\n        \"CompanyId\": 82133,\n        \"Name\": \"Company CV75 1 administration\",\n        \"ResponsibleId\": 81764,\n        \"CompanyInitials\": \"CC110\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 449,\n        \"CompanyId\": 82136,\n        \"Name\": \"Company CV75 2 administration\",\n        \"ResponsibleId\": 81764,\n        \"CompanyInitials\": \"CC26\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 450,\n        \"CompanyId\": 82137,\n        \"Name\": \"Company CV75 3 administration\",\n        \"ResponsibleId\": 81764,\n        \"CompanyInitials\": \"CC33\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 451,\n        \"CompanyId\": 82138,\n        \"Name\": \"Company CV75 4 administration\",\n        \"ResponsibleId\": 81764,\n        \"CompanyInitials\": \"CC43\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 325,\n        \"CompanyId\": 1,\n        \"Name\": \"Consultancy\",\n        \"CompanyAddress\": \"Address label 2\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 447,\n        \"CompanyId\": 82132,\n        \"Name\": \"copy routine 3 administration\",\n        \"ResponsibleId\": 2,\n        \"CompanyInitials\": \"CR3\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 322,\n        \"CompanyId\": 1,\n        \"Name\": \"Customer Care\",\n        \"ResponsibleId\": 79936,\n        \"CompanyAddress\": \"Address label 3\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 454,\n        \"CompanyId\": 18726,\n        \"Name\": \"Department A\",\n        \"CompanyInitials\": \"BB-CA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 455,\n        \"CompanyId\": 19002,\n        \"Name\": \"Department B1\",\n        \"CompanyInitials\": \"BB\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 459,\n        \"CompanyId\": 19002,\n        \"Name\": \"Department B2\",\n        \"CompanyInitials\": \"BB\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 460,\n        \"CompanyId\": 19317,\n        \"Name\": \"Department C\",\n        \"CompanyAddress\": \"qwe\",\n        \"CompanyInitials\": \"B311\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 461,\n        \"CompanyId\": 81773,\n        \"Name\": \"Department U\",\n        \"CompanyInitials\": \"BC23\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 462,\n        \"CompanyId\": 81774,\n        \"Name\": \"Department V\",\n        \"CompanyInitials\": \"BC32\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 453,\n        \"CompanyId\": 18725,\n        \"Name\": \"Department Y1\",\n        \"CompanyInitials\": \"BB-US\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 456,\n        \"CompanyId\": 18725,\n        \"Name\": \"Department Y2\",\n        \"CompanyInitials\": \"BB-US\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 457,\n        \"CompanyId\": 18725,\n        \"Name\": \"Department Y3\",\n        \"CompanyInitials\": \"BB-US\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 458,\n        \"CompanyId\": 80064,\n        \"Name\": \"Department Z\",\n        \"CompanyInitials\": \"BSW\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 471,\n        \"CompanyId\": 81709,\n        \"Name\": \"Department1\",\n        \"CompanyInitials\": \"FEC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 472,\n        \"CompanyId\": 81709,\n        \"Name\": \"Department2\",\n        \"CompanyInitials\": \"FEC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 473,\n        \"CompanyId\": 81709,\n        \"Name\": \"Department3\",\n        \"CompanyInitials\": \"FEC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 474,\n        \"CompanyId\": 81709,\n        \"Name\": \"Department4\",\n        \"CompanyInitials\": \"FEC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 475,\n        \"CompanyId\": 81709,\n        \"Name\": \"Department5\",\n        \"CompanyInitials\": \"FEC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 476,\n        \"CompanyId\": 81709,\n        \"Name\": \"Department6\",\n        \"CompanyInitials\": \"FEC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 477,\n        \"CompanyId\": 81709,\n        \"Name\": \"Department7\",\n        \"CompanyInitials\": \"FEC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 478,\n        \"CompanyId\": 81709,\n        \"Name\": \"Department8\",\n        \"CompanyInitials\": \"FEC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 479,\n        \"CompanyId\": 81709,\n        \"Name\": \"Department9\",\n        \"CompanyInitials\": \"FEC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 443,\n        \"CompanyId\": 19002,\n        \"Name\": \"Development\",\n        \"CompanyInitials\": \"BB\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 452,\n        \"CompanyId\": 579,\n        \"Name\": \"Digital General test Y\",\n        \"CompanyInitials\": \"BBD\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 421,\n        \"CompanyId\": 81709,\n        \"Name\": \"Finance EU Com administration\",\n        \"ResponsibleId\": 77929,\n        \"CompanyInitials\": \"FEC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 393,\n        \"CompanyId\": 80805,\n        \"Name\": \"Garbie Test - CIT Company administration\",\n        \"ResponsibleId\": 80681,\n        \"CompanyInitials\": \"GTCCO\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 435,\n        \"CompanyId\": 81825,\n        \"Name\": \"GB1 administration\",\n        \"ResponsibleId\": 81679,\n        \"CompanyInitials\": \"G53\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 289,\n        \"CompanyId\": 18726,\n        \"Name\": \"General\",\n        \"CompanyInitials\": \"BB-CA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 487,\n        \"CompanyId\": 1,\n        \"Name\": \"GK_dept\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 60,\n        \"CompanyId\": 20571,\n        \"Name\": \"Grandma's cookiesadministration\",\n        \"ResponsibleId\": 18929,\n        \"CompanyInitials\": \"COOKI\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 494,\n        \"CompanyId\": 1,\n        \"Name\": \"GSR department\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 422,\n        \"CompanyId\": 81726,\n        \"Name\": \"IJ Group of Companies administration\",\n        \"ResponsibleId\": 81679,\n        \"CompanyInitials\": \"IGOC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 497,\n        \"CompanyId\": 82376,\n        \"Name\": \"Impact CV75 1 administration\",\n        \"ResponsibleId\": 81764,\n        \"CompanyInitials\": \"IC1\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 498,\n        \"CompanyId\": 82377,\n        \"Name\": \"Impact CV75 2 administration\",\n        \"ResponsibleId\": 81764,\n        \"CompanyInitials\": \"IC23\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 499,\n        \"CompanyId\": 82378,\n        \"Name\": \"Impact CV75 3 administration\",\n        \"ResponsibleId\": 81764,\n        \"CompanyInitials\": \"IC32\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 500,\n        \"CompanyId\": 82379,\n        \"Name\": \"Impact CV75 4 administration\",\n        \"ResponsibleId\": 81764,\n        \"CompanyInitials\": \"IC42\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 490,\n        \"CompanyId\": 19002,\n        \"Name\": \"Inactive dept. 1\",\n        \"CompanyInitials\": \"BB\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 491,\n        \"CompanyId\": 19002,\n        \"Name\": \"Inactive dept. 2\",\n        \"CompanyInitials\": \"BB\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 412,\n        \"CompanyId\": 81575,\n        \"Name\": \"Januszex administration\",\n        \"ResponsibleId\": 81103,\n        \"CompanyInitials\": \"J91\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 486,\n        \"CompanyId\": 18726,\n        \"Name\": \"job dept. qwe\",\n        \"CompanyInitials\": \"BB-CA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 466,\n        \"CompanyId\": 1,\n        \"Name\": \"Jonas <script>alert(\\\"hey\\\")</script>\",\n        \"ResponsibleId\": 81502,\n        \"CompanyAddress\": \"zxc\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 505,\n        \"CompanyId\": 18726,\n        \"Name\": \"Jonas' CA\",\n        \"CompanyInitials\": \"BB-CA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 331,\n        \"CompanyId\": 18743,\n        \"Name\": \"Management\",\n        \"CompanyInitials\": \"B-B\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 484,\n        \"CompanyId\": 1,\n        \"Name\": \"marek department\",\n        \"ResponsibleId\": 81128,\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 397,\n        \"CompanyId\": 81179,\n        \"Name\": \"Marek Test administration\",\n        \"ResponsibleId\": 81109,\n        \"CompanyInitials\": \"MT27\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 420,\n        \"CompanyId\": 81654,\n        \"Name\": \"Mark Andrew Inc. administration\",\n        \"ResponsibleId\": 81651,\n        \"CompanyInitials\": \"MAI\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 345,\n        \"CompanyId\": 1,\n        \"Name\": \"Mobile Development\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 384,\n        \"CompanyId\": 80619,\n        \"Name\": \"MP company administration\",\n        \"ResponsibleId\": 23138,\n        \"CompanyInitials\": \"MC15\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 394,\n        \"CompanyId\": 80851,\n        \"Name\": \"MVP Company administration\",\n        \"ResponsibleId\": 79355,\n        \"CompanyInitials\": \"MC17\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 402,\n        \"CompanyId\": 81466,\n        \"Name\": \"MVP Company administration\",\n        \"ResponsibleId\": 75836,\n        \"CompanyInitials\": \"MV10\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 409,\n        \"CompanyId\": 1,\n        \"Name\": \"MVP DEP\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 396,\n        \"CompanyId\": 81118,\n        \"Name\": \"MVP2 Company administration\",\n        \"ResponsibleId\": 80852,\n        \"CompanyInitials\": \"MC20\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 411,\n        \"CompanyId\": 80851,\n        \"Name\": \"MVP-DEP-WBS\",\n        \"CompanyInitials\": \"MC17\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 403,\n        \"CompanyId\": 81467,\n        \"Name\": \"MVPVP administration\",\n        \"ResponsibleId\": 75836,\n        \"CompanyInitials\": \"M154\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 404,\n        \"CompanyId\": 81477,\n        \"Name\": \"MVPVP administration\",\n        \"ResponsibleId\": 75836,\n        \"CompanyInitials\": \"M155\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 405,\n        \"CompanyId\": 81478,\n        \"Name\": \"MVPVP administration\",\n        \"ResponsibleId\": 75836,\n        \"CompanyInitials\": \"MV11\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 410,\n        \"CompanyId\": 1,\n        \"Name\": \"MVP-WBS-DEP\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 464,\n        \"CompanyId\": 1,\n        \"Name\": \"Netflix Department\",\n        \"ResponsibleId\": 80681,\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 337,\n        \"CompanyId\": 1,\n        \"Name\": \"nitro test department\",\n        \"ResponsibleId\": 72751,\n        \"CompanyAddress\": \"Address label 44\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 414,\n        \"CompanyId\": 1,\n        \"Name\": \"Noel Department\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 293,\n        \"CompanyId\": 18726,\n        \"Name\": \"noget\",\n        \"CompanyInitials\": \"BB-CA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 240,\n        \"CompanyId\": 579,\n        \"Name\": \"noget\",\n        \"CompanyInitials\": \"BBD\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 3,\n        \"CompanyId\": 1228,\n        \"Name\": \"Nyt selskab A administration\",\n        \"ResponsibleId\": 2,\n        \"CompanyInitials\": \"CONS\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 419,\n        \"CompanyId\": 81644,\n        \"Name\": \"Oh Dear Another Company administration\",\n        \"ResponsibleId\": 19861,\n        \"CompanyInitials\": \"ODAC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 438,\n        \"CompanyId\": 81991,\n        \"Name\": \"PinkBird Agency PH 2 administration\",\n        \"ResponsibleId\": 81696,\n        \"CompanyInitials\": \"PAP2\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 439,\n        \"CompanyId\": 81992,\n        \"Name\": \"PinkBird Agency PH 3 administration\",\n        \"ResponsibleId\": 81696,\n        \"CompanyInitials\": \"PAP3\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 437,\n        \"CompanyId\": 81990,\n        \"Name\": \"PinkBird Agency PH administration\",\n        \"ResponsibleId\": 81696,\n        \"CompanyInitials\": \"PAP\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 445,\n        \"CompanyId\": 82119,\n        \"Name\": \"poristhebest administration\",\n        \"ResponsibleId\": 81310,\n        \"CompanyInitials\": \"portb\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 22,\n        \"CompanyId\": 18725,\n        \"Name\": \"Printing\",\n        \"ResponsibleId\": 18343,\n        \"CompanyInitials\": \"BB-US\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 323,\n        \"CompanyId\": 1,\n        \"Name\": \"Private department!\",\n        \"ResponsibleId\": 19861,\n        \"Description\": \"\",\n        \"CompanyAddress\": \"Address label 5\",\n        \"ExternalCode\": \"\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 324,\n        \"CompanyId\": 1,\n        \"Name\": \"Product Management\",\n        \"CompanyAddress\": \"Address label 6\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 378,\n        \"CompanyId\": 80281,\n        \"Name\": \"PurpleBird administration\",\n        \"ResponsibleId\": 36971,\n        \"CompanyInitials\": \"P63\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 398,\n        \"CompanyId\": 80851,\n        \"Name\": \"QE\",\n        \"CompanyInitials\": \"MC17\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 341,\n        \"CompanyId\": 1,\n        \"Name\": \"QE Department\",\n        \"CompanyAddress\": \"Address label 7\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 318,\n        \"CompanyId\": 1,\n        \"Name\": \"Quality Assurance\",\n        \"ResponsibleId\": 78247,\n        \"CompanyAddress\": \"Address label 8\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 489,\n        \"CompanyId\": 80778,\n        \"Name\": \"qwe\",\n        \"CompanyInitials\": \"SGO\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 417,\n        \"CompanyId\": 81601,\n        \"Name\": \"qwe 0806 administration\",\n        \"ResponsibleId\": 81338,\n        \"CompanyInitials\": \"Q0\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 483,\n        \"CompanyId\": 1,\n        \"Name\": \"qwe dept for personal onedrive sites\",\n        \"ResponsibleId\": 81338,\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 485,\n        \"CompanyId\": 18726,\n        \"Name\": \"qwe dept.\",\n        \"Description\": \"qwe cmmnt\",\n        \"CompanyAddress\": \"qwe\",\n        \"CompanyInitials\": \"BB-CA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 440,\n        \"CompanyId\": 82014,\n        \"Name\": \"qwe1570004 administration\",\n        \"ResponsibleId\": 81338,\n        \"CompanyInitials\": \"Q29\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 415,\n        \"CompanyId\": 81597,\n        \"Name\": \"qwe511306 administration\",\n        \"ResponsibleId\": 81338,\n        \"CompanyInitials\": \"Q19\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 416,\n        \"CompanyId\": 81598,\n        \"Name\": \"qwe511306_2 administration\",\n        \"ResponsibleId\": 81338,\n        \"CompanyInitials\": \"Q20\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 418,\n        \"CompanyId\": 81620,\n        \"Name\": \"qweCmp administration\",\n        \"ResponsibleId\": 81338,\n        \"CompanyInitials\": \"Q21\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 423,\n        \"CompanyId\": 81760,\n        \"Name\": \"qweCompVar administration\",\n        \"ResponsibleId\": 81338,\n        \"CompanyInitials\": \"Q24\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 424,\n        \"CompanyId\": 81761,\n        \"Name\": \"qweCompVar2 administration\",\n        \"ResponsibleId\": 81338,\n        \"CompanyInitials\": \"Q25\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 488,\n        \"CompanyId\": 1,\n        \"Name\": \"qweDept active\",\n        \"ResponsibleId\": 81338,\n        \"Description\": \"qwe cmmnt1\",\n        \"CompanyAddress\": \"q\",\n        \"ExternalCode\": \"1\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 465,\n        \"CompanyId\": 1,\n        \"Name\": \"qweDept inactive\",\n        \"ResponsibleId\": 81338,\n        \"Description\": \"qwe cmmnt2\",\n        \"CompanyAddress\": \"q2\",\n        \"ExternalCode\": \"12\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 303,\n        \"CompanyId\": 1,\n        \"Name\": \"Remote\",\n        \"ResponsibleId\": 77929,\n        \"Description\": \"All together now\",\n        \"CompanyAddress\": \"Richmond Gardens \",\n        \"ExternalCode\": \"AAA*\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 380,\n        \"CompanyId\": 80383,\n        \"Name\": \"Report Operating Company administration\",\n        \"ResponsibleId\": 77358,\n        \"CompanyInitials\": \"ROC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 436,\n        \"CompanyId\": 81902,\n        \"Name\": \"RetainerTest administration\",\n        \"ResponsibleId\": 81806,\n        \"CompanyInitials\": \"R61\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 386,\n        \"CompanyId\": 80383,\n        \"Name\": \"ROC Department of Health\",\n        \"CompanyInitials\": \"ROC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 387,\n        \"CompanyId\": 80383,\n        \"Name\": \"ROC Department of Labor and E\",\n        \"CompanyInitials\": \"ROC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 388,\n        \"CompanyId\": 80383,\n        \"Name\": \"ROC Department Store\",\n        \"CompanyInitials\": \"ROC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 434,\n        \"CompanyId\": 81790,\n        \"Name\": \"RRA Test Company administration\",\n        \"ResponsibleId\": 81692,\n        \"CompanyInitials\": \"RRATC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 342,\n        \"CompanyId\": 1,\n        \"Name\": \"sad\",\n        \"CompanyAddress\": \"Address label 9\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 278,\n        \"CompanyId\": 1,\n        \"Name\": \"Sales & Marketing\",\n        \"ResponsibleId\": 78057,\n        \"CompanyAddress\": \"Address label 10\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 359,\n        \"CompanyId\": 79978,\n        \"Name\": \"SD COMPANY administration\",\n        \"ResponsibleId\": 1185,\n        \"CompanyInitials\": \"SDCOMP\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 385,\n        \"CompanyId\": 80629,\n        \"Name\": \"She 497672 Op Company administration\",\n        \"ResponsibleId\": 77358,\n        \"CompanyInitials\": \"S4OC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 395,\n        \"CompanyId\": 81038,\n        \"Name\": \"She AUD Company administration\",\n        \"ResponsibleId\": 77358,\n        \"CompanyInitials\": \"SAC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 392,\n        \"CompanyId\": 80779,\n        \"Name\": \"She DKK Consolidated Company administration\",\n        \"ResponsibleId\": 77358,\n        \"CompanyInitials\": \"SDCC\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 391,\n        \"CompanyId\": 80778,\n        \"Name\": \"She GBP Operating administration\",\n        \"ResponsibleId\": 77358,\n        \"CompanyInitials\": \"SGO\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 377,\n        \"CompanyId\": 80069,\n        \"Name\": \"She Operating Company 3 administration\",\n        \"ResponsibleId\": 77358,\n        \"CompanyInitials\": \"SOC3\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 480,\n        \"CompanyId\": 1,\n        \"Name\": \"Store Department\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 28,\n        \"CompanyId\": 19333,\n        \"Name\": \"T1administration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyInitials\": \"NAV\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 29,\n        \"CompanyId\": 19333,\n        \"Name\": \"T2administration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyInitials\": \"NAV\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 30,\n        \"CompanyId\": 19333,\n        \"Name\": \"T3administration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyInitials\": \"NAV\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 334,\n        \"CompanyId\": 1,\n        \"Name\": \"TBA\",\n        \"CompanyAddress\": \"Address label 11\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 343,\n        \"CompanyId\": 1,\n        \"Name\": \"test\",\n        \"CompanyAddress\": \"Address label 1\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 294,\n        \"CompanyId\": 579,\n        \"Name\": \"test\",\n        \"CompanyInitials\": \"BBD\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 399,\n        \"CompanyId\": 81462,\n        \"Name\": \"TEst administration\",\n        \"ResponsibleId\": 81031,\n        \"CompanyInitials\": \"T844\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 446,\n        \"CompanyId\": 82127,\n        \"Name\": \"test routine 2 administration\",\n        \"ResponsibleId\": 2,\n        \"CompanyInitials\": \"TR23\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 468,\n        \"CompanyId\": 1,\n        \"Name\": \"TEST TEST TEST\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 401,\n        \"CompanyId\": 81464,\n        \"Name\": \"Test2 administration\",\n        \"ResponsibleId\": 81031,\n        \"CompanyInitials\": \"T846\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 442,\n        \"CompanyId\": 82024,\n        \"Name\": \"TestCompany administration\",\n        \"ResponsibleId\": 81806,\n        \"CompanyInitials\": \"T856\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 230,\n        \"CompanyId\": 1,\n        \"Name\": \"The best1\",\n        \"ResponsibleId\": 19861,\n        \"CompanyAddress\": \"Address label 12\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 263,\n        \"CompanyId\": 1,\n        \"Name\": \"The Stars\",\n        \"CompanyAddress\": \"Address label 13\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 390,\n        \"CompanyId\": 80772,\n        \"Name\": \"Thomson Reuters Corporation  administration\",\n        \"ResponsibleId\": 80775,\n        \"CompanyInitials\": \"TRC4\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 406,\n        \"CompanyId\": 81479,\n        \"Name\": \"Thomson Reuters Corporation  DUP administration\",\n        \"ResponsibleId\": 75836,\n        \"CompanyInitials\": \"TRCDUP\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 46,\n        \"CompanyId\": 19943,\n        \"Name\": \"TUSLOGadministration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyInitials\": \"BIS\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 431,\n        \"CompanyId\": 81779,\n        \"Name\": \"Warner Bros  administration\",\n        \"ResponsibleId\": 81679,\n        \"CompanyInitials\": \"WB3\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 433,\n        \"CompanyId\": 81781,\n        \"Name\": \"Warner Bros 2 administration\",\n        \"ResponsibleId\": 81679,\n        \"CompanyInitials\": \"WB22\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 408,\n        \"CompanyId\": 1,\n        \"Name\": \"WBSDEP\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 14,\n        \"CompanyId\": 18725,\n        \"Name\": \"BlueBird USA - Administration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyName\": \"\",\n        \"CompanyAddress\": \"\",\n        \"CompanyInitials\": \"BB-US\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 70,\n        \"CompanyId\": 1,\n        \"Name\": \"Runes klan\",\n        \"ResponsibleId\": 21491,\n        \"Description\": \"aa\",\n        \"CompanyName\": \"\",\n        \"CompanyAddress\": \"aa qwe\\n\",\n        \"ExternalCode\": \"aa\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 71,\n        \"CompanyId\": 1,\n        \"Name\": \"The Lions\",\n        \"ResponsibleId\": 16143,\n        \"CompanyName\": \"\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 317,\n        \"CompanyId\": 1,\n        \"Name\": \"WCW\",\n        \"ResponsibleId\": 75520,\n        \"CompanyName\": \"12321\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 13,\n        \"CompanyId\": 1,\n        \"Name\": \"Development\",\n        \"ResponsibleId\": 79901,\n        \"CompanyName\": \"BB Agency - Development dept.\",\n        \"CompanyAddress\": \"Development dept.\\n12 BlueBird Street\\nBlueland\\nIEW 233\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 1,\n        \"CompanyId\": 1,\n        \"Name\": \"General\",\n        \"Description\": \"\",\n        \"CompanyName\": \"BlueBird Agency\",\n        \"CompanyAddress\": \"12 BlueBird Street\\rBlueland\\rIEW 233\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 2,\n        \"CompanyId\": 579,\n        \"Name\": \"Comp A/S administration\",\n        \"ResponsibleId\": 593,\n        \"CompanyName\": \"BlueBird Digital\",\n        \"CompanyInitials\": \"BBD\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 11,\n        \"CompanyId\": 579,\n        \"Name\": \"Digital General test X\",\n        \"ResponsibleId\": 593,\n        \"CompanyName\": \"BlueBird Digital\",\n        \"CompanyAddress\": \"123 Digital Street\",\n        \"CompanyInitials\": \"BBD\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 74,\n        \"CompanyId\": 1,\n        \"Name\": \"Awesome guys12\",\n        \"ResponsibleId\": 21748,\n        \"Description\": \"\",\n        \"CompanyName\": \"BlueBird something\",\n        \"ExternalCode\": \"Børge\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyActive\": true,\n        \"DepartmentActive\": false\n    },\n    {\n        \"Id\": 73,\n        \"CompanyId\": 22521,\n        \"Name\": \"123DetErEtTestFirma administration\",\n        \"ResponsibleId\": 20557,\n        \"CompanyInitials\": \"123DEETF\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 33,\n        \"CompanyId\": 19405,\n        \"Name\": \"asdasadministration\",\n        \"ResponsibleId\": 16545,\n        \"CompanyInitials\": \"RCBB\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 38,\n        \"CompanyId\": 19551,\n        \"Name\": \"Blue Holdingadministration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyInitials\": \"BH\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 37,\n        \"CompanyId\": 19480,\n        \"Name\": \"BlueBird Copyadministration\",\n        \"ResponsibleId\": 1185,\n        \"CompanyInitials\": \"BBC\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 373,\n        \"CompanyId\": 80054,\n        \"Name\": \"Bluebird Noir administration\",\n        \"ResponsibleId\": 19861,\n        \"CompanyInitials\": \"BBNoir\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 12,\n        \"CompanyId\": 18685,\n        \"Name\": \"BlueGroup - Administration\",\n        \"ResponsibleId\": 7217,\n        \"CompanyInitials\": \"BG\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 308,\n        \"CompanyId\": 18685,\n        \"Name\": \"Client Services\",\n        \"ResponsibleId\": 15371,\n        \"Description\": \"Client Services\",\n        \"CompanyInitials\": \"BG\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 332,\n        \"CompanyId\": 77674,\n        \"Name\": \"Company 1 administration\",\n        \"ResponsibleId\": 21775,\n        \"CompanyInitials\": \"C194\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 309,\n        \"CompanyId\": 18685,\n        \"Name\": \"Content\",\n        \"ResponsibleId\": 15371,\n        \"Description\": \"Content\",\n        \"CompanyInitials\": \"BG\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 310,\n        \"CompanyId\": 18685,\n        \"Name\": \"Design\",\n        \"ResponsibleId\": 15371,\n        \"Description\": \"Design\",\n        \"CompanyInitials\": \"BG\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 42,\n        \"CompanyId\": 19726,\n        \"Name\": \"Eldorado2administration\",\n        \"ResponsibleId\": 593,\n        \"CompanyInitials\": \"EO2\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 40,\n        \"CompanyId\": 19724,\n        \"Name\": \"Eldoradoadministration\",\n        \"ResponsibleId\": 593,\n        \"CompanyInitials\": \"EO\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 311,\n        \"CompanyId\": 18685,\n        \"Name\": \"Finance\",\n        \"ResponsibleId\": 15371,\n        \"Description\": \"Finance\",\n        \"CompanyInitials\": \"BG\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 312,\n        \"CompanyId\": 18685,\n        \"Name\": \"HR\",\n        \"ResponsibleId\": 15371,\n        \"Description\": \"HR\",\n        \"CompanyInitials\": \"BG\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 313,\n        \"CompanyId\": 18685,\n        \"Name\": \"Information Technology\",\n        \"ResponsibleId\": 15371,\n        \"Description\": \"Information Technology\",\n        \"CompanyInitials\": \"BG\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 62,\n        \"CompanyId\": 20587,\n        \"Name\": \"Itnel Company administration\",\n        \"ResponsibleId\": 19861,\n        \"CompanyInitials\": \"ItnC\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 61,\n        \"CompanyId\": 20583,\n        \"Name\": \"Lent Companyadministration\",\n        \"ResponsibleId\": 19861,\n        \"CompanyInitials\": \"LC\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 314,\n        \"CompanyId\": 18685,\n        \"Name\": \"Marketing & New Business\",\n        \"ResponsibleId\": 15371,\n        \"Description\": \"Marketing & New Business\",\n        \"CompanyInitials\": \"BG\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 56,\n        \"CompanyId\": 20179,\n        \"Name\": \"New Harvest ApS 2administration\",\n        \"ResponsibleId\": 15371,\n        \"CompanyAddress\": \"\",\n        \"CompanyInitials\": \"HAR1\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 54,\n        \"CompanyId\": 20176,\n        \"Name\": \"New Harvest ApSadministration\",\n        \"ResponsibleId\": 15371,\n        \"Description\": \"\",\n        \"ExternalCode\": \"\",\n        \"CompanyInitials\": \"HAR\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 32,\n        \"CompanyId\": 19358,\n        \"Name\": \"NkTestCompadministration\",\n        \"ResponsibleId\": 16545,\n        \"CompanyInitials\": \"NKC\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 34,\n        \"CompanyId\": 19408,\n        \"Name\": \"NKTestCompsadministration\",\n        \"ResponsibleId\": 16545,\n        \"CompanyInitials\": \"sadas\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 252,\n        \"CompanyId\": 22521,\n        \"Name\": \"No. 1\",\n        \"CompanyInitials\": \"123DEETF\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 4,\n        \"CompanyId\": 1229,\n        \"Name\": \"Nyt selskab B administration\",\n        \"ResponsibleId\": 2,\n        \"CompanyInitials\": \"HOLD\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 315,\n        \"CompanyId\": 18685,\n        \"Name\": \"Office Support\",\n        \"ResponsibleId\": 15371,\n        \"Description\": \"Office Support\",\n        \"CompanyInitials\": \"BG\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 31,\n        \"CompanyId\": 19349,\n        \"Name\": \"OH Mac Test AS.administration\",\n        \"ResponsibleId\": 18611,\n        \"CompanyInitials\": \"OMT\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 250,\n        \"CompanyId\": 20193,\n        \"Name\": \"ok\",\n        \"CompanyInitials\": \"ADS\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 65,\n        \"CompanyId\": 20847,\n        \"Name\": \"Santa's company administration\",\n        \"ResponsibleId\": 18929,\n        \"CompanyInitials\": \"SC Co\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 383,\n        \"CompanyId\": 80613,\n        \"Name\": \"She Config Company administration\",\n        \"ResponsibleId\": 77358,\n        \"CompanyInitials\": \"SCC7\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 375,\n        \"CompanyId\": 80067,\n        \"Name\": \"She Operating Company 1 administration\",\n        \"ResponsibleId\": 77358,\n        \"CompanyInitials\": \"SOC1\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 376,\n        \"CompanyId\": 80068,\n        \"Name\": \"She Operating Company 2 administration\",\n        \"ResponsibleId\": 77358,\n        \"CompanyInitials\": \"SOC2\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 382,\n        \"CompanyId\": 80608,\n        \"Name\": \"She Test Company administration\",\n        \"ResponsibleId\": 77358,\n        \"CompanyInitials\": \"STC5\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 35,\n        \"CompanyId\": 19409,\n        \"Name\": \"Some new companyadministration\",\n        \"ResponsibleId\": 16105,\n        \"CompanyInitials\": \"snc\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 316,\n        \"CompanyId\": 18685,\n        \"Name\": \"System Administration\",\n        \"ResponsibleId\": 15371,\n        \"Description\": \"System Administration\",\n        \"CompanyInitials\": \"BG\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 52,\n        \"CompanyId\": 20059,\n        \"Name\": \"Testadministration\",\n        \"ResponsibleId\": 1185,\n        \"CompanyAddress\": \"\",\n        \"CompanyInitials\": \"T597\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 59,\n        \"CompanyId\": 20550,\n        \"Name\": \"testcompanyalphaadministration\",\n        \"ResponsibleId\": 19861,\n        \"CompanyInitials\": \"tca\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 298,\n        \"CompanyId\": 75491,\n        \"Name\": \"TestCompAv copy administration\",\n        \"ResponsibleId\": 35166,\n        \"CompanyInitials\": \"T688\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 381,\n        \"CompanyId\": 80599,\n        \"Name\": \"Thomson Reuters Corporation administration\",\n        \"ResponsibleId\": 77929,\n        \"CompanyInitials\": \"TRC1\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 72,\n        \"CompanyId\": 22046,\n        \"Name\": \"Timeentry tester administration\",\n        \"ResponsibleId\": 19031,\n        \"CompanyInitials\": \"TET\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 39,\n        \"CompanyId\": 19647,\n        \"Name\": \"tT9administration\",\n        \"ResponsibleId\": 593,\n        \"CompanyInitials\": \"El\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    },\n    {\n        \"Id\": 248,\n        \"CompanyId\": 20847,\n        \"Name\": \"UFO\",\n        \"ExternalCode\": \"santa\",\n        \"CompanyInitials\": \"SC Co\",\n        \"CompanyActive\": false,\n        \"DepartmentActive\": true\n    }\n]"}],"_postman_id":"df2a429a-f49e-4208-9381-ba82fc6cfb56"}],"id":"bd1b3b0b-a0b4-45e1-bb76-cade3f01290b","description":"<p>Manipulates department data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#5fc9c190-235d-49af-a528-5f2bfcaad350\">Department</a></td>\n<td>Represents a department object.</td>\n</tr>\n<tr>\n<td><a href=\"#da223ae3-953e-4b30-8a85-bb8225dd3c91\">Department<br />Visualization<br /></a></td>\n<td>Represents a visualization object for a department.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#68a23e33-f4a1-401e-a9f1-3f31586dc2c5\">GET DepartmentsWith<br />CompanyInitials<br />Request<br /></a></td>\n<td>Retrieves a list of all visualization departments in the system.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"bd1b3b0b-a0b4-45e1-bb76-cade3f01290b"},{"name":"Dimension API","item":[{"name":"DimensionOptionsRequest","id":"e0056e62-e073-42e5-abc9-855b5c00b90a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/DimensionOptionsRequest?DimensionId={{integer}}&IgnoreCompanyId={{boolean}}","description":"<p>Retrieves a list of dimension options to load.</p>\n<p><strong>API</strong><br /><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#7eb460ce-17c0-4b0b-a566-84ba621f9bab\">DimensionOption</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["DimensionOptionsRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the dimension options to load.</p>\n","type":"text/plain"},"key":"DimensionId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The flag that indicates whether or not it should ignore the company from the dimension, and return one instance of the dimension, instead of one per company.<br />If true, it ignores the company from the dimension and returns one instance of the dimension. Otherwise it does not.</p>\n","type":"text/plain"},"key":"IgnoreCompanyId","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not it is active.\nIf true, the dimension option object is active. Otherwise, it is not.</p>\n","type":"text/plain"},"key":"Active","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not inactive parenthesis is disabled. If true, it disables the addition of parantheses. Otherwise, it does not.<br /><strong>NOTE:</strong> By default, this is automatically set to false if not specified.</p>\n","type":"text/plain"},"key":"DisableInactiveParenthesis","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"b15fb8a8-21ca-492a-b8cb-c01d80ed119b","name":"DimensionOptionsRequest","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/DimensionOptionsRequest?DimensionId=1&IgnoreCompanyId=1","host":["{{base_url}}"],"path":["DimensionOptionsRequest"],"query":[{"key":"DimensionId","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the dimension options to load."},{"key":"CompanyId","value":"{{integer}}","description":"*Optional.*  \n(int32)   \nThe identifier of the associated company.  \n**NOTE:** For information about the Company object, see Company.","disabled":true},{"key":"IgnoreCompanyId","value":"1","description":"*Required.*  \n(int32)  \nThe flag that indicates whether or not it should ignore the company from the dimension, and return one instance of the dimension, instead of one per company."},{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \n(int32)   \nThe flag that indicates whether or not it is active.\nIf true, the dimension option object is active. Otherwise, it is not.","disabled":true},{"key":"DisableInactiveParenthesis","value":"{{boolean}}","description":"*Optional.*  \n(int32)   \nThe flag that indicates whether or not inactive parenthesis is disabled. If true, it will disable the addition of parantheses.    \n**NOTE:** By default, this is automatically set to false if not specified.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"686","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 13,\n        \"Name\": \"asdasdasdasd\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 5950,\n        \"Name\": \"BMW\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 5948,\n        \"Name\": \"Car 1\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 5936,\n        \"Name\": \"Car 2\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 5938,\n        \"Name\": \"Car 2\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 229,\n        \"Name\": \"Car 4\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 228,\n        \"Name\": \"Car 5\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 227,\n        \"Name\": \"Car 6\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 225,\n        \"Name\": \"Car 7\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 221,\n        \"Name\": \"Car 8\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 219,\n        \"Name\": \"Car 9\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 5,\n        \"Name\": \"Citroen\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 6,\n        \"Name\": \"Ford\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 12,\n        \"Name\": \"Honda\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 11,\n        \"Name\": \"Mazda\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 5949,\n        \"Name\": \"test new () !&%^#@ edit\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 7,\n        \"Name\": \"Toyota\",\n        \"Active\": true\n    },\n    {\n        \"Id\": 135,\n        \"Name\": \"(Audi A8  Tommy Brandt)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 109,\n        \"Name\": \"(BMW)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 212,\n        \"Name\": \"(Car 10)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 192,\n        \"Name\": \"(dfgdfg)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 5937,\n        \"Name\": \"(Disabled dimension no. 1)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 132,\n        \"Name\": \"(Dummy)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 194,\n        \"Name\": \"(fghfgh)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 195,\n        \"Name\": \"(fghfgh)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 198,\n        \"Name\": \"(fghfgh)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 201,\n        \"Name\": \"(fghfgh)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 202,\n        \"Name\": \"(fghfghfgh3)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 137,\n        \"Name\": \"(Ford Mondeo Poul Ringsholm)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 197,\n        \"Name\": \"(ghjghj)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 206,\n        \"Name\": \"(ghjghj)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 207,\n        \"Name\": \"(ghjghj)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 205,\n        \"Name\": \"(ghjghjghj)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 204,\n        \"Name\": \"(ghjhj)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 193,\n        \"Name\": \"(hfghfgh)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 200,\n        \"Name\": \"(hfghg)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 196,\n        \"Name\": \"(jghjghj)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 203,\n        \"Name\": \"(jghjghj)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 208,\n        \"Name\": \"(jghjghjghj)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 220,\n        \"Name\": \"(Management)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 153,\n        \"Name\": \"(McFly)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 108,\n        \"Name\": \"(Mercedes)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 158,\n        \"Name\": \"(Rasmus Rødskæg)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 191,\n        \"Name\": \"(sdfdf)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 199,\n        \"Name\": \"(sdfsdf)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 160,\n        \"Name\": \"(Tesla)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 171,\n        \"Name\": \"(testyy)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 107,\n        \"Name\": \"(Volvo)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 134,\n        \"Name\": \"(Volvo V70  Ringsholm)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 136,\n        \"Name\": \"(Volvo V70 2.4 Ringsholm)\",\n        \"Active\": false\n    },\n    {\n        \"Id\": 133,\n        \"Name\": \"(VW Passat  Poul Ringsholm)\",\n        \"Active\": false\n    }\n]"}],"_postman_id":"e0056e62-e073-42e5-abc9-855b5c00b90a"},{"name":"DimensionOptionsSearchRequestInfo","id":"75e592f0-7e0d-434f-80fe-5e78b82edb3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/DimensionOptionsSearchRequestInfo?DimensionId={{integer}}&IgnoreCompanyId={{boolean}}","description":"<p>Retrieves a list of dimension options search request information.</p>\n<p><strong>API</strong><br /><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#bf8972a2-1795-45ea-9443-a4def81f4179\">DimensionSearchOptionInfo</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["DimensionOptionsSearchRequestInfo"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the dimension options to load.</p>\n","type":"text/plain"},"key":"DimensionId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated company.<br /><strong>NOTE:</strong> For information about the company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The flag that indicates whether or not it should ignore the company from the dimension, and return one instance of the dimension, instead of one per company.<br />If true, it ignores the company from the dimension and returns one instance of the dimension. Otherwise it does not.</p>\n","type":"text/plain"},"key":"IgnoreCompanyId","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not it is active.\nIf true, the dimension option object is active. Otherwise, it is not.</p>\n","type":"text/plain"},"key":"Active","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not inactive parenthesis is disabled. If true, it disables the addition of parantheses. Otherwise, it does not.<br /><strong>NOTE:</strong> By default, this is automatically set to false if not specified.</p>\n","type":"text/plain"},"key":"DisableInactiveParenthesis","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"514b3bd1-796a-4cec-95ed-ef3f755b3687","name":"DimensionOptionsSearchRequestInfo","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/DimensionOptionsSearchRequestInfo?DimensionId=1&IgnoreCompanyId=false","host":["{{base_url}}"],"path":["DimensionOptionsSearchRequestInfo"],"query":[{"key":"DimensionId","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the dimension options to load."},{"key":"CompanyId","value":"{{integer}}","description":"*Optional.*  \n(int32)   \nThe identifier of the associated company.  \n**NOTE:** For information about the company object, see Company.","disabled":true},{"key":"IgnoreCompanyId","value":"false","description":"*Required.*  \n(int32)  \nThe flag that indicates whether or not it should ignore the company from the dimension, and return one instance of the dimension, instead of one per company."},{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \n(int32)   \nThe flag that indicates whether or not it is active.\nIf true, the dimension option object is active. Otherwise, it is not.","disabled":true},{"key":"DisableInactiveParenthesis","value":"{{boolean}}","description":"*Optional.*  \n(int32)   \nThe flag that indicates whether or not inactive parenthesis is disabled. If true, it will disable the addition of parantheses.    \n**NOTE:** By default, this is automatically set to false if not specified.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"163","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ApproxNumberOfItems\": 3478,\n    \"MaxVisibleItems\": 50\n}"}],"_postman_id":"75e592f0-7e0d-434f-80fe-5e78b82edb3a"},{"name":"DimensionOptionsFilterRequest","id":"5a2c043f-aaec-4721-a3f6-1469e83944ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"DimensionId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the dimension options to load.</p>\n"},{"key":"Ids","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />An option or a list of option identifiers.</p>\n","disabled":true},{"key":"CompanyId","value":"{{integer}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated company.<br /><strong>NOTE:</strong> For information about the company object, see Company.</p>\n","disabled":true},{"key":"IgnoreCompanyId","value":"{{boolean}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The flag that indicates whether or not it should ignore the company from the dimension, and return one instance of the dimension, instead of one per company.<br />If true, it ignores the company from the dimension and returns one instance of the dimension. Otherwise it does not.</p>\n"},{"key":"Active","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not it is active.\nIf true, the dimension option object is active. Otherwise, it is not.</p>\n","disabled":true},{"key":"DisableInactiveParenthesis","value":"{{boolean}}","type":"text","description":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not inactive parenthesis is disabled. If true, it disables the addition of parantheses. Otherwise, it does not.<br /><strong>NOTE:</strong> By default, this is automatically set to false if not specified.</p>\n","disabled":true},{"key":"SearchTerm","value":"{{string}}","type":"text","description":"<p><em>Optional.</em><br />The term to be searched upon.</p>\n","disabled":true}]},"url":"{{base_url}}/DimensionOptionsFilterRequest","description":"<p>Filters the dimension options to load based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#7eb460ce-17c0-4b0b-a566-84ba621f9bab\">DimensionOption</a>]</p>\n<p>EndFragment</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["DimensionOptionsFilterRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c0750146-5d66-474e-ad86-c357e593df9f","name":"DimensionOptionsFilterRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"formdata","formdata":[{"key":"Ids","value":"5948, 5950","type":"text","description":"*Optional.*  \nAn option or a list of option identifiers."},{"key":"CompanyId","value":"1","type":"text","description":"*Optional.*  \n(int32)   \nThe identifier of the associated company.  \nFor information about the company object, see Company."},{"key":"IgnoreCompanyId","value":"false","type":"text","description":"*Required.*  \n(int32)  \nThe flag that indicates whether or not it should ignore the company from the dimension, and return one instance of the dimension, instead of one per company."},{"key":"Active","value":"false","type":"text","description":"*Optional.*  \n(int32)   \nThe flag that indicates whether or not it is active.\nIf true, the dimension option object is active. Otherwise, it is not."},{"key":"DisableInactiveParenthesis","value":"true","type":"text","description":"*Optional.*  \n(int32)   \nThe flag that indicates whether or not inactive parenthesis is disabled. If true, it will disable the addition of parantheses.    \n**NOTE:** By default, this is automatically set to false if not specified."},{"key":"SearchTerm","value":"{{string}}","type":"text","description":"*Optional.*  \nThe term to be searched upon.","disabled":true},{"key":"DimensionId","value":"1","type":"text","description":"*Required.*  \n(int32)  \nThe identifier of the dimension options to load."}]},"url":{"raw":"{{base_url}}/DimensionOptionsFilterRequest","host":["{{base_url}}"],"path":["DimensionOptionsFilterRequest"],"query":[{"key":"DimensionId","value":"{{integer}}","description":"*Required.*  \n(int32)  \nThe identifier of the dimension options to load.","disabled":true},{"key":"Ids","value":"{{integer}}","description":"*Optional.*  \nAn option or a list of option identifiers.","disabled":true},{"key":"CompanyId","value":"{{integer}}","description":"*Optional.*  \n(int32)   \nThe identifier of the associated company.  \n**NOTE:** For information about the company object, see Company.","disabled":true},{"key":"IgnoreCompanyId","value":"{{boolean}}","description":"*Required.*  \n(int32)  \nThe flag that indicates whether or not it should ignore the company from the dimension, and return one instance of the dimension, instead of one per company.","disabled":true},{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \n(int32)   \nThe flag that indicates whether or not it is active.\nIf true, the dimension option object is active. Otherwise, it is not.","disabled":true},{"key":"DisableInactiveParenthesis","value":"{{boolean}}","description":"*Optional.*  \n(int32)   \nThe flag that indicates whether or not inactive parenthesis is disabled. If true, it will disable the addition of parantheses.    \n**NOTE:** By default, this is automatically set to false if not specified.","disabled":true},{"key":"SearchTerm","value":"{{string}}","description":"*Optional.*  \nThe term to be searched upon.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"122","enabled":true}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"5a2c043f-aaec-4721-a3f6-1469e83944ad"}],"id":"1956bf15-d253-4e85-972f-b5bb017fd638","description":"<p>Manipulates the dimension data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#8cdab129-424b-48e7-b5bc-19705e3346f9\">DimensionDetail</a></td>\n<td>Represents a dimension detail object.</td>\n</tr>\n<tr>\n<td><a href=\"#7eb460ce-17c0-4b0b-a566-84ba621f9bab\">DimensionOption</a></td>\n<td>Represents a dimension option object.</td>\n</tr>\n<tr>\n<td><a href=\"#d21d9e0d-7ec2-4db7-8e1d-05bb430c5a22\">DimensionSearch<br />OptionInfo<br /></a></td>\n<td>Represents a dimension options search request information object.</td>\n</tr>\n<tr>\n<td><a href=\"#50c96ff0-d030-44c4-ba7c-2821d5bd65e1\">DimensionValue<br />Visualization<br /></a></td>\n<td>Represents a dimension options search request information object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#838be13e-22d7-4d04-826f-a921d5163597\">GET DimensionOptions<br />Request<br /></a></td>\n<td>Retrieves a list of dimension options to load.</td>\n</tr>\n<tr>\n<td><a href=\"#f6bf083f-29d4-454b-ad84-f09d2cace4be\">GET DimensionOptions<br />SearchRequest<br />Info<br /></a></td>\n<td>Retrieves a list of dimension options search request information.</td>\n</tr>\n<tr>\n<td><a href=\"#1d563c65-f4f2-42ac-83a8-2e0b90b422f2\">POST DimensionOptions<br />FilterRequest<br /></a></td>\n<td>Filters the dimension options to load based on a given identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"1956bf15-d253-4e85-972f-b5bb017fd638"},{"name":"Documents API","item":[{"name":"DocumentsFileUploadChunkRequest","id":"3c2b587b-b0f3-4186-9758-77e0cb419807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the storage provider to access.</p>\n","type":"text"},{"key":"DirectoryPath","value":"{{string}}","description":"<p><em>Required.</em><br />The relative path to the directory.</p>\n","type":"text"},{"key":"FileName","value":"{{string}}","description":"<p><em>Required.</em><br />The name of the file in the directory.</p>\n","type":"text"},{"key":"HoursUsed","value":"{{number}}","description":"<p><em>Required.</em><br />(decimal)<br />The estimated amount of hours used for booking.</p>\n","type":"text"},{"key":"ContinuationToken","value":"{{string}}","description":"<p><em>Optional.</em><br />The token return from the previous request.</p>\n","type":"text","disabled":true},{"key":"Index","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The starting index of the file write.</p>\n","type":"text"},{"key":"Size","value":"{{integer}}","description":"<p><em>Required.</em><br />(int 32)<br />The associated total size of the file.</p>\n","type":"text"}]},"url":"{{base_url}}/DocumentsFileUploadChunkRequest","description":"<p>Uploads a content to the file.</p>\n<blockquote>\n<p><strong>NOTE:</strong> The request should be a multipart form upload in chunked parts and continue using the returned token.</p>\n</blockquote>\n<p><strong>API</strong><br /><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />N/A</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["DocumentsFileUploadChunkRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e28d5769-4961-4145-a43e-f3d5e012a273","name":"DocumentsFileUploadChunkRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"2","description":"*Required.*  \n(int32)  \nThe identifier of the storage provider to access.","type":"text"},{"key":"DirectoryPath","value":"workbookdata","description":"*Required.*  \nThe relative path to the directory.","type":"text"},{"key":"FileName","value":"Test.heic","description":"*Required.*  \nThe name of the file in the directory.","type":"text"},{"key":"ContinuationToken","value":"","description":"*Optional.*  \nThe token return from the previous request.","type":"text"},{"key":"Index","value":"0","description":"*Required.*  \n(int32)  \nThe starting index of the file write.","type":"text"},{"key":"Size","value":"11","description":"*Required.*  \n(int 32)  \nThe associated total size of the file.","type":"text"}]},"url":"{{base_url}}/DocumentsFileUploadChunkRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true},{"key":"Content-Length","value":"736","enabled":true}],"cookie":[],"responseTime":null,"body":"e3955392-9ee1-47d7-9875-eca831a0f003"}],"_postman_id":"3c2b587b-b0f3-4186-9758-77e0cb419807"}],"id":"ff03c359-8b8e-4beb-ad88-fe55c9dc5b82","description":"<p>Manipulates documents in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<ul>\n<li>N/A</li>\n</ul>\n<h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#9430783e-5518-4b37-9e1d-f4ceadbf8bcd\">PUT DocumentsFile<br />UploadChunk<br />Request<br /></a></td>\n<td>Uploads a content to a file.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"ff03c359-8b8e-4beb-ad88-fe55c9dc5b82"},{"name":"Expenditure API","item":[{"name":"ExpenditureSummaryDepartmentProfitSplitVisualizationRequest","id":"aeab7bfa-0f54-4144-a34c-46861e1d9419","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/ExpenditureSummaryDepartmentProfitSplitVisualizationRequest?JobId={{integer}}&ShowInCompanyCurrency={{boolean}}&DepartmentGrouping={{integer}}","description":"<p>Retrieves records for the expense summary department profit split grid.</p>\n<p><strong>API</strong><br /><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Employee)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#b635286e-6fcc-4666-a2a9-8329f13e65e0\">DepartmentProfitSplitVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ExpenditureSummaryDepartmentProfitSplitVisualizationRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated Job.\nNOTE: For information about the Job object, see <a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>.</p>\n","type":"text/plain"},"key":"JobId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />The flag that indicates whether or not it displays data in company currency..\nIf true,  it displays data in company currency. Otherwise, it is not.</p>\n","type":"text/plain"},"key":"ShowInCompanyCurrency","value":"{{boolean}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The associated department grouping.</p>\n","type":"text/plain"},"key":"DepartmentGrouping","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"114eac84-c4bd-4a7f-88d1-a44190bf80e2","name":"ExpenditureSummaryDepartmentProfitSplitVisualizationRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/ExpenditureSummaryDepartmentProfitSplitVisualizationRequest?JobId=2147483601&ShowInCompanyCurrency=1&DepartmentGrouping=1","host":["{{base_url}}"],"path":["ExpenditureSummaryDepartmentProfitSplitVisualizationRequest"],"query":[{"key":"JobId","value":"2147483601","description":"*Required.*  \n(int32)  \nThe identifier of the associated Job.\nNOTE: For information about the Job object, see [Job](#)."},{"key":"ShowInCompanyCurrency","value":"1","description":"*Required.*  \nThe flag that indicates whether or not it displays data in company currency..\nIf true,  it displays data in company currency. Otherwise, it is not."},{"key":"DepartmentGrouping","value":"1","description":"*Required.*  \n(int32)  \nThe associated department grouping."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"540","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 18,\n        \"RecordType\": 1,\n        \"DepartmentType\": \"Owner\",\n        \"DepartmentName\": \"General (1859593)\",\n        \"DepartmentId\": 1,\n        \"CurrencyId\": 1,\n        \"CurrencyCode\": \"DKK\",\n        \"PurchaseShare\": 1140,\n        \"PurchasePercentage\": 100,\n        \"PurchaseOrderShare\": 100,\n        \"PurchaseOrderPercentage\": 100\n    },\n    {\n        \"Id\": 15,\n        \"RecordType\": 1,\n        \"DepartmentType\": \"Delivery\",\n        \"DepartmentName\": \"_ans2\",\n        \"DepartmentId\": 469,\n        \"CurrencyId\": 1,\n        \"CurrencyCode\": \"DKK\",\n        \"TimeShare\": 6000,\n        \"TimePercentage\": 5.81\n    },\n    {\n        \"Id\": 4,\n        \"RecordType\": 1,\n        \"DepartmentType\": \"Delivery\",\n        \"DepartmentName\": \"Awesome guys12\",\n        \"DepartmentId\": 74,\n        \"CurrencyId\": 1,\n        \"CurrencyCode\": \"DKK\",\n        \"TaskAmount\": 29635,\n        \"TaskPercentage\": 81.62,\n        \"TimeShare\": 97200,\n        \"TimePercentage\": 94.19\n    },\n    {\n        \"Id\": 9,\n        \"RecordType\": 1,\n        \"DepartmentType\": \"Delivery\",\n        \"DepartmentName\": \"BlueBird USA - Administration\",\n        \"DepartmentId\": 14,\n        \"CurrencyId\": 1,\n        \"CurrencyCode\": \"DKK\",\n        \"TaskAmount\": 175,\n        \"TaskPercentage\": 0.48\n    },\n    {\n        \"Id\": 12,\n        \"RecordType\": 1,\n        \"DepartmentType\": \"Delivery\",\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"DepartmentId\": 278,\n        \"CurrencyId\": 1,\n        \"CurrencyCode\": \"DKK\",\n        \"TaskAmount\": 6500,\n        \"TaskPercentage\": 17.9\n    },\n    {\n        \"Id\": 21,\n        \"RecordType\": 2,\n        \"DepartmentName\": \"Total\",\n        \"CurrencyId\": 1,\n        \"CurrencyCode\": \"DKK\",\n        \"TaskAmount\": 36310,\n        \"TaskPercentage\": 100,\n        \"TimeShare\": 103200,\n        \"TimePercentage\": 100,\n        \"PurchaseShare\": 1140,\n        \"PurchasePercentage\": 100,\n        \"PurchaseOrderShare\": 100,\n        \"PurchaseOrderPercentage\": 100\n    }\n]"}],"_postman_id":"aeab7bfa-0f54-4144-a34c-46861e1d9419"},{"name":"ExpendituresHoursDepartmentSumRequest","id":"cb086752-a995-4c9f-a8fe-9c45b587b49a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/ExpenditureSummaryDepartmentProfitSplitVisualizationRequest?JobId={{integer}}","description":"<p>Retrieves a list of the total expenditures hours on a department based on a given identifier of a job.</p>\n<p><strong>API</strong><br /><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#674cdf8-ee66-4dca-8870-3ce11eb29f80\">ExpendituresHoursDepartmentSum</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ExpenditureSummaryDepartmentProfitSplitVisualizationRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated Job.\nNOTE: For information about the Job object, see <a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>.</p>\n","type":"text/plain"},"key":"JobId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp from which the expenditures hours department sum request is active.</p>\n","type":"text/plain"},"key":"From","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the expenditures hours department sum request will end.</p>\n","type":"text/plain"},"key":"End","value":"{{string}}"}],"variable":[]}},"response":[{"id":"f5b48411-82ed-4d13-afe6-1fe8d9f3a79d","name":"ExpendituresHoursDepartmentSumRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/ExpendituresHoursDepartmentSumRequest?JobId=2147483601","host":["{{base_url}}"],"path":["ExpendituresHoursDepartmentSumRequest"],"query":[{"key":"JobId","value":"2147483601","description":"*Required.*  \n(int32)  \nThe identifier of the associated Job.\nNOTE: For information about the Job object, see [Job](#)."},{"key":"From","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp from which the expenditures hours department sum request is active.","type":"text","disabled":true},{"key":"End","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the expenditures hours department sum request will end.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"349","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 2147483601,\n        \"CompanyInitial\": \"BBA\",\n        \"EmployeeId\": 36197,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"DepartmentId\": 74,\n        \"RegisteredHours\": 19,\n        \"CurrencyCode\": \"DKK\",\n        \"CostTotal\": 38000,\n        \"SaleTotal\": 38000\n    },\n    {\n        \"Id\": 2147483601,\n        \"CompanyInitial\": \"BBA\",\n        \"EmployeeId\": 40894,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"DepartmentId\": 74,\n        \"RegisteredHours\": 26,\n        \"CurrencyCode\": \"DKK\",\n        \"CostTotal\": 0,\n        \"SaleTotal\": 59200\n    },\n    {\n        \"Id\": 2147483601,\n        \"CompanyInitial\": \"BBA\",\n        \"EmployeeId\": 19861,\n        \"DepartmentName\": \"_ans2\",\n        \"DepartmentId\": 469,\n        \"RegisteredHours\": 3,\n        \"CurrencyCode\": \"DKK\",\n        \"CostTotal\": 450,\n        \"SaleTotal\": 6000\n    }\n]"}],"_postman_id":"cb086752-a995-4c9f-a8fe-9c45b587b49a"},{"name":"TimeRegistrationChangeActivityVisualization","id":"e3d3ccf8-9cda-4e97-8bcd-4a6da6cdb952","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"raw","raw":"{\r\n    \"JobId\": {{integer}},\r\n    \"SequenceNumber\": {{integer}},\r\n    \"RegistedHours\": {{integer}},\r\n    \"EmployeeId\": {{integer}},\r\n    \"ActivityId\": {{integer}},\r\n    \"NewActivityId\": {{integer}}\r\n}"},"url":"{{base_url}}/TimeRegistrationChangeActivityVisualization","description":"<p>Updates the activity number of the time registration change.</p>\n<p><strong>API</strong><br /><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />None</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["TimeRegistrationChangeActivityVisualization"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5447b798-6cfe-4ccd-b7f0-440685790e0f","name":"TimeRegistrationChangeActivityVisualization","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"JobId\": 20780,\r\n    \"SequenceNumber\": 352706,\r\n    \"RegistedHours\": 24,\r\n    \"EmployeeId\": 35879,\r\n    \"ActivityId\": 535,\r\n    \"NewActivityId\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/TimeRegistrationChangeActivityVisualization"},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true},{"key":"Content-Length","value":"","description":"","enabled":true}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"e3d3ccf8-9cda-4e97-8bcd-4a6da6cdb952"}],"id":"731f17eb-d2f6-4181-9d5b-6f8a14af8427","description":"<p>Manipulates expenditure data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<p>None.</p>\n<h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#3b664358-a038-4159-875f-b7616fe96bf5\">GET ExpenditureSummary<br />DepartmentProfit<br />SplitVisualization<br />Request</a></td>\n<td>Retrieves records for the expense summary department profit split grid.</td>\n</tr>\n<tr>\n<td><a href=\"#3b664358-a038-4159-875f-b7616fe96bf5\">GET ExpendituresHours<br />DepartmentSum<br />Request</a></td>\n<td>Retrieves a list of the total expenditures hours on a department based on a given identifier of a job.</td>\n</tr>\n<tr>\n<td><a href=\"#6d9d5c86-0993-4535-9717-0a70dcfdef46\">POST TimeRegistration<br />ChangeActivity<br />Visualization</a></td>\n<td>Updates the activity number of the time registration change.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"731f17eb-d2f6-4181-9d5b-6f8a14af8427"},{"name":"Expense API","item":[{"name":"ExpenseEntryCreateRequest","id":"63cbdca2-c934-471a-b8c9-cdcbcdcb5616","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"ResourceId","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource.<br />For information about the Resource object, see Resource.</p>\n","type":"text"},{"key":"ExpenseEntryTypeId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated type of cost entry record the user wishes to create.</p>\n","type":"text","disabled":true},{"key":"JobId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated job.<br />For information about the Job object, see <a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>.</p>\n","type":"text","disabled":true},{"key":"VoucherDate","value":"{{string}}","description":"<p><em>Optional.</em><br />(date-time)<br />The associated voucher date.</p>\n","type":"text","disabled":true},{"key":"Description","value":"{{string}}","description":"<p><em>Optional.</em><br />The associated desciption of the cost entry.</p>\n","type":"text","disabled":true},{"key":"CurrencyId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated currency in this cost entry.</p>\n","type":"text","disabled":true},{"key":"CurrencyAmount","value":"{{number}}","description":"<p><em>Optional.</em><br />(decimal)<br />The associated amount of currency in this cost entry.</p>\n","type":"text","disabled":true},{"key":"CreditorId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated creditor  in this cost entry.</p>\n","type":"text","disabled":true},{"key":"ActivityId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated activity  in this cost entry..<br />For information about the Activity object, see <a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a>.</p>\n","type":"text","disabled":true},{"key":"StateId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated state  in this cost entry.</p>\n","type":"text","disabled":true},{"key":"CountyId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated county in this cost entry.<br />For information about the County object, see <a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\">County</a>.</p>\n","type":"text","disabled":true},{"key":"TaxCodeId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated tax code in this cost entry.</p>\n","type":"text","disabled":true},{"key":"CompanyAmount","value":"{{number}}","description":"<p><em>Optional.</em><br />(decimal)<br />The associated original local currency which was spent.</p>\n","type":"text","disabled":true},{"key":"CompanyCurrencyId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated original local currency amount   which was used when the currency amount was spent.</p>\n","type":"text","disabled":true},{"key":"LocationId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated location of the cost entry.</p>\n","type":"text","disabled":true},{"key":"CompanyId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated company, which designates which company this entry will be created in. If not provided, employee's company will be used.</p>\n","type":"text","disabled":true},{"key":"RequestStream","description":"<p><em>Required.</em><br />The associate multipart form upload / file.</p>\n","type":"file","value":null,"disabled":true},{"key":"AdditionalInformation","value":"{{string}}","description":"<p><em>Optional.</em><br />The additional information for the entry.</p>\n","type":"text","disabled":true}]},"url":"{{base_url}}/ExpenseEntryCreateRequest","description":"<p>Creates a new expense entry based on a given set of parameters</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ExpenseEntryCreateRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"179cce66-6bc5-4873-92be-d709c0d0e69d","name":"ExpenseEntryCreateRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"ResourceId\": 12,\r\n    \"ExpenseEntryTypeId\": 47,\r\n    \"JobId\": 30001,\r\n    \"VoucherDate\": \"2023-12-01T00:00:00.000Z\",\r\n    \"Description\": \"test\",\r\n    \"CurrencyId\": 1,\r\n    \"CurrencyAmount\": 100.00,\r\n    \"CreditorId\": 29,\r\n    \"ActivityId\": 12,\r\n    \"StateId\": 0,\r\n    \"CountyId\": 0,\r\n    \"TaxCodeId\": 0,\r\n    \"CompanyAmount\": 0,\r\n    \"CompanyCurrencyId\": 0,\r\n    \"LocationId\": 0,\r\n    \"CompanyId\": 0,\r\n    \"AdditionalInformation\": \"addinfo\"\r\n}"},"url":"{{base_url}}/ExpenseEntryCreateRequest"},"status":"WorkBookServerException","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1,\n    \"ResourceId\": 12,\n    \"ExpenseEntryTypeId\": 47,\n    \"JobId\": 30001,\n    \"VoucherDate\": \"2023-12-01T00:00:00.000Z\",\n    \"VoucherNumber\": \"1234\",\n    \"VoucherCompanyId\": 1,\n    \"Description\": \"test\",\n    \"CurrencyId\": 1,\n    \"CurrencyAmount\": 100.00,\n    \"ErrorDescription\": \"e\",\n    \"CreditorId\": 29,\n    \"IsApproved\": false,\n    \"ActivityId\": 12,\n    \"RefKey\": \"123sed\",\n    \"StateId\": 0,\n    \"CountyId\": 0,\n    \"TaxCodeId\": 0,\n    \"ApprovalRejectResourceId\": 0,\n    \"ApprovalRejectComment\": \"rc\",\n    \"ApprovalRejectDate\": \"0001-01-01T00:00:00.000Z\",\n    \"ApprovalStatus\": 1,\n    \"ReceiptFile\": \"a.heic\",\n    \"LocationId\": 0,\n    \"TaxManualEdited\": 0,\n    \"ReqId\": 0,\n    \"ImportId\": 0,\n    \"PrivateWithdrawallVoucherNumber\": \"vn\",\n    \"CompanyId\": 1,\n    \"ReciptFileId\": 1,\n    \"UpdateResId\": 0,\n    \"UpdateDate\": \"0001-01-01T00:00:00.000Z\",\n    \"Amount\": 100.00,\n    \"TaskId\": 1,\n    \"SecondaryCompanyId\": 0,\n    \"SecondaryVoucherNumber\": \"svn\",\n    \"EmployeeDepartmentId\": 0,\n    \"AdditionalInformation\": \"addinfo\"\n}"}],"_postman_id":"63cbdca2-c934-471a-b8c9-cdcbcdcb5616"},{"name":"ExpenseEntryJustificationRequest","id":"bc2fe853-fa45-4eda-ad67-b7b279eb40ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/ExpenseEntryJustificationRequest?Id={{integer}}","description":"<p>Retrieves justification for the given expense entry identifier.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />ExpenseEntryJustificationDTO</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ExpenseEntryJustificationRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the expense entry.   </p>\n<p><strong>NOTE:</strong> For information about the Expense Entry object, see ExpenseEntry.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"551a5437-8424-404d-9fb7-c4fcbf5c1008","name":"ExpenseEntryJustificationRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/ExpenseEntryJustificationRequest?Id=47","host":["{{base_url}}"],"path":["ExpenseEntryJustificationRequest"],"query":[{"key":"Id","value":"47"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ExpenseEntryId\": 47,\n    \"ExpenseEntryJustificationTemplateId\": 11121,\n    \"Instructions\": \"String\",\n    \"Details\": [\n        {\n            \"FieldId\": \"Unknown\",\n            \"Label\": \"String\",\n            \"IsMandatory\": false,\n            \"TextValue\": \"String\",\n            \"NumericValue\": 0,\n            \"DateValue\": \"2025-01-01T00:00:00.000Z\",\n            \"Description\": \"String\"\n        }\n    ]\n}"}],"_postman_id":"bc2fe853-fa45-4eda-ad67-b7b279eb40ea"},{"name":"SaveExpenseEntryJustificationRequest","id":"f6ce78b3-1c42-4ceb-9ad0-38bfc39138ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"JustificationDetails","value":"{{string}}","description":"<p><em>Required.</em><br />(object)<br />The details of the expense entry justification.</p>\n","type":"text","uuid":"2cd6e9af-784d-48bf-b02d-bc90bcca4983"}]},"url":"{{base_url}}/SaveExpenseEntryJustificationRequest/:Id","description":"<p>Saves expense entry justification.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />ExpenseEntryJustificationDTO</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["SaveExpenseEntryJustificationRequest",":Id"],"host":["{{base_url}}"],"query":[],"variable":[{"id":"f48adb19-edce-48dd-943d-c373d7ba6702","description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the expense entry.<br /><strong>NOTE:</strong> For information about the Expense Entry object, see ExpenseEntry.</p>\n","type":"text/plain"},"type":"any","value":"{{integer}}","key":"Id"}]}},"response":[{"id":"37da9c2a-b5c6-4007-8906-fcacae95ff7d","name":"SaveExpenseEntryJustificationRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"JustificationDetails","value":"{\"FieldId\":\"12345\",\"TextValue\":\"test\",\"NumericValue\":16,\"DateValue\":\"2025-06-21T12:45:21.123Z\"}]}","type":"text","description":"*Required.*  \n(object)    \nThe details of the expense entry justification.\n"}],"options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/SaveExpenseEntryJustificationRequest/:123","host":["{{base_url}}"],"path":["SaveExpenseEntryJustificationRequest",":123"],"variable":[{"key":"123","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ExpenseEntryId\": 1,\n    \"ExpenseEntryJustificationTemplateId\": 12,\n    \"Instructions\": \"NoInstructions\",\n    \"Details\": [\n        {\n            \"FieldId\": \"12345\",\n            \"Label\": \"LabelTest\",\n            \"IsMandatory\": false,\n            \"TextValue\": \"test\",\n            \"NumericValue\": 16,\n            \"DateValue\": \"2025-06-21T12:45:21.123Z\",\n            \"Description\": \"Tes1234\"\n        }\n    ]\n}"}],"_postman_id":"f6ce78b3-1c42-4ceb-9ad0-38bfc39138ec"},{"name":"ExpenseJustificationTemplate","id":"f0cf1759-ea90-4dc8-a510-14d6d85fdd6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/ExpenseJustificationTemplate?Id={{integer}}","description":"<p>Retrieves expense justification template with the fields.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />ExpenseEntryJustificationTemplateWithDetailsDTO</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ExpenseJustificationTemplate"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the template.   </p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"0b729160-2009-4dbb-97de-1011a15b83d0","name":"ExpenseJustificationTemplate","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/ExpenseJustificationTemplate?Id=16","host":["{{base_url}}"],"path":["ExpenseJustificationTemplate"],"query":[{"key":"Id","value":"16"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TemplateId\": 16,\n        \"FieldId\": \"test16\",\n        \"FieldGroup\": \"Dates\",\n        \"LabelText\": \"dates\",\n        \"IsMandatory\": true,\n        \"Active\": false,\n        \"DescriptionText\": \"ExpenseJustificationTemplate\"\n    }\n]"}],"_postman_id":"f0cf1759-ea90-4dc8-a510-14d6d85fdd6e"},{"name":"ExpenseJustificationTemplates","id":"77303741-7d10-44ef-a4b6-23d40f6c4de8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/ExpenseJustificationTemplates?Id={{integer}}","description":"<p>Retrieves expense justification templates.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />ExpenseEntryJustificationTemplateWithDetailsDTO</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ExpenseJustificationTemplates"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the template.   </p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"43d6334b-02fc-4748-ad1a-e7259809016a","name":"ExpenseJustificationTemplates","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/ExpenseJustificationTemplate?Id=150","host":["{{base_url}}"],"path":["ExpenseJustificationTemplate"],"query":[{"key":"Id","value":"150","description":"*Required.*  \n(int32)  \nThe identifier of the template.  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 150,\n        \"Name\": \"ExpenseJustificationTemplatestest\",\n        \"Active\": false,\n        \"Instructions\": \"ExpenseJustificationTemplatesInstructions\"\n    }\n]"}],"_postman_id":"77303741-7d10-44ef-a4b6-23d40f6c4de8"},{"name":"ExpenseEntryCreateRequest","id":"f94d21e9-87f0-481c-aae0-3fc707060e5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"ResourceId","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource.<br />For information about the Resource object, see Resource.</p>\n","type":"text"},{"key":"ExpenseEntryTypeId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated type of cost entry record the user wishes to create.</p>\n","type":"text","disabled":true},{"key":"JobId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated job.<br />For information about the Job object, see <a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>.</p>\n","type":"text","disabled":true},{"key":"VoucherDate","value":"{{string}}","description":"<p><em>Optional.</em><br />(date-time)<br />The associated voucher date.</p>\n","type":"text","disabled":true},{"key":"Description","value":"{{string}}","description":"<p><em>Optional.</em><br />The associated desciption of the cost entry.</p>\n","type":"text","disabled":true},{"key":"CurrencyId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated currency in this cost entry.</p>\n","type":"text","disabled":true},{"key":"CurrencyAmount","value":"{{number}}","description":"<p><em>Optional.</em><br />(decimal)<br />The associated amount of currency in this cost entry.</p>\n","type":"text","disabled":true},{"key":"CreditorId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated creditor  in this cost entry.</p>\n","type":"text","disabled":true},{"key":"ActivityId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated activity  in this cost entry..<br />For information about the Activity object, see <a href=\"#388e17ad-9f9b-4101-82db-55df27e22b6b\">Activity</a>.</p>\n","type":"text","disabled":true},{"key":"StateId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated state  in this cost entry.</p>\n","type":"text","disabled":true},{"key":"CountyId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated county in this cost entry.<br />For information about the County object, see <a href=\"#3806f7aa-e7da-4d5a-b5c6-1ead618739cc\">County</a>.</p>\n","type":"text","disabled":true},{"key":"TaxCodeId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated tax code in this cost entry.</p>\n","type":"text","disabled":true},{"key":"CompanyAmount","value":"{{number}}","description":"<p><em>Optional.</em><br />(decimal)<br />The associated original local currency which was spent.</p>\n","type":"text","disabled":true},{"key":"CompanyCurrencyId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated original local currency amount   which was used when the currency amount was spent.</p>\n","type":"text","disabled":true},{"key":"LocationId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated location of the cost entry.</p>\n","type":"text","disabled":true},{"key":"CompanyId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated company, which designates which company this entry will be created in. If not provided, employee's company will be used.</p>\n","type":"text","disabled":true},{"key":"RequestStream","description":"<p><em>Required.</em><br />The associate multipart form upload / file.</p>\n","type":"file","value":null,"disabled":true},{"key":"AdditionalInformation","value":"{{string}}","description":"<p><em>Optional.</em><br />The additional information for the entry.</p>\n","type":"text","disabled":true}]},"url":"{{base_url}}/ExpenseEntryCreateRequest","description":"<p>Creates a new expense entry based on a given set of parameters</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ExpenseEntryCreateRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b6a92cf9-a9b7-4e00-8550-abe6c1796d9e","name":"ExpenseEntryCreateRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"ResourceId\": 12,\r\n    \"ExpenseEntryTypeId\": 47,\r\n    \"JobId\": 30001,\r\n    \"VoucherDate\": \"2023-12-01T00:00:00.000Z\",\r\n    \"Description\": \"test\",\r\n    \"CurrencyId\": 1,\r\n    \"CurrencyAmount\": 100.00,\r\n    \"CreditorId\": 29,\r\n    \"ActivityId\": 12,\r\n    \"StateId\": 0,\r\n    \"CountyId\": 0,\r\n    \"TaxCodeId\": 0,\r\n    \"CompanyAmount\": 0,\r\n    \"CompanyCurrencyId\": 0,\r\n    \"LocationId\": 0,\r\n    \"CompanyId\": 0,\r\n    \"AdditionalInformation\": \"addinfo\"\r\n}"},"url":"{{base_url}}/ExpenseEntryCreateRequest"},"status":"WorkBookServerException","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1,\n    \"ResourceId\": 12,\n    \"ExpenseEntryTypeId\": 47,\n    \"JobId\": 30001,\n    \"VoucherDate\": \"2023-12-01T00:00:00.000Z\",\n    \"VoucherNumber\": \"1234\",\n    \"VoucherCompanyId\": 1,\n    \"Description\": \"test\",\n    \"CurrencyId\": 1,\n    \"CurrencyAmount\": 100.00,\n    \"ErrorDescription\": \"e\",\n    \"CreditorId\": 29,\n    \"IsApproved\": false,\n    \"ActivityId\": 12,\n    \"RefKey\": \"123sed\",\n    \"StateId\": 0,\n    \"CountyId\": 0,\n    \"TaxCodeId\": 0,\n    \"ApprovalRejectResourceId\": 0,\n    \"ApprovalRejectComment\": \"rc\",\n    \"ApprovalRejectDate\": \"0001-01-01T00:00:00.000Z\",\n    \"ApprovalStatus\": 1,\n    \"ReceiptFile\": \"a.heic\",\n    \"LocationId\": 0,\n    \"TaxManualEdited\": 0,\n    \"ReqId\": 0,\n    \"ImportId\": 0,\n    \"PrivateWithdrawallVoucherNumber\": \"vn\",\n    \"CompanyId\": 1,\n    \"ReciptFileId\": 1,\n    \"UpdateResId\": 0,\n    \"UpdateDate\": \"0001-01-01T00:00:00.000Z\",\n    \"Amount\": 100.00,\n    \"TaskId\": 1,\n    \"SecondaryCompanyId\": 0,\n    \"SecondaryVoucherNumber\": \"svn\",\n    \"EmployeeDepartmentId\": 0,\n    \"AdditionalInformation\": \"addinfo\"\n}"}],"_postman_id":"f94d21e9-87f0-481c-aae0-3fc707060e5e"},{"name":"CreateExpenseJustificationTemplate","id":"917387ff-460a-42aa-9767-323cc524e353","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"Name","value":"{{string}}","description":"<p><em>Required.</em><br />The name of the expense justification template.  </p>\n","type":"text","uuid":"6beab783-5aa4-4f13-af78-e58dfabc786c"}]},"url":"{{base_url}}/CreateExpenseJustificationTemplate","description":"<p>Creates expense justification template.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />ExpenseEntryJustificationTemplateWithDetailsDTO</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CreateExpenseJustificationTemplate"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1dbee3f3-051e-497f-b156-b25bca41ee1d","name":"CreateExpenseJustificationTemplate","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\"Name\":\"CreateExpenseJustificationTemplateTest\"}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/CreateExpenseJustificationTemplate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 23421,\n    \"Name\": \"CreateExpenseJustificationTemplateTest\",\n    \"Active\": false,\n    \"Instructions\": \"String\",\n    \"Details\": [\n        {\n            \"TemplateId\": 1,\n            \"FieldId\": \"12\",\n            \"FieldGroup\": \"Dates\",\n            \"LabelText\": \"String\",\n            \"IsMandatory\": false,\n            \"Active\": false,\n            \"DescriptionText\": \"testing purposes only\"\n        }\n    ]\n}"}],"_postman_id":"917387ff-460a-42aa-9767-323cc524e353"},{"name":"CopyExpenseJustificationTemplateRequest","id":"5cbf568f-f153-4082-b94a-ed82d614bb29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/CopyExpenseJustificationTemplateRequest?Id={{integer}}","description":"<p>Creates a copy of expense justification template.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />ExpenseEntryJustificationTemplateWithDetailsDTO</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CopyExpenseJustificationTemplateRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the template.   </p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"e74aec69-18d4-44e9-9d23-3221adc3a91a","name":"CopyExpenseJustificationTemplateRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/CopyExpenseJustificationTemplateRequest?Id={{23421}}","host":["{{base_url}}"],"path":["CopyExpenseJustificationTemplateRequest"],"query":[{"key":"Id","value":"{{23421}}","description":"*Required.*  \n(int32)  \nThe identifier of the template.   \n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 23421,\n    \"Name\": \"CreateExpenseJustificationTemplateTest\",\n    \"Active\": false,\n    \"Instructions\": \"String\",\n    \"Details\": [\n        {\n            \"TemplateId\": 1,\n            \"FieldId\": \"12\",\n            \"FieldGroup\": \"Dates\",\n            \"LabelText\": \"String\",\n            \"IsMandatory\": false,\n            \"Active\": false,\n            \"DescriptionText\": \"testing purposes only\"\n        }\n    ]\n}"}],"_postman_id":"5cbf568f-f153-4082-b94a-ed82d614bb29"},{"name":"DeleteExpenseJustificationTemplateRequest","id":"9d67f74e-cf11-4ae4-9da7-967faf5d7f69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/DeleteExpenseJustificationTemplateRequest?Id={{integer}}","description":"<p>Deletes expense justification template.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["DeleteExpenseJustificationTemplateRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the template.   </p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"61dbd354-a7ea-483a-8798-b862179bf1c9","name":"DeleteExpenseJustificationTemplateRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/DeleteExpenseJustificationTemplateRequest?Id={{23421}}","host":["{{base_url}}"],"path":["DeleteExpenseJustificationTemplateRequest"],"query":[{"key":"Id","value":"{{23421}}","description":"*Required.*  \n(int32)  \nThe identifier of the template.   \n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"Error\": false,\n    \"MessageId\": 0,\n    \"Message\": \"String\",\n    \"Value\": false\n}"}],"_postman_id":"9d67f74e-cf11-4ae4-9da7-967faf5d7f69"},{"name":"UpdateExpenseJustificationTemplateName","id":"031f8375-4bd0-4490-ae9c-14134851fc88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"Name","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The name of the expense justification template.  </p>\n"}]},"url":"{{base_url}}/UpdateExpenseJustificationTemplateName?Id={{integer}}","description":"<p>Updates the expense justification template name.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />ExpenseEntryJustificationTemplateWithDetailsDTO</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["UpdateExpenseJustificationTemplateName"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the template.   </p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"56346aab-4d30-48a2-9fc6-8203e8af03a5","name":"UpdateExpenseJustificationTemplateName","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 23421,\r\n    \"Name\": \"UpdateTemplateName\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/UpdateExpenseJustificationTemplateName?Id={{23421}}","host":["{{base_url}}"],"path":["UpdateExpenseJustificationTemplateName"],"query":[{"key":"Id","value":"{{23421}}","description":"*Required.*  \n(int32)  \nThe identifier of the template.   \n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 23421,\n    \"Name\": \"UpdateTemplateName\",\n    \"Active\": false,\n    \"Instructions\": \"UpdateTemplateNameInstructions\",\n    \"Details\": [\n        {\n            \"TemplateId\": 23421,\n            \"FieldId\": \"Unknown\",\n            \"FieldGroup\": \"Dates\",\n            \"LabelText\": \"String\",\n            \"IsMandatory\": false,\n            \"Active\": false,\n            \"DescriptionText\": \"String\"\n        }\n    ]\n}"}],"_postman_id":"031f8375-4bd0-4490-ae9c-14134851fc88"},{"name":"UpdateExpenseJustificationTemplateInstructionsRequest","id":"49792907-fdaf-4d85-bc71-864010e6a789","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"Instructions","value":"{{string}}","type":"text","description":"<p><em>Required.</em><br />The instructions for the expense justification template.  </p>\n"}]},"url":"{{base_url}}/UpdateExpenseJustificationTemplateInstructionsRequest?Id={{integer}}","description":"<p>Updates the expense justification template instructions text.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />ExpenseEntryJustificationTemplateWithDetailsDTO</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["UpdateExpenseJustificationTemplateInstructionsRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the template.   </p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"f6ca9f38-0ac3-42bb-80d4-7abd5ae5e84d","name":"UpdateExpenseJustificationTemplateInstructionsRequest","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 23421,\r\n    \"Instructions\": \"UpdateExpenseJustificationTemplateInstructionsRequest\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/UpdateExpenseJustificationTemplateInstructionsRequest?Id={{23421}}","host":["{{base_url}}"],"path":["UpdateExpenseJustificationTemplateInstructionsRequest"],"query":[{"key":"Id","value":"{{23421}}","description":"*Required.*  \n(int32)  \nThe identifier of the template.   \n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 23421,\n    \"Name\": \"UpdateTemplateName\",\n    \"Active\": false,\n    \"Instructions\": \"UpdateExpenseJustificationTemplateInstructionsRequest\",\n    \"Details\": [\n        {\n            \"TemplateId\": 23421,\n            \"FieldId\": \"Unknown\",\n            \"FieldGroup\": \"Dates\",\n            \"LabelText\": \"String\",\n            \"IsMandatory\": false,\n            \"Active\": false,\n            \"DescriptionText\": \"String\"\n        }\n    ]\n}"}],"_postman_id":"49792907-fdaf-4d85-bc71-864010e6a789"},{"name":"UpdateExpenseJustificationTemplateActiveStatus","id":"5a2c0f47-3b44-4282-a25f-d1a8fab8ccd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"Active","value":"{{boolean}}","type":"text","description":"<p><em>Required.</em><br />The flag that indicates whether or not the expense entry justification template with details is active.<br />If true, the expense entry justification template with details is active. Otherwise, it is not</p>\n"}]},"url":"{{base_url}}/UpdateExpenseJustificationTemplateActiveStatus?Id={{integer}}","description":"<p>Updates the expense justification template active status.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />ExpenseEntryJustificationTemplateWithDetailsDTO</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["UpdateExpenseJustificationTemplateActiveStatus"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the template.   </p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"a30c25c6-80de-45a0-a20a-c458d6b14c7f","name":"UpdateExpenseJustificationTemplateInstructionsRequest","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 23421,\r\n    \"Active\": \"true\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/UpdateExpenseJustificationTemplateInstructionsRequest?Id={{23421}}","host":["{{base_url}}"],"path":["UpdateExpenseJustificationTemplateInstructionsRequest"],"query":[{"key":"Id","value":"{{23421}}","description":"*Required.*  \n(int32)  \nThe identifier of the template.   \n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 23421,\n    \"Name\": \"UpdateTemplateName\",\n    \"Active\": true,\n    \"Instructions\": \"UpdateExpenseJustificationTemplateInstructionsRequest\",\n    \"Details\": [\n        {\n            \"TemplateId\": 23421,\n            \"FieldId\": \"Unknown\",\n            \"FieldGroup\": \"Dates\",\n            \"LabelText\": \"String\",\n            \"IsMandatory\": false,\n            \"Active\": false,\n            \"DescriptionText\": \"String\"\n        }\n    ]\n}"}],"_postman_id":"5a2c0f47-3b44-4282-a25f-d1a8fab8ccd5"},{"name":"ExpenseJustificationTemplateDetailsRequest","id":"31290be9-e5d8-46f7-8806-dd67def83433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/ExpenseJustificationTemplateDetailsRequest?TemplateId={{integer}}","description":"<p>Retrieves expense justification template details.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [ExpenseEntryJustificationTemplateDetailDTO]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ExpenseJustificationTemplateDetailsRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated template. </p>\n","type":"text/plain"},"key":"TemplateId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"1615adc6-0f4f-4795-ae65-9d39084a916b","name":"ExpenseJustificationTemplateDetailsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/ExpenseJustificationTemplateDetailsRequest?TemplateId={{integer}}","host":["{{base_url}}"],"path":["ExpenseJustificationTemplateDetailsRequest"],"query":[{"key":"TemplateId","value":"{{integer}}","description":"*Required.*  \n(int32)  \nThe identifier of the template.  ","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TemplateId\": 16,\n        \"FieldId\": \"Unknown\",\n        \"FieldGroup\": \"Dates\",\n        \"LabelText\": \"String\",\n        \"IsMandatory\": false,\n        \"Active\": false,\n        \"DescriptionText\": \"String\"\n    }\n]"}],"_postman_id":"31290be9-e5d8-46f7-8806-dd67def83433"},{"name":"UpdateExpenseJustificationTemplateDetailRequest","id":"b505cfa6-4ea8-470d-8c38-4963cbacd2c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/UpdateExpenseJustificationTemplateDetailRequest?TemplateId={{integer}}","description":"<p>Updates expense justification template details.</p>\n<p><strong>API</strong><br /><a href=\"#\">Expense API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [ExpenseEntryJustificationTemplateDetailDTO]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["UpdateExpenseJustificationTemplateDetailRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated template. </p>\n","type":"text/plain"},"key":"TemplateId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"651cb051-5ec6-4ad5-80c5-858a328f222f","name":"UpdateExpenseJustificationTemplateDetailRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/ExpenseJustificationTemplateDetailsRequest?Id=16","host":["{{base_url}}"],"path":["ExpenseJustificationTemplateDetailsRequest"],"query":[{"key":"Id","value":"16","description":"*Required.*  \n(int32)  \nThe identifier of the template.  "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"1052","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"TemplateId\": 16,\n        \"FieldId\": \"Unknown\",\n        \"FieldGroup\": \"Dates\",\n        \"LabelText\": \"String\",\n        \"IsMandatory\": false,\n        \"Active\": false,\n        \"DescriptionText\": \"String\"\n    }\n]"}],"_postman_id":"b505cfa6-4ea8-470d-8c38-4963cbacd2c3"}],"id":"8e4082b9-6d5a-4e9a-a8a4-78092988a657","description":"<p>Manipulates expense data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#8bea4963-d699-4c44-8d1d-883de3f5dc11\">ExpenseEntry</a></td>\n<td>Represents an expense entry object.</td>\n</tr>\n<tr>\n<td><a href=\"#d2a98b8c-a345-4501-9462-8a9f7ad69434\">ExpenseEntry<br />Import</a></td>\n<td>Represents an expense entry import object.</td>\n</tr>\n<tr>\n<td><a href=\"#d0f676ce-6113-4837-b2b3-e66afc2a2a99\">ExpenseEntry<br />ImportDetail</a></td>\n<td>Represents an expense entry import detail object.</td>\n</tr>\n<tr>\n<td><a href=\"#\">ExpenseEntry<br />JustificationTemplate<br />DetailDTO</a></td>\n<td>Represents an expense entry justification template details object.</td>\n</tr>\n<tr>\n<td><a href=\"#\">ExpenseEntry<br />JustificationTemplate<br />WithDetails<br />DTO</a></td>\n<td>Represents an expense entry justification template with details object.</td>\n</tr>\n<tr>\n<td><a href=\"#\">ExpenseEntry<br />JustificationDTO</a></td>\n<td>Represents an expense entry justification object.</td>\n</tr>\n<tr>\n<td><a href=\"#4f323c95-e2f3-4bbd-abad-062d22388f77\">ExpenseEntry<br />MerchantCategory<br />Code</a></td>\n<td>Represents a merchant category code object for an expense entry.</td>\n</tr>\n<tr>\n<td><a href=\"#47781143-9be1-4a87-8bed-9081077793c0\">ExpenseEntry<br />Type</a></td>\n<td>Represents an expense entry type object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#\">PUT ExpenseEntry<br />CreateRequest</a></td>\n<td>Creates a new expense entry.</td>\n</tr>\n<tr>\n<td><a href=\"#\">GET ExpenseEntryJustificationRequest</a></td>\n<td>Retrieves justification for the given expense entry identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#\">POST SaveExpenseEntryJustificationRequest</a></td>\n<td>Saves expense entry justification.</td>\n</tr>\n<tr>\n<td><a href=\"#\">GET ExpenseJustificationTemplate</a></td>\n<td>Retrieves expense justification template with the fields.</td>\n</tr>\n<tr>\n<td><a href=\"#\">GET ExpenseJustificationTemplates</a></td>\n<td>Retrieves expense justification templates.</td>\n</tr>\n<tr>\n<td><a href=\"#\">PUT CreateExpenseJustificationTemplate</a></td>\n<td>Creates expense justification template.</td>\n</tr>\n<tr>\n<td><a href=\"#\">PUT CopyExpenseJustificationTemplateRequest</a></td>\n<td>Creates a copy of expense justification template.</td>\n</tr>\n<tr>\n<td><a href=\"#\">DELETE DeleteExpenseJustificationTemplateRequest</a></td>\n<td>Deletes expense justification template.</td>\n</tr>\n<tr>\n<td><a href=\"#\">PATCH UpdateExpenseJustificationTemplateName</a></td>\n<td>Updates the expense justification template name.</td>\n</tr>\n<tr>\n<td><a href=\"#\">PATCH UpdateExpenseJustificationTemplateInstructionsRequest</a></td>\n<td>Updates the expense justification template instructions text.</td>\n</tr>\n<tr>\n<td><a href=\"#\">PATCH UpdateExpenseJustificationTemplateActiveStatus</a></td>\n<td>Updates the expense justification template active status.</td>\n</tr>\n<tr>\n<td><a href=\"#\">GET ExpenseJustificationTemplateDetailsRequest</a></td>\n<td>Retrieves expense justification template details.</td>\n</tr>\n<tr>\n<td><a href=\"#\">PATCH UpdateExpenseJustificationTemplateDetailRequest</a></td>\n<td>Updates expense justification template details.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#16073aec-c43d-43a6-92bf-46a8d214873e\">Job API</a></p>\n</li>\n<li><p><a href=\"#e9fb5e20-da63-41c4-93f4-9c3f800d2712\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#bc7c71c7-3067-49ed-bf11-2fb13763ca97\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#de18cea5-c678-4c6a-b5e2-d892a1a12932\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#d059bbf2-56fc-4c0b-83cf-154631a5597b\">Resource API</a></p>\n</li>\n<li><p><a href=\"#4c62b413-c310-47b2-8e73-f0c47ffc997b\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#ead03b01-5fa0-484c-91e5-fdc748e0c190\">Task API</a></p>\n</li>\n<li><p><a href=\"#39e34f49-36f7-4e6c-9bea-2b111056b649\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#8e0fe11a-d75a-4b4b-8d5a-c11007ac135c\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#7def4ab9-13ea-4502-89d3-b32871ad2ebe\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"8e4082b9-6d5a-4e9a-a8a4-78092988a657"},{"name":"Finance API","item":[{"name":"Project Posting","item":[{"name":"AdjustmentsBookingRequest","id":"a96e61e7-3ab8-4ffb-a0bc-cb41b357ef94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/AdjustmentsBookingRequest?CompanyId={{integer}}&EndDate={{string}}","description":"<p>Begins booking of WIP adjustments.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Int32</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["AdjustmentsBookingRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The identifier of the current company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"description":{"content":"<p><strong>Required.</strong><br />(date-time)<br />The date and time stamp of the booked WIP adjustments up to end date.</p>\n","type":"text/plain"},"key":"EndDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><strong>Optional.</strong><br />(int32)<br />The identifier of the associated job.<br /><strong>NOTE:</strong> For information about the Job object, see Job.</p>\n","type":"text/plain"},"key":"JobId","value":"{{integer}}"}],"variable":[]}},"response":[],"_postman_id":"a96e61e7-3ab8-4ffb-a0bc-cb41b357ef94"},{"name":"CrossCompanyVouchersBookingRequest","id":"7edb0e2d-d602-4318-8193-108ad3dae83f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/CrossCompanyVouchersBookingRequest?CompanyId={{integer}}&EndDate={{string}}","description":"<p>Begins booking of cross company vouchers.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Int32</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CrossCompanyVouchersBookingRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The identifier of the current company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"description":{"content":"<p><strong>Required.</strong><br />(date-time)<br />The date and time stamp of the booked cross company vouchers up to end date.</p>\n","type":"text/plain"},"key":"EndDate","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"7edb0e2d-d602-4318-8193-108ad3dae83f"},{"name":"IntercompanyTransactionsBookingRequest","id":"08c9076a-33f3-4f97-ad14-648ec16f1c0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/IntercompanyTransactionsBookingRequest?CompanyId={{integer}}&EndDate={{string}}","description":"<p>Begins booking of intercompany transactions.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Int32</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["IntercompanyTransactionsBookingRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The identifier of the current company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"description":{"content":"<p><strong>Required.</strong><br />(date-time)<br />The date and time stamp of the booked transactions up to end date.</p>\n","type":"text/plain"},"key":"EndDate","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"08c9076a-33f3-4f97-ad14-648ec16f1c0b"},{"name":"JobClosuresBookingRequest","id":"2cf8bae5-7677-407d-9294-eab9bc4f647e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/JobClosuresBookingRequest?CompanyId={{integer}}&EndDate={{string}}","description":"<p>Begins booking of job closures.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Int32</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["JobClosuresBookingRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The identifier of the current company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"description":{"content":"<p><strong>Required.</strong><br />(date-time)<br />The date and time stamp of the booked job closures up to end date.</p>\n","type":"text/plain"},"key":"EndDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><strong>Optional.</strong><br />(int32)<br />The identifier of the associated job.<br /><strong>NOTE:</strong> For information about the Job object, see Job.</p>\n","type":"text/plain"},"key":"JobId","value":"{{integer}}"}],"variable":[]}},"response":[],"_postman_id":"2cf8bae5-7677-407d-9294-eab9bc4f647e"},{"name":"MaterialsBookingRequest","id":"3fda8230-51e5-4fb3-88f5-5c97b2efeeeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/MaterialsBookingRequest?CompanyId={{integer}}&EndDate={{string}}","description":"<p>Begins booking of material entries.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Int32</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["MaterialsBookingRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The identifier of the current company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"description":{"content":"<p><strong>Required.</strong><br />(date-time)<br />The date and time stamp of the booked material entries up to end date.</p>\n","type":"text/plain"},"key":"EndDate","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"3fda8230-51e5-4fb3-88f5-5c97b2efeeeb"},{"name":"SalesBookingRequest","id":"15925ba5-689d-4b61-a4bc-a44769c8c2ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/SalesBookingRequest?CompanyId={{integer}}&EndDate={{string}}","description":"<p>Begins booking of sales invoices.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Int32</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["SalesBookingRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The identifier of the current company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"description":{"content":"<p><strong>Required.</strong><br />(date-time)<br />The date and time stamp of the booked sales invoices up to end date.</p>\n","type":"text/plain"},"key":"EndDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><strong>Optional.</strong><br />(int32)<br />The identifier of the associated job.<br /><strong>NOTE:</strong> For information about the Job object, see Job.</p>\n","type":"text/plain"},"key":"JobId","value":"{{integer}}"}],"variable":[]}},"response":[],"_postman_id":"15925ba5-689d-4b61-a4bc-a44769c8c2ef"},{"name":"TimeEntriesBookingRequest","id":"586cd551-5af9-406a-a9e7-8b0a93ac14ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/TimeEntriesBookingRequest?CompanyId={{integer}}&EndDate={{string}}&JobId={{integer}}","description":"<p>Begins booking of time entries.</p>\n<p><strong>NOTE</strong>: This may result in multiple journals based on system variable <strong>ProjectPostingTimeEntryCount</strong>.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Int32</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TimeEntriesBookingRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The identifier of the current company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"description":{"content":"<p><strong>Required.</strong><br />(date-time)<br />The date and time stamp of the booked time entries up to end date.</p>\n","type":"text/plain"},"key":"EndDate","value":"{{string}}"},{"description":{"content":"<p><strong>Optional.</strong><br />(int32)<br />The identifier of the associated job.<br /><strong>NOTE:</strong> For information about the Job object, see Job.</p>\n","type":"text/plain"},"key":"JobId","value":"{{integer}}"}],"variable":[]}},"response":[],"_postman_id":"586cd551-5af9-406a-a9e7-8b0a93ac14ba"},{"name":"VouchersBookingRequest","id":"c44008dd-16fd-48f3-8233-00ccaa70d35d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/VouchersBookingRequest?CompanyId={{integer}}&EndDate={{string}}","description":"<p>Begins booking of vouchers.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Int32</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["VouchersBookingRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The identifier of the current company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"description":{"content":"<p><strong>Required.</strong><br />(date-time)<br />The date and time stamp of the booked vouchers up to end date.</p>\n","type":"text/plain"},"key":"EndDate","value":"{{string}}"}],"variable":[]}},"response":[],"_postman_id":"c44008dd-16fd-48f3-8233-00ccaa70d35d"}],"id":"50a40c59-b4a2-413f-99e7-989699b25eb8","_postman_id":"50a40c59-b4a2-413f-99e7-989699b25eb8","description":""},{"name":"AccountInvoiceElectronicStatusRequest","id":"a7e60664-d224-4131-a2ac-fac9e5c13539","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"InvoiceIds","value":"[{{integer}}]","description":"<p><em>Required.</em><br />(int32)<br />The invoice identifier or list of invoice identifier to add number to.</p>\n","type":"text"},{"key":"Scope","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)\nThe associated scope that is selected.</p>\n","type":"text"},{"key":"ElectronicFileFlag","value":"{{boolean}}","description":"<p><em>Required.</em><br />(int32)<br />The flag that indicates whether or not the electronic file is set to status.<br />If true, the electronic file is set to status. Otherwise, it is not.</p>\n","type":"text"}]},"url":"{{base_url}}/AccountInvoiceElectronicStatusRequest","description":"<p>Sets an electronic file to status.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [DebtorInvoiceManagement]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["AccountInvoiceElectronicStatusRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"bffddb14-50e5-42ce-bf61-e7fb9b291ac2","name":"AccountInvoiceElectronicStatusRequest (with system configured for Pagero enabled)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"electronicFileFlag\": false,\r\n    \"invoiceIds\": [\r\n        39090,\r\n        39196\r\n    ],\r\n    \"scope\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/AccountInvoiceElectronicStatusRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"122","enabled":true}],"cookie":[],"responseTime":null,"body":"[]"},{"id":"35cc27f4-c5bf-42d2-b3da-f5ffc4e0e8bc","name":"AccountInvoiceElectronicStatusRequest (400 (Bad request))","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Id\": 39090,\r\n        \"CustomerId\": 171,\r\n        \"CustomerName\": \"Agnes Hanson\",\r\n        \"JobId\": 509,\r\n        \"JobName\": \"This is test\",\r\n        \"JobStatusId\": 4,\r\n        \"JobCloseDate\": \"2022-09-09T00:00:00.000Z\",\r\n        \"ResponsibleResourceId\": 81340,\r\n        \"ResponsibleResourceName\": \"qweTst2 advanced\",\r\n        \"ResponsibleResourceInitals\": \"QA\",\r\n        \"ResponsibleResourceActive\": true,\r\n        \"InvoiceNumber\": \"INV0002119\",\r\n        \"InvoiceType\": 1,\r\n        \"InvoiceTypeDescription\": \"Final invoice\",\r\n        \"InvoiceCalculate\": 1,\r\n        \"InvoiceDate\": \"2022-09-09T00:00:00.000Z\",\r\n        \"InvoiceDueDate\": \"2022-10-24T00:00:00.000Z\",\r\n        \"InvoiceTitle\": \"Final invoice\",\r\n        \"InvoiceHeadline\": \"Job 509 - This is test - Project: Test test test\",\r\n        \"AccountId\": 207,\r\n        \"AccountNumber\": \"207\",\r\n        \"AccountName\": \"Aktiv Kapital Danmark A/S3\",\r\n        \"CompanyId\": 1,\r\n        \"CompanyName\": \"Bluebird Agency\",\r\n        \"CompInitials\": \"BBA\",\r\n        \"JobDepartmentId\": 1,\r\n        \"JobDepartmentName\": \"General (1859593)\",\r\n        \"CurrencyCode\": \"DKK\",\r\n        \"CurrencyId\": 1,\r\n        \"AmountNet\": 525.00,\r\n        \"AmountVAT\": 131.25,\r\n        \"AmountTotal\": 656.25,\r\n        \"AmountNetCurrency\": 525.00,\r\n        \"AmountVATCurrency\": 131.2500,\r\n        \"AmountTotalCurrency\": 656.2500,\r\n        \"VATPercent\": 0.2500000000,\r\n        \"TaxRate\": 0.250000,\r\n        \"LCID\": 1052,\r\n        \"JournalNumber\": 0,\r\n        \"PostDate\": \"2022-09-09T00:00:00.000Z\",\r\n        \"CustomerReferenceAccountNumber\": \"\",\r\n        \"CompanyAddressLabel\": \"teest\",\r\n        \"CompanyPayText\": \"teest\",\r\n        \"IsJoinedInvoice\": 0,\r\n        \"IsMainInvoice\": false,\r\n        \"CustomerOrderNumberTitle\": \"Test title 29-03-2011\",\r\n        \"ReportLayoutId\": 10001,\r\n        \"PriceListName\": \"Danish Kroner\",\r\n        \"Status\": 60,\r\n        \"InvoiceDeliveryName\": \"Paper invoice\",\r\n        \"InvoiceDeliveryType\": 1,\r\n        \"ReportLayoutName\": \"V8InvoiceMain_WBsoftlogo\"\r\n    },\r\n    {\r\n        \"Id\": 39196,\r\n        \"CustomerId\": 19125,\r\n        \"CustomerName\": \"The food king 1\",\r\n        \"JobId\": 102,\r\n        \"JobName\": \"Test job 1022\",\r\n        \"JobStatusId\": 1,\r\n        \"JobCloseDate\": \"2022-09-28T00:00:00.000Z\",\r\n        \"ResponsibleResourceId\": 15371,\r\n        \"ResponsibleResourceName\": \"Torben Uldall Søemod\",\r\n        \"ResponsibleResourceInitals\": \"TUS\",\r\n        \"ResponsibleResourceActive\": true,\r\n        \"InvoiceNumber\": \"5557555\",\r\n        \"InvoiceType\": 3,\r\n        \"InvoiceTypeDescription\": \"Invoice on account\",\r\n        \"InvoiceCalculate\": 1,\r\n        \"InvoiceDate\": \"2022-11-07T00:00:00.000Z\",\r\n        \"InvoiceDueDate\": \"2022-12-22T00:00:00.000Z\",\r\n        \"InvoiceTitle\": \"Acontofaktura\",\r\n        \"InvoiceHeadline\": \"Job 102 - Test job 1022 - Project: Dogfood - Department General\",\r\n        \"AccountId\": 297,\r\n        \"AccountNumber\": \"295\",\r\n        \"AccountName\": \"Kræftens Bekæmpelse255\",\r\n        \"CompanyId\": 1,\r\n        \"CompanyName\": \"Bluebird Agency\",\r\n        \"CompInitials\": \"BBA\",\r\n        \"JobDepartmentId\": 1,\r\n        \"JobDepartmentName\": \"General (1859593)\",\r\n        \"CurrencyCode\": \"DKK\",\r\n        \"CurrencyId\": 1,\r\n        \"AmountNet\": 35450.00,\r\n        \"AmountVAT\": 0.00,\r\n        \"AmountTotal\": 35450.00,\r\n        \"AmountNetCurrency\": 35450.00,\r\n        \"AmountVATCurrency\": 0.0000,\r\n        \"AmountTotalCurrency\": 35450.0000,\r\n        \"VATPercent\": 0.0000000000,\r\n        \"TaxRate\": 0.000000,\r\n        \"LCID\": 1030,\r\n        \"JournalNumber\": 0,\r\n        \"PostDate\": \"2022-11-07T00:00:00.000Z\",\r\n        \"CompanyPayText\": \"TEST Danish - DKK\",\r\n        \"IsJoinedInvoice\": 0,\r\n        \"IsMainInvoice\": false,\r\n        \"CustomerOrderNumber\": \"TEST payment methods\",\r\n        \"ReportLayoutId\": 10001,\r\n        \"PriceListName\": \"Danish Kroner\",\r\n        \"Status\": 60,\r\n        \"InvoiceDeliveryName\": \"Custom defined electronic invoice\",\r\n        \"InvoiceDeliveryType\": 5,\r\n        \"ReportLayoutName\": \"V8InvoiceMain_WBsoftlogo\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/AccountInvoiceElectronicStatusRequest"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"2589","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"ArgumentException\",\n        \"Message\": \"Request must not include invoice id(s) with debtor delivery type: Electronic invoice - Pagero.\",\n        \"StackTrace\": \"[AccountInvoiceElectronicStatusRequest: 7/6/2023 10:03:57 AM]:\\n[REQUEST: {InvoiceIds:[39090,39380],Scope:3,ElectronicFileFlag:False}]\\r\\nSystem.ArgumentException: Request must not includes invoice id(s) with Debtor delivery type: Electronic Invoice - Pagero.\\r\\n   at WorkBook.FinanceAdministration.Module.Services.Debtor.DebtorInvoiceManagementService.<Post>d__14.MoveNext() in C:\\\\Users\\\\waqarzaidi\\\\Repo\\\\WebVersion\\\\WorkBook.Modules\\\\WorkBook.FinanceAdministration.Module\\\\Services\\\\Debtor\\\\DebtorInvoiceManagementService.cs:line 457\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)\\r\\n   at ServiceStack.Host.ServiceRunner`1.<ExecuteAsync>d__15.MoveNext() in /home/runner/work/ServiceStack/ServiceStack/ServiceStack/src/ServiceStack/Host/ServiceRunner.cs:line 149\\r\\n\",\n        \"Errors\": []\n    }\n}"}],"_postman_id":"a7e60664-d224-4131-a2ac-fac9e5c13539"},{"name":"CompanyBasicFinanceSettingsRequest","id":"f53235cf-95a0-4b76-964f-ec5bea9f37e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CompanyBasicFinanceSettingsRequest?CompanyId={{integer}}","description":"<p>Retrieves company basic settings based on a given identifier of a company.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#ad9575f4-5b45-45bb-951f-0e7b43075ced\">CompanyBasicFinanceSettingsDTO</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CompanyBasicFinanceSettingsRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"fe887af1-5b04-485e-a257-177fbd423df8","name":"CompanyBasicFinanceSettingsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CompanyBasicFinanceSettingsRequest?CompanyId=1","host":["{{base_url}}"],"path":["CompanyBasicFinanceSettingsRequest"],"query":[{"key":"CompanyId","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the associated Company."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"162","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1,\n    \"SecondaryChartOfAccountsEnabled\": true\n}"}],"_postman_id":"f53235cf-95a0-4b76-964f-ec5bea9f37e3"},{"name":"CompanyBasicFinanceSettingsPatchRequest","id":"6816c14a-4b80-465e-9ed6-d9a270e43865","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"Id\": {{integer}},\r\n        \"SecondaryChartOfAccountsEnabled\": {{boolean}}\r\n    }\r\n}"},"url":"{{base_url}}/CompanyBasicFinanceSettingsPatchRequest?CompanyId={{integer}}","description":"<p>Updates company basic settings.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#ad9575f4-5b45-45bb-951f-0e7b43075ced\">CompanyBasicFinanceSettingsDTO</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CompanyBasicFinanceSettingsPatchRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"d2a3e272-09a4-4f8b-aa3a-55be31a332db","name":"CompanyBasicFinanceSettingsPatchRequest","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"Id\": 82021,\r\n        \"SecondaryChartOfAccountsEnabled\": true\r\n    }\r\n}"},"url":{"raw":"{{base_url}}/CompanyBasicFinanceSettingsPatchRequest?CompanyId=1","host":["{{base_url}}"],"path":["CompanyBasicFinanceSettingsPatchRequest"],"query":[{"key":"CompanyId","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the associated Company."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"166","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 82021,\n    \"SecondaryChartOfAccountsEnabled\": true\n}"},{"id":"78685242-f887-4acc-babd-a2f030b0020f","name":"CompanyBasicFinanceSettingsPatchRequest (with 400 WorkBookMessageException Error)","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"CompanyId\": 82021,\r\n        \"SecondaryChartOfAccountEnabled\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/CompanyBasicFinanceSettingsPatchRequest?CompanyId=82021","host":["{{base_url}}"],"path":["CompanyBasicFinanceSettingsPatchRequest"],"query":[{"key":"CompanyId","value":"82021","description":"*Required.*  \n(int32)  \nThe identifier of the associated Company."}]}},"status":"WorkBookMessageException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1807","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"WorkBookMessageException\",\n        \"Message\": \"###65292$$$ Patch dictionary must contain id.\",\n        \"StackTrace\": \"[CompanyBasicFinanceSettingsPatchRequest: 5/9/2024 9:58:49 AM]:\\n[REQUEST: {Patch:{CompanyId:1,SecondaryChartOfAccountEnabled:false}}]\\r\\nWorkBook.Shared.ServiceModel.Exceptions.WorkBookMessageException: ###65292$$$ Patch dictionary must contain id.\\r\\n   at WorkBook.FinanceAdministration.Module.Extensions.ResultFinanceExtensions.ThrowIfError[T](Result`1 result, IMessageProvider messageProvider) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.Modules\\\\WorkBook.FinanceAdministration.Module\\\\Extensions\\\\ResultFinanceExtensions.cs:line 33\\r\\n   at WorkBook.FinanceAdministration.Module.Extensions.ResultFinanceExtensions.GetValue[T](Result`1 result, IMessageProvider messageProvider) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.Modules\\\\WorkBook.FinanceAdministration.Module\\\\Extensions\\\\ResultFinanceExtensions.cs:line 13\\r\\n   at WorkBook.FinanceAdministration.Module.Services.Account.CompanyBasicFinanceSettingsService.<Patch>d__3.MoveNext() in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.Modules\\\\WorkBook.FinanceAdministration.Module\\\\Services\\\\CompanyBasicFinanceSettings\\\\CompanyBasicFinanceSettingsService.cs:line 36\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)\\r\\n   at ServiceStack.Host.ServiceRunner`1.<ExecuteAsync>d__15.MoveNext() in /home/runner/work/ServiceStack/ServiceStack/ServiceStack/src/ServiceStack/Host/ServiceRunner.cs:line 150\\r\\n\",\n        \"Errors\": []\n    }\n}"}],"_postman_id":"6816c14a-4b80-465e-9ed6-d9a270e43865"},{"name":"GetAllSecondaryChartAccountsRequest","id":"14d5c899-0962-4c00-9000-14682d7ca39c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/GetAllSecondaryChartAccountsRequest?CompanyId={{integer}}","description":"<p>Retrieves a list of secondary chart accounts based on a given identifier of company.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#a43331fe-346a-4905-8d97-c6e528ff9846\">SecondaryChartAccountDTO</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["GetAllSecondaryChartAccountsRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"ac35bc4e-c255-4adf-804f-c07195c4bd38","name":"GetAllSecondaryChartAccountsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/GetAllSecondaryChartAccountsRequest?CompanyId=1","host":["{{base_url}}"],"path":["GetAllSecondaryChartAccountsRequest"],"query":[{"key":"CompanyId","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the associated company.  \n**NOTE:** For information about the Company object, see Company."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"501","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 76,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"Aaron\",\n        \"AccountName\": \"Exquisitely Special Account\",\n        \"AccountType\": 0\n    },\n    {\n        \"Id\": 77,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"WAA\",\n        \"AccountName\": \"Weirdly Awkward Account\",\n        \"AccountType\": 1\n    },\n    {\n        \"Id\": 78,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"JLA\",\n        \"AccountName\": \"Joylessly Lonely Account\",\n        \"AccountType\": 1\n    },\n    {\n        \"Id\": 79,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"LLP\",\n        \"AccountName\": \"Long life people\",\n        \"AccountType\": 0\n    },\n    {\n        \"Id\": 80,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"GIGO\",\n        \"AccountName\": \"Gabbage in Gabbage out\",\n        \"AccountType\": 0\n    },\n    {\n        \"Id\": 82,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"TT\",\n        \"AccountName\": \"TestT 2\",\n        \"AccountType\": 0\n    },\n    {\n        \"Id\": 99,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"RETax-\",\n        \"AccountName\": \"Rev-Taxes & Sales-\",\n        \"AccountType\": 1\n    },\n    {\n        \"Id\": 104,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"AccPay\",\n        \"AccountName\": \"Accounts Payable\",\n        \"AccountType\": 1\n    },\n    {\n        \"Id\": 114,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"AccPay1\",\n        \"AccountName\": \"Accounts Payable%*&()&^!!!!0\",\n        \"AccountType\": 1\n    },\n    {\n        \"Id\": 115,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"AccRec\",\n        \"AccountName\": \"Accounts Receivable\",\n        \"AccountType\": 0\n    },\n    {\n        \"Id\": 119,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"FeTax\",\n        \"AccountName\": \"Federal Tax\",\n        \"AccountType\": 0\n    },\n    {\n        \"Id\": 125,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"Tst-acc\",\n        \"AccountName\": \"Test Acc\",\n        \"AccountType\": 1\n    },\n    {\n        \"Id\": 126,\n        \"CompanyId\": 1,\n        \"AccountCode\": \"APIdocTest\",\n        \"AccountName\": \"API DocTest\",\n        \"AccountType\": 1\n    }\n]"}],"_postman_id":"14d5c899-0962-4c00-9000-14682d7ca39c"},{"name":"GetSingleSecondaryChartAccountRequest","id":"a2ca8b00-bea4-448a-82da-57cf46bd7279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/GetSingleSecondaryChartAccountRequest?Id={{integer}}","description":"<p>Retrieves a single secondary chart account based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#a43331fe-346a-4905-8d97-c6e528ff9846\">SecondaryChartAccountDTO</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["GetSingleSecondaryChartAccountRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the secondary chart account.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"7fb01bfc-d9fe-4c1f-80c5-7fef5cc97e00","name":"GetSingleSecondaryChartAccountRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/GetSingleSecondaryChartAccountRequest?Id=76","host":["{{base_url}}"],"path":["GetSingleSecondaryChartAccountRequest"],"query":[{"key":"Id","value":"76","description":"Required.  \n(int32)  \nThe identifier of the secondary chart account."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"195","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 76,\n    \"CompanyId\": 1,\n    \"AccountCode\": \"Aaron\",\n    \"AccountName\": \"Exquisitely Special Account\",\n    \"AccountType\": 0\n}"}],"_postman_id":"a2ca8b00-bea4-448a-82da-57cf46bd7279"},{"name":"CreateNewSecondaryChartAccountRequest","id":"eda0eb58-5c82-458f-98a7-f13185ee57e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"CompanyId","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated company.<br /><strong>NOTE:</strong> For information about the Company object, see Company.</p>\n","type":"text"},{"key":"AccountCode","value":"{{string}}","description":"<p><em>Required.</em><br />The associated account code.  </p>\n","type":"text"},{"key":"AccountName","value":"{{string}}","description":"<p><em>Required.</em><br />The associated account name. </p>\n","type":"text"},{"key":"AccountType","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The associated account type .<br />This should be 0 for Operating or 1 for Balance.</p>\n","type":"text"}]},"url":"{{base_url}}/CreateNewSecondaryChartAccountRequest","description":"<p>Creates a new secondary chart account based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#a43331fe-346a-4905-8d97-c6e528ff9846\">SecondaryChartAccountDTO</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CreateNewSecondaryChartAccountRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1023ea2e-2fed-4592-ad3f-ae1acbc5d21e","name":"CreateNewSecondaryChartAccountRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"CompanyId\": 1,\r\n    \"Id\": 16,\r\n    \"AccountCode\": \"APITest\",\r\n    \"AccountName\": \"API Documentation Test\",\r\n    \"AccountType\": 1\r\n}"},"url":"{{base_url}}/CreateNewSecondaryChartAccountRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"190","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 127,\n    \"CompanyId\": 1,\n    \"AccountCode\": \"APITest\",\n    \"AccountName\": \"API Documentation Test\",\n    \"AccountType\": 1\n}"}],"_postman_id":"eda0eb58-5c82-458f-98a7-f13185ee57e2"},{"name":"SecondaryChartAccountPatchRequest","id":"4a309051-3f33-4ced-8d36-0c4c43036a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": {{integer}},\r\n    \"AccountCode\": \"{{string}}\",\r\n    \"AccountName\": \"{{string}}\",\r\n    \"AccountType\": {{integer}}\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/SecondaryChartAccountPatchRequest","description":"<p>Updates a single secondary chart account based on a given set of parameters.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#a43331fe-346a-4905-8d97-c6e528ff9846\">SecondaryChartAccountDTO</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["SecondaryChartAccountPatchRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3c4d4322-186f-4725-b666-66162c39c884","name":"SecondaryChartAccountPatchRequest","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 125,\r\n    \"AccountCode\": \"Tst-acc\",\r\n    \"AccountName\": \"Test Acc\",\r\n    \"AccountType\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/SecondaryChartAccountPatchRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"182","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 125,\n    \"CompanyId\": 1,\n    \"AccountCode\": \"Tst-acc\",\n    \"AccountName\": \"Test Acc\",\n    \"AccountType\": 1\n}"},{"id":"e7ff18e7-0728-4f99-8359-2a3079fb6800","name":"SecondaryChartAccountPatchRequest (with 400 WorkBookMessageException Error)","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 125,\r\n    \"AccountCodeName\": \"Tst-acc\",\r\n    \"AccountName\": \"Test Acc\",\r\n    \"AccountType\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/SecondaryChartAccountPatchRequest"},"status":"WorkBookMessageException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1745","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"WorkBookMessageException\",\n        \"Message\": \"###63918$$$ The record does not exist.\",\n        \"StackTrace\": \"[SecondaryChartAccountPatchRequest: 4/29/2024 1:18:50 PM]:\\n[REQUEST: {Id:125,AccountName:Test Acc,AccountType:1}]\\r\\nWorkBook.Shared.ServiceModel.Exceptions.WorkBookMessageException: ###63918$$$ The record does not exist.\\r\\n   at WorkBook.FinanceAdministration.Module.Extensions.ResultFinanceExtensions.ThrowIfError[T](Result`1 result, IMessageProvider messageProvider) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.Modules\\\\WorkBook.FinanceAdministration.Module\\\\Extensions\\\\ResultFinanceExtensions.cs:line 33\\r\\n   at WorkBook.FinanceAdministration.Module.Extensions.ResultFinanceExtensions.GetValue[T](Result`1 result, IMessageProvider messageProvider) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.Modules\\\\WorkBook.FinanceAdministration.Module\\\\Extensions\\\\ResultFinanceExtensions.cs:line 13\\r\\n   at WorkBook.FinanceAdministration.Module.Services.Account.SecondaryChartOfAccountService.<Patch>d__6.MoveNext() in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.Modules\\\\WorkBook.FinanceAdministration.Module\\\\Services\\\\Account\\\\SecondaryChartOfAccountService.cs:line 83\\r\\n--- End of stack trace from previous location where exception was thrown ---\\r\\n   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\\r\\n   at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)\\r\\n   at ServiceStack.Host.ServiceRunner`1.<ExecuteAsync>d__15.MoveNext() in /home/runner/work/ServiceStack/ServiceStack/ServiceStack/src/ServiceStack/Host/ServiceRunner.cs:line 150\\r\\n\",\n        \"Errors\": []\n    }\n}"}],"_postman_id":"4a309051-3f33-4ced-8d36-0c4c43036a28"},{"name":"SecondaryChartAccountDeleteRequest","id":"4edb4c0b-2df7-4a5c-a9a7-ff8c9bc2412e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/SecondaryChartAccountDeleteRequest?Id={{integer}}","description":"<p>Deletes a single secondary chart account.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["SecondaryChartAccountDeleteRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the secondary chart account.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"9cb98bd5-e818-405e-a667-20af7ff87d6f","name":"SecondaryChartAccountDeleteRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/SecondaryChartAccountDeleteRequest?Id=123","host":["{{base_url}}"],"path":["SecondaryChartAccountDeleteRequest"],"query":[{"key":"Id","value":"123","description":"Required.  \n(int32)  \nThe identifier of the secondary chart account."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1711","enabled":true}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"4edb4c0b-2df7-4a5c-a9a7-ff8c9bc2412e"},{"name":"ProfitForecastDataDetailPostRequest","id":"ffd76408-ba7a-46d7-8a53-b716f60c747e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the profit forecast data detail line. </p>\n","type":"text"},{"key":"Amount","value":"{{number}}","description":"<p><em>Optional.</em><br />(decimal)<br />The associated amount to be set on the profit forecast data detail line. </p>\n","type":"text"},{"key":"ProfitForecastDataId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated profit forecast data detai line. </p>\n","type":"text"},{"key":"MonthDate","value":"{{integer}}","description":"<p><em>Optional.</em><br />The month of the profit forecast data detail line to set amount for.  </p>\n","type":"text"},{"key":"RemainingFollowingYearsAmount","value":"{{number}}","description":"<p><em>Optional.</em><br />(decimal)<br />The associated remaining amount to be set on the profit forecast data detail line. </p>\n","type":"text"}]},"url":"{{base_url}}/ProfitForecastDataDetailPostRequest","description":"<p>Creates a new profile revenue forecast or a list of profile revenue forecast.</p>\n<p><strong>API</strong><br /><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />None</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["ProfitForecastDataDetailPostRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e9b0cc02-9fe4-416f-9229-08649cd11108","name":"ProfitForecastDataDetailPostRequest (for a single profit forecast data)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 7047400,\r\n    \"Amount\": 448.51,\r\n    \"ProfitForecastDataId\": 25035225,\r\n    \"MonthDate\": \"2023-11-01T00:00:00Z\",\r\n    \"RemainingFollowingYearsAmount\": 19734.68\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/ProfitForecastDataDetailPostRequest"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[],"cookie":[],"responseTime":null,"body":null},{"id":"105b49f6-6526-4ba3-b4bb-0f8539201648","name":"ProfitForecastDataDetailPostRequest (for a list of profit forecast data)","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n{\r\n    \"Id\": 7047400,\r\n    \"Amount\": 448.51,\r\n    \"ProfitForecastDataId\": 25035225,\r\n    \"MonthDate\": \"2023-11-01T00:00:00Z\",\r\n    \"RemainingFollowingYearsAmount\": 19734.68\r\n},\r\n{\r\n    \"Id\": 7047401,\r\n    \"Amount\": 448.55,\r\n    \"ProfitForecastDataId\": 25035225,\r\n    \"MonthDate\": \"2023-12-01T00:00:00Z\",\r\n    \"RemainingFollowingYearsAmount\": 19734.68\r\n}\r\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/ProfitForecastDataDetailPostRequest"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"ffd76408-ba7a-46d7-8a53-b716f60c747e"}],"id":"d5450193-e893-4678-b5d7-15a704965d92","description":"<p>Manipulates Finance data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#ad9575f4-5b45-45bb-951f-0e7b43075ced\">CompanyBasic<br />FinanceSettings<br />DTO</a></td>\n<td>Represents a visualization object for GaleMediaForce buy order executed data.</td>\n</tr>\n<tr>\n<td><a href=\"#a43331fe-346a-4905-8d97-c6e528ff9846\">SecondaryChart<br />AccountDTO<br /></a></td>\n<td>Represents a secondary chart account object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#f55c1e0a-ecc7-4a57-8526-18ca4ca363af\">POST AccountInvoice<br />ElectronicStatus<br />Request</a></td>\n<td>Sets an electronic file to status.</td>\n</tr>\n<tr>\n<td><a href=\"#a3ec46ef-b28b-4e72-b93c-779aff44ebca\">GET CompanyBasic<br />FinanceSettings<br />Request</a></td>\n<td>Retrieves company basic settings based on a given identifier of a company.</td>\n</tr>\n<tr>\n<td><a href=\"#a43331fe-346a-4905-8d97-c6e528ff9846\">PATCH CompanyBasic<br />FinanceSettings<br />PatchRequest<br /></a></td>\n<td>Updates company basic settings.</td>\n</tr>\n<tr>\n<td><a href=\"#16930520-0e26-4200-a662-6713775d53d8\">GET GetAll<br />SecondaryChart<br />AccountsRequest<br /></a></td>\n<td>Retrieves a list of secondary chart accounts based on a given identifier of company.</td>\n</tr>\n<tr>\n<td><a href=\"#009da297-1455-46d5-97d9-1f7068bff18d\">GET GetSingle<br />SecondaryChart<br />AccountRequest<br /></a></td>\n<td>Retrieves a single secondary chart account based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#5e62385b-2d33-4c0f-abb8-fe888269e6fa\">PUT CreateNew<br />SecondaryChart<br />AccountRequest<br /></a></td>\n<td>Creates a new secondary chart account based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#e2986c1b-a5e3-475f-a71e-359f184a7e4c\">PATCH SecondaryChart<br />AccountPatch<br />Request</a></td>\n<td>Updates a secondary chart account based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#6d286fb3-061f-4073-a33d-3f52f80b3e04\">DEL SecondaryChart<br />AccountDelete<br />Request</a></td>\n<td>Deletes a secondary chart account based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#4da5b6fe-5ba5-43ca-ade4-84d38c97129d\">POST ProfitForecast<br />DataDetail<br />PostRequest</a></td>\n<td>Creates a new profile revenue forecast or a list of profile revenue forecast.</td>\n</tr>\n<tr>\n<td><a href=\"#26460733-d27e-4e86-bcc9-b7c9bdea11d6\">POST AdjustmentsBookingRequest</a></td>\n<td>Begins booking of WIP adjustments.</td>\n</tr>\n<tr>\n<td><a href=\"#0b26c5ee-3929-46d3-bf52-64ac90ae3d1f\">POST CrossCompany<br />VouchersBooking<br />Request</a></td>\n<td>Begins booking of cross company vouchers.</td>\n</tr>\n<tr>\n<td><a href=\"#e85db245-3959-4079-afde-3d0aa31be869\">POST IntercompanyTransactions<br />BookingRequest</a></td>\n<td>Begins booking of intercompany transactions.</td>\n</tr>\n<tr>\n<td><a href=\"#7cd5a91c-7eb5-498d-b031-197ac1c42cd8\">POST JobClosures<br />BookingRequest</a></td>\n<td>Begins booking of job closures.</td>\n</tr>\n<tr>\n<td><a href=\"#fea688af-2024-4b2d-b7ca-4b46210c06ad\">POST MaterialsBooking<br />Request</a></td>\n<td>Begins booking of material entries.</td>\n</tr>\n<tr>\n<td><a href=\"#880ea11c-2d39-4ba7-8dd5-79b718b7baac\">POST SalesBooking<br />Request</a></td>\n<td>Begins booking of sales invoices.</td>\n</tr>\n<tr>\n<td><a href=\"#e3a75951-2a4d-493b-8ac3-5a2f9ba8de24\">POST TimeEntries<br />BookingRequest</a></td>\n<td>Begins booking of time entries.</td>\n</tr>\n<tr>\n<td><a href=\"#0428bee4-8766-4ad9-800f-b60dc24d5bad\">POST VouchersBooking<br />Request</a></td>\n<td>Begins booking of vouchers.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"d5450193-e893-4678-b5d7-15a704965d92"},{"name":"GaleForceMedia API","item":[{"name":"GaleForceMediaBuyOrderImportLinesParsedRequest","id":"2d9dd61b-eed8-49f2-b92c-878e0f07d4cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/MediaForceBuyOrderImportLinesParsedRequest?Id={{integer}}","description":"<p>Retrieves all parsed lines from a GaleForceMedia buy order import.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#fb5eedb7-02bb-4fcc-85cd-cb858be2e6d5\">MediaForceBuyOrderImportLineParsed</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["MediaForceBuyOrderImportLinesParsedRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the GaleForceMedia creditor invoice import for which to return lines.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"8973d5d6-a8d6-42e9-948f-13cfc567a79b","name":"GaleForceMediaBuyOrderImportLinesParsedRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/MediaForceBuyOrderImportLinesParsedRequest?Id=78","host":["{{base_url}}"],"path":["MediaForceBuyOrderImportLinesParsedRequest"],"query":[{"key":"Id","value":"78","description":"*Required.*  \n(int32)  \nThe identifier of the GaleForceMedia creditor invoice import for which to return lines."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"777","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 6709,\n        \"MediaForceBuyOrderImportId\": 78,\n        \"MediaForceBuyOrderNumber\": \"C&2020082814444483\",\n        \"SpotLinkId\": \"139232-17995-1\",\n        \"SupplierId\": 81048,\n        \"SupplierName\": \"C & W CABLE\",\n        \"OrderDate\": \"2020-08-28T00:00:00.000Z\",\n        \"ProjectNumber\": 21217,\n        \"ItemId\": \"TV\",\n        \"GrossAmount\": 10,\n        \"NetCost\": 233,\n        \"Spots\": 1,\n        \"StartDate\": \"2020-05-04T00:00:00.000Z\",\n        \"EndDate\": \"2020-07-11T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 6710,\n        \"MediaForceBuyOrderImportId\": 78,\n        \"MediaForceBuyOrderNumber\": \"C&2020082814432293\",\n        \"SpotLinkId\": \"139232-17995-2\",\n        \"SupplierId\": 81048,\n        \"SupplierName\": \"C & W CABLE\",\n        \"OrderDate\": \"2020-08-28T00:00:00.000Z\",\n        \"ProjectNumber\": 21217,\n        \"ItemId\": \"TV\",\n        \"GrossAmount\": 10,\n        \"NetCost\": 235,\n        \"Spots\": 1,\n        \"StartDate\": \"2020-05-04T00:00:00.000Z\",\n        \"EndDate\": \"2020-07-11T00:00:00.000Z\"\n    }\n]"}],"_postman_id":"2d9dd61b-eed8-49f2-b92c-878e0f07d4cd"},{"name":"GaleForceMediaBuyOrderImportsRequest","id":"06e84076-2d3c-4dcc-aa8c-040803572aca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/MediaForceBuyOrderImportsRequest","description":"<p>Returns all GaleForceMedia buy order imports matching the specified filter. Use the 'ImportStatus' filter to request for deleted buy orders.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#22a39543-49ea-4ede-8aa1-53e2e1f30152\">MediaForceBuyOrderImport</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["MediaForceBuyOrderImportsRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated job.<br />For information about the Job object, see <a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>.</p>\n","type":"text/plain"},"key":"JobId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />Filters records starting from the given date, compared to the imports creation date.\n    </p>\n","type":"text/plain"},"key":"FromDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />Filters records leading up to the given date, compared to the imports creation date.</p>\n","type":"text/plain"},"key":"ToDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />Filter records based on the import status.<br /><strong>NOTE:</strong> By default, the value of the import status are 1 for draft, 2 for imported, and 3 for failed.</p>\n","type":"text/plain"},"key":"ImportStatus","value":"[{{integer}}]"}],"variable":[]}},"response":[{"id":"caa39e80-dbe9-4b31-b10c-361b1c2d2aa5","name":"GaleForceMediaBuyOrderImportsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/MediaForceBuyOrderImportsRequest?CompanyId=1","host":["{{base_url}}"],"path":["MediaForceBuyOrderImportsRequest"],"query":[{"key":"JobId","value":"{{integer}}","description":"*Optional.*\n(int32)\nThe identifier of the associated job.\nFor information about the Job object, see [Job](#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23).","disabled":true},{"key":"CompanyId","value":"1","description":"*Optional.*  \n(int32)  \nThe identifier of the associated company."},{"key":"FromDate","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nFilters records starting from the given date, compared to the imports creation date.\n\t","disabled":true},{"key":"ToDate","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nFilters records leading up to the given date, compared to the imports creation date.","disabled":true},{"key":"ImportStatus","value":"[{{integer}}]","description":"*Optional.*    \n(int32)  \nFilter records based on the import status. Available status: (1) Draft, (2) Imported, (3) Failed, (4) Deleted. Defaults to return status 1, 2 and 3.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"87697","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 78,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 80,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 81,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 82,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 87,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 88,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 222,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"Import_Brent_6.csv\"\n    },\n    {\n        \"Id\": 224,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"Import_Brent_6.csv\"\n    },\n    {\n        \"Id\": 230,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_8RevNeg.csv\"\n    },\n    {\n        \"Id\": 215,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 228,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_8.csv\"\n    },\n    {\n        \"Id\": 232,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_8Rev3.csv\"\n    },\n    {\n        \"Id\": 268,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67265) - ###67265$$$ It was not possible to revise the price quote on job 22986 since no MediaForce price quote exists\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 269,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 273,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 286,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_full.csv\"\n    },\n    {\n        \"Id\": 294,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67262) - ###67262$$$ It was not possible to create a price quote based on the requested MediaForce price quote (ID: 18974) as the amount on the import does not match the amount expected on the price quote\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 318,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 77929,\n        \"ExecutedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv\"\n    },\n    {\n        \"Id\": 331,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutionErrors\": \"The MediaForce import failed as some SpotLinkId's have been used on other imports\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 336,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 16143,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 345,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 475315-41241\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 18620,\n        \"FileName\": \"MediaForce import file buy order.csv\"\n    },\n    {\n        \"Id\": 347,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 362,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77545,\n        \"FileName\": \"MediaForce import file buy order.csv\"\n    },\n    {\n        \"Id\": 389,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test.csv\"\n    },\n    {\n        \"Id\": 391,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 392,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 393,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test.csv\"\n    },\n    {\n        \"Id\": 394,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 395,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 396,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test.csv\"\n    },\n    {\n        \"Id\": 398,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 399,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 408,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 16143,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 409,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 410,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 411,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test.csv\"\n    },\n    {\n        \"Id\": 412,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 414,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 416,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"33333333.csv\"\n    },\n    {\n        \"Id\": 420,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 16143,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 216,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_6.csv\"\n    },\n    {\n        \"Id\": 239,\n        \"CreatedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_2.csv\"\n    },\n    {\n        \"Id\": 275,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_full.csv\"\n    },\n    {\n        \"Id\": 317,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_Test_OpenText_Long_File_Name.csv\"\n    },\n    {\n        \"Id\": 339,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 18620,\n        \"ExecutedByResourceId\": 18620,\n        \"FileName\": \"MediaForce import file buy order.csv\"\n    },\n    {\n        \"Id\": 355,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 371,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 16143,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 217,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 244,\n        \"CreatedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_2Rev.csv\"\n    },\n    {\n        \"Id\": 250,\n        \"CreatedDate\": \"2020-09-28T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 139232-174592-12\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 251,\n        \"CreatedDate\": \"2020-09-28T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 253,\n        \"CreatedDate\": \"2020-09-28T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 139232-174592-12\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 270,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67265) - ###67265$$$ It was not possible to revise the price quote on job 25520 since no MediaForce price quote exists\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 304,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 18620,\n        \"ExecutedByResourceId\": 18620,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 342,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent.csv\"\n    },\n    {\n        \"Id\": 388,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_2.csv\"\n    },\n    {\n        \"Id\": 126,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67255) - ###67255$$$ A supplier in the MediaForce import does not exist in the WorkBook system. Please check that supplier IDs in the import are valid WorkBook supplier or client IDs.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import_Brent_3.csv\"\n    },\n    {\n        \"Id\": 47,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 52,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 59,\n        \"CreatedDate\": \"2020-09-11T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67262) - ###67262$$$ It was not possible to create a price quote based on the requested MediaForce price quote (ID: 18597) as the amount on the import does not match the amount expected on the price quote\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 67,\n        \"CreatedDate\": \"2020-09-11T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import_Brent_10.csv\"\n    },\n    {\n        \"Id\": 24,\n        \"CreatedDate\": \"2020-08-31T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"MediaForceExport.csv\"\n    },\n    {\n        \"Id\": 25,\n        \"CreatedDate\": \"2020-08-31T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-08-31T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"MediaForceExport.csv\"\n    },\n    {\n        \"Id\": 45,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 46,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 93,\n        \"CreatedDate\": \"2020-09-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-15T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_full.csv\"\n    },\n    {\n        \"Id\": 95,\n        \"CreatedDate\": \"2020-09-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-15T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67262) - ###67262$$$ It was not possible to create a price quote based on the requested MediaForce price quote (ID: 18655) as the amount on the import does not match the amount expected on the price quote\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_full.csv\"\n    },\n    {\n        \"Id\": 146,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"test_MF_import.csv\"\n    },\n    {\n        \"Id\": 147,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67262) - ###67262$$$ It was not possible to create a price quote based on the requested MediaForce price quote (ID: 18737) as the amount on the import does not match the amount expected on the price quote\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_2.csv\"\n    },\n    {\n        \"Id\": 149,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-21T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 36971,\n        \"FileName\": \"test_MF_import.csv\"\n    },\n    {\n        \"Id\": 150,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67262) - ###67262$$$ It was not possible to create a price quote based on the requested MediaForce price quote (ID: 18741) as the amount on the import does not match the amount expected on the price quote\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 151,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67262) - ###67262$$$ It was not possible to create a price quote based on the requested MediaForce price quote (ID: 18743) as the amount on the import does not match the amount expected on the price quote\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 152,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67262) - ###67262$$$ It was not possible to create a price quote based on the requested MediaForce price quote (ID: 18744) as the amount on the import does not match the amount expected on the price quote\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 161,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 165,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 179,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3.csv\"\n    },\n    {\n        \"Id\": 187,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_large.csv\"\n    },\n    {\n        \"Id\": 191,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"test_overlay_MF.csv\"\n    },\n    {\n        \"Id\": 200,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_4v2.csv\"\n    },\n    {\n        \"Id\": 202,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_5.csv\"\n    },\n    {\n        \"Id\": 203,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_6.csv\"\n    },\n    {\n        \"Id\": 31,\n        \"CreatedDate\": \"2020-09-04T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-04T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 33,\n        \"CreatedDate\": \"2020-09-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 35,\n        \"CreatedDate\": \"2020-09-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 36,\n        \"CreatedDate\": \"2020-09-09T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-09T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 38,\n        \"CreatedDate\": \"2020-09-09T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-09T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 40,\n        \"CreatedDate\": \"2020-09-09T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import_Draft.csv\"\n    },\n    {\n        \"Id\": 48,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import_Draft_v2.csv\"\n    },\n    {\n        \"Id\": 198,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_4.csv\"\n    },\n    {\n        \"Id\": 201,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_4Rev.csv\"\n    },\n    {\n        \"Id\": 220,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"Import_Brent_6.csv\"\n    },\n    {\n        \"Id\": 221,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"Import_Brent_6.csv\"\n    },\n    {\n        \"Id\": 245,\n        \"CreatedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3.csv\"\n    },\n    {\n        \"Id\": 322,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 139232-17995-1, 139232-17995-2, 139232-17997-3\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 18620,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 333,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 335,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 340,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 343,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 348,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 350,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 352,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test_overlay_MF.csv\"\n    },\n    {\n        \"Id\": 353,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 354,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 356,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 359,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 361,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 18620,\n        \"ExecutedByResourceId\": 18620,\n        \"FileName\": \"MediaForce import file buy order3.csv\"\n    },\n    {\n        \"Id\": 363,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 18620,\n        \"FileName\": \"MediaForce import file buy order3.csv\"\n    },\n    {\n        \"Id\": 364,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 18620,\n        \"FileName\": \"MediaForce import file buy order2.csv\"\n    },\n    {\n        \"Id\": 365,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77545,\n        \"FileName\": \"MediaForce import file buy order.csv\"\n    },\n    {\n        \"Id\": 366,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 18620,\n        \"FileName\": \"MediaForce import file buy order.csv\"\n    },\n    {\n        \"Id\": 369,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutionErrors\": \"The MediaForce import failed as some SpotLinkId's have been used on other imports\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 77545,\n        \"FileName\": \"MediaForce import file buy order.csv\"\n    },\n    {\n        \"Id\": 372,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 378,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test_overlay_MF.csv\"\n    },\n    {\n        \"Id\": 381,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 382,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test_overlay_MF.csv\"\n    },\n    {\n        \"Id\": 383,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 384,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test_overlay_MF.csv\"\n    },\n    {\n        \"Id\": 385,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test_overlay_MF.csv\"\n    },\n    {\n        \"Id\": 386,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 387,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 390,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 214,\n        \"CreatedDate\": \"2020-09-23T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 36971,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 218,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"Import_Brent_6.csv\"\n    },\n    {\n        \"Id\": 219,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"Import_Brent_6.csv\"\n    },\n    {\n        \"Id\": 223,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"Import_Brent_6.csv\"\n    },\n    {\n        \"Id\": 225,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67265) - ###67265$$$ It was not possible to revise the price quote on job 25507 since no MediaForce price quote exists\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_6Rev1.csv\"\n    },\n    {\n        \"Id\": 49,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 50,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import_Draft_v2.csv\"\n    },\n    {\n        \"Id\": 51,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 53,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 57,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 60,\n        \"CreatedDate\": \"2020-09-11T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 62,\n        \"CreatedDate\": \"2020-09-11T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import_Brent_1.csv\"\n    },\n    {\n        \"Id\": 64,\n        \"CreatedDate\": \"2020-09-11T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import_Brent_3.csv\"\n    },\n    {\n        \"Id\": 73,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 74,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 76,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 79,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 86,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 121,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Brent_2.csv\"\n    },\n    {\n        \"Id\": 127,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import_Brent_3.csv\"\n    },\n    {\n        \"Id\": 138,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 164,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 166,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 176,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_2.csv\"\n    },\n    {\n        \"Id\": 178,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 180,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 192,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_full.csv\"\n    },\n    {\n        \"Id\": 94,\n        \"CreatedDate\": \"2020-09-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-15T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_full.csv\"\n    },\n    {\n        \"Id\": 115,\n        \"CreatedDate\": \"2020-09-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-15T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_full.csv\"\n    },\n    {\n        \"Id\": 30,\n        \"CreatedDate\": \"2020-09-04T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-04T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 37,\n        \"CreatedDate\": \"2020-09-09T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 43,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import_Draft_v2.csv\"\n    },\n    {\n        \"Id\": 75,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 85,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_full.csv\"\n    },\n    {\n        \"Id\": 89,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_full.csv\"\n    },\n    {\n        \"Id\": 96,\n        \"CreatedDate\": \"2020-09-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-15T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_full.csv\"\n    },\n    {\n        \"Id\": 159,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 172,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 175,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_2.csv\"\n    },\n    {\n        \"Id\": 177,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_med.csv\"\n    },\n    {\n        \"Id\": 181,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_med.csv\"\n    },\n    {\n        \"Id\": 188,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 189,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_med.csv\"\n    },\n    {\n        \"Id\": 204,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_6Rev.csv\"\n    },\n    {\n        \"Id\": 205,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_6Rev.csv\"\n    },\n    {\n        \"Id\": 206,\n        \"CreatedDate\": \"2020-09-18T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-18T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 207,\n        \"CreatedDate\": \"2020-09-18T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following lines were missing, by line number: 139232-18001-7, 139232-18001-8, 139232-18003-9\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 208,\n        \"CreatedDate\": \"2020-09-18T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 139232-18001-7, 139232-18001-8, 139232-18003-9\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 209,\n        \"CreatedDate\": \"2020-09-21T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-21T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 210,\n        \"CreatedDate\": \"2020-09-22T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-22T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 211,\n        \"CreatedDate\": \"2020-09-22T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 212,\n        \"CreatedDate\": \"2020-09-22T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 226,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_7.csv\"\n    },\n    {\n        \"Id\": 227,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_7v2.csv\"\n    },\n    {\n        \"Id\": 229,\n        \"CreatedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-24T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_8Rev.csv\"\n    },\n    {\n        \"Id\": 234,\n        \"CreatedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 236,\n        \"CreatedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 237,\n        \"CreatedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 238,\n        \"CreatedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 248,\n        \"CreatedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3Rev3.csv\"\n    },\n    {\n        \"Id\": 249,\n        \"CreatedDate\": \"2020-09-28T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-28T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 254,\n        \"CreatedDate\": \"2020-09-28T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-28T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_7.csv\"\n    },\n    {\n        \"Id\": 262,\n        \"CreatedDate\": \"2020-09-28T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_6.csv\"\n    },\n    {\n        \"Id\": 266,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67265) - ###67265$$$ It was not possible to revise the price quote on job 22986 since no MediaForce price quote exists\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 271,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 272,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 123456-17995-1, 123456-17995-2, 123456-17997-3, 123456-17997-4, 123456-17999-5, 123456-17999-6, 123456-18001-7, 123456-18001-8, 123456-18003-9\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 280,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3Rev.csv\"\n    },\n    {\n        \"Id\": 282,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3Rev.csv\"\n    },\n    {\n        \"Id\": 287,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 295,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67262) - ###67262$$$ It was not possible to create a price quote based on the requested MediaForce price quote (ID: 18975) as the amount on the import does not match the amount expected on the price quote\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 296,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67262) - ###67262$$$ It was not possible to create a price quote based on the requested MediaForce price quote (ID: 18976) as the amount on the import does not match the amount expected on the price quote\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 297,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 299,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_5.csv\"\n    },\n    {\n        \"Id\": 300,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 302,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 307,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_4v2.csv\"\n    },\n    {\n        \"Id\": 314,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79935,\n        \"FileName\": \"Import_Brent_8.csv\"\n    },\n    {\n        \"Id\": 315,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 319,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minsss32.csv\"\n    },\n    {\n        \"Id\": 332,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 346,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 18620,\n        \"ExecutedByResourceId\": 18620,\n        \"FileName\": \"MediaForce import file buy order.csv\"\n    },\n    {\n        \"Id\": 367,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 77545,\n        \"ExecutedByResourceId\": 77545,\n        \"FileName\": \"MediaForce import file buy order.csv\"\n    },\n    {\n        \"Id\": 368,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 475315-4124556\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 77545,\n        \"FileName\": \"MediaForce import file buy order.csv\"\n    },\n    {\n        \"Id\": 375,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"Import_Brent.csv\"\n    },\n    {\n        \"Id\": 376,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"Import_Brent.csv\"\n    },\n    {\n        \"Id\": 377,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 16143,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 379,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 380,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 397,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 400,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 401,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 402,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 413,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 415,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 417,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 16143,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 349,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 18620,\n        \"ExecutedByResourceId\": 18620,\n        \"FileName\": \"MediaForce import file buy order2.csv\"\n    },\n    {\n        \"Id\": 357,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 18620,\n        \"FileName\": \"Import_Brent_1.csv\"\n    },\n    {\n        \"Id\": 421,\n        \"CreatedDate\": \"2020-10-05T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-05T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3.csv\"\n    },\n    {\n        \"Id\": 423,\n        \"CreatedDate\": \"2020-10-05T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-05T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"MediaForce import file buy order.csv\"\n    },\n    {\n        \"Id\": 426,\n        \"CreatedDate\": \"2020-10-05T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-05T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3NT.csv\"\n    },\n    {\n        \"Id\": 427,\n        \"CreatedDate\": \"2020-10-05T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-05T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3NT2.csv\"\n    },\n    {\n        \"Id\": 428,\n        \"CreatedDate\": \"2020-10-05T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-05T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_4.csv\"\n    },\n    {\n        \"Id\": 429,\n        \"CreatedDate\": \"2020-10-05T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_5.csv\"\n    },\n    {\n        \"Id\": 433,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test.csv\"\n    },\n    {\n        \"Id\": 437,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"Testing01234.csv\"\n    },\n    {\n        \"Id\": 451,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_7.csv\"\n    },\n    {\n        \"Id\": 453,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_9.csv\"\n    },\n    {\n        \"Id\": 455,\n        \"CreatedDate\": \"2020-10-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 77929,\n        \"ExecutedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv 2.csv\"\n    },\n    {\n        \"Id\": 457,\n        \"CreatedDate\": \"2020-10-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 77929,\n        \"ExecutedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv 2.csv\"\n    },\n    {\n        \"Id\": 458,\n        \"CreatedDate\": \"2020-10-07T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_1.csv\"\n    },\n    {\n        \"Id\": 466,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77358,\n        \"FileName\": \"MF3_PO.csv\"\n    },\n    {\n        \"Id\": 478,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77332,\n        \"FileName\": \"MF3_PO.csv\"\n    },\n    {\n        \"Id\": 483,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(64032) - This purchase order has already been accrued. Once accrued it cannot be changed.\\r\\nYou have the option to cancel the purchase order and create a new one instead.\\r\\nCancelling the purchase order will reverse the accrual\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 484,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"ExecutionErrors\": \" This purchase order has already been accrued. Once accrued it cannot be changed.\\r\\nYou have the option to cancel the purchase order and create a new one instead.\\r\\nCancelling the purchase order will reverse the accrual\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 485,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(63472) - You do not have access to this job.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 35879,\n        \"FileName\": \"DoubleCompany.csv\"\n    },\n    {\n        \"Id\": 538,\n        \"CreatedDate\": \"2021-01-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 543,\n        \"CreatedDate\": \"2021-01-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 835,\n        \"CreatedDate\": \"2021-11-09T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-11-09T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"MF_Currency.csv\"\n    },\n    {\n        \"Id\": 836,\n        \"CreatedDate\": \"2021-11-09T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(63585) - The price quote is locked for changes.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"MF_Currency.csv\"\n    },\n    {\n        \"Id\": 624,\n        \"CreatedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79935,\n        \"ExecutedByResourceId\": 79935,\n        \"FileName\": \"ImportBrent_1_Rev2.csv\"\n    },\n    {\n        \"Id\": 625,\n        \"CreatedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79935,\n        \"ExecutedByResourceId\": 79935,\n        \"FileName\": \"ImportBrent_2.csv\"\n    },\n    {\n        \"Id\": 632,\n        \"CreatedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - The import failed as the following Spot Link IDs were expected to be in the import but were missing: 25757-100220-1, 25757-100220-2, 25757-100220-3, 25757-100220-4, 25757-100220-5, 25757-100220-6\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 634,\n        \"CreatedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 636,\n        \"CreatedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_4_Rev.csv\"\n    },\n    {\n        \"Id\": 638,\n        \"CreatedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_5.csv\"\n    },\n    {\n        \"Id\": 640,\n        \"CreatedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_5Rev2.csv\"\n    },\n    {\n        \"Id\": 644,\n        \"CreatedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero_supplier2.csv\"\n    },\n    {\n        \"Id\": 647,\n        \"CreatedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 653,\n        \"CreatedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import - Copy.csv\"\n    },\n    {\n        \"Id\": 654,\n        \"CreatedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 658,\n        \"CreatedDate\": \"2021-01-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-15T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 2.csv\"\n    },\n    {\n        \"Id\": 659,\n        \"CreatedDate\": \"2021-01-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-15T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 3.csv\"\n    },\n    {\n        \"Id\": 660,\n        \"CreatedDate\": \"2021-01-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-15T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 4.csv\"\n    },\n    {\n        \"Id\": 661,\n        \"CreatedDate\": \"2021-01-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-15T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 1.csv\"\n    },\n    {\n        \"Id\": 668,\n        \"CreatedDate\": \"2021-01-25T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-25T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_8.csv\"\n    },\n    {\n        \"Id\": 669,\n        \"CreatedDate\": \"2021-01-25T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-25T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_8.csv\"\n    },\n    {\n        \"Id\": 677,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(-1) - The UPDATE statement conflicted with the REFERENCE constraint \\\"FK_JobPriceActivity\\\". The conflict occurred in database \\\"wbMaster\\\", table \\\"dbo.JobReqDtlJobPriceActivity\\\".\\r\\nThe statement has been terminated.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import 2 - Copy.csv\"\n    },\n    {\n        \"Id\": 707,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(-1) - The UPDATE statement conflicted with the REFERENCE constraint \\\"FK_JobPriceActivity\\\". The conflict occurred in database \\\"wbMaster\\\", table \\\"dbo.JobReqDtlJobPriceActivity\\\".\\r\\nThe statement has been terminated.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"Import 4.csv\"\n    },\n    {\n        \"Id\": 708,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"Import 4.csv\"\n    },\n    {\n        \"Id\": 712,\n        \"CreatedDate\": \"2021-02-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-02-15T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Activity Change - Import 1.csv\"\n    },\n    {\n        \"Id\": 713,\n        \"CreatedDate\": \"2021-02-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-02-15T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Activity Change - Import 2.csv\"\n    },\n    {\n        \"Id\": 715,\n        \"CreatedDate\": \"2021-02-15T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(-1) - The UPDATE statement conflicted with the REFERENCE constraint \\\"FK_JobPriceActivity\\\". The conflict occurred in database \\\"wbMaster\\\", table \\\"dbo.JobReqDtlJobPriceActivity\\\".\\r\\nThe statement has been terminated.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Activity Change - Import 3.csv\"\n    },\n    {\n        \"Id\": 584,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 666,\n        \"CreatedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_2.csv\"\n    },\n    {\n        \"Id\": 674,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 2.csv\"\n    },\n    {\n        \"Id\": 675,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 1.csv\"\n    },\n    {\n        \"Id\": 696,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"sdi import.csv\"\n    },\n    {\n        \"Id\": 697,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"sdi import 2.csv\"\n    },\n    {\n        \"Id\": 714,\n        \"CreatedDate\": \"2021-02-15T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(-1) - YOU CANNOT CHANGE ACTIVITY ON PQ LINE LINKED TO A PO\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Activity Change - Import 3.csv\"\n    },\n    {\n        \"Id\": 635,\n        \"CreatedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_4.csv\"\n    },\n    {\n        \"Id\": 637,\n        \"CreatedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_4_Rev2.csv\"\n    },\n    {\n        \"Id\": 639,\n        \"CreatedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_5RevZero.csv\"\n    },\n    {\n        \"Id\": 651,\n        \"CreatedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import - Copy.csv\"\n    },\n    {\n        \"Id\": 655,\n        \"CreatedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_5.csv\"\n    },\n    {\n        \"Id\": 656,\n        \"CreatedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_6.csv\"\n    },\n    {\n        \"Id\": 657,\n        \"CreatedDate\": \"2021-01-15T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-15T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 1.csv\"\n    },\n    {\n        \"Id\": 662,\n        \"CreatedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_1.csv\"\n    },\n    {\n        \"Id\": 663,\n        \"CreatedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_1Rev.csv\"\n    },\n    {\n        \"Id\": 664,\n        \"CreatedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_1Rev2.csv\"\n    },\n    {\n        \"Id\": 665,\n        \"CreatedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_1RevZero.csv\"\n    },\n    {\n        \"Id\": 667,\n        \"CreatedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-18T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"ImportBrent_2.csv\"\n    },\n    {\n        \"Id\": 672,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 4.csv\"\n    },\n    {\n        \"Id\": 673,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 1.csv\"\n    },\n    {\n        \"Id\": 678,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(-1) - The UPDATE statement conflicted with the REFERENCE constraint \\\"FK_JobPriceActivity\\\". The conflict occurred in database \\\"wbMaster\\\", table \\\"dbo.JobReqDtlJobPriceActivity\\\".\\r\\nThe statement has been terminated.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import 2 - Copy.csv\"\n    },\n    {\n        \"Id\": 689,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(-1) - The UPDATE statement conflicted with the REFERENCE constraint \\\"FK_JobPriceActivity\\\". The conflict occurred in database \\\"wbMaster\\\", table \\\"dbo.JobReqDtlJobPriceActivity\\\".\\r\\nThe statement has been terminated.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import 2 - Copy - Copy.csv\"\n    },\n    {\n        \"Id\": 693,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"sdi import.csv\"\n    },\n    {\n        \"Id\": 695,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67301) - The import failed since spot link IDs in it were found on other media orders that have already been imported. The system expected spot link IDs to remain on the same media order.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"sdi import.csv\"\n    },\n    {\n        \"Id\": 698,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"Import 2 - Copy - Copy.csv\"\n    },\n    {\n        \"Id\": 699,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - The import failed as the following Spot Link IDs were expected to be in the import but were missing: 25807-100220-1, 25807-100220-2, 25807-100220-3, 25807-100220-4, 25807-100220-5, 25807-100220-6\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"sdi import.csv\"\n    },\n    {\n        \"Id\": 701,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"sdi import.csv\"\n    },\n    {\n        \"Id\": 702,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"sdi import 2.csv\"\n    },\n    {\n        \"Id\": 703,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"sdi import.csv\"\n    },\n    {\n        \"Id\": 679,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(-1) - The UPDATE statement conflicted with the REFERENCE constraint \\\"FK_JobPriceActivity\\\". The conflict occurred in database \\\"wbMaster\\\", table \\\"dbo.JobReqDtlJobPriceActivity\\\".\\r\\nThe statement has been terminated.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import 2 - Copy - Copy.csv\"\n    },\n    {\n        \"Id\": 680,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 4.csv\"\n    },\n    {\n        \"Id\": 682,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 2.csv\"\n    },\n    {\n        \"Id\": 686,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import 1.csv\"\n    },\n    {\n        \"Id\": 687,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 4 - Copy.csv\"\n    },\n    {\n        \"Id\": 690,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(66955) - The price quote (ID: 20072) could not be approved as it contains invalid activities.\\r\\n\\r\\nDisallowed activities: 3\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"sdi import.csv\"\n    },\n    {\n        \"Id\": 691,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(66955) - The price quote (ID: 20073) could not be approved as it contains invalid activities.\\r\\n\\r\\nDisallowed activities: 3\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"sdi import.csv\"\n    },\n    {\n        \"Id\": 694,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"sdi import 2.csv\"\n    },\n    {\n        \"Id\": 700,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(66484) - The job type (ID: 252) does not exists or is inactive.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"sdi import.csv\"\n    },\n    {\n        \"Id\": 704,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"sdi import 2.csv\"\n    },\n    {\n        \"Id\": 681,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 1.csv\"\n    },\n    {\n        \"Id\": 684,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 2 - Copy - Copy.csv\"\n    },\n    {\n        \"Id\": 685,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(-1) - The UPDATE statement conflicted with the REFERENCE constraint \\\"FK_JobPriceActivity\\\". The conflict occurred in database \\\"wbMaster\\\", table \\\"dbo.JobReqDtlJobPriceActivity\\\".\\r\\nThe statement has been terminated.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import 4.csv\"\n    },\n    {\n        \"Id\": 688,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import 1.csv\"\n    },\n    {\n        \"Id\": 692,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(66955) - The price quote (ID: 20074) could not be approved as it contains invalid activities.\\r\\n\\r\\nDisallowed activities: 3\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"sdi import.csv\"\n    },\n    {\n        \"Id\": 706,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"Import 2 - Copy - Copy.csv\"\n    },\n    {\n        \"Id\": 705,\n        \"CreatedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-26T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"Import 2 - Copy - Copy.csv\"\n    },\n    {\n        \"Id\": 723,\n        \"CreatedDate\": \"2021-03-03T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 724,\n        \"CreatedDate\": \"2021-03-03T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import - Copy.csv\"\n    },\n    {\n        \"Id\": 725,\n        \"CreatedDate\": \"2021-03-03T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import - Copy.csv\"\n    },\n    {\n        \"Id\": 726,\n        \"CreatedDate\": \"2021-03-03T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 727,\n        \"CreatedDate\": \"2021-03-04T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 431,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test.csv\"\n    },\n    {\n        \"Id\": 432,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 434,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 439,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"Testing01234.csv\"\n    },\n    {\n        \"Id\": 441,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 77929,\n        \"ExecutedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv\"\n    },\n    {\n        \"Id\": 443,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 139232-17995-8, 139232-17995-9, 139232-17997-7\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv\"\n    },\n    {\n        \"Id\": 473,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77358,\n        \"FileName\": \"MF3_PO.csv\"\n    },\n    {\n        \"Id\": 477,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77358,\n        \"FileName\": \"MF3_PO.csv\"\n    },\n    {\n        \"Id\": 533,\n        \"CreatedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(65526) - The chosen supplier is not allowed, it must be approved before it can be used.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_BrentMF5.csv\"\n    },\n    {\n        \"Id\": 534,\n        \"CreatedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(64032) - This purchase order has already been accrued. Once accrued it cannot be changed.\\r\\nYou have the option to cancel the purchase order and create a new one instead.\\r\\nCancelling the purchase order will reverse the accrual\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_1Rev.csv\"\n    },\n    {\n        \"Id\": 539,\n        \"CreatedDate\": \"2021-01-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero_supplier.csv\"\n    },\n    {\n        \"Id\": 548,\n        \"CreatedDate\": \"2021-01-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 549,\n        \"CreatedDate\": \"2021-01-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero_supplier.csv\"\n    },\n    {\n        \"Id\": 562,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 564,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 565,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero_supplier.csv\"\n    },\n    {\n        \"Id\": 435,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"33333333.csv\"\n    },\n    {\n        \"Id\": 436,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"Testing01234.csv\"\n    },\n    {\n        \"Id\": 446,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ExecutionErrors\": \"The MediaForce import failed as some SpotLinkId's have been used on other imports\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv 2.csv\"\n    },\n    {\n        \"Id\": 448,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 77929,\n        \"ExecutedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv 2.csv\"\n    },\n    {\n        \"Id\": 454,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_5.csv\"\n    },\n    {\n        \"Id\": 460,\n        \"CreatedDate\": \"2020-10-07T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79935,\n        \"FileName\": \"Import_Brent_2.csv\"\n    },\n    {\n        \"Id\": 481,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 555,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 572,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 570,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 573,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 579,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 580,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 581,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero_supplier.csv\"\n    },\n    {\n        \"Id\": 582,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 583,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 585,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 593,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 594,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero_supplier.csv\"\n    },\n    {\n        \"Id\": 595,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero_supplier2.csv\"\n    },\n    {\n        \"Id\": 597,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 599,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero_supplier.csv\"\n    },\n    {\n        \"Id\": 601,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-14T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 604,\n        \"CreatedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - The import failed as the following Spot Link IDs were expected to be in the import but were missing: 25756-100220-1, 25756-100220-2\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 605,\n        \"CreatedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"Import (1).csv\"\n    },\n    {\n        \"Id\": 607,\n        \"CreatedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3.csv\"\n    },\n    {\n        \"Id\": 612,\n        \"CreatedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3RevZero2.csv\"\n    },\n    {\n        \"Id\": 620,\n        \"CreatedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79935,\n        \"ExecutedByResourceId\": 79935,\n        \"FileName\": \"ImportBrent_1.csv\"\n    },\n    {\n        \"Id\": 623,\n        \"CreatedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79935,\n        \"ExecutedByResourceId\": 79935,\n        \"FileName\": \"ImportBrent_1_RevZero.csv\"\n    },\n    {\n        \"Id\": 627,\n        \"CreatedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79935,\n        \"ExecutedByResourceId\": 79935,\n        \"FileName\": \"ImportBrent_2Rev.csv\"\n    },\n    {\n        \"Id\": 629,\n        \"CreatedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(65965) - Purchase order cannot be cancelled, due to being linked to a Expense entry or Creditor invoice.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79935,\n        \"FileName\": \"ImportBrent_2Rev3.csv\"\n    },\n    {\n        \"Id\": 630,\n        \"CreatedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67301) - The import failed since spot link IDs in it were found on other media orders that have already been imported. The system expected spot link IDs to remain on the same media order.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 586,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 587,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"Import_Zero_supplier.csv\"\n    },\n    {\n        \"Id\": 588,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 589,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"Import_Zero_supplier2.csv\"\n    },\n    {\n        \"Id\": 590,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 596,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 600,\n        \"CreatedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 606,\n        \"CreatedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(65965) - Purchase order cannot be cancelled, due to being linked to a Expense entry or Creditor invoice.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"Import_Zero (1).csv\"\n    },\n    {\n        \"Id\": 608,\n        \"CreatedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3Rev.csv\"\n    },\n    {\n        \"Id\": 609,\n        \"CreatedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3Rev2.csv\"\n    },\n    {\n        \"Id\": 611,\n        \"CreatedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3RevZero.csv\"\n    },\n    {\n        \"Id\": 613,\n        \"CreatedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3RevZero3.csv\"\n    },\n    {\n        \"Id\": 615,\n        \"CreatedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-11T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_4Z.csv\"\n    },\n    {\n        \"Id\": 617,\n        \"CreatedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79935,\n        \"ExecutedByResourceId\": 79935,\n        \"FileName\": \"Import_Brent1.csv\"\n    },\n    {\n        \"Id\": 626,\n        \"CreatedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-12T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79935,\n        \"ExecutedByResourceId\": 79935,\n        \"FileName\": \"ImportBrent_2Mix.csv\"\n    },\n    {\n        \"Id\": 631,\n        \"CreatedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 633,\n        \"CreatedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"Import_Zero.csv\"\n    },\n    {\n        \"Id\": 235,\n        \"CreatedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 247,\n        \"CreatedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-25T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3Rev2.csv\"\n    },\n    {\n        \"Id\": 257,\n        \"CreatedDate\": \"2020-09-28T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-28T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_7.csv\"\n    },\n    {\n        \"Id\": 258,\n        \"CreatedDate\": \"2020-09-28T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 25513-92820-1\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_7v2.csv\"\n    },\n    {\n        \"Id\": 267,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67265) - ###67265$$$ It was not possible to revise the price quote on job 22986 since no MediaForce price quote exists\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 274,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 279,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3.csv\"\n    },\n    {\n        \"Id\": 281,\n        \"CreatedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-29T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_3Rev.csv\"\n    },\n    {\n        \"Id\": 288,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67262) - ###67262$$$ It was not possible to create a price quote based on the requested MediaForce price quote (ID: 18973) as the amount on the import does not match the amount expected on the price quote\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 301,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 308,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minsss32.csv\"\n    },\n    {\n        \"Id\": 309,\n        \"CreatedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-30T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_7.csv\"\n    },\n    {\n        \"Id\": 320,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 18620,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 321,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 139232-17995-1, 139232-17995-2, 139232-17997-3\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 18620,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 323,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 18620,\n        \"ExecutedByResourceId\": 18620,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 326,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 330,\n        \"CreatedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 341,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 344,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 139233-17995-1, 139233-17995-2, 139233-17997-3, 139233-17997-4, 139233-17999-5, 139233-17999-6, 139233-18001-7, 139233-18001-8, 139233-18003-9\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 18620,\n        \"FileName\": \"mediaforce_import_min.csv\"\n    },\n    {\n        \"Id\": 358,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"test_overlay_MF.csv\"\n    },\n    {\n        \"Id\": 360,\n        \"CreatedDate\": \"2020-10-02T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 185,\n        \"CreatedDate\": \"2020-09-16T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following lines were missing, by line number: 1, 3, 5, 7, 9, 11, 13, 15, 17, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"mediaforce_import_minssss.csv\"\n    },\n    {\n        \"Id\": 190,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79900,\n        \"ExecutedByResourceId\": 79900,\n        \"FileName\": \"mediaforce_import_full.csv\"\n    },\n    {\n        \"Id\": 430,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"3333.csv\"\n    },\n    {\n        \"Id\": 438,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"Testing01234.csv\"\n    },\n    {\n        \"Id\": 447,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 139232-17995-8, 139232-17995-9, 139232-17997-7\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv 2.csv\"\n    },\n    {\n        \"Id\": 449,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_6.csv\"\n    },\n    {\n        \"Id\": 450,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 77929,\n        \"ExecutedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv 2.csv\"\n    },\n    {\n        \"Id\": 452,\n        \"CreatedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-06T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_8.csv\"\n    },\n    {\n        \"Id\": 456,\n        \"CreatedDate\": \"2020-10-07T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67227) - ###67227$$$ The import failed as the following Spot Link IDs were expected to be in the import but were missing: 139232-27996-9, 139232-27997-8, 139232-27998-7\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv 2.csv\"\n    },\n    {\n        \"Id\": 467,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77358,\n        \"FileName\": \"MF3_PO.csv\"\n    },\n    {\n        \"Id\": 468,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77358,\n        \"FileName\": \"MF3_PO.csv\"\n    },\n    {\n        \"Id\": 469,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77358,\n        \"FileName\": \"MF3_PO.csv\"\n    },\n    {\n        \"Id\": 470,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77358,\n        \"FileName\": \"MF3_PO.csv\"\n    },\n    {\n        \"Id\": 471,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77358,\n        \"FileName\": \"MF3_PO.csv\"\n    },\n    {\n        \"Id\": 472,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77358,\n        \"FileName\": \"MF3_PO.csv\"\n    },\n    {\n        \"Id\": 476,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 77358,\n        \"FileName\": \"MF3_PO.csv\"\n    },\n    {\n        \"Id\": 479,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"MF_large.csv\"\n    },\n    {\n        \"Id\": 480,\n        \"CreatedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-10-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"simple_csv.csv\"\n    },\n    {\n        \"Id\": 506,\n        \"CreatedDate\": \"2020-11-12T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-11-12T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 77545,\n        \"ExecutedByResourceId\": 77545,\n        \"FileName\": \"Import_Brent_2.csv\"\n    },\n    {\n        \"Id\": 516,\n        \"CreatedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_1.csv\"\n    },\n    {\n        \"Id\": 521,\n        \"CreatedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_BrentMF.csv\"\n    },\n    {\n        \"Id\": 522,\n        \"CreatedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67301) - ###67301$$$ The import failed since spot link IDs in it were found on other media orders that have already been imported. The system expected spot link IDs to remain on the same media order.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_BrentMF2.csv\"\n    },\n    {\n        \"Id\": 523,\n        \"CreatedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67300) - ###67300$$$ The import failed since there are repeated spot link IDs. Spot link IDs are expected to be unique.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_BrentMFNeg.csv\"\n    },\n    {\n        \"Id\": 526,\n        \"CreatedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_BrentMF5.csv\"\n    },\n    {\n        \"Id\": 524,\n        \"CreatedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_BrentMF3.csv\"\n    },\n    {\n        \"Id\": 525,\n        \"CreatedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-11-13T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 79902,\n        \"ExecutedByResourceId\": 79902,\n        \"FileName\": \"Import_BrentMF4.csv\"\n    },\n    {\n        \"Id\": 566,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero_supplier2.csv\"\n    },\n    {\n        \"Id\": 571,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 559,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import.csv\"\n    },\n    {\n        \"Id\": 560,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero_supplier.csv\"\n    },\n    {\n        \"Id\": 561,\n        \"CreatedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-01-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Import_Zero_supplier2.csv\"\n    },\n    {\n        \"Id\": 197,\n        \"CreatedDate\": \"2020-09-17T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79902,\n        \"FileName\": \"Import_Brent_2.csv\"\n    },\n    {\n        \"Id\": 23,\n        \"CreatedDate\": \"2020-08-31T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-08-31T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"MediaForceExport.csv\"\n    },\n    {\n        \"Id\": 26,\n        \"CreatedDate\": \"2020-09-01T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-01T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 19869,\n        \"ExecutedByResourceId\": 19869,\n        \"FileName\": \"Test2.csv\"\n    },\n    {\n        \"Id\": 27,\n        \"CreatedDate\": \"2020-09-03T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 34,\n        \"CreatedDate\": \"2020-09-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 41,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"MF_import_edit (1).csv\"\n    },\n    {\n        \"Id\": 44,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 79900,\n        \"FileName\": \"MF_import_edit (1).csv\"\n    },\n    {\n        \"Id\": 54,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"Import_Draft_v2.csv\"\n    },\n    {\n        \"Id\": 55,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 56,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 41551,\n        \"ExecutedByResourceId\": 41551,\n        \"FileName\": \"MF_import_edit.csv\"\n    },\n    {\n        \"Id\": 58,\n        \"CreatedDate\": \"2020-09-10T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (1).csv\"\n    },\n    {\n        \"Id\": 61,\n        \"CreatedDate\": \"2020-09-11T00:00:00.000Z\",\n        \"ExecutedDate\": \"2020-09-11T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 77,\n        \"CreatedDate\": \"2020-09-14T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"MF_import_edit (2).csv\"\n    },\n    {\n        \"Id\": 762,\n        \"CreatedDate\": \"2021-06-07T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-06-07T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"Import_Brent_1.csv\"\n    },\n    {\n        \"Id\": 804,\n        \"CreatedDate\": \"2021-06-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-06-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 77929,\n        \"ExecutedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv\"\n    },\n    {\n        \"Id\": 818,\n        \"CreatedDate\": \"2021-06-30T00:00:00.000Z\",\n        \"StatusId\": 1,\n        \"ImportedByResourceId\": 36971,\n        \"FileName\": \"Import 1.csv\"\n    },\n    {\n        \"Id\": 805,\n        \"CreatedDate\": \"2021-06-16T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67301) - The import failed since spot link IDs in it were found on other media orders that have already been imported. The system expected spot link IDs to remain on the same media order.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv\"\n    },\n    {\n        \"Id\": 790,\n        \"CreatedDate\": \"2021-06-08T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(66844) - Invalid language selection (ID: 1033)\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"Import_Brent_1.csv\"\n    },\n    {\n        \"Id\": 803,\n        \"CreatedDate\": \"2021-06-16T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-06-16T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 77929,\n        \"ExecutedByResourceId\": 77929,\n        \"FileName\": \"MF Buy order.csv\"\n    },\n    {\n        \"Id\": 834,\n        \"CreatedDate\": \"2021-11-09T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(67301) - The import failed since spot link IDs in it were found on other media orders that have already been imported. The system expected spot link IDs to remain on the same media order.\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 19869,\n        \"FileName\": \"MF_Currency.csv\"\n    },\n    {\n        \"Id\": 789,\n        \"CreatedDate\": \"2021-06-08T00:00:00.000Z\",\n        \"ExecutionErrors\": \"(66844) - Invalid language selection (ID: 1118)\",\n        \"StatusId\": 3,\n        \"ImportedByResourceId\": 39216,\n        \"FileName\": \"Import_Brent_1.csv\"\n    },\n    {\n        \"Id\": 791,\n        \"CreatedDate\": \"2021-06-08T00:00:00.000Z\",\n        \"ExecutedDate\": \"2021-06-08T00:00:00.000Z\",\n        \"StatusId\": 2,\n        \"ImportedByResourceId\": 39216,\n        \"ExecutedByResourceId\": 39216,\n        \"FileName\": \"Import_Brent_1.csv\"\n    }\n]"}],"_postman_id":"06e84076-2d3c-4dcc-aa8c-040803572aca"},{"name":"GaleForceMediaCreditorInvoiceImportDetailIdsRequest","id":"ee2dfeba-9f7a-47c0-8d4e-5242ea48976d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/MediaForceCreditorInvoiceImportDetailIdsRequest?MediaForceCreditorInvoiceIds=[{{integer}}]","description":"<p>Retrieves a list of GaleForceMedia creditor invoice import detail ids based on filter values.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#f2448848-b5f5-4da5-8c9a-b561db163a20\">MediaForceCreditorInvoiceImport</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["MediaForceCreditorInvoiceImportDetailIdsRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />The list of identifiers of the associated MediaForce creditor invoice details.</p>\n","type":"text/plain"},"key":"MediaForceCreditorInvoiceIds","value":"[{{integer}}]"}],"variable":[]}},"response":[{"id":"b161c42d-7c0f-4f7e-aead-29700f4e3689","name":"GaleForceMediaCreditorInvoiceImportDetailIdsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/MediaForceCreditorInvoiceImportDetailIdsRequest?MediaForceCreditorInvoiceIds=[13]","host":["{{base_url}}"],"path":["MediaForceCreditorInvoiceImportDetailIdsRequest"],"query":[{"key":"MediaForceCreditorInvoiceIds","value":"[13]","description":"*Required.*  \nThe list of identifiers of the associated MediaForce creditor invoice details."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"137","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    33,\n    34,\n    35,\n    36,\n    37\n]"}],"_postman_id":"ee2dfeba-9f7a-47c0-8d4e-5242ea48976d"},{"name":"GaleForceMediaCreditorInvoiceImportDetailRequest","id":"70f04730-673a-4ca8-9d85-444b288955f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/MediaForceCreditorInvoiceImportDetailRequest?Id={{integer}}","description":"<p>Retrieves the GaleForceMedia creditor invoice import detail.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#083e3ba4-b13b-4352-b5ca-8e34560015c6\">MediaForceCreditorInvoiceImportDetail</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["MediaForceCreditorInvoiceImportDetailRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the of the GaleForceMedia creditor invoice import.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"261f8324-5306-411e-9247-581c266586d6","name":"GaleForceMediaCreditorInvoiceImportDetailRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/MediaForceCreditorInvoiceImportDetailRequest?Id=53","host":["{{base_url}}"],"path":["MediaForceCreditorInvoiceImportDetailRequest"],"query":[{"key":"Id","value":"53","description":"*Required.*  \n(int32)  \nThe identifier of the of the GaleForceMedia creditor invoice import."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"376","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 53,\n    \"MediaForceCreditorInvoiceImportId\": 17,\n    \"MediaForceOrderNumber\": \"1000\",\n    \"SpotLinkId\": \"4\",\n    \"SupplierName\": \"slim jesus\",\n    \"SupplierId\": 78877,\n    \"PurchaseOrderId\": 2954,\n    \"InvoiceNumber\": \"hej17måske\",\n    \"InvoiceDate\": \"2020-09-03T13:15:46.943Z\",\n    \"CurrencyCode\": \"USD\",\n    \"TotalInvoiceAmount\": 1400,\n    \"VoucherNumber\": \"pora1000482por\",\n    \"JobId\": 25457,\n    \"GrossAmount\": 1400,\n    \"NetAmount\": 1400\n}"}],"_postman_id":"70f04730-673a-4ca8-9d85-444b288955f9"},{"name":"GaleForceMediaCreditorInvoiceImportIdsRequest","id":"2d06c345-8ef1-4c1e-99d7-1bb62852dbb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/MediaForceCreditorInvoiceImportIdsRequest?CompanyId={{integer}}&From={{string}}&To={{string}}&Status={{integer}}","description":"<p>Retrieves a list of GaleForceMedia creditor invoice import ids based on filter values.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#f2448848-b5f5-4da5-8c9a-b561db163a20\">MediaForceCreditorInvoiceImport</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["MediaForceCreditorInvoiceImportIdsRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated company.</p>\n","type":"text/plain"},"key":"CompanyId","value":"{{integer}}"},{"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp from which the creditor invoice is imported.  </p>\n","type":"text/plain"},"key":"From","value":"{{string}}"},{"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp until which the creditor invoice is imported.  </p>\n","type":"text/plain"},"key":"To","value":"{{string}}"},{"description":{"content":"<p><em>Optional.</em><br />The status of the GaleForceMedia creditor invoice import.<br /><strong>NOTE:</strong> \nBy defalt, the value of the status are 1 for draft, 2 for imported, and 3 for failed.</p>\n","type":"text/plain"},"key":"Status","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"bbd8db79-d027-4c3f-8942-c9ac8429ae14","name":"GaleForceMediaCreditorInvoiceImportIdsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/MediaForceCreditorInvoiceImportIdsRequest?CompanyId=1&Status=2","host":["{{base_url}}"],"path":["MediaForceCreditorInvoiceImportIdsRequest"],"query":[{"key":"CompanyId","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the associated company."},{"key":"From","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp from  to return import.  ","disabled":true},{"key":"To","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp from  to return import.  ","disabled":true},{"key":"Status","value":"2","description":"*Optional.*  \nThe status of the GaleForceMedia creditor invoice import.  \n**NOTE:** \nBy defalt, the value of the status are 1 for draft, 2 for imported and 3 for failed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"203","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    17,\n    18,\n    28,\n    53,\n    54,\n    55,\n    56,\n    57,\n    58,\n    59,\n    60,\n    63,\n    107,\n    131,\n    153,\n    156,\n    159,\n    161,\n    174,\n    179,\n    222,\n    239,\n    240,\n    242,\n    250,\n    252,\n    292\n]"}],"_postman_id":"2d06c345-8ef1-4c1e-99d7-1bb62852dbb0"},{"name":"GaleForceMediaCreditorInvoiceImportRequest","id":"35f5f92d-b5cf-4c58-bd2d-412181af8ab2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/MediaForceCreditorInvoiceImportRequest?Id={{integer}}","description":"<p>Retrieve GaleForceMedia creditor invoice import.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#f2448848-b5f5-4da5-8c9a-b561db163a20\">MediaForceCreditorInvoiceImport</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["MediaForceCreditorInvoiceImportRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the of the GaleForceMedia creditor invoice import.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"4f41f3ac-6e4a-4a89-a808-1cb434f821a7","name":"GaleForceMediaCreditorInvoiceImportRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/MediaForceCreditorInvoiceImportRequest?Id=53","host":["{{base_url}}"],"path":["MediaForceCreditorInvoiceImportRequest"],"query":[{"key":"Id","value":"53","description":"*Required.*  \n(int32)  \nThe identifier of the of the GaleForceMedia creditor invoice import."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"265","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 53,\n    \"ImportFileName\": \"FINAL SHORT VENDOR INVOICE_Deltek First Pass 9.3.20 All Media - Invoices.csv\",\n    \"ImportDate\": \"2020-09-14T11:41:44.273Z\",\n    \"ConfirmationDate\": \"2020-09-14T11:43:52.503Z\",\n    \"ImportStatus\": 2,\n    \"ImportedById\": 18620,\n    \"ConfirmedById\": 18620,\n    \"CompanyId\": 1\n}"}],"_postman_id":"35f5f92d-b5cf-4c58-bd2d-412181af8ab2"},{"name":"GaleForceMediaBuyOrderCreateImportFromCSVRequest","id":"c4093756-e543-496a-909f-d61df3cc2c5b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"ColumnSeparator","value":"{{string}}","description":"<p><em>Optional.</em><br />The associated column separator of the GaleMediaForce creditor invoice create import from CSV.<br /><strong>NOTE:</strong> If defined, it will specify what separator to expect in the file. By default, it is set to a comma.</p>\n","type":"text","disabled":true}]},"url":"{{base_url}}/MediaForceBuyOrderCreateImportFromCSVRequest","description":"<p>Imports a CSV file containing GaleForceMedia buy order information.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#22a39543-49ea-4ede-8aa1-53e2e1f30152\">MediaForceBuyOrderImport</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["MediaForceBuyOrderCreateImportFromCSVRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1a75672b-568a-4e72-8819-8cbd54ec3f6c","name":"GaleForceMediaBuyOrderCreateImportFromCSVRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"formdata","formdata":[{"key":"file","value":"just a file fortesting 2 - Copy.csv","type":"text"}]},"url":"{{base_url}}/MediaForceBuyOrderCreateImportFromCSVRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1353","enabled":true}],"cookie":[],"responseTime":null,"body":"{ \n    \"Id\": 854, \n    \"CreatedDate\": \"2023-03-01T00:00:00.000Z\", \n    \"StatusId\": 1, \n    \"ImportedByResourceId\": 2, \n    \"FileName\": \"just a file fortesting 2 - Copy.csv\" \n} "}],"_postman_id":"c4093756-e543-496a-909f-d61df3cc2c5b"},{"name":"GaleForceMediaCreditorInvoiceCreateImportFromCSVRequest","id":"2c7c16dd-1340-4562-af08-3ea229d7a5d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"ColumnSeparator","value":"{{string}}","type":"text","description":"<p><em>Optional.</em><br />The associated column separator of the GaleMediaForce creditor invoice create import from CSV.<br /><strong>NOTE:</strong> If defined, it will specify what separator to expect in the file. By default, it is set to a comma.</p>\n","disabled":true},{"key":"CompanyId","value":"{{integer}}","type":"text","description":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated company.</p>\n"}]},"url":"{{base_url}}/MediaForceCreditorInvoiceCreateImportFromCSVRequest","description":"<p>Imports a CSV file containing GaleForceMedia creditor invoices information into WorkBook.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#f2448848-b5f5-4da5-8c9a-b561db163a20\">MediaForceCreditorInvoiceImport</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["MediaForceCreditorInvoiceCreateImportFromCSVRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0a65d090-2fbc-47cb-a163-dc9589dc92af","name":"GaleForceMediaCreditorInvoiceCreateImportFromCSVRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"formdata","formdata":[{"key":"ColumnSeparator","value":"{{string}}","type":"text","description":"*Optional.*  \nThe associated column separator of the GaleMediaForce creditor invoice create import from CSV.  \n**NOTE:** If defined, it will specify what separator to expect in the file. By default it is set to \",\".","disabled":true},{"key":"CompanyId","value":"1","type":"text","description":"*Required.*  \n(int32)  \nThe identifier of the associated company."},{"key":"file","value":"just a file fortesting 2 - Copy.csv","type":"text"}]},"url":"{{base_url}}/MediaForceCreditorInvoiceCreateImportFromCSVRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1371","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 295,\n    \"ImportFileName\": \"just a file fortesting 2 - Copy.csv\",\n    \"ImportDate\": \"2023-03-01T15:10:33.723Z\",\n    \"ImportStatus\": 1,\n    \"ImportedById\": 2,\n    \"CompanyId\": 1\n}\n  "}],"_postman_id":"2c7c16dd-1340-4562-af08-3ea229d7a5d5"},{"name":"GaleForceMediaCreditorInvoiceImportConfirmImportRequest","id":"650539ab-f4f1-446b-9ab8-cc034e5c3aee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/MediaForceCreditorInvoiceImportConfirmImportRequest?Id={{integer}}","description":"<p>Confirms import of GaleForceMedia creditor invoice import into WorkBook.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />GenericStringResponse</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["MediaForceCreditorInvoiceImportConfirmImportRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the GaleForceMedia creditor invoice import.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"ed035c39-690c-4a3c-a34a-b6b26731f74a","name":"GaleForceMediaCreditorInvoiceImportConfirmImportRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/MediaForceCreditorInvoiceImportConfirmImportRequest?Id=107","host":["{{base_url}}"],"path":["MediaForceCreditorInvoiceImportConfirmImportRequest"],"query":[{"key":"Id","value":"107","description":"*Required.*  \n(int32)  \nThe identifier of the of the GaleForceMedia creditor invoice import."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"25","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true\n}"}],"_postman_id":"650539ab-f4f1-446b-9ab8-cc034e5c3aee"},{"name":"GaleForceMediaBuyOrderExecuteFinanceImportRequest","id":"47cc787f-ca74-4126-8c70-0d3e0add9a30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/MediaForceBuyOrderExecuteFinanceImportRequest?Id={{integer}}","description":"<p>Executes a GaleForceMedia buy order import that has previously been imported. This endpoint is only available for imports in status (1) Draft and (3) Failed.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#e7cfcfb4-60c0-4dfc-8354-8163ddca418e\">MediaForceBuyOrderExecutedDataVisualization</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["MediaForceBuyOrderExecuteFinanceImportRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the of the GaleForceMedia creditor invoice import.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"de652579-93e3-4d06-a292-36621273c403","name":"GaleForceMediaBuyOrderExecuteFinanceImportRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/MediaForceBuyOrderExecuteFinanceImportRequest?Id=222","host":["{{base_url}}"],"path":["MediaForceBuyOrderExecuteFinanceImportRequest"],"query":[{"key":"Id","value":"222","description":"*Required.*  \n(int32)  \nThe identifier of the of the GaleForceMedia creditor invoice import."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true},{"key":"Content-Length","value":"1089","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"PriceQuotes\": [\n        {\n            \"Id\": 23195,\n            \"JobId\": 21339,\n            \"PriceDate\": \"2023-03-01T00:00:00.000Z\",\n            \"Status\": 40,\n            \"StatusResourceId\": 2,\n            \"PriceTitle\": \"Price quote\",\n            \"RecipientLabel\": \"Lizard People Inc.\\nLIZARDS-R-US\\nIceland\\nWeDon'tSwear\",\n            \"Headline\": \"Job 21339 - Bluebird Agency (BBA) - Campaign The Anti-Swearing Company, 1 - Copy tasks, resources and time allocated () - Project: Music and video production - Department General (1859593)\",\n            \"Introduction\": \"Here is your price quote below.\\nCompany policy ... into\",\n            \"Remark\": \"Test test test test test test test test test test test test test test test\",\n            \"ResponsibleResourceId\": 2,\n            \"LCID\": 1033,\n            \"VATRate\": -0.225,\n            \"ProbabilityPercent\": 1,\n            \"AmountSale\": 3250,\n            \"UseActivityGrouping\": false,\n            \"AllowEditTimeSale\": true,\n            \"AllowEditExternalExpenseFactor\": true,\n            \"DisplayVAT\": true,\n            \"DisplayGrandTotal\": false,\n            \"DisplayPhase\": 2,\n            \"DisplayPhasePrice\": false,\n            \"DisplayPhasePriceNumber\": true,\n            \"DisplayActivityData\": 4,\n            \"DisplayActivityPrice\": false,\n            \"DisplayActivityHours\": true,\n            \"DisplayActivityHoursPrice\": true,\n            \"DisplayActivitySeparationLine\": true,\n            \"DisplayActivityLineInsertion\": false,\n            \"DisplayBuffer\": false,\n            \"DisplayDecimal\": true,\n            \"DisplayPaymentSchedule\": true,\n            \"DisplaySecondaryCurrency\": false,\n            \"CreateDate\": \"2023-03-01T16:49:15.803Z\",\n            \"CreateEmployeeId\": 2,\n            \"ChangeDate\": \"2023-03-01T16:49:15.803Z\",\n            \"ChangeEmployeeId\": 2,\n            \"UpdateResourceId\": 2,\n            \"UpdateDate\": \"2023-03-01T16:49:16.410Z\",\n            \"UpdateType\": 4,\n            \"CurrencyId\": 12,\n            \"CurrencyDate\": \"2022-10-17T00:00:00.000Z\",\n            \"CurrencyRate\": 1000,\n            \"AmountSaleCurrency\": 325,\n            \"ReportLayoutId\": 10008,\n            \"ReportWatermarkId\": 79,\n            \"PayTermId\": 21,\n            \"AllowMultiResource\": true,\n            \"ProjectRetainerDeliveryCorrectionalPriceQuote\": false,\n            \"AllowLineCurrencies\": false,\n            \"VATAndTaxMethod\": 0\n        }\n    ],\n    \"PurchaseOrders\": [\n        {\n            \"Id\": 2110212,\n            \"JobId\": 21339,\n            \"JobTypeId\": 428,\n            \"Status\": 40,\n            \"Date\": \"2020-09-09T00:00:00.000Z\",\n            \"CurrencyId\": 12,\n            \"CurrencyDate\": \"2020-01-01T00:00:00.000Z\",\n            \"CurrencyRate\": 950,\n            \"DeliveryDate\": \"2020-10-10T00:00:00.000Z\",\n            \"DeliveryNoteTxt\": \"Make note of the following :\\r- Invoice should always be applied requisition- and Job No. , otherwise it returns invoice.\\r- Exceeding the agreed price shall be notified prior to delivery.\",\n            \"ActivityId\": 41551,\n            \"HideOnReport\": false,\n            \"PriceListId\": 1,\n            \"PriceFactor\": 1,\n            \"ReceptiveAddressLabel\": \"12 BlueBird Street\\rBlueland\\rIEW 233\",\n            \"ReceptiveContactId\": 2,\n            \"Cost\": 201.88,\n            \"CostCurrency\": 21.25,\n            \"Sale\": 201.88,\n            \"Title\": \"Job 21339 - Bluebird Agency (BBA) - Campaign The Anti-Swearing Company, 1 - Copy tasks, resources and time allocated () - C&W20201809\",\n            \"ResponsibleEmployeeId\": 2,\n            \"VendorResourceId\": 81048,\n            \"VendorAddressLabel\": \"Palmiose Orthos 'iplooox'\",\n            \"CompanyDepartmentId\": 1,\n            \"SenderCompanyName\": \"BlueBird Agency\",\n            \"BillToAddress\": \"12 BlueBird Street\\rBlueland\\rIEW 233\",\n            \"BillToAddressShow\": false,\n            \"Rejected\": false,\n            \"ChangeId\": 2,\n            \"ChangeDate\": \"2023-03-01T16:49:17.663Z\",\n            \"CreateId\": 2,\n            \"CreateDate\": \"2023-03-01T16:49:17.663Z\",\n            \"ReportLayoutId\": 95,\n            \"ReportWatermarkId\": 81,\n            \"RemainingCostAmount\": 201.88,\n            \"RemainingCostAmountCurrency\": 21.25,\n            \"ReceptiveResourceId\": 1,\n            \"Vat\": true,\n            \"VatPercentage\": 0.1,\n            \"DeliveryCompleted\": false,\n            \"LCID\": 1033,\n            \"Quantity\": 1,\n            \"CostPerClient\": 0,\n            \"PaymentTermId\": 196,\n            \"ShipDate\": \"2020-09-19T00:00:00.000Z\",\n            \"AmountSpecification\": true\n        }\n    ]\n}"}],"_postman_id":"47cc787f-ca74-4126-8c70-0d3e0add9a30"},{"name":"GaleForceMediaBuyOrderImportDeleteRequest","id":"f3c2ebc7-fea8-45bd-ac81-5e853b718c7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/MediaForceBuyOrderImportDeleteRequest?Id={{integer}}","description":"<p>Marks a GaleForceMedia buy order import as deleted. This is endpoint is only available for imports in status (1) Draft and (3) Failed.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />GenericStringResponse</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["MediaForceBuyOrderImportDeleteRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the GaleForceMedia buy order import to be set as deleted.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"5837ab6a-486b-4efe-b324-42e0d3050fcf","name":"GaleForceMediaBuyOrderImportDeleteRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/MediaForceBuyOrderImportDeleteRequest?Id=435","host":["{{base_url}}"],"path":["MediaForceBuyOrderImportDeleteRequest"],"query":[{"key":"Id","value":"435","description":"*Required.*  \n(int32)  \nThe identifier of the of the GaleForceMedia buy order import to be set as deleted."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"29","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"Value\": true\n}"}],"_postman_id":"f3c2ebc7-fea8-45bd-ac81-5e853b718c7c"},{"name":"GaleForceMediaCreditorInvoiceImportDeleteRequest","id":"e7f4ea77-502e-4a2d-9a67-0c8cdc444258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/MediaForceCreditorInvoiceImportDeleteRequest?Id={{integer}}","description":"<p>Removes a GaleForceMedia creditor invoice import.</p>\n<p><strong>API</strong><br /><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />GenericStringResponse</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["MediaForceCreditorInvoiceImportDeleteRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the GaleForceMedia creditor invoice import.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"17b92695-bfe5-4b94-aa7b-c6f28e3b2630","name":"GaleForceMediaCreditorInvoiceImportConfirmImportRequest Copy","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/MediaForceCreditorInvoiceImportDeleteRequest?Id=1","host":["{{base_url}}"],"path":["MediaForceCreditorInvoiceImportDeleteRequest"],"query":[{"key":"Id","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the of the GaleForceMedia creditor invoice import."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"29","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Success\": true,\n    \"Value\": true\n}"}],"_postman_id":"e7f4ea77-502e-4a2d-9a67-0c8cdc444258"}],"id":"1d4ddcd1-1539-4880-ae43-abf220cf0006","description":"<p>Manipulates GaleForceMedia data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e7cfcfb4-60c0-4dfc-8354-8163ddca418e\">MediaForceBuy<br />OrderExecuted<br />DataVisualization</a></td>\n<td>Represents a visualization object for GaleMediaForce buy order executed data.</td>\n</tr>\n<tr>\n<td><a href=\"#22a39543-49ea-4ede-8aa1-53e2e1f30152\">MediaForceBuy<br />OrderImport<br /></a></td>\n<td>Represents a GaleMediaForce buy order import object.</td>\n</tr>\n<tr>\n<td><a href=\"#fb5eedb7-02bb-4fcc-85cd-cb858be2e6d5\">MediaForceBuy<br />OrderImport<br />LineParsed<br /></a></td>\n<td>Represents a GaleMediaForce buy order import line parsed object.</td>\n</tr>\n<tr>\n<td><a href=\"#f2448848-b5f5-4da5-8c9a-b561db163a20\">MediaForceCreditor<br />InvoiceImport<br /></a></td>\n<td>Represents a GaleMediaForce creditor invoice import object.</td>\n</tr>\n<tr>\n<td><a href=\"#083e3ba4-b13b-4352-b5ca-8e34560015c6\">MediaForceCreditor<br />InvoiceImport<br />Detail<br /></a></td>\n<td>Represents a GaleMediaForce creditor invoice import detail object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#f49839b9-9dda-420e-8067-2b634225677d\">GET GaleForceMediaBuy<br />OrderImport<br />LinesParsed<br />Request<br /></a></td>\n<td>Retrieves all parsed lines from a GaleForceMedia buy order import.</td>\n</tr>\n<tr>\n<td><a href=\"#67a06b04-61ac-4c30-8466-624896f96f70\">GET GaleForceMediaBuy<br />OrderImports<br />Request<br /></a></td>\n<td>Returns all GaleForceMedia buy order imports matching the specified filter.</td>\n</tr>\n<tr>\n<td><a href=\"#08a653c3-7f8a-41c1-a6ba-c305720a9a73\">GET GaleForceMediaCreditor<br />InvoiceImport<br />DetailIds<br />Request<br /></a></td>\n<td>Retrieves a list of GaleForceMedia creditor invoice import detail ids based on filter values.</td>\n</tr>\n<tr>\n<td><a href=\"#94af0282-faad-408e-a8ab-ab1814bb98fc\">GET GaleForceMediaCreditor<br />InvoiceImport<br />DetailRequest<br /></a></td>\n<td>Retrieves the GaleForceMedia creditor invoice import detail.</td>\n</tr>\n<tr>\n<td><a href=\"#bb4d9097-3656-4aa8-80ba-1912c349ad6f\">GET GaleForceMediaCreditor<br />InvoiceImport<br />IdsRequest<br /></a></td>\n<td>Returns all GaleForceMedia buy order imports matching the specified filter.</td>\n</tr>\n<tr>\n<td><a href=\"#23db43fe-ce0b-4599-9ff2-d8695b15ea9b\">GET GaleForceMediaCreditor<br />InvoiceImport<br />Request<br /></a></td>\n<td>Retrieves the GaleForceMedia creditor invoice import.</td>\n</tr>\n<tr>\n<td><a href=\"#ca5297bb-391d-4e11-82d8-70ee1dbd143b\">PUT GaleForceMediaBuy<br />OrderCreate<br />ImportFrom<br />CSVRequest<br /></a></td>\n<td>Imports a CSV file containing GaleForceMedia buy order information.</td>\n</tr>\n<tr>\n<td><a href=\"#611a8b54-d42b-474f-8703-14e6ab17fb20\">PUT GaleForceMediaCreditor<br />InvoiceCreate<br />ImportFrom<br />CSVRequest<br /></a></td>\n<td>Imports a CSV file containing GaleForceMedia creditor invoices information into WorkBook.</td>\n</tr>\n<tr>\n<td><a href=\"#377f84d1-c279-4426-b05f-44826bd85ec6\">POST GaleForceMediaCreditor<br />InvoiceImport<br />ConfirmImport<br />Request<br /></a></td>\n<td>Confirms import of GaleForceMedia creditor invoice import into WorkBook.</td>\n</tr>\n<tr>\n<td><a href=\"#9528bc60-8099-4cdf-a195-37775301b11e\">POST GaleForceMediaBuy<br />OrderExecute<br />FinanceImport<br />Request<br /></a></td>\n<td>Executes a GaleForceMedia buy order import that has previously been imported.</td>\n</tr>\n<tr>\n<td><a href=\"#1867f96d-699e-4a57-9e24-50ed5c41c560\">DEL GaleForceMediaBuy<br />OrderImport<br />DeleteRequest<br /></a></td>\n<td>Marks a GaleForceMedia buy order import as deleted.</td>\n</tr>\n<tr>\n<td><a href=\"#d7f1261b-5f63-4c9c-9263-4821fcdddc4b\">DEL GaleForceMediaCreditor<br />InvoiceImport<br />DeleteRequest<br /></a></td>\n<td>Removes a GaleForceMedia creditor invoice import.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id></h1>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"1d4ddcd1-1539-4880-ae43-abf220cf0006"},{"name":"Job API","item":[{"name":"InvoicesBatchInsertRequest","id":"a0cc6055-1f74-4d5c-8dd8-ee145da5c1ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Name","value":"{{string}}","description":"<p><strong>Required.</strong><br />The name of the batch invoices.</p>\n","type":"text"},{"key":"SearchCriteria","value":"{{string}}","description":"<p><strong>Required.</strong><br />The batch invoices search criteria.</p>\n","type":"text"},{"key":"ScheduledDate","value":"{{string}}","description":"<p><strong>Optional.</strong><br />(date-time)\nThe date and time stamp for the scheduled execution of the batch invoice.</p>\n","type":"text"}]},"url":"{{base_url}}/InvoicesBatchInsertRequest","description":"<p>Creates a new batch invoice.</p>\n<p><strong>API</strong><br /><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#\">InvoicesBatch</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["InvoicesBatchInsertRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"455045fd-ba2e-4394-b4fd-26baced7359f","name":"InvoicesBatchInsertRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Name\": \"Batch 2024 11-14\",\r\n    \"SearchCriteria\": {\r\n        \"BatchInvoiceTypeIds\": [\r\n            1,\r\n            2\r\n        ],\r\n        \"JobStatusIds\": [\r\n            0,\r\n            1\r\n        ],\r\n        \"PriceQuoteStatusIds\": [\r\n            40,\r\n            50\r\n        ],\r\n        \"CompanyId\": 20,\r\n        \"ToDate\": \"2024-11-28\"\r\n    },\r\n    \"ScheduledDate\": \"2024-11-28T00:00:00.000Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/InvoicesBatchInsertRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Content-Length","value":"3042","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 3,\n    \"Name\": \"Batch 2024 11-14\",\n    \"Status\": 0,\n    \"SearchCriteria\": \"{\\\"BatchInvoiceTypeIds\\\":[1,2],\\\"JobStatusIds\\\":[0,1],\\\"CompanyId\\\":20,\\\"PriceQuoteStatusIds\\\":[40,50],\\\"ToDate\\\":\\\"2024-11-28T00:00:00.000Z\\\"}\",\n    \"CreateResourceId\": 47,\n    \"ScheduledDate\": \"2024-11-28T00:00:00.000Z\",\n    \"UpdateDate\": \"2024-11-28T08:27:22.244Z\",\n    \"CompanyId\": 20\n}"}],"_postman_id":"a0cc6055-1f74-4d5c-8dd8-ee145da5c1ed"},{"name":"InvoicesBatchCancelRequest","id":"08665086-23e5-4561-91b2-d68b95db6266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"{{integer}}","type":"text","description":"<p><strong>Required.</strong><br />(int32)<br />The batch invoice identifier.</p>\n"}]},"url":"{{base_url}}/InvoicesBatchCancelRequest","description":"<p>Cancels pending batch invoice.</p>\n<p><strong>API</strong><br /><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["InvoicesBatchCancelRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"acd398a2-1331-4f9f-8251-b03fd0478e0a","name":"InvoicesBatchCancelRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\"Id\":1}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/InvoicesBatchCancelRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"3042","enabled":true}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"08665086-23e5-4561-91b2-d68b95db6266"},{"name":"InvoicesConvertAmountRequest","id":"2d1bd2d7-98f9-43bb-b24d-bb074c3e27d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"InvoiceIds","value":"{{integer}}","type":"text","description":"<p><strong>Required.</strong><br />(int32)<br />The invoice identifier of the amount to be converted.</p>\n"},{"key":"ToCurrencyId","value":"{{integer}}","description":"<p><strong>Required.</strong><br />(int32)<br />The desired currency of the output amount.</p>\n","type":"text","uuid":"28d7879e-b858-4ec9-8135-c855c664be40"}]},"url":"{{base_url}}/InvoicesConvertAmountRequest","description":"<p>Retrieves converted invoice amount.</p>\n<p><strong>API</strong><br /><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#bec10f78-ac46-4ab4-9f48-b803442203bd\">InvoicesConvertAmountResponse</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["InvoicesConvertAmountRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c04b3193-7c6b-4c65-9261-b5c1017ab2ca","name":"InvoicesConvertAmountRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"InvoiceIds\": [\r\n        1\r\n    ],\r\n    \"ToCurrencyId\": 100\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/InvoicesBatchCancelRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"69","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"InvoiceConvertedAmounts\": [\n        {\n            \"InvoiceId\": 1,\n            \"ConvertedInvoiceAmount\": 100\n        }\n    ]\n}"}],"_postman_id":"2d1bd2d7-98f9-43bb-b24d-bb074c3e27d6"},{"name":"InvoicePartialInvoiceLinesRequest","id":"7701ba7a-da0c-40a7-9a6c-33db533bd04e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"PartialInvoices","value":"List <{{string}}>","description":"<p><strong>Optional.</strong><br />The associated partial invoices.</p>\n","type":"text"},{"key":"Checked","value":"{{boolean}}","description":"<p><strong>Optional.</strong><br />The flag that indicates whether or not the partial invoice line is checked.<br />If true, the partial invoice line is checked. Otherwise, it is not.</p>\n","type":"text"}]},"url":"{{base_url}}/InvoicePartialInvoiceLinesRequest","description":"<p>Updates invoice partial invoice lines.</p>\n<p><strong>API</strong><br /><a href=\"#00f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Employee)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#\">InvoicePartialInvoiceVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["InvoicePartialInvoiceLinesRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"4590fe7a-0147-44ed-aa74-e53f15f53d6e","name":"InvoicePartialInvoiceLinesRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PartialInvoices\": [\r\n        {\r\n            \"CurrencyId\": 1,\r\n            \"Id\": 5,\r\n            \"InvoiceId\": 26,\r\n            \"JobId\": 3000,\r\n            \"ExpenditureType\": 2,\r\n            \"ExpenditureTypeText\": \"Materials\",\r\n            \"ReferenceId\": 1,\r\n            \"ReferenceSourceName\": \"T2 Admin 1\",\r\n            \"ReferenceRegistrationDate\": \"2024-11-14T00:00:00.000Z\",\r\n            \"ReferenceFileNumber\": 1001,\r\n            \"ReferenceFileNumberText\": \"T2 Material 2\",\r\n            \"ExpenditureDescription\": \"String\",\r\n            \"Amount\": 14308.27,\r\n            \"Selected\": false,\r\n            \"Locked\": false,\r\n            \"UpdateDate\": \"2024-11-14T09:29:41.663\",\r\n            \"UpdateResourceId\": 47,\r\n            \"UpdateType\": 2,\r\n            \"ActivityId\": 12,\r\n            \"ActivityText\": \"test\",\r\n            \"DoInvoice\": false,\r\n            \"Quantity\": 12.000,\r\n            \"Billable\": true,\r\n            \"TaskId\": 71,\r\n            \"TaskDescription\": \"1 - test\",\r\n            \"ReferenceSourceId\": 47,\r\n            \"TaxCodeId\": 0\r\n        }\r\n    ],\r\n    \"Checked\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/InvoicePartialInvoiceLinesRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Content-Length","value":"3042","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"CurrencyId\": 1,\n    \"Id\": 5,\n    \"InvoiceId\": 26,\n    \"JobId\": 3000,\n    \"ExpenditureType\": 2,\n    \"ExpenditureTypeText\": \"Materials\",\n    \"ReferenceId\": 1,\n    \"ReferenceSourceName\": \"T2 Admin 1\",\n    \"ReferenceRegistrationDate\": \"2024-11-14T00:00:00.000Z\",\n    \"ReferenceFileNumber\": 1001,\n    \"ReferenceFileNumberText\": \"T2 Material 2\",\n    \"ExpenditureDescription\": \"String\",\n    \"Amount\": 14308.27,\n    \"Selected\": false,\n    \"Locked\": false,\n    \"UpdateDate\": \"2024-11-14T09:29:41.663\",\n    \"UpdateResourceId\": 47,\n    \"UpdateType\": 2,\n    \"ActivityId\": 12,\n    \"ActivityText\": \"test\",\n    \"DoInvoice\": false,\n    \"Quantity\": 12,\n    \"Billable\": true,\n    \"TaskId\": 71,\n    \"TaskDescription\": \"1 - test\",\n    \"ReferenceSourceId\": 47,\n    \"TaxCodeId\": 0\n}"}],"_postman_id":"7701ba7a-da0c-40a7-9a6c-33db533bd04e"},{"name":"InvoiceDeleteRequest","id":"97d9419a-86ca-40ad-a228-93068d012006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"{{integer}}","type":"text","description":"<p><strong>Required.</strong><br />(int32)<br />The associated invoice identifier.</p>\n"}]},"url":"{{base_url}}/InvoiceDeleteRequest","description":"<p>Deletes a single invoice based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["InvoiceDeleteRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"105980d7-463c-4de4-974a-a1dc53257537","name":"InvoiceDeleteRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"1","description":"**Required.**  \n(int32)  \nThe associated invoice identifier.","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{base_url}}/InvoicesDeleteRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"3042","enabled":true}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"97d9419a-86ca-40ad-a228-93068d012006"},{"name":"InvoicesDeleteRequest","id":"179ed6ef-f491-42bf-beea-9df4b0a96133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Ids","value":"[{{integer}}]","description":"<p><strong>Required.</strong><br />(int32)<br />The  list of invoice identifiers to be deleted.</p>\n","type":"text"}]},"url":"{{base_url}}/InvoicesDeleteRequest","description":"<p>Deletes invoices based on a given identifiers.</p>\n<p><strong>API</strong><br /><a href=\"#ecee6894-bc5e-43cf-b96a-70f8f225de30\">Job API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#\">InvoiceDeleteResponse</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["InvoicesDeleteRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ca09b97d-cc3e-4e44-a158-44e10eff8ee7","name":"InvoicesDeleteRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Ids","value":"0","type":"text","description":"**Required.**  \n(int32)  \nThe  list of invoice identifiers to be deleted."}],"options":{"raw":{"language":"json"}}},"url":"{{base_url}}/InvoicesDeleteRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Content-Length","value":"3042","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 0,\n        \"IsDeleted\": false,\n        \"ErrorMessage\": \"String\"\n    }\n]"}],"_postman_id":"179ed6ef-f491-42bf-beea-9df4b0a96133"},{"name":"JobEconomyViewRequest","id":"33b0966f-cc0e-4c8a-85c3-b6999c22626f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/JobEconomyViewRequest?Id={{integer}}","description":"<p>Retrieves a visualization for a job economy entry based on a given identifier of a job.</p>\n<p><strong>API</strong><br /><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#bcadb7c2-6a86-41d9-9487-4ebdc5fdb829\">JobEconomyVisualization</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["JobEconomyViewRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the job.<br />For information about <strong>Job</strong> object, see <a href=\"#2de9e95a-5f5e-4b68-a6f5-24d8efd6ba23\">Job</a>.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated currency.<br />For information about <strong>CurrencyDTO</strong> object, see <a href=\"#5d470426-c286-49ec-b402-07eb525c896c\">CurrencyDTO</a>.</p>\n","type":"text/plain"},"key":"CurrencyId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"072a50fd-d854-4f9b-9173-f6537e8a5045","name":"JobEconomyViewRequest (where Id = 4062)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/JobEconomyViewRequest?Id=4062","host":["{{base_url}}"],"path":["JobEconomyViewRequest"],"query":[{"key":"Id","value":"4062","description":"*Required.*  \n(int32)  \nThe identifier of the job."},{"key":"CurrencyId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated currency.  \nFor information about **CurrencyDTO** object, see [CurrencyDTO](#5d470426-c286-49ec-b402-07eb525c896c).","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"520","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 4062,\n    \"CurrencyId\": 1,\n    \"JobCurrencyId\": 1,\n    \"PriceHours\": 3.5,\n    \"PriceHoursCost\": 0,\n    \"PriceHoursSale\": 4900,\n    \"PriceMaterialSale\": 620,\n    \"PriceExternalCost\": 429,\n    \"PriceAmount\": 5769,\n    \"PriceAmountGP\": 5499,\n    \"PriceAmountDraft\": 271249,\n    \"ExpensesTimeHours\": -11,\n    \"ExpensesTimeCost\": -7350,\n    \"ExpensesTimeSale\": -98220,\n    \"ExpensesRequiredCost\": 100,\n    \"ExpensesPurchaseCostRemaining\": 100,\n    \"ExpensesRequiredSale\": 200,\n    \"iCost\": -7350,\n    \"iSale\": -98220,\n    \"ExpensesExternalTotalCost\": 100,\n    \"ExpensesExternalTotalSale\": 200,\n    \"ExpensesTotalCost\": -7250,\n    \"ExpensesTotalSale\": -98020,\n    \"NettoProfit\": 7250,\n    \"PriceQuotePurchasesAmount\": 270,\n    \"RequisitionCostActual\": 100,\n    \"InvoicePurchaseAmount\": 0,\n    \"InvoiceHoursAmount\": 0,\n    \"AdjustmentTotal\": 300\n}"},{"id":"1c4e8351-985a-42fe-a3b4-5d248e3419bd","name":"JobEconomyViewRequest (where Id = 9029 and CurrencyId = 1)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/JobEconomyViewRequest?Id=9029&CurrencyId=1","host":["{{base_url}}"],"path":["JobEconomyViewRequest"],"query":[{"key":"Id","value":"9029","description":"*Required.*  \n(int32)  \nThe identifier of the job."},{"key":"CurrencyId","value":"1","description":"*Optional.*  \n(int32)\nThe identifier of the associated currency.  \nFor information about **CurrencyDTO** object, see [CurrencyDTO](#5d470426-c286-49ec-b402-07eb525c896c)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"520","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 9029,\n    \"CurrencyId\": 1,\n    \"JobCurrencyId\": 5,\n    \"ExpensesMaterialCost\": 1000,\n    \"ExpensesMaterialSale\": 1200,\n    \"ExpensesExternalCost\": 811.69,\n    \"ExpensesExternalSale\": 811.69,\n    \"iCost\": 1000,\n    \"iSale\": 1200,\n    \"ExpensesExternalTotalCost\": 811.69,\n    \"ExpensesExternalTotalSale\": 811.69,\n    \"ExpensesTotalCost\": 1811.69,\n    \"ExpensesTotalSale\": 2011.69,\n    \"NettoProfit\": -1811.69,\n    \"PriceQuotePurchasesAmount\": 0,\n    \"RequisitionCostActual\": 0,\n    \"InvoicePurchaseAmount\": 0,\n    \"InvoiceHoursAmount\": 0\n}"}],"_postman_id":"33b0966f-cc0e-4c8a-85c3-b6999c22626f"},{"name":"JobPricesRequest","id":"b9e89986-7009-4a52-8cf2-008feee9684e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/JobPricesRequest","description":"<p>Retrieves a list of job price headers.</p>\n<p><strong>API</strong><br /><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#90b9bca7-7291-4e3e-8f79-c89a3ed3efcf\">JobPriceVisualization</a>]</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["JobPricesRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><strong>IMPORTANT:</strong> This is obsolete. Use the JobIds query parameter instead.<br /><em>Optional.</em><br />(int32)<br />The identifier of the associated job.<br />For information about the Job object, see <a href=\"#9bba8cab-9518-4d20-b9b9-8e89482dbc9d\">Job</a>.</p>\n","type":"text/plain"},"key":"JobId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated customer.</p>\n","type":"text/plain"},"key":"CustomerId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The associated job prices request status.</p>\n","type":"text/plain"},"key":"Status","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not the currency amount should be included.<br />If true, the currency amout is included. Otherwise it is not.</p>\n","type":"text/plain"},"key":"IncludeCurrencyAmount","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not the job price quotes which have lines with purchases are only shown.<br />If true, the job price quotes which have lines with purchases are only shown. Otherwise it is not.</p>\n","type":"text/plain"},"key":"OnlyShowIncludingPurchases","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not the job price quotes belonging to delivery jobs are only shown.<br />If true, the job price quotes belonging to delivery jobs are only shown.  Otherwise it is not.</p>\n","type":"text/plain"},"key":"OnlyShowDeliveryJobPriceQuotes","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"67dffa11-109d-479c-9232-7c9f8a48eff5","name":"JobPricesRequest","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/JobPricesRequest?JobId=10","host":["{{base_url}}"],"path":["JobPricesRequest"],"query":[{"key":"JobId","value":"10","description":"**IMPORTANT:** This is obsolete. Use the JobIds query parameter instead.  \n*Optional.*  \n(int32)  \nThe identifier of the associated job.  \nFor information about the Job object, see [Job](#9bba8cab-9518-4d20-b9b9-8e89482dbc9d)."},{"key":"CustomerId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated customer.","disabled":true},{"key":"Status","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe associated status.","disabled":true},{"key":"IncludeCurrencyAmount","value":"{{boolean}}","description":"*Optional.*  \n(int32)  \nThe flag that indicates whether or not the currency amount should be included.  \n","disabled":true},{"key":"OnlyShowIncludingPurchases","value":"{{boolean}}","description":"*Optional.*  \n(int32)  \nThe flag that indicates whether or not the job price quotes which have lines with purchases are only shown.","type":"text","disabled":true},{"key":"OnlyShowDeliveryJobPriceQuotes","value":"{{boolean}}","description":"*Optional.*  \n(int32)  \nThe flag that indicates whether or not the job price quotes belonging to delivery jobs are only shown.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"72320","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"JobPriceId\": 4602,\n        \"Id\": 4602,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat workbook\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - ?? kinesiske tegn måske\",\n        \"Introduction\": \"Hermed fakturering i henhold til godkendt budget af den 26.03.03.\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1033,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.2,\n        \"AmountSale\": 242575.8,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": false,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 2,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": true,\n        \"DisplayPaymentSchedule\": true,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T15:52:30.480Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 5,\n        \"JobPriceCurrencyDate\": \"1900-01-01T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 100,\n        \"AmountSaleCurrency\": 242575.8,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4603,\n        \"Id\": 4603,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T15:53:23.200Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-08-14T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4604,\n        \"Id\": 4604,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:02:11.147Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4605,\n        \"Id\": 4605,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"Hermed fakturering i henhold til godkendt budget af den 26.03.03.\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1033,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 614254.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": true,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:06:31.763Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 5,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 100,\n        \"AmountSaleCurrency\": 614254.5,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4606,\n        \"Id\": 4606,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:06:51.040Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4607,\n        \"Id\": 4607,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:07:06.890Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4609,\n        \"Id\": 4609,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:08:56.080Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4610,\n        \"Id\": 4610,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:15:53.683Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4611,\n        \"Id\": 4611,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:16:38.967Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4612,\n        \"Id\": 4612,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:20:47.127Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4613,\n        \"Id\": 4613,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:24:03.847Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4614,\n        \"Id\": 4614,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"4577976\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:26:22.393Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4615,\n        \"Id\": 4615,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:27:28.260Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4616,\n        \"Id\": 4616,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:29:40.697Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4617,\n        \"Id\": 4617,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:31:30.110Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4618,\n        \"Id\": 4618,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:32:06.477Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4619,\n        \"Id\": 4619,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:33:25.767Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4620,\n        \"Id\": 4620,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:34:56.427Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4621,\n        \"Id\": 4621,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:36:23.257Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4622,\n        \"Id\": 4622,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:38:02.807Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4623,\n        \"Id\": 4623,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:41:28.113Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4624,\n        \"Id\": 4624,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:45:51.380Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4625,\n        \"Id\": 4625,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 19294,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n3 Vesterbrogade\\r\\n1630 København\\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"57tsdf\",\n        \"Remark\": \"568dfdasfdfd\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 1525.8,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": true,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": false,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 2,\n        \"DisplayActivityPrice\": false,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": true,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:46:22.720Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 36,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 6.699449305267,\n        \"AmountSaleCurrency\": 22775,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4626,\n        \"Id\": 4626,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:49:39.423Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4627,\n        \"Id\": 4627,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:53:47.407Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4628,\n        \"Id\": 4628,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"COPY - COPY - Price quote COMP-Copy - Copy\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - test2\",\n        \"Introduction\": \"Here is your price quote below.\\rCompany policy ...\",\n        \"Remark\": \"Please contact me\\rGeneral company comment\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 17203.32,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 2,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": true,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": true,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:54:54.717Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 128393.8,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4629,\n        \"Id\": 4629,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"334\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - test2\",\n        \"Introduction\": \"Here is your price quote below.\\rCompany policy ...\",\n        \"Remark\": \"Please contact me\\rGeneral company comment\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 17203.32,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 2,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": true,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": true,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:55:33.100Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 128393.8,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4630,\n        \"Id\": 4630,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:57:06.073Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4631,\n        \"Id\": 4631,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:58:45.363Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4632,\n        \"Id\": 4632,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"78\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - test2\",\n        \"Introduction\": \"Here is your price quote below.\\rCompany policy ...\",\n        \"Remark\": \"Please contact me\\rGeneral company comment\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 17203.32,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 2,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": true,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": true,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:59:17.287Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 128393.8,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4633,\n        \"Id\": 4633,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"COPY - COPY - Price quote COMP-Copy\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"Here is your price quote below.\\rCompany policy ...\",\n        \"Remark\": \"Please contact me\\rGeneral company comment\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 2731.21,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 2,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": true,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": true,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T17:06:50.623Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 20384.48,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4634,\n        \"Id\": 4634,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"Here is your price quote below.\\rCompany policy ...\",\n        \"Remark\": \"Please contact me\\rGeneral company comment\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": true,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": true,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T17:07:26.257Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4635,\n        \"Id\": 4635,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Price Header\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"Saves on blurdfdfd\",\n        \"Remark\": \"Saves on blur\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 233.64,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": false,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": true,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": true,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T17:10:14.690Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 1743.84,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4636,\n        \"Id\": 4636,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T17:10:36.930Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4637,\n        \"Id\": 4637,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 5949.1,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": true,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T17:10:46.370Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 44400,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4638,\n        \"Id\": 4638,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T17:12:20.957Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4639,\n        \"Id\": 4639,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-08T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"111\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-08T08:29:22.700Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-08T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4640,\n        \"Id\": 4640,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-08T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"½1\",\n        \"Introduction\": \"Here is your price quote below.\\rCompany policy ...\",\n        \"Remark\": \"Please contact me\\rGeneral company comment\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": true,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": true,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-08T08:32:36.433Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-08T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4641,\n        \"Id\": 4641,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-08T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"12221\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"½1\",\n        \"Introduction\": \"Here is your price quote below.\\rCompany policy ...\",\n        \"Remark\": \"Please contact me\\rGeneral company comment\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": true,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": true,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-08T08:32:53.990Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-08T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4642,\n        \"Id\": 4642,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-08T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"112\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - test2\",\n        \"Introduction\": \"Here is your price quote below.\\rCompany policy ...\",\n        \"Remark\": \"Please contact me\\rGeneral company comment\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 2464.53,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 2,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": true,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": true,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-08T08:36:55.880Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-08T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 18393.8,\n        \"ReportLayoutId\": 10008,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4643,\n        \"Id\": 4643,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-08T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Revideret budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"112111\",\n        \"Introduction\": \"Budgettet indeholder udarbejdelse af oplæg på indstik til Nyhedsavisen og Front-Page herunder færdiggørelse af 250.000 indstik samt indrykning i Nyhedsavisen.\\r\\nLeje af billede af telefondame, foto af bogen \\\"Førstehjælp ...\\\" samt køb af skrifttype.\",\n        \"Remark\": \"Budgettet er ekskl. moms og transport.\\r\\nBudgettet gælder til og med 2 korrekturgange i færdiggørelsen. Rettelser ud over faktureres til medgået tid samt eventuelle eksterne omkostninger.\\r\\nDer tages udgangspunkt i Fair Forsikrings designmanual, logo mv.\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 42348.95,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": true,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-08T08:37:16.090Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-08T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 316063.11,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4644,\n        \"Id\": 4644,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-08T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Price Header\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"568\",\n        \"Introduction\": \"Saves on blurdfdfd\",\n        \"Remark\": \"Saves on blur\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 233.64,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": false,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": true,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": true,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-08T08:38:21.350Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-08T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 1743.84,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4645,\n        \"Id\": 4645,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-08T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 19543,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"fluyuly\",\n        \"Introduction\": \"Hermed revideret budget på løsning af DM Kampagne - MagasinMaster Card i henhold til briefing af 14. marts. Udarbejdelse af 1 sidet brev  samt generisk svarkort. Alle elementer leveres som high res pdf filer.\",\n        \"Remark\": \"Budgettet gælder til og med 2. korrektur - rettelser ud over faktureres til medgået tid samt eventuelle eksterne omkostninger.\\r\\n\\r\\nOmkostninger til repro, tryk, print og pakning er ikke medtaget i budget.\\r\\nDer er ikke medtaget omkostninger til foto/billedleje - det forudsættes at SEB Card selv leveres al billedmateriale high res.\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 1,\n        \"AmountSale\": 6270.67,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-08T08:38:38.407Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-08T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 46800,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4646,\n        \"Id\": 4646,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-08T00:00:00.000Z\",\n        \"Status\": 10,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"000000\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"fluyuly\",\n        \"Introduction\": \"Hermed revideret budget på løsning af DM Kampagne - MagasinMaster Card i henhold til briefing af 14. marts. Udarbejdelse af 1 sidet brev  samt generisk svarkort. Alle elementer leveres som high res pdf filer.\",\n        \"Remark\": \"Budgettet gælder til og med 2. korrektur - rettelser ud over faktureres til medgået tid samt eventuelle eksterne omkostninger.\\r\\n\\r\\nOmkostninger til repro, tryk, print og pakning er ikke medtaget i budget.\\r\\nDer er ikke medtaget omkostninger til foto/billedleje - det forudsættes at SEB Card selv leveres al billedmateriale high res.\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 6270.67,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-08T08:38:51.570Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-08T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 46800,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 1995,\n        \"Id\": 1995,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2012-01-30T00:00:00.000Z\",\n        \"Status\": 20,\n        \"StatusResourceId\": 19294,\n        \"PriceTitle\": \"Price Header\",\n        \"RecipientLabel\": \"Tivoli\\n negersød\\nBollinger County\\nMissouri \\n\\nAtt. \",\n        \"Headline\": \"Job 10 - test2\",\n        \"Introduction\": \"Saves on blurdfdfd\",\n        \"Remark\": \"Saves on blur\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0,\n        \"ProbabilityPercent\": 0.5,\n        \"AmountSale\": 7485.29,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": false,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": true,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": true,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2012-01-30T15:51:43.840Z\",\n        \"ChangeEmployeeId\": 18929,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2012-01-30T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3511348,\n        \"AmountSaleCurrency\": 56064.42,\n        \"ReportLayoutId\": 74,\n        \"RecieverDebtorId\": 7899,\n        \"PayTermId\": 106,\n        \"DeliveryDebtorId\": 7899,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4608,\n        \"Id\": 4608,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-07T00:00:00.000Z\",\n        \"Status\": 20,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-07T16:07:33.403Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-07T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4658,\n        \"Id\": 4658,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-09T00:00:00.000Z\",\n        \"Status\": 20,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Price quote\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"\",\n        \"Remark\": \"\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": true,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-09T15:29:52.077Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-09T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4671,\n        \"Id\": 4671,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-11T00:00:00.000Z\",\n        \"Status\": 20,\n        \"StatusResourceId\": 21579,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-11T10:22:54.347Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 11,\n        \"JobPriceCurrencyDate\": \"2015-09-11T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 10.603553387912,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4976,\n        \"Id\": 4976,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-12-09T00:00:00.000Z\",\n        \"Status\": 20,\n        \"StatusResourceId\": 19294,\n        \"PriceTitle\": \"Budgetestimat\",\n        \"RecipientLabel\": \"Tivoli\\r\\n3 Vesterbrogade\\r\\n1630 København\\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Introduction\": \"okay\",\n        \"Remark\": \"okay\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1030,\n        \"VATRate\": 0.25,\n        \"ProbabilityPercent\": 0.5,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": false,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-12-09T08:48:10.380Z\",\n        \"ChangeEmployeeId\": 19294,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 5,\n        \"JobPriceCurrencyDate\": \"2015-12-09T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 100,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    },\n    {\n        \"JobPriceId\": 4659,\n        \"Id\": 4659,\n        \"JobId\": 10,\n        \"JobName\": \"您好 kinesiske tegn måske\",\n        \"PriceDate\": \"2015-09-09T00:00:00.000Z\",\n        \"Status\": 90,\n        \"StatusResourceId\": 19543,\n        \"PriceTitle\": \"12222\",\n        \"RecipientLabel\": \"Tivoli\\r\\n \\r\\nBollinger County\\r\\nMissouri \\r\\n\\r\\nAtt. \",\n        \"Headline\": \"Job 10 - 您好 kinesiske tegn måske\",\n        \"Remark\": \"\",\n        \"ResponsibleResourceId\": 18734,\n        \"LCID\": 1033,\n        \"VATRate\": 0,\n        \"ProbabilityPercent\": 1,\n        \"AmountSale\": 192.17,\n        \"UseActivityGrouping\": false,\n        \"AllowEditTimeSale\": true,\n        \"AllowEditExternalExpenseFactor\": true,\n        \"DisplayVAT\": false,\n        \"DisplayGrandTotal\": true,\n        \"DisplayPhase\": 1,\n        \"DisplayPhasePrice\": true,\n        \"DisplayPhasePriceNumber\": false,\n        \"DisplayActivityData\": 1,\n        \"DisplayActivityPrice\": true,\n        \"DisplayActivityHours\": false,\n        \"DisplayActivityHoursPrice\": false,\n        \"DisplayActivitySeparationLine\": false,\n        \"DisplayActivityLineInsertion\": false,\n        \"DisplayBuffer\": false,\n        \"DisplayDecimal\": true,\n        \"DisplayPaymentSchedule\": false,\n        \"DisplaySecondaryCurrency\": false,\n        \"CreateDate\": \"2012-01-18T12:52:57.227Z\",\n        \"CreateEmployeeId\": 593,\n        \"ChangeDate\": \"2015-09-09T15:30:31.440Z\",\n        \"ChangeEmployeeId\": 21579,\n        \"UpdateDate\": \"2022-04-25T14:42:37.730Z\",\n        \"UpdateType\": 2,\n        \"JobPriceCurrencyId\": 1,\n        \"JobPriceCurrencyDate\": \"2015-09-09T00:00:00.000Z\",\n        \"JobPriceCurrencyRate\": 13.3988986,\n        \"AmountSaleCurrency\": 1434.19,\n        \"ReportLayoutId\": 74,\n        \"ReportWatermarkId\": 19,\n        \"PayTermId\": 106,\n        \"Units\": 0,\n        \"JobPriceAllowMultiResource\": false,\n        \"AllowLineCurrencies\": false,\n        \"CustomerId\": 601\n    }\n]"}],"_postman_id":"b9e89986-7009-4a52-8cf2-008feee9684e"},{"name":"JobSimpleVisualizationRequest","id":"6601a706-f573-46d9-848e-cf5151be027e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/JobSimpleVisualizationRequest?Id={{string}}","description":"<p>Retrieves a limited amount of columns for a single job based on a given identifier of a job.</p>\n<p><strong>API</strong><br /><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["JobSimpleVisualizationRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the job.</p>\n","type":"text/plain"},"key":"Id","value":"{{string}}"}],"variable":[]}},"response":[{"id":"f3d9f76e-d23d-4fbb-8947-52a4e623b8b7","name":"JobSimpleVisualizationRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/JobSimpleVisualizationRequest?Id=18338","host":["{{base_url}}"],"path":["JobSimpleVisualizationRequest"],"query":[{"key":"Id","value":"18338","description":"*Required.*  \n(int32)  \nThe identifier of the job."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"484","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 18338,\n    \"JobId\": 18338,\n    \"JobName\": \"project 386\",\n    \"CustomerId\": 575,\n    \"CustomerName\": \"Placerat Eget Institute\",\n    \"Billable\": true,\n    \"ProjectId\": 4392,\n    \"StatusId\": 0,\n    \"CompanyId\": 1,\n    \"EndDate\": \"2018-09-15T00:00:00.000Z\",\n    \"StartDate\": \"2018-07-17T00:00:00.000Z\",\n    \"JobTypeId\": 118,\n    \"JobRessAnsvarID\": 15371,\n    \"ResponsibleId\": 1185,\n    \"ProstatusId\": 0,\n    \"CompanyDepartmentId\": 1,\n    \"CostingCodeId\": 0\n}"}],"_postman_id":"6601a706-f573-46d9-848e-cf5151be027e"},{"name":"JobSimpleVisualizationsRequest","id":"8c916ce9-9c9d-42ee-bad8-009f83c5ad23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/JobSimpleVisualizationsRequest","description":"<p>Retrieves a limited amount of columns for a set of jobs based on a given identifier of a job.</p>\n<p><strong>API</strong><br /><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#116ab4c6-1dc0-490b-9acd-e76894674b55\">JobSimpleVisualization</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["JobSimpleVisualizationsRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"72af27e4-c60f-4c61-a6cd-8c4b8fc85857","name":"JobSimpleVisualizationRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/JobSimpleVisualizationsRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"3042","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 77456899,\n        \"JobId\": 77456899,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Adams Æbler,  (ALE)\",\n        \"CustomerId\": 23070,\n        \"CustomerName\": \"Adams Æbler\",\n        \"Billable\": true,\n        \"ProjectId\": 1855,\n        \"StatusId\": 5,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-03-09T00:00:00.000Z\",\n        \"StartDate\": \"2016-03-09T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21202,\n        \"ResponsibleId\": 23130,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 278,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 84915682,\n        \"JobId\": 84915682,\n        \"JobName\": \"She Job 491568 BB_2\",\n        \"CustomerId\": 80110,\n        \"CustomerName\": \"She BB 491568\",\n        \"Billable\": true,\n        \"ProjectId\": 5485,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2022-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 84915683,\n        \"JobId\": 84915683,\n        \"JobName\": \"She Job 491568 BB_3\",\n        \"CustomerId\": 80110,\n        \"CustomerName\": \"She BB 491568\",\n        \"Billable\": true,\n        \"ProjectId\": 5485,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2024-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-10-24T10:46:30.110Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 84915684,\n        \"JobId\": 84915684,\n        \"JobName\": \"She Job 491568 BB_4_Retainer\",\n        \"CustomerId\": 80110,\n        \"CustomerName\": \"She BB 491568\",\n        \"Billable\": true,\n        \"ProjectId\": 5489,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2021-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-10-25T10:46:30.643Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 84915685,\n        \"JobId\": 84915685,\n        \"JobName\": \"She Job 491568 BB_5_Delivery\",\n        \"CustomerId\": 80110,\n        \"CustomerName\": \"She BB 491568\",\n        \"Billable\": true,\n        \"ProjectId\": 5489,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2019-12-24T00:00:00.000Z\",\n        \"StartDate\": \"2019-10-25T11:24:21.780Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 84936011,\n        \"JobId\": 84936011,\n        \"JobName\": \"She 493601 BB NRF\",\n        \"CustomerId\": 80114,\n        \"CustomerName\": \"She 493601 NRF\",\n        \"Billable\": true,\n        \"ProjectId\": 5488,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 84936012,\n        \"JobId\": 84936012,\n        \"JobName\": \"She 493601 BB NRF 2\",\n        \"CustomerId\": 80114,\n        \"CustomerName\": \"She 493601 NRF\",\n        \"Billable\": true,\n        \"ProjectId\": 5488,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2021-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-10-01T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 84936051,\n        \"JobId\": 84936051,\n        \"JobName\": \"BB SHE 493605 Job 1\",\n        \"CustomerId\": 80223,\n        \"CustomerName\": \"She 493605 Client C BB\",\n        \"Billable\": true,\n        \"ProjectId\": 5502,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2021-04-01T00:00:00.000Z\",\n        \"StartDate\": \"2019-11-06T14:37:46.233Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 85042268,\n        \"JobId\": 85042268,\n        \"JobName\": \"Bluebird\",\n        \"CustomerId\": 80971,\n        \"CustomerName\": \"She Bb Client 504226\",\n        \"Billable\": true,\n        \"ProjectId\": 5630,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-07-24T00:00:00.000Z\",\n        \"StartDate\": \"2020-06-24T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 88888888,\n        \"JobId\": 88888888,\n        \"JobName\": \"Bluebird Agency (BBA) - Campaign She BBA Client, Annonce ()\",\n        \"CustomerId\": 77568,\n        \"CustomerName\": \"She BBA Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5091,\n        \"StatusId\": 3,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2020-11-30T00:00:00.000Z\",\n        \"StartDate\": \"2018-10-18T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77355,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000001,\n        \"JobId\": 90000001,\n        \"JobName\": \"BB -She NRF Non T&M\",\n        \"CustomerId\": 78320,\n        \"CustomerName\": \"She NRF Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5353,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2021-07-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000002,\n        \"JobId\": 90000002,\n        \"JobName\": \"BB -She NRF T&M\",\n        \"CustomerId\": 78320,\n        \"CustomerName\": \"She NRF Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5353,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2021-07-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000003,\n        \"JobId\": 90000003,\n        \"JobName\": \"BB - NB SHE 488301 -TM NONE\",\n        \"CustomerId\": 78321,\n        \"CustomerName\": \"SHE 488301 -TM NONE\",\n        \"Billable\": false,\n        \"ProjectId\": 5354,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2021-07-31T00:00:00.000Z\",\n        \"StartDate\": \"2018-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000004,\n        \"JobId\": 90000004,\n        \"JobName\": \"BB - BB SHE 488301 -TM NONE\",\n        \"CustomerId\": 78321,\n        \"CustomerName\": \"SHE 488301 -TM NONE\",\n        \"Billable\": true,\n        \"ProjectId\": 5354,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2021-07-31T00:00:00.000Z\",\n        \"StartDate\": \"2018-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000005,\n        \"JobId\": 90000005,\n        \"JobName\": \"BB - BB She 488301 TM CAPSP\",\n        \"CustomerId\": 78323,\n        \"CustomerName\": \"She 488301 TM CAPSP\",\n        \"Billable\": true,\n        \"ProjectId\": 5355,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2019-04-30T00:00:00.000Z\",\n        \"StartDate\": \"2018-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000006,\n        \"JobId\": 90000006,\n        \"JobName\": \"BB - BB She 488301 TM CAPCP\",\n        \"CustomerId\": 78324,\n        \"CustomerName\": \"She 488301 TM CAPCP\",\n        \"Billable\": true,\n        \"ProjectId\": 5356,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2019-05-28T00:00:00.000Z\",\n        \"StartDate\": \"2018-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000007,\n        \"JobId\": 90000007,\n        \"JobName\": \"BB - BB She 488301 TM OPS\",\n        \"CustomerId\": 78325,\n        \"CustomerName\": \"She 488301 TM OPS\",\n        \"Billable\": true,\n        \"ProjectId\": 5357,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2021-07-31T00:00:00.000Z\",\n        \"StartDate\": \"2018-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000008,\n        \"JobId\": 90000008,\n        \"JobName\": \"BB - BB She 488301 TM OPS\",\n        \"CustomerId\": 78325,\n        \"CustomerName\": \"She 488301 TM OPS\",\n        \"Billable\": true,\n        \"ProjectId\": 5357,\n        \"StatusId\": 4,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2019-05-31T00:00:00.000Z\",\n        \"StartDate\": \"2017-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000010,\n        \"JobId\": 90000010,\n        \"JobName\": \"BB - She NRF T&M Even distribution over time\",\n        \"CustomerId\": 78320,\n        \"CustomerName\": \"She NRF Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5353,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2019-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000011,\n        \"JobId\": 90000011,\n        \"JobName\": \"BB - She NRF T&M Use billing plan\",\n        \"CustomerId\": 78320,\n        \"CustomerName\": \"She NRF Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5353,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2019-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000012,\n        \"JobId\": 90000012,\n        \"JobName\": \"BB - She NRF T&M Proportionally\",\n        \"CustomerId\": 78320,\n        \"CustomerName\": \"She NRF Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5353,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2019-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 90000013,\n        \"JobId\": 90000013,\n        \"JobName\": \"BB - She NRF T&M EAC Distribution\",\n        \"CustomerId\": 78320,\n        \"CustomerName\": \"She NRF Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5353,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2021-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 94915686,\n        \"JobId\": 94915686,\n        \"JobName\": \"She 491568 AFTER PWP BB\",\n        \"CustomerId\": 80493,\n        \"CustomerName\": \"She PWP Client 2 BB\",\n        \"Billable\": true,\n        \"ProjectId\": 5534,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-02-09T00:00:00.000Z\",\n        \"StartDate\": \"2019-12-11T13:28:52.523Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 94915687,\n        \"JobId\": 94915687,\n        \"JobName\": \"She 491568 BEFORE PWP BB \",\n        \"CustomerId\": 80493,\n        \"CustomerName\": \"She PWP Client 2 BB\",\n        \"Billable\": true,\n        \"ProjectId\": 5534,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-12-11T10:34:01.870Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 94915689,\n        \"JobId\": 94915689,\n        \"JobName\": \"BB 498261 She\",\n        \"CustomerId\": 80355,\n        \"CustomerName\": \"She BB Client for 491568\",\n        \"Billable\": true,\n        \"ProjectId\": 5520,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-01-18T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 94925061,\n        \"JobId\": 94925061,\n        \"JobName\": \"BB She Job 492506 1\",\n        \"CustomerId\": 80435,\n        \"CustomerName\": \"BB 492506 She client\",\n        \"Billable\": true,\n        \"ProjectId\": 5527,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-12-02T10:44:48.593Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 94925069,\n        \"JobId\": 94925069,\n        \"JobName\": \"BB 492506 She Job\",\n        \"CustomerId\": 77997,\n        \"CustomerName\": \"She Client OPS\",\n        \"Billable\": true,\n        \"ProjectId\": 5214,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-01-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77332,\n        \"ResponsibleId\": 77332,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 94925919,\n        \"JobId\": 94925919,\n        \"JobName\": \"She BB 492591 Job\",\n        \"CustomerId\": 80257,\n        \"CustomerName\": \"She Client 492591\",\n        \"Billable\": true,\n        \"ProjectId\": 5506,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-11-11T07:05:09.103Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 94962131,\n        \"JobId\": 94962131,\n        \"JobName\": \"She BB 496213 Job\",\n        \"CustomerId\": 80279,\n        \"CustomerName\": \"She BB 496213 Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5511,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-01-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 95006919,\n        \"JobId\": 95006919,\n        \"JobName\": \"She BB 500691 Job\",\n        \"CustomerId\": 80700,\n        \"CustomerName\": \"She BB 500691 Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5568,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2293-11-27T00:00:00.000Z\",\n        \"StartDate\": \"2020-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 95042269,\n        \"JobId\": 95042269,\n        \"JobName\": \"She test on Job\",\n        \"CustomerId\": 80971,\n        \"CustomerName\": \"She Bb Client 504226\",\n        \"Billable\": true,\n        \"ProjectId\": 5630,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-07-29T00:00:00.000Z\",\n        \"StartDate\": \"2020-06-29T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 95052059,\n        \"JobId\": 95052059,\n        \"JobName\": \"She 505205 Job This is just a test for Job name 1234567890!@#$%^&*()\",\n        \"CustomerId\": 80966,\n        \"CustomerName\": \"She Client SSA\",\n        \"Billable\": true,\n        \"ProjectId\": 5628,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-07-22T00:00:00.000Z\",\n        \"StartDate\": \"2020-06-22T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 95056199,\n        \"JobId\": 95056199,\n        \"JobName\": \"Bluebird- SHE JOB 505619\",\n        \"CustomerId\": 81018,\n        \"CustomerName\": \"505619 She BB Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5643,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-09-03T00:00:00.000Z\",\n        \"StartDate\": \"2020-08-04T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 95060029,\n        \"JobId\": 95060029,\n        \"JobName\": \"She BB 506002 1\",\n        \"CustomerId\": 81011,\n        \"CustomerName\": \"She BB 506002\",\n        \"Billable\": true,\n        \"ProjectId\": 5640,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-08-23T00:00:00.000Z\",\n        \"StartDate\": \"2020-07-24T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 98989899,\n        \"JobId\": 98989899,\n        \"JobName\": \"New name\",\n        \"CustomerId\": 78092,\n        \"CustomerName\": \"Failed Subjugation\",\n        \"Billable\": false,\n        \"ProjectId\": 5253,\n        \"StatusId\": 5,\n        \"CompanyId\": 18748,\n        \"EndDate\": \"2022-04-04T00:00:00.000Z\",\n        \"StartDate\": \"2019-04-15T09:03:37.923Z\",\n        \"JobTypeId\": 428,\n        \"JobRessAnsvarID\": 34855,\n        \"ResponsibleId\": 75717,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 18,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 99999970,\n        \"JobId\": 99999970,\n        \"JobName\": \"Capitalised & Force ignore (Copy from 14280)\",\n        \"CustomerId\": 19346,\n        \"CustomerName\": \"Felis Eget Inc.\",\n        \"Billable\": true,\n        \"ProjectId\": 574,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 18929,\n        \"ResponsibleId\": 19869,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 99999971,\n        \"JobId\": 99999971,\n        \"JobName\": \"Capitalised & Force ignore (Copy from 14280)\",\n        \"CustomerId\": 19346,\n        \"CustomerName\": \"Felis Eget Inc.\",\n        \"Billable\": true,\n        \"ProjectId\": 574,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 18929,\n        \"ResponsibleId\": 19869,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 99999980,\n        \"JobId\": 99999980,\n        \"JobName\": \"Bluebird Agency (BBA) - Campaign Client for deactivation, Awesome Job ()\",\n        \"CustomerId\": 75398,\n        \"CustomerName\": \"Client for deactivation\",\n        \"Billable\": true,\n        \"ProjectId\": 2805,\n        \"StatusId\": 4,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-10-17T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-17T00:00:00.000Z\",\n        \"JobTypeId\": 198,\n        \"JobRessAnsvarID\": 35879,\n        \"ResponsibleId\": 19522,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 99999981,\n        \"JobId\": 99999981,\n        \"JobName\": \"Bluebird Agency (BBA) - Campaign Client for deactivation, Awesome Job ()\",\n        \"CustomerId\": 75398,\n        \"CustomerName\": \"Client for deactivation\",\n        \"Billable\": true,\n        \"ProjectId\": 2805,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-17T00:00:00.000Z\",\n        \"JobTypeId\": 198,\n        \"JobRessAnsvarID\": 35879,\n        \"ResponsibleId\": 19522,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 99999982,\n        \"JobId\": 99999982,\n        \"JobName\": \"Bluebird Agency (BBA) - Campaign Client for deactivation, Awesome Job ()\",\n        \"CustomerId\": 75398,\n        \"CustomerName\": \"Client for deactivation\",\n        \"Billable\": true,\n        \"ProjectId\": 2805,\n        \"StatusId\": 5,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-10-17T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-17T00:00:00.000Z\",\n        \"JobTypeId\": 198,\n        \"JobRessAnsvarID\": 35879,\n        \"ResponsibleId\": 19522,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 99999983,\n        \"JobId\": 99999983,\n        \"JobName\": \"Bluebird Agency (BBA) - Campaign Client for deactivation, Awesome Job ()\",\n        \"CustomerId\": 75398,\n        \"CustomerName\": \"Client for deactivation\",\n        \"Billable\": true,\n        \"ProjectId\": 2805,\n        \"StatusId\": 4,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-10-17T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-17T00:00:00.000Z\",\n        \"JobTypeId\": 198,\n        \"JobRessAnsvarID\": 35879,\n        \"ResponsibleId\": 19522,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 99999984,\n        \"JobId\": 99999984,\n        \"JobName\": \"NS Skype\",\n        \"CustomerId\": 75398,\n        \"CustomerName\": \"Client for deactivation\",\n        \"Billable\": true,\n        \"ProjectId\": 2805,\n        \"StatusId\": 5,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-10-17T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-17T00:00:00.000Z\",\n        \"JobTypeId\": 198,\n        \"JobRessAnsvarID\": 35879,\n        \"ResponsibleId\": 36197,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 99999985,\n        \"JobId\": 99999985,\n        \"JobName\": \"Bluebird Agency (BBA) - Campaign Client for deactivation, Awesome Job ()\",\n        \"CustomerId\": 75398,\n        \"CustomerName\": \"Client for deactivation\",\n        \"Billable\": true,\n        \"ProjectId\": 2805,\n        \"StatusId\": 4,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-10-17T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-17T00:00:00.000Z\",\n        \"JobTypeId\": 198,\n        \"JobRessAnsvarID\": 35879,\n        \"ResponsibleId\": 19522,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 99999986,\n        \"JobId\": 99999986,\n        \"JobName\": \"Bluebird Agency (BBA) - Campaign Client for deactivation,  ()\",\n        \"CustomerId\": 75398,\n        \"CustomerName\": \"Client for deactivation\",\n        \"Billable\": true,\n        \"ProjectId\": 2805,\n        \"StatusId\": 4,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-10-30T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 72751,\n        \"ResponsibleId\": 72751,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000001,\n        \"JobId\": 100000001,\n        \"JobName\": \"Consolidated invoice job 2016\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-10-01T00:00:00.000Z\",\n        \"StartDate\": \"2016-08-02T00:00:00.000Z\",\n        \"JobTypeId\": 198,\n        \"JobRessAnsvarID\": 21575,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000002,\n        \"JobId\": 100000002,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Accumsan Corp., Analysis (ml)\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-08-04T00:00:00.000Z\",\n        \"JobTypeId\": 178,\n        \"JobRessAnsvarID\": 21575,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 278,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000003,\n        \"JobId\": 100000003,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Accumsan Corp., Analysis (ml)\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-08-04T00:00:00.000Z\",\n        \"JobTypeId\": 178,\n        \"JobRessAnsvarID\": 19861,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 278,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000004,\n        \"JobId\": 100000004,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Accumsan Corp., Awesome Job (ml)\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-10-09T00:00:00.000Z\",\n        \"StartDate\": \"2016-08-10T00:00:00.000Z\",\n        \"JobTypeId\": 198,\n        \"JobRessAnsvarID\": 21575,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000005,\n        \"JobId\": 100000005,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Accumsan Corp., Creative propsal test (ml)\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-10-09T00:00:00.000Z\",\n        \"StartDate\": \"2016-08-10T00:00:00.000Z\",\n        \"JobTypeId\": 180,\n        \"JobRessAnsvarID\": 21575,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000010,\n        \"JobId\": 100000010,\n        \"JobName\": \"BBA - Campaign CrashBusters\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 5278,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-07-20T00:00:00.000Z\",\n        \"StartDate\": \"2019-05-21T14:07:47.797Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 75836,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000011,\n        \"JobId\": 100000011,\n        \"JobName\": \"Project change testing\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-07-20T00:00:00.000Z\",\n        \"StartDate\": \"2019-05-21T14:08:49.243Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000012,\n        \"JobId\": 100000012,\n        \"JobName\": \"BBA - Campaign CrashBusters\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-06-20T00:00:00.000Z\",\n        \"StartDate\": \"2019-06-14T12:42:51.143Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000015,\n        \"JobId\": 100000015,\n        \"JobName\": \" BBA - Campaign CrashBusters\",\n        \"CustomerId\": 737,\n        \"CustomerName\": \"Børnefonden\",\n        \"Billable\": true,\n        \"ProjectId\": 449,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2022-10-27T00:00:00.000Z\",\n        \"StartDate\": \"2019-05-07T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 16143,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 14\n    },\n    {\n        \"Id\": 100000016,\n        \"JobId\": 100000016,\n        \"JobName\": \"BBA - Campaign CrashBusters\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-07-19T00:00:00.000Z\",\n        \"StartDate\": \"2019-05-20T07:04:33.280Z\",\n        \"JobTypeId\": 216,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000017,\n        \"JobId\": 100000017,\n        \"JobName\": \"BBA - Campaign CrashBusters\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-07-19T00:00:00.000Z\",\n        \"StartDate\": \"2019-05-20T07:05:37.317Z\",\n        \"JobTypeId\": 216,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000018,\n        \"JobId\": 100000018,\n        \"JobName\": \"BBA - Campaign CrashBusters\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-07-19T00:00:00.000Z\",\n        \"StartDate\": \"2019-05-20T07:06:21.423Z\",\n        \"JobTypeId\": 216,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000019,\n        \"JobId\": 100000019,\n        \"JobName\": \"BBA - Campaign CrashBusters\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-07-19T00:00:00.000Z\",\n        \"StartDate\": \"2019-05-20T07:08:54.960Z\",\n        \"JobTypeId\": 216,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000020,\n        \"JobId\": 100000020,\n        \"JobName\": \"BBA - Campaign CrashBusters\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-07-06T00:00:00.000Z\",\n        \"StartDate\": \"2019-05-07T11:34:32.483Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 16143,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000021,\n        \"JobId\": 100000021,\n        \"JobName\": \"BBA - Campaign CrashBusters\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-07-19T00:00:00.000Z\",\n        \"StartDate\": \"2019-05-20T07:11:07.930Z\",\n        \"JobTypeId\": 216,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000022,\n        \"JobId\": 100000022,\n        \"JobName\": \"BBA - Campaign CrashBusters <script>alert(\\\"hej\\\");</script>\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-08-18T00:00:00.000Z\",\n        \"StartDate\": \"2019-06-19T07:38:53.627Z\",\n        \"JobTypeId\": 216,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000023,\n        \"JobId\": 100000023,\n        \"JobName\": \"BBA - Campaign CrashBusters\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-08-19T00:00:00.000Z\",\n        \"StartDate\": \"2019-06-20T12:23:59.977Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000024,\n        \"JobId\": 100000024,\n        \"JobName\": \"something else\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-08-20T00:00:00.000Z\",\n        \"StartDate\": \"2019-06-21T10:08:57.077Z\",\n        \"JobTypeId\": 216,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000025,\n        \"JobId\": 100000025,\n        \"JobName\": \"this is not the same\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-08-20T00:00:00.000Z\",\n        \"StartDate\": \"2019-06-21T10:10:12.967Z\",\n        \"JobTypeId\": 216,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000026,\n        \"JobId\": 100000026,\n        \"JobName\": \"Created project setting on\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-08-23T00:00:00.000Z\",\n        \"StartDate\": \"2019-06-24T07:20:04.047Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000027,\n        \"JobId\": 100000027,\n        \"JobName\": \"BBA  CrashBusters  postCode\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-08-24T00:00:00.000Z\",\n        \"StartDate\": \"2019-06-25T11:31:15.367Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 16143,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000028,\n        \"JobId\": 100000028,\n        \"JobName\": \"BBA  CrashBusters  postCode\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-08-24T00:00:00.000Z\",\n        \"StartDate\": \"2019-06-25T11:45:53.947Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000029,\n        \"JobId\": 100000029,\n        \"JobName\": \"BBA  CrashBusters  postCode\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-08-24T00:00:00.000Z\",\n        \"StartDate\": \"2019-06-25T14:37:22.770Z\",\n        \"JobTypeId\": 126,\n        \"JobRessAnsvarID\": 16143,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000030,\n        \"JobId\": 100000030,\n        \"JobName\": \"Project retainer job 1\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 5378,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-08-26T00:00:00.000Z\",\n        \"StartDate\": \"2019-06-27T11:07:01.290Z\",\n        \"JobTypeId\": 202,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 35879,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000031,\n        \"JobId\": 100000031,\n        \"JobName\": \"Bluebird Agency\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-09-07T00:00:00.000Z\",\n        \"StartDate\": \"2019-07-09T06:58:08.343Z\",\n        \"JobTypeId\": 428,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 16143,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000032,\n        \"JobId\": 100000032,\n        \"JobName\": \"Bluebird Agency (Copy from 100000031)\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-09-07T00:00:00.000Z\",\n        \"StartDate\": \"2019-07-09T00:00:00.000Z\",\n        \"JobTypeId\": 428,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 16143,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000033,\n        \"JobId\": 100000033,\n        \"JobName\": \"Bluebird Agency (Copy from 100000031)\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-09-07T00:00:00.000Z\",\n        \"StartDate\": \"2019-07-09T00:00:00.000Z\",\n        \"JobTypeId\": 428,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 16143,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000034,\n        \"JobId\": 100000034,\n        \"JobName\": \"Bluebird Agency\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-09-07T00:00:00.000Z\",\n        \"StartDate\": \"2019-07-09T12:46:56.243Z\",\n        \"JobTypeId\": 126,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 16143,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000035,\n        \"JobId\": 100000035,\n        \"JobName\": \"Bluebird Agency\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-09-07T00:00:00.000Z\",\n        \"StartDate\": \"2019-07-09T12:58:07.950Z\",\n        \"JobTypeId\": 126,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 16143,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000036,\n        \"JobId\": 100000036,\n        \"JobName\": \"Jeg Team testing on new job\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-10-13T00:00:00.000Z\",\n        \"StartDate\": \"2019-08-14T08:30:04.680Z\",\n        \"JobTypeId\": 126,\n        \"JobRessAnsvarID\": 16143,\n        \"ResponsibleId\": 16143,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000037,\n        \"JobId\": 100000037,\n        \"JobName\": \"Job folder creation test\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-11-03T00:00:00.000Z\",\n        \"StartDate\": \"2019-09-04T10:56:22.157Z\",\n        \"JobTypeId\": 126,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 16143,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000038,\n        \"JobId\": 100000038,\n        \"JobName\": \"job folder creation test 2\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-11-03T00:00:00.000Z\",\n        \"StartDate\": \"2019-09-04T11:48:20.200Z\",\n        \"JobTypeId\": 126,\n        \"JobRessAnsvarID\": 75457,\n        \"ResponsibleId\": 16143,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100000039,\n        \"JobId\": 100000039,\n        \"JobName\": \"job testing 3\",\n        \"CustomerId\": 23040,\n        \"CustomerName\": \"CrashBusters\",\n        \"Billable\": true,\n        \"ProjectId\": 1836,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-11-03T00:00:00.000Z\",\n        \"StartDate\": \"2019-09-04T13:52:23.780Z\",\n        \"JobTypeId\": 126,\n        \"JobRessAnsvarID\": 16143,\n        \"ResponsibleId\": 16143,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 70,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100100100,\n        \"JobId\": 100100100,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Accumsan Corp., Awesome Job (MA)\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"JobTypeId\": 198,\n        \"JobRessAnsvarID\": 21575,\n        \"ResponsibleId\": 19859,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100100101,\n        \"JobId\": 100100101,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Abehuset A/S, ADM-Career (ml)\",\n        \"CustomerId\": 20031,\n        \"CustomerName\": \"Abehuset A/S\",\n        \"Billable\": true,\n        \"ProjectId\": 1075,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-10-23T00:00:00.000Z\",\n        \"StartDate\": \"2016-08-24T00:00:00.000Z\",\n        \"JobTypeId\": 347,\n        \"JobRessAnsvarID\": 34982,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100100102,\n        \"JobId\": 100100102,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Accumsan Corp., Catalog (ml)\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-10-25T00:00:00.000Z\",\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21575,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100100103,\n        \"JobId\": 100100103,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Accumsan Corp., Analysis (ml)\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-10-25T00:00:00.000Z\",\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"JobTypeId\": 178,\n        \"JobRessAnsvarID\": 21575,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100100104,\n        \"JobId\": 100100104,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Accumsan Corp., Catalog (ml)\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-10-25T00:00:00.000Z\",\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21575,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100100105,\n        \"JobId\": 100100105,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Accumsan Corp., Mark Job Type (ml)\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-11-14T00:00:00.000Z\",\n        \"StartDate\": \"2016-09-15T00:00:00.000Z\",\n        \"JobTypeId\": 352,\n        \"JobRessAnsvarID\": 21575,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100100106,\n        \"JobId\": 100100106,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Accumsan Corp., Mark Job Type (ml)\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-09-15T00:00:00.000Z\",\n        \"JobTypeId\": 352,\n        \"JobRessAnsvarID\": 21575,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 74,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100100107,\n        \"JobId\": 100100107,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Accumsan Corp., The lions jobs (ml)\",\n        \"CustomerId\": 19761,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"Billable\": true,\n        \"ProjectId\": 1928,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-09-15T00:00:00.000Z\",\n        \"JobTypeId\": 200,\n        \"JobRessAnsvarID\": 21575,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 74,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100100108,\n        \"JobId\": 100100108,\n        \"JobName\": \"Job status test (MB)\",\n        \"CustomerId\": 20031,\n        \"CustomerName\": \"Abehuset A/S\",\n        \"Billable\": true,\n        \"ProjectId\": 1075,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-09-19T00:00:00.000Z\",\n        \"JobTypeId\": 252,\n        \"JobRessAnsvarID\": 34982,\n        \"ResponsibleId\": 30713,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100100109,\n        \"JobId\": 100100109,\n        \"JobName\": \"Job status test 2 (MB)\",\n        \"CustomerId\": 20031,\n        \"CustomerName\": \"Abehuset A/S\",\n        \"Billable\": true,\n        \"ProjectId\": 1075,\n        \"StatusId\": 4,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-09-19T00:00:00.000Z\",\n        \"StartDate\": \"2016-09-19T00:00:00.000Z\",\n        \"JobTypeId\": 252,\n        \"JobRessAnsvarID\": 34982,\n        \"ResponsibleId\": 30713,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 100110001,\n        \"JobId\": 100110001,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Adams Æbler, Creative propsal test (ALE)\",\n        \"CustomerId\": 23070,\n        \"CustomerName\": \"Adams Æbler\",\n        \"Billable\": true,\n        \"ProjectId\": 1856,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-03-10T00:00:00.000Z\",\n        \"JobTypeId\": 180,\n        \"JobRessAnsvarID\": 34855,\n        \"ResponsibleId\": 34855,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 123124124,\n        \"JobId\": 123124124,\n        \"JobName\": \"- Bluebird, Pipeline 2\",\n        \"CustomerId\": 19571,\n        \"CustomerName\": \"<script>alert(1)</script>\",\n        \"Billable\": true,\n        \"ProjectId\": 802,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-02-01T00:00:00.000Z\",\n        \"JobTypeId\": 198,\n        \"JobRessAnsvarID\": 18611,\n        \"ResponsibleId\": 18611,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 132300001,\n        \"JobId\": 132300001,\n        \"JobName\": \"JOB|ABSENCE|TEST\",\n        \"CustomerId\": 77566,\n        \"CustomerName\": \"Client of client type \\\"Illness and absence\\\"\",\n        \"Billable\": false,\n        \"ProjectId\": 5090,\n        \"StatusId\": 5,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-11-23T00:00:00.000Z\",\n        \"StartDate\": \"2019-09-24T04:00:40.333Z\",\n        \"JobTypeId\": 457,\n        \"JobRessAnsvarID\": 79355,\n        \"ResponsibleId\": 79355,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 341,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 302900057,\n        \"JobId\": 302900057,\n        \"JobName\": \"TJ test\",\n        \"CustomerId\": 35629,\n        \"CustomerName\": \"*Tim Jensen kunde 26\",\n        \"Billable\": false,\n        \"ProjectId\": 2974,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2019-12-21T00:00:00.000Z\",\n        \"StartDate\": \"2019-10-22T13:02:47.843Z\",\n        \"JobTypeId\": 428,\n        \"JobRessAnsvarID\": 36971,\n        \"ResponsibleId\": 79875,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 322,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 400000000,\n        \"JobId\": 400000000,\n        \"JobName\": \"Capitalised & Force ignore (Copy from 14280)\",\n        \"CustomerId\": 19346,\n        \"CustomerName\": \"Felis Eget Inc.\",\n        \"Billable\": true,\n        \"ProjectId\": 574,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 18929,\n        \"ResponsibleId\": 19869,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 400000001,\n        \"JobId\": 400000001,\n        \"JobName\": \"Capitalised & Force ignore (Copy from 14280)\",\n        \"CustomerId\": 19346,\n        \"CustomerName\": \"Felis Eget Inc.\",\n        \"Billable\": true,\n        \"ProjectId\": 574,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 18929,\n        \"ResponsibleId\": 19869,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 527202001,\n        \"JobId\": 527202001,\n        \"JobName\": \"She WIP Adjustment\",\n        \"CustomerId\": 78311,\n        \"CustomerName\": \"475359 She Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5346,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2020-05-27T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 849156881,\n        \"JobId\": 849156881,\n        \"JobName\": \"She Job 491568 BB_1\",\n        \"CustomerId\": 80110,\n        \"CustomerName\": \"She BB 491568\",\n        \"Billable\": true,\n        \"ProjectId\": 5485,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2023-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-10-23T10:50:11.213Z\",\n        \"JobTypeId\": 250,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 849293601,\n        \"JobId\": 849293601,\n        \"JobName\": \"She BB 492936 job\",\n        \"CustomerId\": 80175,\n        \"CustomerName\": \"She 492936 \",\n        \"Billable\": true,\n        \"ProjectId\": 5500,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2025-01-25T00:00:00.000Z\",\n        \"StartDate\": \"2019-11-04T09:10:55.603Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77332,\n        \"ResponsibleId\": 77332,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 20\n    },\n    {\n        \"Id\": 872020208,\n        \"JobId\": 872020208,\n        \"JobName\": \"She Job BB 07202020\",\n        \"CustomerId\": 81004,\n        \"CustomerName\": \"She BB Client 07202020\",\n        \"Billable\": true,\n        \"ProjectId\": 5639,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-08-19T00:00:00.000Z\",\n        \"StartDate\": \"2020-07-20T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 900000009,\n        \"JobId\": 900000009,\n        \"JobName\": \"BB - BILL She 488301 TM CAPSP\",\n        \"CustomerId\": 78323,\n        \"CustomerName\": \"She 488301 TM CAPSP\",\n        \"Billable\": true,\n        \"ProjectId\": 5355,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2019-01-31T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 399,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 900050000,\n        \"JobId\": 900050000,\n        \"JobName\": \"Bluebird Agency\",\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"Billable\": true,\n        \"ProjectId\": 2228,\n        \"StatusId\": 1,\n        \"CompanyId\": 18743,\n        \"EndDate\": \"2020-03-09T00:00:00.000Z\",\n        \"StartDate\": \"2020-01-09T10:17:59.163Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 80403,\n        \"ResponsibleId\": 21775,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 331,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 900050001,\n        \"JobId\": 900050001,\n        \"JobName\": \"Report 167 job created after cut off date\",\n        \"CustomerId\": 77759,\n        \"CustomerName\": \"Accumsan Corp\",\n        \"Billable\": true,\n        \"ProjectId\": 5572,\n        \"StatusId\": 1,\n        \"CompanyId\": 18743,\n        \"EndDate\": \"2021-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2021-02-05T00:00:00.000Z\",\n        \"JobTypeId\": 428,\n        \"JobRessAnsvarID\": 19861,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 16,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 900050002,\n        \"JobId\": 900050002,\n        \"JobName\": \"Report 167 job created after cut off date\",\n        \"CustomerId\": 22592,\n        \"CustomerName\": \"1Abekats\",\n        \"Billable\": true,\n        \"ProjectId\": 2398,\n        \"StatusId\": 1,\n        \"CompanyId\": 18743,\n        \"EndDate\": \"2021-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2021-02-05T00:00:00.000Z\",\n        \"JobTypeId\": 428,\n        \"JobRessAnsvarID\": 19869,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 16,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 900050003,\n        \"JobId\": 900050003,\n        \"JobName\": \"Job after cut off date with force process adjustments\",\n        \"CustomerId\": 22592,\n        \"CustomerName\": \"1Abekats\",\n        \"Billable\": true,\n        \"ProjectId\": 2398,\n        \"StatusId\": 1,\n        \"CompanyId\": 18743,\n        \"EndDate\": \"2021-03-10T00:00:00.000Z\",\n        \"StartDate\": \"2021-02-08T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 19869,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 16,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 900050004,\n        \"JobId\": 900050004,\n        \"JobName\": \"BlueBird - Belgium - Holiday\",\n        \"CustomerId\": 81029,\n        \"CustomerName\": \"Absence - Holiday\",\n        \"Billable\": true,\n        \"ProjectId\": 5648,\n        \"StatusId\": 1,\n        \"CompanyId\": 18743,\n        \"EndDate\": \"2021-09-05T00:00:00.000Z\",\n        \"StartDate\": \"2021-08-06T00:00:00.000Z\",\n        \"JobTypeId\": 252,\n        \"JobRessAnsvarID\": 80852,\n        \"ResponsibleId\": 22834,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 16,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 900050005,\n        \"JobId\": 900050005,\n        \"JobName\": \"Importer test\",\n        \"CustomerId\": 77759,\n        \"CustomerName\": \"Accumsan Corp\",\n        \"Billable\": true,\n        \"ProjectId\": 5572,\n        \"StatusId\": 0,\n        \"CompanyId\": 18743,\n        \"EndDate\": \"2021-11-10T00:00:00.000Z\",\n        \"StartDate\": \"2021-10-11T00:00:00.000Z\",\n        \"JobTypeId\": 400,\n        \"JobRessAnsvarID\": 19861,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 16,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 949156891,\n        \"JobId\": 949156891,\n        \"JobName\": \"Bluebird SHE PWP enabled\",\n        \"CustomerId\": 80392,\n        \"CustomerName\": \"She PWP Client\",\n        \"Billable\": true,\n        \"ProjectId\": 5523,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2020-01-24T00:00:00.000Z\",\n        \"StartDate\": \"2019-01-01T00:00:00.000Z\",\n        \"JobTypeId\": 250,\n        \"JobRessAnsvarID\": 78125,\n        \"ResponsibleId\": 77358,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 987654321,\n        \"JobId\": 987654321,\n        \"JobName\": \"Abens agency job\",\n        \"CustomerId\": 22592,\n        \"CustomerName\": \"1Abekats\",\n        \"Billable\": false,\n        \"ProjectId\": 1831,\n        \"StatusId\": 3,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"StartDate\": \"2016-03-14T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21709,\n        \"ResponsibleId\": 21647,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 278,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 987654323,\n        \"JobId\": 987654323,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Abekat, Proposal (M17)\",\n        \"CustomerId\": 22592,\n        \"CustomerName\": \"1Abekats\",\n        \"Billable\": true,\n        \"ProjectId\": 1962,\n        \"StatusId\": 3,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-03-14T00:00:00.000Z\",\n        \"JobTypeId\": 127,\n        \"JobRessAnsvarID\": 35029,\n        \"ResponsibleId\": 77637,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 278,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 999990001,\n        \"JobId\": 999990001,\n        \"JobName\": \"She Test\",\n        \"CustomerId\": 78909,\n        \"CustomerName\": \"She BB USA 485905\",\n        \"Billable\": true,\n        \"ProjectId\": 5394,\n        \"StatusId\": 1,\n        \"CompanyId\": 19002,\n        \"EndDate\": \"2019-09-06T00:00:00.000Z\",\n        \"StartDate\": \"2019-07-08T12:59:32.680Z\",\n        \"JobTypeId\": 255,\n        \"JobRessAnsvarID\": 77358,\n        \"ResponsibleId\": 77332,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 26,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 999999700,\n        \"JobId\": 999999700,\n        \"JobName\": \"Capitalised & Force ignore (Copy from 14280)\",\n        \"CustomerId\": 19346,\n        \"CustomerName\": \"Felis Eget Inc.\",\n        \"Billable\": true,\n        \"ProjectId\": 574,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-10-31T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 18929,\n        \"ResponsibleId\": 19869,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 999999701,\n        \"JobId\": 999999701,\n        \"JobName\": \"Capitalised & Force ignore (Copy from 14280)\",\n        \"CustomerId\": 19346,\n        \"CustomerName\": \"Felis Eget Inc.\",\n        \"Billable\": true,\n        \"ProjectId\": 574,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2017-10-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 18929,\n        \"ResponsibleId\": 19869,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 999999900,\n        \"JobId\": 999999900,\n        \"JobName\": \"Some new company (snc) - Campaign Adam Adams, Awesome Job (JW)\",\n        \"CustomerId\": 34954,\n        \"CustomerName\": \"Adam Adams\",\n        \"Billable\": true,\n        \"ProjectId\": 2107,\n        \"StatusId\": 0,\n        \"CompanyId\": 19409,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"JobTypeId\": 198,\n        \"JobRessAnsvarID\": 35480,\n        \"ResponsibleId\": 35166,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 35,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 999999901,\n        \"JobId\": 999999901,\n        \"JobName\": \"Some new company (snc) - Campaign · Newbizz Worldwide, Ad (JW)\",\n        \"CustomerId\": 602,\n        \"CustomerName\": \"· Newbizz Worldwide <cool>\",\n        \"Billable\": true,\n        \"ProjectId\": 1900,\n        \"StatusId\": 1,\n        \"CompanyId\": 19409,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"JobTypeId\": 195,\n        \"JobRessAnsvarID\": 35166,\n        \"ResponsibleId\": 35166,\n        \"ProstatusId\": 6,\n        \"CompanyDepartmentId\": 35,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 999999970,\n        \"JobId\": 999999970,\n        \"JobName\": \"AneLimited\",\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"Billable\": true,\n        \"ProjectId\": 2228,\n        \"StatusId\": 1,\n        \"CompanyId\": 80347,\n        \"EndDate\": \"2020-03-08T00:00:00.000Z\",\n        \"StartDate\": \"2020-01-08T11:44:46.827Z\",\n        \"JobTypeId\": 255,\n        \"JobRessAnsvarID\": 35879,\n        \"ResponsibleId\": 38835,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 379,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 999999971,\n        \"JobId\": 999999971,\n        \"JobName\": \"AneLimited\",\n        \"CustomerId\": 77696,\n        \"CustomerName\": \"Mirror Mirror On The Wall -\",\n        \"Billable\": true,\n        \"ProjectId\": 5144,\n        \"StatusId\": 1,\n        \"CompanyId\": 80347,\n        \"EndDate\": \"2021-03-10T00:00:00.000Z\",\n        \"StartDate\": \"2021-02-08T00:00:00.000Z\",\n        \"JobTypeId\": 412,\n        \"JobRessAnsvarID\": 81338,\n        \"ResponsibleId\": 81338,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 379,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 999999972,\n        \"JobId\": 999999972,\n        \"JobName\": \"Waldemar - Costing Codes - AneLimited\",\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"Billable\": false,\n        \"ProjectId\": 2228,\n        \"StatusId\": 0,\n        \"CompanyId\": 80347,\n        \"EndDate\": \"2029-04-19T00:00:00.000Z\",\n        \"StartDate\": \"2022-01-18T00:00:00.000Z\",\n        \"JobTypeId\": 1,\n        \"JobRessAnsvarID\": 80403,\n        \"ResponsibleId\": 19861,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 379,\n        \"CostingCodeId\": 1237\n    },\n    {\n        \"Id\": 1000000000,\n        \"JobId\": 1000000000,\n        \"JobName\": \"DL Entry Test\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": true,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 20176,\n        \"EndDate\": \"2016-08-07T00:00:00.000Z\",\n        \"StartDate\": \"2016-06-08T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 18674,\n        \"ResponsibleId\": 18674,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 54,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 1119845422,\n        \"JobId\": 1119845422,\n        \"JobName\": \"BlueBird Agency (BBA) - Campaign Antarktis Ølkiosk, (KAT)\",\n        \"CustomerId\": 21712,\n        \"CustomerName\": \"Antarktis Ølkiosk\",\n        \"Billable\": true,\n        \"ProjectId\": 1636,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2016-02-23T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 34855,\n        \"ResponsibleId\": 34855,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 278,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 1227122233,\n        \"JobId\": 1227122233,\n        \"JobName\": \"BlueBird Digital 2022 Campaign\",\n        \"CustomerId\": 600,\n        \"CustomerName\": \"Hallo!com\",\n        \"Billable\": false,\n        \"ProjectId\": 80,\n        \"StatusId\": 0,\n        \"CompanyId\": 579,\n        \"EndDate\": \"2022-07-11T11:34:18.033Z\",\n        \"StartDate\": \"2022-04-12T00:00:00.000Z\",\n        \"JobTypeId\": 463,\n        \"JobRessAnsvarID\": 72761,\n        \"ResponsibleId\": 72761,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 11,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 1234567891,\n        \"JobId\": 1234567891,\n        \"JobName\": \"qwe508430\",\n        \"CustomerId\": 77696,\n        \"CustomerName\": \"Mirror Mirror On The Wall -\",\n        \"Billable\": false,\n        \"ProjectId\": 5144,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2021-04-04T00:00:00.000Z\",\n        \"StartDate\": \"2021-03-05T00:00:00.000Z\",\n        \"JobTypeId\": 428,\n        \"JobRessAnsvarID\": 75836,\n        \"ResponsibleId\": 79660,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 322,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 1323132301,\n        \"JobId\": 1323132301,\n        \"JobName\": \"Thomson Reuters Corporation  DUP\",\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"Billable\": false,\n        \"ProjectId\": 5182,\n        \"StatusId\": 1,\n        \"CompanyId\": 81479,\n        \"EndDate\": \"2021-06-18T00:00:00.000Z\",\n        \"StartDate\": \"2021-05-19T00:00:00.000Z\",\n        \"JobTypeId\": 428,\n        \"JobRessAnsvarID\": 80403,\n        \"ResponsibleId\": 79751,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 406,\n        \"CostingCodeId\": 2\n    },\n    {\n        \"Id\": 1333333337,\n        \"JobId\": 1333333337,\n        \"JobName\": \"Bluebird Agency (BBA) - Campaign Swankerz 2, * (TSU)\",\n        \"CustomerId\": 72853,\n        \"CustomerName\": \"Swankerz 2\",\n        \"Billable\": true,\n        \"ProjectId\": 2760,\n        \"StatusId\": 4,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"StartDate\": \"2017-08-02T00:00:00.000Z\",\n        \"JobTypeId\": 373,\n        \"JobRessAnsvarID\": 36197,\n        \"ResponsibleId\": 36197,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483558,\n        \"JobId\": 2147483558,\n        \"JobName\": \"Testing copy #5123 0\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483559,\n        \"JobId\": 2147483559,\n        \"JobName\": \"Testing copy #5123 1\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483560,\n        \"JobId\": 2147483560,\n        \"JobName\": \"Testing copy #5123 2\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483561,\n        \"JobId\": 2147483561,\n        \"JobName\": \"Testing copy #5123 3\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483562,\n        \"JobId\": 2147483562,\n        \"JobName\": \"Testing copy #5123 4\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483563,\n        \"JobId\": 2147483563,\n        \"JobName\": \"Testing copy #5123 5\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483564,\n        \"JobId\": 2147483564,\n        \"JobName\": \"Testing copy #5123 6\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483565,\n        \"JobId\": 2147483565,\n        \"JobName\": \"Testing copy #5123 7\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483566,\n        \"JobId\": 2147483566,\n        \"JobName\": \"Testing copy #5123 8\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483567,\n        \"JobId\": 2147483567,\n        \"JobName\": \"Testing copy #5123 9\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483568,\n        \"JobId\": 2147483568,\n        \"JobName\": \"Testing copy #5123 10\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483569,\n        \"JobId\": 2147483569,\n        \"JobName\": \"Testing copy #5123 11\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483570,\n        \"JobId\": 2147483570,\n        \"JobName\": \"Testing copy #5123 12\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 14\n    },\n    {\n        \"Id\": 2147483571,\n        \"JobId\": 2147483571,\n        \"JobName\": \"Testing copy #5123 13\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483572,\n        \"JobId\": 2147483572,\n        \"JobName\": \"Testing copy #5123 14\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483573,\n        \"JobId\": 2147483573,\n        \"JobName\": \"Testing copy #5123 15\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483574,\n        \"JobId\": 2147483574,\n        \"JobName\": \"Testing copy #5123 16\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483575,\n        \"JobId\": 2147483575,\n        \"JobName\": \"Testing copy #5123 17\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483576,\n        \"JobId\": 2147483576,\n        \"JobName\": \"Testing copy #5123 18\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483577,\n        \"JobId\": 2147483577,\n        \"JobName\": \"Testing copy #5123 19\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483578,\n        \"JobId\": 2147483578,\n        \"JobName\": \"Testing copy #5123 20\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483579,\n        \"JobId\": 2147483579,\n        \"JobName\": \"Testing copy #5123 21\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483580,\n        \"JobId\": 2147483580,\n        \"JobName\": \"Testing copy #5123 22\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483581,\n        \"JobId\": 2147483581,\n        \"JobName\": \"Testing copy #5123 23\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483582,\n        \"JobId\": 2147483582,\n        \"JobName\": \"Testing copy #5123 24\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483583,\n        \"JobId\": 2147483583,\n        \"JobName\": \"Testing copy #5123 25\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 5,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2022-04-04T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483584,\n        \"JobId\": 2147483584,\n        \"JobName\": \"Testing copy #5123 26\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483585,\n        \"JobId\": 2147483585,\n        \"JobName\": \"Testing copy #5123 27\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 4,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-09-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483586,\n        \"JobId\": 2147483586,\n        \"JobName\": \"Testing copy #5123 28\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483587,\n        \"JobId\": 2147483587,\n        \"JobName\": \"Testing copy #5123 29\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2018-12-31T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483588,\n        \"JobId\": 2147483588,\n        \"JobName\": \"Testing copy #5123 30\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 2,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483589,\n        \"JobId\": 2147483589,\n        \"JobName\": \"Testing copy #5123 31\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 3,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483590,\n        \"JobId\": 2147483590,\n        \"JobName\": \"Testing copy #5123 32\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483591,\n        \"JobId\": 2147483591,\n        \"JobName\": \"Testing copy #5123 33\",\n        \"CustomerId\": 171,\n        \"CustomerName\": \"Dansk fjolleparti\",\n        \"Billable\": false,\n        \"ProjectId\": 1,\n        \"StatusId\": 3,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 53,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483592,\n        \"JobId\": 2147483592,\n        \"JobName\": \"Testing copy #5123 34\",\n        \"CustomerId\": 35982,\n        \"CustomerName\": \"Børge 2\",\n        \"Billable\": false,\n        \"ProjectId\": 5845,\n        \"StatusId\": 0,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2021-12-30T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 21644,\n        \"ResponsibleId\": 21644,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 13,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483593,\n        \"JobId\": 2147483593,\n        \"JobName\": \"Very high jobnumbers # 1 (Copy from 2147483601) # 1\",\n        \"CustomerId\": 18338,\n        \"CustomerName\": \"Facilisis Suspendisse Commodo Foundation\",\n        \"Billable\": true,\n        \"ProjectId\": 1667,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2021-10-25T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 38571,\n        \"ResponsibleId\": 19148,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483594,\n        \"JobId\": 2147483594,\n        \"JobName\": \"Very high jobnumbers # 1 (Copy from 2147483601) # 2\",\n        \"CustomerId\": 18338,\n        \"CustomerName\": \"Facilisis Suspendisse Commodo Foundation\",\n        \"Billable\": true,\n        \"ProjectId\": 1667,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2021-10-25T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 38571,\n        \"ResponsibleId\": 19148,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 0\n    },\n    {\n        \"Id\": 2147483600,\n        \"JobId\": 2147483600,\n        \"JobName\": \"Very high jobnumbers # 0\",\n        \"CustomerId\": 18338,\n        \"CustomerName\": \"Facilisis Suspendisse Commodo Foundation\",\n        \"Billable\": true,\n        \"ProjectId\": 1667,\n        \"StatusId\": 1,\n        \"CompanyId\": 18725,\n        \"EndDate\": \"2021-12-30T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 118,\n        \"JobRessAnsvarID\": 38571,\n        \"ResponsibleId\": 19148,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 1142\n    },\n    {\n        \"Id\": 2147483601,\n        \"JobId\": 2147483601,\n        \"JobName\": \"Very high jobnumbers # 1 2\",\n        \"CustomerId\": 18338,\n        \"CustomerName\": \"Facilisis Suspendisse Commodo Foundation\",\n        \"Billable\": true,\n        \"ProjectId\": 1667,\n        \"StatusId\": 1,\n        \"CompanyId\": 1,\n        \"EndDate\": \"2021-10-25T00:00:00.000Z\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"JobTypeId\": 331,\n        \"JobRessAnsvarID\": 2,\n        \"ResponsibleId\": 19148,\n        \"ProstatusId\": 0,\n        \"CompanyDepartmentId\": 1,\n        \"CostingCodeId\": 2\n    }\n]"}],"_postman_id":"8c916ce9-9c9d-42ee-bad8-009f83c5ad23"}],"id":"f2aad3e2-9efe-49f0-8524-47acaa58ed12","description":"<p>Manipulates job data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#ae7063c1-139f-4ba3-89a6-2fe37565590b\">InvoicesBatch</a></td>\n<td>Represents an invoice batch object.</td>\n</tr>\n<tr>\n<td><a href=\"#d2efde7b-68ff-4dca-891d-1c27e450c566\">InvoicePartial<br />InvoiceVisualization</a></td>\n<td>Represents the visualization object for a given invoice partial invoice.</td>\n</tr>\n<tr>\n<td><a href=\"#ecee6894-bc5e-43cf-b96a-70f8f225de30\">Job</a></td>\n<td>Represents a job object.</td>\n</tr>\n<tr>\n<td><a href=\"#7800e81b-5120-4553-9a22-efeeaa7d7277\">JobEconomy<br />Visualization<br /></a></td>\n<td>Represents a visualization object for a job economy.</td>\n</tr>\n<tr>\n<td><a href=\"#ce040398-a792-4872-9d0c-c079432a264f\">JobFolder<br />Setup<br /></a></td>\n<td>Represents a job folder setup object.</td>\n</tr>\n<tr>\n<td><a href=\"#55cb8bee-e0c7-4b52-b508-93b649c4ed9e\">JobPlan</a></td>\n<td>Represents a job plan object.</td>\n</tr>\n<tr>\n<td><a href=\"#b5c086d9-0b16-45ab-ae9d-953d9e3e571f\">JobPrice</a></td>\n<td>Represents a job price object.</td>\n</tr>\n<tr>\n<td><a href=\"#90b9bca7-7291-4e3e-8f79-c89a3ed3efcf\">JobPrice<br />Visualization<br /></a></td>\n<td>Represents a visualization object for a job price.</td>\n</tr>\n<tr>\n<td><a href=\"#b64bc4d9-5272-4eb6-a4e6-21fd5a721d5d\">JobSimple<br />Visualization<br /></a></td>\n<td>Represents a simple visualization object for a job.</td>\n</tr>\n<tr>\n<td><a href=\"#db385a85-bebd-4f4c-ba23-e15b7bfe433b\">JobStatus</a></td>\n<td>Represents a visualization object for a job economy.</td>\n</tr>\n<tr>\n<td><a href=\"#471cf867-d799-4f92-9160-b5d1e0238f16\">JobSubsistence<br />Allowance<br /></a></td>\n<td>Represents a job subsistence allowance object.</td>\n</tr>\n<tr>\n<td><a href=\"#99fff040-6fae-422e-8b3e-10103590d864\">JobType</a></td>\n<td>Represents a job type object.</td>\n</tr>\n<tr>\n<td><a href=\"#7705b3be-b678-4b89-bd95-5c3d35828569\">JobType<br />Detail<br /></a></td>\n<td>Represents a job type detail object.</td>\n</tr>\n<tr>\n<td><a href=\"#fcbe0b9e-8d99-43cb-adc5-0e9b1c865ba2\">JobType<br />DetailValues<br /></a></td>\n<td>Represents a job type detail value object.</td>\n</tr>\n<tr>\n<td><a href=\"#fedd93f8-a025-429d-9ad3-e448849e389f\">JobView<br />Visualization<br /></a></td>\n<td>Represents a visualization object for a job.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#fd87a727-4f58-46c2-9d7b-ee2fc336b930\">PUT InvoicesBatch<br />InsertRequest<br /></a></td>\n<td>Creates a new batch invoice.</td>\n</tr>\n<tr>\n<td><a href=\"#9bd779e4-f175-4c29-95bd-0d2737ffd7e0\">POST InvoicesBatch<br />CancelRequest<br /></a></td>\n<td>Cancels pending batch invoice.</td>\n</tr>\n<tr>\n<td><a href=\"#\">POST InvoicesConvert<br />AmountRequest<br /></a></td>\n<td>Retrieves converted invoice amount.</td>\n</tr>\n<tr>\n<td><a href=\"#327b2e6c-707f-4046-b601-400c269cdae7\">POST InvoicePartial<br />InvoiceLinesRequest<br /></a></td>\n<td>Updates invoice partial invoice lines.</td>\n</tr>\n<tr>\n<td><a href=\"#bd52f79e-2033-45bb-838f-2064790f0494\">DEL InvoiceDelete<br />Request</a></td>\n<td>Deletes a single invoice based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#6f63fc4a-ea88-4b58-977f-fd3c120759ad\">GET JobEconomy<br />ViewRequest<br /></a></td>\n<td>Retrieves a visualization for a job economy entry based on a given identifier of a job.</td>\n</tr>\n<tr>\n<td><a href=\"#42949116-fc6c-46e5-8cb8-10c4900fbcd8\">GET JobPrices<br />Request<br /></a></td>\n<td>Retrieves a list of job price headers.</td>\n</tr>\n<tr>\n<td><a href=\"#327cff8c-1fa7-4645-a5e7-0b914cbe6719\">GET JobSimple<br />VisualizationRequest<br /></a></td>\n<td>Retrieves a limited amount of columns for a single job.</td>\n</tr>\n<tr>\n<td><a href=\"#87a17fec-7108-4fc8-befe-6e168e34c3b7\">GET JobSimple<br />VisualizationsRequest<br /></a></td>\n<td>Retrieves a limited amount of columns for a set of jobs.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#fbe8f03b-7b76-41d8-8740-68d829f560f4\">API Reference</a></p>\n</li>\n<li><p><a href=\"#35ca66cb-3005-4a1e-b2d4-b589f483ae60\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#c94112b7-cdcb-46e7-b303-f34f71d86483\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#1ff23be1-2a25-4658-a370-faeedee028aa\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#fad33ad8-38f1-4855-8331-9baf4756999d\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#e2ae70a9-dd9f-4e21-994f-a4f54f961f35\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#4ef1d87c-745f-4cf8-a22d-d89a08d6ed66\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#63eda19c-f5ea-4a6f-bbfb-3d61e76ee6be\">Core API</a></p>\n</li>\n<li><p><a href=\"#1d37e000-d884-4bf5-b4ca-ebf4e602b6b0\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f4418f11-be17-49b6-861d-b7120a86eb83\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#385e5161-8d97-4762-bee3-b4e53064d2b4\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#e4ea27f4-d60c-475f-b07c-d22a4145766e\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#2dc58268-43d8-4aed-930c-b44584db2b35\">Department API</a></p>\n</li>\n<li><p><a href=\"#086246dc-fccc-4a81-81d3-f865fb6357a8\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#ccf45043-04fe-4155-b512-41b4c3f21fb5\">Documents API</a></p>\n</li>\n<li><p><a href=\"#ad5cfb94-5c26-4d97-9532-19acf73d41a5\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#354f137b-b4e2-4645-a45c-752ebb357b65\">Expense API</a></p>\n</li>\n<li><p><a href=\"#38c33425-e8f8-4bd0-a917-f431b260d0d4\">Finance API</a></p>\n</li>\n<li><p><a href=\"#7c721001-3302-4986-820d-2ed9db693a6b\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#9cfa69cc-ee10-449a-9b9f-d94ba4e88159\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#bc9515d2-8c01-43fc-91f3-e046b2a59ad8\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#611e4a26-285e-4bbd-8d5f-da26fc9aab4e\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ca2bafcc-06c8-42de-b0b5-a46bb93b8e73\">Resource API</a></p>\n</li>\n<li><p><a href=\"#976ed0ff-20ce-4cbd-983b-5f9ce8912bbc\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#d4961750-9abb-4f9f-ba27-a4ab3f73425a\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#8402bd56-e11e-4435-9744-46cb091bdb99\">Task API</a></p>\n</li>\n<li><p><a href=\"#22a052f2-5189-40a9-83d6-5b7d936a8e9f\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#82c74eb3-ca91-4eb2-aab9-da048cbf9672\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#675db9b8-9d24-44b6-a7ec-1119ef861eec\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"f2aad3e2-9efe-49f0-8524-47acaa58ed12"},{"name":"OAuth 2.0 API","item":[{"name":"Oauth2AllSettingsRequest*","id":"0f5ae53a-d238-4dde-bf09-bf7a2a5e9879","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/Oauth2AllSettingsRequest","description":"<p>Retrieves all OAuth 2.0 settings.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#55aa9853-436d-4f3f-871d-1153d03efe8d\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#07902847-d76b-48b5-bf05-4823b6c79046\">Oauth2Settings*</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Oauth2AllSettingsRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b40f24b4-dd65-4d1b-83d7-5d7972edb24d","name":"Oauth2AllSettingsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/Oauth2AllSettingsRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"184","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1,\n        \"ProviderId\": 1,\n        \"ClientId\": \"46e93f40-a753-4f4a-9023-ebe77791be04\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"49b3b701-2385-49d4-963f-6401e1abed14\",\n        \"WbScopeId\": 1,\n        \"CreatedDate\": \"2022-10-09T00:00:00.000Z\",\n        \"LastUpdatedDate\": \"2023-01-30T14:17:37.926Z\",\n        \"CreatedBy\": 2,\n        \"LastUpdatedBy\": 81338,\n        \"Active\": true\n    },\n    {\n        \"Id\": 7,\n        \"ProviderId\": 1,\n        \"ClientId\": \"3\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"2\",\n        \"WbScopeId\": 1,\n        \"CreatedDate\": \"2022-11-07T14:56:46.440Z\",\n        \"LastUpdatedDate\": \"2022-12-29T11:48:05.933Z\",\n        \"CreatedBy\": 81109,\n        \"LastUpdatedBy\": 81109,\n        \"Active\": false\n    },\n    {\n        \"Id\": 8,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 1,\n        \"CreatedDate\": \"2022-11-08T08:17:43.663Z\",\n        \"LastUpdatedDate\": \"2022-12-29T12:13:21.390Z\",\n        \"CreatedBy\": 81338,\n        \"LastUpdatedBy\": 81109,\n        \"Active\": false\n    },\n    {\n        \"Id\": 9,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 1,\n        \"CreatedDate\": \"2022-11-11T09:16:16.783Z\",\n        \"LastUpdatedDate\": \"2022-12-29T12:13:48.386Z\",\n        \"CreatedBy\": 19308,\n        \"LastUpdatedBy\": 81109,\n        \"Active\": false\n    },\n    {\n        \"Id\": 10,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 2,\n        \"CreatedDate\": \"2022-12-14T13:14:01.723Z\",\n        \"LastUpdatedDate\": \"2022-12-29T12:11:58.613Z\",\n        \"CreatedBy\": 21748,\n        \"LastUpdatedBy\": 81109,\n        \"Active\": false\n    },\n    {\n        \"Id\": 11,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 2,\n        \"CreatedDate\": \"2022-12-29T08:46:42.433Z\",\n        \"LastUpdatedDate\": \"2022-12-29T11:47:37.623Z\",\n        \"CreatedBy\": 81109,\n        \"LastUpdatedBy\": 81109,\n        \"Active\": false\n    },\n    {\n        \"Id\": 12,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 2,\n        \"CreatedDate\": \"2022-12-29T11:51:45.566Z\",\n        \"LastUpdatedDate\": \"2022-12-29T11:52:04.270Z\",\n        \"CreatedBy\": 81109,\n        \"LastUpdatedBy\": 81109,\n        \"Active\": false\n    },\n    {\n        \"Id\": 13,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 2,\n        \"CreatedDate\": \"2022-12-29T11:52:20.903Z\",\n        \"LastUpdatedDate\": \"2023-01-18T13:00:57.640Z\",\n        \"CreatedBy\": 81109,\n        \"LastUpdatedBy\": 19308,\n        \"Active\": false\n    },\n    {\n        \"Id\": 14,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 1,\n        \"CreatedDate\": \"2022-12-29T12:01:31.870Z\",\n        \"LastUpdatedDate\": \"2022-12-29T12:01:31.870Z\",\n        \"CreatedBy\": 81109,\n        \"LastUpdatedBy\": 81109,\n        \"Active\": false\n    },\n    {\n        \"Id\": 15,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 1,\n        \"CreatedDate\": \"2022-12-29T12:09:00.133Z\",\n        \"LastUpdatedDate\": \"2022-12-29T12:09:00.133Z\",\n        \"CreatedBy\": 81109,\n        \"LastUpdatedBy\": 81109,\n        \"Active\": false\n    },\n    {\n        \"Id\": 16,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 2,\n        \"CreatedDate\": \"2022-12-29T12:10:36.323Z\",\n        \"LastUpdatedDate\": \"2022-12-29T12:12:07.046Z\",\n        \"CreatedBy\": 81109,\n        \"LastUpdatedBy\": 81109,\n        \"Active\": false\n    },\n    {\n        \"Id\": 17,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 1,\n        \"CreatedDate\": \"2022-12-29T12:10:44.336Z\",\n        \"LastUpdatedDate\": \"2022-12-29T12:10:44.336Z\",\n        \"CreatedBy\": 81109,\n        \"LastUpdatedBy\": 81109,\n        \"Active\": false\n    },\n    {\n        \"Id\": 18,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 1,\n        \"CreatedDate\": \"2023-01-18T12:49:38.633Z\",\n        \"LastUpdatedDate\": \"2023-01-18T12:49:38.633Z\",\n        \"CreatedBy\": 19308,\n        \"LastUpdatedBy\": 19308,\n        \"Active\": false\n    },\n    {\n        \"Id\": 20,\n        \"ProviderId\": 1,\n        \"ClientId\": \"<Empty>\",\n        \"ClientSecret\": \"****\",\n        \"TenantId\": \"<Empty>\",\n        \"WbScopeId\": 1,\n        \"CreatedDate\": \"2023-01-30T14:40:56.700Z\",\n        \"LastUpdatedDate\": \"2023-01-30T14:40:56.700Z\",\n        \"CreatedBy\": 81338,\n        \"LastUpdatedBy\": 81338,\n        \"Active\": false\n    }\n]"}],"_postman_id":"0f5ae53a-d238-4dde-bf09-bf7a2a5e9879"},{"name":"Oauth2AccountEmailRequest*","id":"a3b9c791-9a67-4dcb-b520-d291f898e420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/Oauth2AccountEmailRequest","description":"<p>Retrieves OAuth 2.0 account email.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"https://desktop.postman.com/?desktopVersion=9.15.2&amp;webVersion=9.15.13-ui-220412-1245&amp;userId=15838577&amp;teamId=113903\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#f199f5ae-6aba-4978-aa36-2935f68edfd9\">EmailResponse</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Oauth2AccountEmailRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The OAuth 2.0 WorkBook scope.</p>\n","type":"text/plain"},"key":"WbScope","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"5e6bee06-a94e-4a56-ab7f-58a1170ec5d9","name":"Oauth2AccountEmailRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/Oauth2AccountEmailRequest","host":["{{base_url}}"],"path":["Oauth2AccountEmailRequest"],"query":[{"key":"WbScope","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe Oath2 WorkBook scope.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"152","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Provider\": \"Microsoft\",\n    \"Email\": \"\"\n}"}],"_postman_id":"a3b9c791-9a67-4dcb-b520-d291f898e420"},{"name":"Oauth2InteractiveFlowPropertiesRequest*","id":"e656c98f-9c34-4cda-beb6-9e06832428b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/Oauth2InteractiveFlowPropertiesRequest?Provider={{integer}}&WbScope={{integer}}","description":"<p>Returns data needed to perform OAuth 2.0 interactive flow initiated frontend.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"https://desktop.postman.com/?desktopVersion=9.15.2&amp;webVersion=9.15.13-ui-220412-1245&amp;userId=15838577&amp;teamId=113903\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#6ccc2218-e7ce-472a-a6f1-01569d59f3c3\">Oauth2CodeRequestProperties*</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Oauth2InteractiveFlowPropertiesRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The OAuth 2.0 provider.</p>\n","type":"text/plain"},"key":"Provider","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The OAuth 2.0 WorkBook scope.</p>\n","type":"text/plain"},"key":"WbScope","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"af89b3d7-45a1-4a04-8aa5-74a45db795a3","name":"Oauth2InteractiveFlowPropertiesRequest*","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/Oauth2InteractiveFlowPropertiesRequest?Provider=1&WbScope=1","host":["{{base_url}}"],"path":["Oauth2InteractiveFlowPropertiesRequest"],"query":[{"key":"Provider","value":"1","description":"*Required.*  \n(int32)  \nThe OAuth 2.0 provider."},{"key":"WbScope","value":"1","description":"*Required.*  \n(int32)  \nThe OAuth 2.0 WorkBook scope."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"393","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ClientId\": \"46e93f40-a1234-0f04-1265-dgrsdffdfxh\",\n    \"RedirectUrl\": \"https://testurl.com/api/oauth2/redirect\",\n    \"Scope\": \"offline_access IMAP.AccessAsUser.All https://testurl.com/mail.read\",\n    \"State\": \"12fdrgfTy/CD+Wasf1/sdwQ==\",\n    \"ProviderUrl\": \"https://testurl.microsoftonline.com/49b3908-0426-69e4-2645-2616q1abqd16/oauth2/v2.0/authorize\"\n}"}],"_postman_id":"e656c98f-9c34-4cda-beb6-9e06832428b7"},{"name":"Oauth2ProvidersRequest*","id":"414b354a-ea4a-4c3f-9ab7-6657b64b42f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/Oauth2ProvidersRequest","description":"<p>Retrieves all OAuth 2.0 available providers.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#febac213-5710-4596-96d9-af996629cbcc\">Oauth2ProviderSettings*</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Oauth2ProvidersRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"77ec9d0c-9d9c-4dbf-b631-faec5cf828e2","name":"Oauth2ProvidersRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/Oauth2ProvidersRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"150","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1,\n        \"Name\": \"Microsoft\"\n    }\n]"}],"_postman_id":"414b354a-ea4a-4c3f-9ab7-6657b64b42f2"},{"name":"Oauth2SettingsAddRequest*","id":"dc7acc54-5e48-4be7-91dc-2b7976489287","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Provider","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The OAuth 2.0 provider.</p>\n","type":"text"},{"key":"ClientId","value":"{{string}}","description":"<p><em>Required.</em><br />The client identifier of the registered application.</p>\n","type":"text"},{"key":"ClientSecret","value":"{{string}}","description":"<p><em>Required.</em><br />The client secret of the registered application.</p>\n","type":"text"},{"key":"TenantId","value":"{{string}}","description":"<p><em>Required.</em><br />The tenant identifier of the registered application.</p>\n","type":"text"},{"key":"WbScope","value":"{{integer}}","description":"<p><em>Required.</em><br />(int32)<br />The Oath2 WorkBook scope.</p>\n","type":"text"}]},"url":"{{base_url}}/Oauth2SettingsAddRequest","description":"<p>Creates a single OAuth 2.0 setting.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#07902847-d76b-48b5-bf05-4823b6c79046\">Oauth2Settings*</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Oauth2SettingsAddRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8383949f-db1d-4057-a84f-a57209d5f420","name":"Oauth2SettingsAddRequest*","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Provider","value":"1","description":"*Required.*  \n(int32)  \nThe OAuth 2.0 provider.","type":"text"},{"key":"ClientId","value":"1234","description":"*Required.*  \nThe client identifier of the registered application.","type":"text"},{"key":"ClientSecret","value":"dfssdg","description":"*Required.*  \nThe client secret of the registered application.","type":"text"},{"key":"TenantId","value":"1234","description":"*Required.*  \nThe tenant identifier of the registered application.","type":"text"},{"key":"WbScope","value":"1","description":"*Required.*  \n(int32)  \nThe Oath2 WorkBook scope.","type":"text"}]},"url":"{{base_url}}/Oauth2SettingsAddRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"254","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 25,\n    \"ProviderId\": 0,\n    \"ClientId\": \"1234\",\n    \"ClientSecret\": \"dfssdg\",\n    \"TenantId\": \"1234\",\n    \"WbScopeId\": 0,\n    \"CreatedDate\": \"2023-02-21T13:27:00.677Z\",\n    \"LastUpdatedDate\": \"2023-02-21T13:27:00.677Z\",\n    \"CreatedBy\": 2,\n    \"LastUpdatedBy\": 2,\n    \"Active\": false\n}"}],"_postman_id":"dc7acc54-5e48-4be7-91dc-2b7976489287"},{"name":"Oauth2SettingsPatchRequest*","id":"5fc066c3-3c1b-4080-b774-84aff8a05059","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"String\": \"String\"\r\n    }\r\n}"},"url":"{{base_url}}/Oauth2SettingsPatchRequest","description":"<p>Updates a single OAuth 2.0 setting.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#07902847-d76b-48b5-bf05-4823b6c79046\">Oauth2Settings</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Oauth2SettingsPatchRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"9ccb66ac-03f5-4ecd-a25e-8752a95934a6","name":"Oauth2SettingsPatchRequest","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"Id\": \"1\",\r\n        \"Calendar\": true\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/Oauth2SettingsPatchRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"377","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1,\n    \"ProviderId\": 3,\n    \"ClientId\": \"external-client-deltek-workbook\",\n    \"ClientSecret\": \"****\",\n    \"TenantId\": \"\",\n    \"EmailImport\": false,\n    \"EmailSend\": false,\n    \"Calendar\": true,\n    \"CreatedDate\": \"2023-11-27T09:40:58.690Z\",\n    \"LastUpdatedDate\": \"2024-06-07T00:46:06.863Z\",\n    \"CreatedBy\": 126,\n    \"LastUpdatedBy\": 2\n}"},{"id":"eaac01f0-2a57-4b74-934b-3f1b5abd5b69","name":"Oauth2SettingsPatchRequest* (with 400 ValidationException Error)","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"Id\": \"1\",\r\n        \"ClientIdId\": \"2\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/Oauth2SettingsPatchRequest"},"status":"ValidationException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"303","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"ValidationException\",\n        \"Message\": \"Validation failed: \\r\\n -- ClientIdId: Field ClientIdId not found on object Oauth2Settings\",\n        \"Errors\": [\n            {\n                \"ErrorCode\": \"UnknownFieldInPatch\",\n                \"FieldName\": \"ClientIdId\",\n                \"Message\": \"Field ClientIdId not found on object Oauth2Settings\",\n                \"Meta\": {}\n            }\n        ]\n    }\n}"}],"_postman_id":"5fc066c3-3c1b-4080-b774-84aff8a05059"},{"name":"Oauth2SettingsDeleteRequest*","id":"7c2dcd22-a3cf-4c3f-885b-b0d91e1b2044","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/Oauth2SettingsDeleteRequest?Ids=[{{integer}}]","description":"<p>Deletes a single OAuth 2.0 setting.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Oauth2SettingsDeleteRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>Required.<br />(int32)<br />The identifier or list of indentifiers of the OAuth 2.0 setting.</p>\n","type":"text/plain"},"key":"Ids","value":"[{{integer}}]"}],"variable":[]}},"response":[{"id":"379583a3-51b5-4451-a4fb-9bac9717ad99","name":"Oauth2SettingsDeleteRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{base_url}}/Oauth2SettingsDeleteRequest?Ids=1","host":["{{base_url}}"],"path":["Oauth2SettingsDeleteRequest"],"query":[{"key":"Ids","value":"1","description":"Required.  \n(int32)  \nThe identifier or list of indentifiers of the OAuth 2.0 setting."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"122","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"7c2dcd22-a3cf-4c3f-885b-b0d91e1b2044"},{"name":"Oauth2UserSettingsRequest*","id":"1c5d997d-a56b-47e3-adbb-92bd45170a52","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/Oauth2UserSettingsRequest?Provider={{integer}}&WbScope={{integer}}","description":"<p>Deletes an OAuth 2.0 user setting permanently.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Oauth2UserSettingsRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The OAuth 2.0 provider.</p>\n","type":"text/plain"},"key":"Provider","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The Oath2 WorkBook scope.</p>\n","type":"text/plain"},"key":"WbScope","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"3d254d2a-d47e-46df-a382-85cd35fcc34b","name":"Oauth2UserSettingsRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"String\": \"String\"\r\n    }\r\n}"},"url":{"raw":"{{base_url}}/Oauth2UserSettingsRequest?Provider=1&WbScope=2","host":["{{base_url}}"],"path":["Oauth2UserSettingsRequest"],"query":[{"key":"Provider","value":"1","description":"*Required.*  \n(int32)  \nThe OAuth 2.0 provider."},{"key":"WbScope","value":"2","description":"*Required.*  \n(int32)  \nThe Oath2 WorkBook scope."}]}},"code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","enabled":true},{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Vary","value":"Accept","enabled":true},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":true},{"key":"X-SAML-Support","value":"1","enabled":true},{"key":"X-ServiceName","value":"WorkBook.Settings.Module.Services.Oauth2.Oauth2SettingsService","enabled":true},{"key":"X-RequestName","value":"WorkBook.Shared.ServiceModel.Requests.Settings.Mail.Oauth2UserSettingsRequest","enabled":true},{"key":"Set-Cookie","value":"LanguageId=1033; path=/; HttpOnly","enabled":true},{"key":"X-Powered-By","value":"WorkBook Software","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Service-Worker-Allowed","value":"/","enabled":true},{"key":"Date","value":"Thu, 02 Feb 2023 10:55:03 GMT","enabled":true},{"key":"Content-Length","value":"1057","enabled":true}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"1c5d997d-a56b-47e3-adbb-92bd45170a52"}],"id":"cbe013b5-7924-41fe-aeb0-eaba6679978d","description":"<p>Manipulates OAuth 2.0 data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#f199f5ae-6aba-4978-aa36-2935f68edfd9\">EmailResponse</a></td>\n<td>Represents an email response object.</td>\n</tr>\n<tr>\n<td><a href=\"#6ccc2218-e7ce-472a-a6f1-01569d59f3c3\">Oauth2CodeRequestProperties*</a></td>\n<td>Represents properties necessary to perform an authorization code flow with OAuth 2.0.</td>\n</tr>\n<tr>\n<td><a href=\"#febac213-5710-4596-96d9-af996629cbcc\">Oauth2ProviderSettings*</a></td>\n<td>Represents an OAuth 2.0 provider settings object.</td>\n</tr>\n<tr>\n<td><a href=\"#07902847-d76b-48b5-bf05-4823b6c79046\">Oauth2Settings*</a></td>\n<td>Represents an OAuth 2.0 settings object.</td>\n</tr>\n<tr>\n<td><a href=\"#a70a9dc3-6b87-4c15-af05-870d3107c2df\">Oauth2SettingsVisualization*</a></td>\n<td>Represents a visualization object for OAuth 2.0 settings.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Resource Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#bb060797-ebc6-41f6-885b-5e72438c0fa9\">GET Oauth2AllSettingsRequest*</a></td>\n<td>Retrieves all OAuth 2.0 settings.</td>\n</tr>\n<tr>\n<td><a href=\"#7d806434-4c49-4591-a350-ed8e133e4475\">GET Oauth2AccountEmailRequest*</a></td>\n<td>Retrieves OAuth 2.0 account email.</td>\n</tr>\n<tr>\n<td><a href=\"#caa6945a-20ef-4bee-90ab-84a9627b4190\">GET Oauth2InteractiveFlowPropertiesRequest*</a></td>\n<td>Returns data needed to perform OAuth 2.0 interactive flow initiated frontend.</td>\n</tr>\n<tr>\n<td><a href=\"#cbc506d6-162b-4a4e-b4c2-83d2c3042b9d\">GET Oauth2ProvidersRequest*</a></td>\n<td>Retrieves all OAuth 2.0 available providers.</td>\n</tr>\n<tr>\n<td><a href=\"#ac067a6b-d2f5-40ea-9dc9-253496245d0b\">POST Oauth2SettingsAddRequest*</a></td>\n<td>Creates a single OAuth 2.0 setting.</td>\n</tr>\n<tr>\n<td><a href=\"#a354ab01-ac44-492e-a16d-152e5a3c35fd\">PATCH Oauth2SettingsPatchRequest*</a></td>\n<td>Updates a single OAuth 2.0 setting.</td>\n</tr>\n<tr>\n<td><a href=\"#f70c98ef-7a21-4e76-936e-bfcaac1e7c0b\">DEL Oauth2SettingsDeleteRequest*</a></td>\n<td>Deletes a single OAuth 2.0 setting.</td>\n</tr>\n<tr>\n<td><a href=\"#63ef6c37-2555-4bc3-9de2-b03af81a93ed\">DEL Oauth2UserSettingsRequest</a></td>\n<td>Deletes an OAuth 2.0 user setting permanently.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Requests Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"cbe013b5-7924-41fe-aeb0-eaba6679978d"},{"name":"Pipeline API","item":[{"name":"PipelineCompetitorRequest","id":"a1473939-c3f6-4b58-92b7-ae54abb31c4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/PipelineCompetitorRequest?Id={{integer}}","description":"<p>Retrieves a single pipeline competitor.</p>\n<p><strong>API</strong><br /><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#48c2f8e4-e196-43be-bc6f-ad8398be4aef\">PipelineCompetitor</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["PipelineCompetitorRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the pipeline competitor.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"212703ef-6822-4ab4-a4d6-97cbf5a970e2","name":"PipelineCompetitorRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/PipelineCompetitorRequest?Id=77920","host":["{{base_url}}"],"path":["PipelineCompetitorRequest"],"query":[{"key":"Id","value":"77920","description":"*Required.*\n(int32)\nThe identifier of the pipeline competitor."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"21","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 77920\n}"}],"_postman_id":"a1473939-c3f6-4b58-92b7-ae54abb31c4f"},{"name":"PipelineCompetitorsRequest","id":"4d4c3bca-89a7-4c34-a109-e2d40389d155","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/PipelineCompetitorsRequest","description":"<p>Retrieves a list of pipeline competitors.</p>\n<p><strong>API</strong><br /><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#da7b4296-e58b-4961-bce2-7eb2205683b9\">PipelineCompetitor</a>]</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["PipelineCompetitorsRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2f01cb9c-cac6-46f1-a2db-99440de7f964","name":"PipelineCompetitorsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/PipelineCompetitorsRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"939","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 35240\n    },\n    {\n        \"Id\": 35241\n    },\n    {\n        \"Id\": 36863\n    },\n    {\n        \"Id\": 38914\n    },\n    {\n        \"Id\": 72559\n    },\n    {\n        \"Id\": 72565\n    },\n    {\n        \"Id\": 72569\n    },\n    {\n        \"Id\": 77529\n    },\n    {\n        \"Id\": 77632\n    },\n    {\n        \"Id\": 77693\n    },\n    {\n        \"Id\": 77752\n    },\n    {\n        \"Id\": 77753\n    },\n    {\n        \"Id\": 77864\n    },\n    {\n        \"Id\": 77878\n    },\n    {\n        \"Id\": 77879\n    },\n    {\n        \"Id\": 77911\n    },\n    {\n        \"Id\": 77918\n    },\n    {\n        \"Id\": 77920\n    },\n    {\n        \"Id\": 77922\n    },\n    {\n        \"Id\": 77923\n    },\n    {\n        \"Id\": 77927\n    },\n    {\n        \"Id\": 77948\n    },\n    {\n        \"Id\": 77999\n    },\n    {\n        \"Id\": 78262\n    },\n    {\n        \"Id\": 79950\n    },\n    {\n        \"Id\": 80147\n    }\n]"}],"_postman_id":"4d4c3bca-89a7-4c34-a109-e2d40389d155"},{"name":"PipelineCompetitorPatchRequest","id":"9c62989e-bb96-4727-90a5-a61935b9b433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/PipelineCompetitorPatchRequest","description":"<p>Updates a single pipeline competitor based on a given set of parameters.</p>\n<p><strong>API</strong><br /><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#da7b4296-e58b-4961-bce2-7eb2205683b9\">PipelineCompetitor</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["PipelineCompetitorPatchRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8fabb625-8bd3-4aec-a07c-808d050e6078","name":"PipelineCompetitorsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"Id\": \"95\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/PipelineCompetitorsRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","enabled":true},{"key":"Content-Length","value":"43","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": \"35240\"\n}"},{"id":"5e517556-de3e-4456-bf33-a5f0eed74a23","name":"PipelineCompetitorPatchRequest (with 400 ValidationException Error)","originalRequest":{"method":"PATCH","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"Patch\": {\r\n        \"Id\": \"35240\"\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/PipelineCompetitorPatchRequest"},"status":"ValidationException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"239","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"ValidationException\",\n        \"Message\": \"Validation failed: \\r\\n -- Id: Primary key Id not found\",\n        \"Errors\": [\n            {\n                \"ErrorCode\": \"MissingValueForPrimaryKey\",\n                \"FieldName\": \"Id\",\n                \"Message\": \"Primary key Id not found\",\n                \"Meta\": {}\n            }\n        ]\n    }\n}"}],"_postman_id":"9c62989e-bb96-4727-90a5-a61935b9b433"}],"id":"8b184868-596d-4e33-ab38-d2b9893adbca","description":"<p>Manipulates pipeline data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#c42102f6-dcac-4853-8c21-a197633ac974\">Pipeline</a></td>\n<td>Represents a pipeline object.</td>\n</tr>\n<tr>\n<td><a href=\"#d664ccbb-c0b7-4ad5-842a-0394bc768c52\">PipelineActivity<br />Category<br /></a></td>\n<td>Represents a pipeline activity category object.</td>\n</tr>\n<tr>\n<td><a href=\"#899c95f7-8348-4647-bfa9-5ca6f1776a12\">PipelineActivity<br />Type</a></td>\n<td>Represents a pipeline activity type object.</td>\n</tr>\n<tr>\n<td><a href=\"#da7b4296-e58b-4961-bce2-7eb2205683b9\">PipelineCompetitor</a></td>\n<td>Represents a pipeline competitor object.</td>\n</tr>\n<tr>\n<td><a href=\"#e576c4c1-75e0-4752-8157-f5659431002c\">PipelineRating</a></td>\n<td>Represents a pipeline rating object.</td>\n</tr>\n<tr>\n<td><a href=\"#67b4f5be-375f-421f-9fb4-dfa5ddbc80d1\">PipelineStatus</a></td>\n<td>Represents a pipeline status object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#50a7882e-3e75-479d-b6d8-c825373552cd\">GET PipelineCompetitorRequest</a></td>\n<td>Retrieves a single pipeline competitor.</td>\n</tr>\n<tr>\n<td><a href=\"#af362baa-a0a7-4800-b3cb-a55f5933558a\">GET PipelineCompetitorsRequest</a></td>\n<td>Retrieves a list of pipeline competitors.</td>\n</tr>\n<tr>\n<td><a href=\"#b39d824d-d5b7-4bb8-b543-9dcee28fa1f8\">PATCH PipelineCompetitorPatchRequest</a></td>\n<td>Updates a pipeline competitor based on a given set of parameters.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily integrate custom applications with your Deltek WorkBook application instance.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"8b184868-596d-4e33-ab38-d2b9893adbca"},{"name":"Report Data API","item":[{"name":"Report188DataRequest","id":"eb6ebfd1-f258-4f59-9d46-ec3138a8c3ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/Report188DataRequest","description":"<p>Retrieves data for Report 188 (Holiday Specification - Year).</p>\n<p><strong>API</strong><br /><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Employee)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#1413c257-c42a-4a45-8906-bbebc8a7eae2\">Object (ReportData)</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Report188DataRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional</em>.<br />(int32)<br />The identifier of the report parameter data.<br />For information about ReportParameterData object, see <a href=\"#48397187-a8dc-40b4-9a17-af169c943bf6\">ReportParameterData</a>.</p>\n","type":"text/plain"},"key":"ReportParameterDataId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"41aa95e6-74b9-45a1-b899-fdfb8fee9ddf","name":"Report188DataRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/Report188DataRequest","host":["{{base_url}}"],"path":["Report188DataRequest"],"query":[{"key":"ReportParameterDataId","value":"{{integer}}","description":"*Optional*.  \n(int32)  \nThe identifier of the report parameter data.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"702752","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36971,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"* Mikkel \\\"Fætter Højben\\\" Simonsen\",\n        \"EmploymentDate\": \"2016-09-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 24,\n        \"CompIni\": \"BBA\",\n        \"M6\": 1,\n        \"UniqueId\": \"526be875-37a8-4a09-81a7-0b8838627fbc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77486,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"*Macro* Mike McLean\",\n        \"EmploymentDate\": \"2018-09-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayTransferred\": 10,\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 35,\n        \"HoliRest\": 35,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"03e19d22-7f96-4240-915a-78890e91cc10\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81498,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"__________________________AAAA John Go\",\n        \"EmploymentDate\": \"2021-05-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 8.13,\n        \"HoliDayQty\": 8.13,\n        \"HoliRest\": 8.13,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"49e4c5fc-601e-4393-a404-ca521d3ab98d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77792,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"_GSResource333\",\n        \"EmploymentDate\": \"2018-12-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6f71693f-7598-4709-b614-3837c7fd6628\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77664,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"_GSschedulingResource\",\n        \"EmploymentDate\": \"2018-11-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d243fc68-62ad-4f47-96c0-825be15534fa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35923,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"_QA Testera \",\n        \"Ref\": 12,\n        \"EmploymentDate\": \"2016-06-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e8ae3df5-110f-404d-b6cd-97834d0fdb9c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78120,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"_Slimx Jesus\",\n        \"EmploymentDate\": \"2019-03-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"15cdf078-4024-4132-b684-629f1b7a1517\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37532,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"_To_Fit_Designer\",\n        \"EmploymentDate\": \"2016-11-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7bde0b90-3fb7-4707-ae25-3d8974f71e60\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75717,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"<script>alert(\\\"hej\\\");</script>\",\n        \"EmploymentDate\": \"2010-02-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"69c45a41-7e9a-4917-9dcc-6afe6c6c710f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75520,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"<T\",\n        \"EmploymentDate\": \"2017-11-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d15047eb-9f77-4466-bb4b-7b038e149c63\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73019,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"❤️ Chantay ❤️ Healy ❤️ Heart ❤️ (73019)\",\n        \"EmploymentDate\": \"2019-12-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b60a613f-742b-4fc6-addd-d6e5c6eb447c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75912,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"❤️ Chantay ❤️ Healy ❤️ Heart ❤️ ❤️  (75912)\",\n        \"EmploymentDate\": \"2014-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"418c0ed2-d702-4ec3-a8ce-2a8488bfc436\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78123,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"1243\",\n        \"EmploymentDate\": \"2019-03-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"95894d2c-14d2-4206-af68-aee97c70e6c0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80246,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"3212511521\",\n        \"EmploymentDate\": \"2019-11-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"509ad43c-82e3-47ff-9811-c3202f644826\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78277,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"323232\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7d8bec3b-f74a-45e9-a30a-be506864769c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78290,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"3232dsds\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b601f819-314f-4251-983d-4bbbe8b2a4dd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78281,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"34343 :)\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1739f914-a6aa-4618-a8d6-f02e967c8cce\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80247,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"412412412\",\n        \"EmploymentDate\": \"2019-11-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"53aa6c6e-674d-4229-9528-8f6dec145120\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78285,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"4546\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"187c9598-185f-4be6-b9cd-79babb34a4bd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78288,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"56565\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"91989270-e7c2-43bf-b625-10b17a385238\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78283,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"75ff\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"817b35dc-add7-4c1d-a4cd-8e052274aa4d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80108,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"A brand new bjarke 1\",\n        \"EmploymentDate\": \"2019-10-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d367f65c-654b-476c-8761-7fbe12ef7857\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20048,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"A Test Agency User\",\n        \"Ref\": 20048,\n        \"EmploymentDate\": \"2012-12-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"22112dfa-55e7-4d0e-b106-5cb47c38fbf2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81743,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"a test deactivate me 333\",\n        \"EmploymentDate\": \"2021-11-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5c9acd3b-da7f-44b7-9bb7-44ea926abf8d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80124,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"AA Basic \",\n        \"EmploymentDate\": \"2019-10-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4b07d3e6-7529-4f64-b3d4-a3d7944bcd08\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81826,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"aaa\",\n        \"EmploymentDate\": \"2022-01-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"12e070d4-e662-4512-be37-521b81fb21dc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80370,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"AAA test 2\",\n        \"EmploymentDate\": \"2019-11-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"aa8a2148-d43f-4563-97c8-18e6be1f1280\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80427,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"AAA test 22\",\n        \"EmploymentDate\": \"2019-11-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2b5492c5-4643-40fe-8c14-2b4d947b1950\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35720,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Aaber Hansi\",\n        \"EmploymentDate\": \"2016-05-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"092b8353-a620-44af-91ea-c467b57a8f91\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75887,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Aaber Hansi (75886) (75887)\",\n        \"EmploymentDate\": \"2016-05-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"dd68b2e4-e2dd-45f0-84db-9e9d4265424f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77951,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Aaber Hansi (77951)\",\n        \"EmploymentDate\": \"2019-01-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"232338ab-5d4f-40a0-96ae-daf81c4aced7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75457,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Abac Firondi\",\n        \"EmploymentDate\": \"2017-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5c4cddb9-d96e-43f6-b043-e5c830cecfa7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81240,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Abac Firondi\",\n        \"EmploymentDate\": \"2017-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6afea09e-43f4-4182-92a3-d511f452366a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81241,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Abac Firondi\",\n        \"EmploymentDate\": \"2017-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a4ed764d-305c-41ec-9303-7986da7bfdf1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75808,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Abac Firondi doubletest\",\n        \"EmploymentDate\": \"2017-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"35f04006-4e98-47b2-8564-4ca971783942\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76177,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Aben Peter (75921)\",\n        \"EmploymentDate\": \"2018-07-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"293a49aa-f811-42e1-a8fa-1dee4a9992d1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73113,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Absence Basic Person\",\n        \"EmploymentDate\": \"2017-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"68ead2c2-4fca-47fe-b981-7b222facde9b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75521,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Absence Rollover Employee Test 1\",\n        \"EmploymentDate\": \"2012-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bdec8242-ba08-44e9-9b36-15397f5f454c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76200,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Absence User 2\",\n        \"EmploymentDate\": \"2017-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"61fd47e5-ad87-417a-a900-cdaea7aaf1ee\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76201,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Absence User 2xxx2\",\n        \"EmploymentDate\": \"2017-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"34a60ae9-ebc9-4d48-b0ef-29a108836296\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34952,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Accelerated Graphics Processor\",\n        \"Ref\": 34952,\n        \"EmploymentDate\": \"2015-12-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"837e9e2f-7a28-475a-a42a-af536f74e91d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78132,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"AddNewOne Teamtestone\",\n        \"EmploymentDate\": \"2018-08-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"61088cf4-901c-4266-bd3b-243d425fc9bc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 2,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Admin\",\n        \"Ref\": 1234567890,\n        \"EmploymentDate\": \"2004-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 0.125,\n        \"HoliUsed\": 0.125,\n        \"HoliRest\": 24.875,\n        \"CompIni\": \"BBA\",\n        \"M2\": 0.125,\n        \"UniqueId\": \"2503e027-fb87-4b6f-8ef3-d24cde123e2d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77987,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Admin QE3 Resource1\",\n        \"EmploymentDate\": \"2019-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5f4a0a12-7dd5-4693-af19-aab70759f70a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79322,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Adv User\",\n        \"EmploymentDate\": \"2019-07-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c6feeca2-1178-478d-82df-1473c4b874e4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35230,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Advanced N Concept\",\n        \"EmploymentDate\": \"2016-03-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e4918110-dbbf-4e9a-9c17-90d322c975c4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35159,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Advanced N Public\",\n        \"Ref\": 35159,\n        \"EmploymentDate\": \"2016-02-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"14719f34-e540-4598-b7eb-163edd7e0b9f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72693,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Advanced Test Thing\",\n        \"EmploymentDate\": \"2017-06-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d04bff4e-3d6c-4ef0-997a-008d8a3d01a3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36691,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Advanced User Creates Employee Test 2\",\n        \"EmploymentDate\": \"2016-09-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6b8c8225-7f97-4480-bc1a-3fcc8945cc37\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72283,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Advanced User Creates User\",\n        \"EmploymentDate\": \"2017-04-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a3a3213b-d8b4-483a-8123-92c00afb67db\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72304,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Advanced User Creates User 3\",\n        \"EmploymentDate\": \"2017-04-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"48ec5bc7-d7c6-47d1-a878-dec71ca90b7c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77986,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Advanced User QE3\",\n        \"EmploymentDate\": \"2019-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"504f3232-647a-4350-918b-c57c3052b7a7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77988,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Advanced User QE3 - duplicate\",\n        \"EmploymentDate\": \"2019-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a292a792-e7a8-45ed-9900-4b10ecf8a910\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38987,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Åge Pedersen\",\n        \"EmploymentDate\": \"2016-11-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e455e2a6-bf4d-4b50-bf6d-09c0c8b83a69\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77550,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Agency Basic User\",\n        \"EmploymentDate\": \"2018-10-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"36829023-dfa6-4a91-869d-38863acf0998\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35904,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Alain Gabriel Rentzau\",\n        \"EmploymentDate\": \"2016-06-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"30335b57-a355-4357-9c2c-719c46b8cd3c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36614,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Alane Dickson\",\n        \"EmploymentDate\": \"2016-08-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"02c71e5e-65ad-450b-86a5-81d726b4a3a2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36663,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Alcapone\",\n        \"EmploymentDate\": \"2016-08-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1628a4d0-2821-4461-9ecb-7320fc7e4381\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18344,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Alex de Joung2\",\n        \"Ref\": 18344,\n        \"EmploymentDate\": \"2010-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c5fc58b7-5f7b-4dff-9670-54d41510dee2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34982,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Alexandra Wolanin\",\n        \"Ref\": 34982,\n        \"EmploymentDate\": \"2016-01-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4bfecfdf-5af3-4510-9302-f907efb9c756\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75417,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Alfred Hausted\",\n        \"EmploymentDate\": \"2017-10-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2447fec2-264f-4dc3-9800-05d5f79f4b84\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21647,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Alina Bo\",\n        \"Ref\": 21647,\n        \"EmploymentDate\": \"2014-11-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"03cefb3f-74e6-4768-95ef-6766500f6519\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81330,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Alina Bo\",\n        \"EmploymentDate\": \"2014-11-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9f971c38-bbd5-4b13-afe9-3a58c9afd286\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35252,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Alise Angele\",\n        \"Ref\": 19311,\n        \"EmploymentDate\": \"2016-03-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9446803b-6628-4a6e-9584-d8b2a5f0c0ac\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80073,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Alise Angele Copy\",\n        \"EmploymentDate\": \"2016-03-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"704fcb9d-8ffb-4ddd-9445-7bd6f76f9a01\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41364,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Allan Deactivate\",\n        \"Ref\": 19403,\n        \"EmploymentDate\": \"2017-02-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2708184b-1690-425a-b835-5e0ad0aeeace\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21732,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Allan Jørgensen\",\n        \"Ref\": 21732,\n        \"EmploymentDate\": \"2015-01-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a874f0b2-54b6-4873-b60b-64c6ef61e2a6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19294,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Allan Larsen\",\n        \"Ref\": 19294,\n        \"EmploymentDate\": \"2011-10-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2f7b3c88-fcdb-4509-aa79-155452564735\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35488,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Allans Group Resource\",\n        \"Ref\": 35488,\n        \"EmploymentDate\": \"2016-04-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"82d7fad0-4baa-493d-a139-2a8bd281e44d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35545,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Allyria Alwing\",\n        \"Ref\": 35545,\n        \"EmploymentDate\": \"2016-04-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a01bcd3f-1deb-4363-8aa5-39028ff87526\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35649,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ambati, Kaleshwar (35649)\",\n        \"EmploymentDate\": \"2012-07-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"75d786c7-d611-4975-8608-5be2d54f86df\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75502,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Amigo Johnson\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8f2ec9fa-eb43-4dcd-837d-8fb991e37aa6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75503,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"amigo thomas\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"266eb296-a9b7-4b0b-ab40-f39f9679ab66\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79901,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Anders Gamborg\",\n        \"EmploymentDate\": \"2019-09-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"da6f9746-4e16-4aaf-8032-93b2602d03c6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22056,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Anders Henrik Hein\",\n        \"Ref\": 22056,\n        \"EmploymentDate\": \"2015-05-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"44da7ec9-6db1-41da-ac9a-45b2f28ce1a0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21730,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Anders Mathiasen \",\n        \"Ref\": 21730,\n        \"EmploymentDate\": \"2015-01-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e94e60c3-0f27-437b-aac4-8c8b69f46f8e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39224,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Anders Øverst\",\n        \"EmploymentDate\": \"2017-01-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"50ac9e10-547f-4230-bc5e-30e2eaba1126\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20240,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Anderson Roop\",\n        \"Ref\": 20240,\n        \"EmploymentDate\": \"2013-04-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3296708e-2cb5-43e2-ab5e-55ab59715cb7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 30719,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Andreas Andersen\",\n        \"Ref\": 30719,\n        \"EmploymentDate\": \"2015-10-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e19defec-e51c-4441-b59c-76cd60cf6362\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36625,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Andreas Wicenec\",\n        \"EmploymentDate\": \"2016-08-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"402c4890-706c-4cee-b119-a836e7f7cb14\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79900,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ane\",\n        \"EmploymentDate\": \"2019-09-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 24,\n        \"CompIni\": \"BBA\",\n        \"M3\": 1,\n        \"UniqueId\": \"09dd1157-15e9-4ec5-b94f-aaa3c40b5807\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81944,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"AneAdvance\",\n        \"EmploymentDate\": \"2022-02-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a0e9ede1-c286-4f78-aebd-31f0ba07830b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79822,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Angel\",\n        \"Ref\": 79822,\n        \"EmploymentDate\": \"2019-08-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b8afbc6e-0889-49c8-8d5d-88cab04f99bd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77642,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Angelica Pianni\",\n        \"EmploymentDate\": \"2018-10-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"565176e9-d8e5-46e9-a911-b397b4542fb5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80048,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Angelo Advaa\",\n        \"EmploymentDate\": \"2019-09-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"52667407-c6f9-4cbf-a933-7c54c6ffa172\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80750,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Angelo Advanced 2\",\n        \"EmploymentDate\": \"2020-03-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a6b37867-a652-4567-a865-548d664e2e17\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34869,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Annabelle Lamy\",\n        \"Ref\": 824432,\n        \"EmploymentDate\": \"2016-11-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cf34b1e0-7d5c-4b09-9198-17579e294684\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80403,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"annie are you okey_BBA\",\n        \"EmploymentDate\": \"2019-12-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"57131c99-6493-479f-bec2-61b0c9ed3a9d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78036,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Anonymise FC test\",\n        \"EmploymentDate\": \"2019-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"72a4bb8d-1f31-4f05-ba7d-067a91b28fce\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72596,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Another New Advanced User\",\n        \"EmploymentDate\": \"2017-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a4a326ae-a53d-4190-b5e6-71777b6a373f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40931,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Another user for da test\",\n        \"EmploymentDate\": \"2017-02-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a7891e47-38b9-403d-95d4-00dd7d53cacd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81362,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ans Uddin\",\n        \"EmploymentDate\": \"2021-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 13.46,\n        \"HoliDayQty\": 13.46,\n        \"HoliRest\": 13.46,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2c839488-b9b6-49e4-a810-6b9e03db6557\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78122,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Anthony Joshua\",\n        \"EmploymentDate\": \"2019-03-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a3b4cfb4-3b10-4a05-8d64-a3281c17ba9c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81831,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Aras R\",\n        \"EmploymentDate\": \"2021-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"62a46a2d-4e2b-4f88-b798-967c4fb6d462\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40953,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Arne Arnesen\",\n        \"EmploymentDate\": \"2017-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"54d12966-2d46-4efe-93b7-014b6a6e5405\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40951,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Arne Jacobsen\",\n        \"EmploymentDate\": \"2017-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"23846b80-d8d6-4cf1-9749-8861d2ae610c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20180,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Arnold Boerni Christiansen\",\n        \"Ref\": 20180,\n        \"EmploymentDate\": \"2013-02-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"35b8fd4a-3191-466e-b2ec-b6f6cb2ffe6f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35302,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Artificial Intelligent\",\n        \"Ref\": 35302,\n        \"EmploymentDate\": \"2016-03-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8442d4f5-feb2-43c4-a25f-d3dda1c61411\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35753,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Artin persien \",\n        \"EmploymentDate\": \"2016-05-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"78b2ebcb-0dc0-478c-ba40-5d5a4d3ac612\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19413,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Arto Urto\",\n        \"Ref\": 19413,\n        \"EmploymentDate\": \"2012-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b66f79c4-6983-4124-965a-5eb0a1eccedd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35691,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Arvai, Mark\",\n        \"EmploymentDate\": \"2013-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"95bf2923-489d-4a54-8ef1-fae498495131\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35693,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Arvai, Mark (35693)\",\n        \"EmploymentDate\": \"2013-01-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f9382fa4-8fe6-4ec4-841a-b3ac0e6c9782\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75895,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"as haa poaa\",\n        \"EmploymentDate\": \"2018-04-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c97c1154-1480-4ea3-b493-31c3e6c57647\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73068,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"asdasdasd (73068)\",\n        \"EmploymentDate\": \"2017-08-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ec0499d3-d098-4e8e-80b7-485f41f6d1ac\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78918,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"asdasdasd (78918)\",\n        \"EmploymentDate\": \"2019-07-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5edb8cec-75f0-4911-b53d-c1c4dffebf32\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78915,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"asdasdasdasd (78915)\",\n        \"EmploymentDate\": \"2019-07-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"feb9a514-9ce0-4977-95fe-69d0eca90656\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78898,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"asdfhg\",\n        \"EmploymentDate\": \"2019-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6cf5b090-ac9f-4cfc-a18b-8a12a2aecc06\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19557,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"AT Test1\",\n        \"Ref\": 19557,\n        \"EmploymentDate\": \"2012-04-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"18b3f6ea-e282-4554-936b-75e1a98cb147\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41164,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"avocado - høne\",\n        \"EmploymentDate\": \"2017-02-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"94e8615a-d659-4932-9fa1-7359bd9fc316\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77807,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Awow\",\n        \"EmploymentDate\": \"2018-12-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"11108eb1-5b39-4074-bb08-ed5bde39881b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80049,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Áwow\",\n        \"EmploymentDate\": \"2019-09-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"94bcc674-71e3-4e7a-a533-71114292025f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82002,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"B141\",\n        \"EmploymentDate\": \"2022-03-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f33319a2-eef2-43d5-bd24-240da6e3347b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76066,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BA Admin\",\n        \"EmploymentDate\": \"2018-05-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3e17775d-6d91-49b7-9770-1b7a9faefae6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81311,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BA WorkBook Basic User\",\n        \"EmploymentDate\": \"2020-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a48215b6-a624-44a8-917c-d9e6d8e744e1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36177,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BabyCille\",\n        \"EmploymentDate\": \"2016-07-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8a45c0da-2197-4f05-8820-9c5025fb31a1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78257,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bada bing bada boom\",\n        \"Ref\": 23,\n        \"EmploymentDate\": \"2019-05-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1f00ca7a-2919-410d-9f69-5ecc3232366e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76120,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Baker Moore \",\n        \"EmploymentDate\": \"2018-06-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9a5ef4ad-a5a7-4ec4-abf0-7d6515b55428\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77303,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BAN\",\n        \"EmploymentDate\": \"2018-08-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ce61c988-8bb6-4a0b-ad0e-f33edcbb7825\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80454,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Banankage employee 2\",\n        \"EmploymentDate\": \"2019-12-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e46af64f-23e3-44e2-a95c-32c03eb99738\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80452,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Banankage GSR\",\n        \"EmploymentDate\": \"2019-12-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b8d94c0c-028f-4a86-bc68-5c7e4d1a0cab\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 189,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Barbra Streisand\",\n        \"Ref\": 184,\n        \"EmploymentDate\": \"2005-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4439215f-1708-4026-9d18-96f470b19d41\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36380,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"basic\",\n        \"EmploymentDate\": \"2016-08-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1bbf9efc-b3f0-4875-a27d-69b2f686931e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34891,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic Anders Madsen\",\n        \"Ref\": 34891,\n        \"EmploymentDate\": \"2015-11-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4bbfa189-3151-4709-a952-90bb33e3b56b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41154,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic banana\",\n        \"EmploymentDate\": \"2017-02-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0007bd25-2804-4734-a116-fb930139fe15\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78265,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic Basic\",\n        \"EmploymentDate\": \"2019-05-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"310b6fd0-94f1-4493-aa1d-991c08f57002\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72792,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic Bigman\",\n        \"EmploymentDate\": \"2017-07-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7efb3255-876e-437c-a7d2-59b570515cda\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41467,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic Test User\",\n        \"EmploymentDate\": \"2017-03-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d9fc28f0-c37e-4cd1-a218-2eb1d4886eca\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77892,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic Test123\",\n        \"EmploymentDate\": \"2019-01-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6cd28468-beb2-47d7-9b8a-c8b736448301\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72694,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic testdddd\",\n        \"EmploymentDate\": \"2017-06-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4c60f652-f37f-4cc7-86f5-c667b9b9b6bc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73079,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic user\",\n        \"Ref\": 22118,\n        \"EmploymentDate\": \"2017-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3e65f67d-e555-4312-8cd1-001235682a77\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35231,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic User N Concept\",\n        \"Ref\": 35231,\n        \"EmploymentDate\": \"2016-03-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9dfbe484-af5c-429d-81fe-2d92fc08ff23\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35161,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic User N Public\",\n        \"Ref\": 35161,\n        \"EmploymentDate\": \"2016-02-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7c8b3ec1-436c-4b01-8075-285c4cf7617a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41432,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic User N Public (41432)\",\n        \"EmploymentDate\": \"2016-02-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ef201416-3db7-43dc-b83a-16384ff89cc5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35522,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Basic user TU\",\n        \"Ref\": 35522,\n        \"EmploymentDate\": \"2016-04-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7d16e49b-e143-4284-972c-3236b273a48d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75697,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Batmans Employees 1\",\n        \"EmploymentDate\": \"2018-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"95746851-9892-44a9-b474-773a5e4a71b0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75698,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Batmans Employees 2\",\n        \"EmploymentDate\": \"2018-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"358cccad-c7f3-4756-a157-78005b352933\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75834,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BBA 22-03\",\n        \"EmploymentDate\": \"2018-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5e143f5e-9520-49b5-98fc-e3c526fbdec9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35998,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bedster Mester Tester\",\n        \"EmploymentDate\": \"2016-06-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8435098d-e8b0-4861-a6f5-17e2b828477b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75687,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Belgisk vaffelmager (75687)\",\n        \"EmploymentDate\": \"2018-02-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7f838776-99f4-457c-a3d8-159ebdec492b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81429,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Benimaru Nikaido \",\n        \"EmploymentDate\": \"2021-03-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 10.89,\n        \"HoliDayQty\": 10.89,\n        \"HoliRest\": 10.89,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"511995ab-6697-4abd-b203-217588b27217\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35892,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Benjamin Tha Mastar\",\n        \"EmploymentDate\": \"2016-06-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"986c8a89-f979-4d86-8d7b-9c64020441c9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76039,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bent Ole\",\n        \"EmploymentDate\": \"2018-05-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8cc35de8-69c8-44d0-bee2-d697b6078897\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37114,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bente bent\",\n        \"EmploymentDate\": \"2016-10-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e72d39b2-2791-4691-b6d2-ce9cd5d323a4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41464,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Big T\",\n        \"EmploymentDate\": \"2017-03-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b5905e45-5bc8-4865-8edf-4044cbf17327\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72908,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bigman Advanced\",\n        \"EmploymentDate\": \"2017-08-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8d317e13-ba05-49b4-a2e1-09a072aa3f38\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41382,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bigman five\",\n        \"EmploymentDate\": \"2017-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"05e92f3e-7528-4ecf-b077-45636531eaa2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41051,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bigman Joe (╯◕╭╮◕）╯︵ ┻━┻\",\n        \"EmploymentDate\": \"2016-02-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"842d125a-bc45-4f4f-b071-a16a5d4e81a0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36628,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bill Morelli\",\n        \"EmploymentDate\": \"2016-08-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"24783a72-a959-436c-870f-541bbdffc3a7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19308,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bill Smith\",\n        \"Ref\": 19308,\n        \"EmploymentDate\": \"2011-11-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"df903b33-a381-4543-8158-ea740f590bbc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80506,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bill Smith Advanced User 2 <script>alert(\\\"baaad\\\")</script>\",\n        \"EmploymentDate\": \"2019-12-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"40bf30cb-affe-4481-ba46-a85563ad7469\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38863,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bill Smith AU\",\n        \"EmploymentDate\": \"2016-11-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"eb39f939-3ccd-4aea-aa88-19ea89d572b8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38835,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bill Smith Basic User\",\n        \"EmploymentDate\": \"2016-11-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"42c09cbc-a0b9-4abe-b4ac-292459a923d3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81456,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bill Smith Basic User 2\",\n        \"EmploymentDate\": \"2021-04-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 8.95,\n        \"HoliDayQty\": 8.95,\n        \"HoliRest\": 8.95,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e0631f6d-5690-4690-8477-d5e076d6ce5f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81102,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Billy T\",\n        \"EmploymentDate\": \"2021-08-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 1.47,\n        \"HoliDayQty\": 1.47,\n        \"HoliRest\": 1.47,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5ce2f767-3ecf-405a-aa92-9660ec0d85b4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80136,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Biuer Mogensen?!\",\n        \"EmploymentDate\": \"2019-10-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"192c7391-af3a-47c5-9c03-a7f00e8e9379\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40748,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke 3\",\n        \"EmploymentDate\": \"2017-01-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2881177a-41d4-4bcd-8db4-437d4af044ad\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80675,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke advanced user\",\n        \"EmploymentDate\": \"2020-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"430d923e-f1d4-4316-9e36-d6dc48406240\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75998,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke basic user w/o login\",\n        \"EmploymentDate\": \"2018-05-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e97c7c4f-9095-4ce6-8484-55cedb0ff21d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78089,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke deactivate new 1\",\n        \"EmploymentDate\": \"2019-02-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"639741c9-d041-444d-90bd-8b8da9319837\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78090,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bjarke deactivate new 2\",\n        \"EmploymentDate\": \"2019-02-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"508f6ca8-1505-48f4-95a1-3334a3f26df7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78062,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke deactivate test 2\",\n        \"EmploymentDate\": \"2019-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"91a7ec8e-e363-4a04-a30a-2827a7d95afb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79986,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke deactivate test1\",\n        \"EmploymentDate\": \"2019-09-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8cec1907-73a6-46f6-a400-ff07dab4225f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40860,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke deactivate test1 (ID40860)\",\n        \"EmploymentDate\": \"2017-01-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a210a17f-c2fa-41f0-bddd-5ebe05ba1dd5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76206,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bjarke duplicate test 1\",\n        \"EmploymentDate\": \"2017-09-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1f312430-2e94-4303-b746-0a8e9b259584\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76207,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bjarke duplicate test 2\",\n        \"EmploymentDate\": \"2017-09-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4432cdbe-4c53-48d9-9328-23d22f2867c7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76208,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bjarke duplicate test 3\",\n        \"EmploymentDate\": \"2017-09-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"39355849-4273-484b-b6c1-c66cdd5ba3fa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80159,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke employee real test 1\",\n        \"EmploymentDate\": \"2019-10-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b93e61c5-96d3-4dc1-aa21-4c0774ff4caa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78078,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke move test 1\",\n        \"EmploymentDate\": \"2019-02-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"dbaf6a0e-a38c-49d5-adec-976d3a49489d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78346,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke new employee for mail 2\",\n        \"EmploymentDate\": \"2019-06-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7f302f83-30cd-4e8a-97d0-3b1d25f90979\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75997,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke Scheduling resource 1\",\n        \"EmploymentDate\": \"2018-05-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9f09fbde-9155-405e-b64b-fcc58250e33e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80593,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke T Basic\",\n        \"EmploymentDate\": \"2020-01-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d402edb5-e829-435b-b8b5-f4561c3e40dc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73081,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke test 1 real <script>alert(\\\"woops\\\")</script>\",\n        \"EmploymentDate\": \"2017-09-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 24,\n        \"CompIni\": \"BBA\",\n        \"M4\": 1,\n        \"UniqueId\": \"7f18e726-c716-44bd-ae13-7375cd77b9f6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81116,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke test 1 reborn\",\n        \"EmploymentDate\": \"2020-10-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 22.62,\n        \"HoliDayQty\": 22.62,\n        \"HoliRest\": 22.62,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d5367d2a-1ae6-4fea-9c32-dcc84fbddbd3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40749,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bjarke test 2\",\n        \"EmploymentDate\": \"2017-01-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 28.5325,\n        \"HoliUsed\": 28.5325,\n        \"HoliRest\": -3.5325,\n        \"CompIni\": \"BBA\",\n        \"M11\": 11.733,\n        \"M12\": 16.7995,\n        \"UniqueId\": \"ca51be18-f5cb-4cd6-af74-e5e6d8f7e303\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73074,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke test 3\",\n        \"EmploymentDate\": \"2017-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 3,\n        \"HoliUsed\": 3,\n        \"HoliRest\": 22,\n        \"CompIni\": \"BBA\",\n        \"M10\": 3,\n        \"UniqueId\": \"0dc9732e-7e19-4e2f-8af0-bc7b189d314d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78218,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke test 3 create 1\",\n        \"EmploymentDate\": \"2019-04-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"20bccccf-9553-4e63-b922-668dbb7e3a87\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78216,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke test 3 duplicate 1 button but changed\",\n        \"EmploymentDate\": \"2017-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2f411f10-6c02-4e42-af1d-2849d3a47361\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78217,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke test 3 duplicate 2\",\n        \"EmploymentDate\": \"2017-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c2694373-65c3-4d56-b2e8-18ea91fa9778\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40750,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke test 4\",\n        \"EmploymentDate\": \"2017-01-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayTransferred\": 0,\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 4.5,\n        \"HoliUsed\": 4.5,\n        \"HoliRest\": 20.5,\n        \"CompIni\": \"BBA\",\n        \"M5\": 4.5,\n        \"UniqueId\": \"6b54cfad-e3a8-4c9f-a5cf-ed4a11300472\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75593,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke test 5\",\n        \"EmploymentDate\": \"2017-12-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e3b51d07-b6af-4712-9227-c49af973bdc7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80726,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke Test Advanced\",\n        \"EmploymentDate\": \"2020-02-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ad7c2a24-d261-4449-903a-14ffdb8fadb5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37885,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke test bruger 4\",\n        \"EmploymentDate\": \"2016-11-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"091dbc3f-1cfb-43da-865a-64b9312680da\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37929,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke test bruger 5\",\n        \"EmploymentDate\": \"2016-11-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ad167b37-c0ee-4856-af32-bd44a0b85fbe\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38787,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke test copy from2\",\n        \"EmploymentDate\": \"2016-11-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"be7f9da0-5e23-4a7d-80c2-a19c39c1df17\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39026,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke usercopy test\",\n        \"EmploymentDate\": \"2016-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ea221be5-c975-46a8-9b9a-75cd43452da0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75999,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke usertype 4 no access\",\n        \"EmploymentDate\": \"2018-05-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e6208b9b-cf6c-4f8a-bcab-502484a6d22d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36728,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke Wåhlin Trøffelfeldt\",\n        \"EmploymentDate\": \"2016-09-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayCorrContract\": 20,\n        \"HoliDayQty\": 45,\n        \"EarnedHoliUsed\": 24.42567567567567557,\n        \"PaidHoliUsed\": 1.01351351351351351,\n        \"HoliUsed\": 25.43918918918918908,\n        \"HoliRest\": 19.56081081081081092,\n        \"CompIni\": \"BBA\",\n        \"M1\": 4.22297297297297295,\n        \"M2\": 18.04054054054054047,\n        \"M4\": 2.16216216216216215,\n        \"M5\": 0,\n        \"UniqueId\": \"893e0c3e-02b2-40e8-a1b7-50c577b86f57\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78049,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarke with team setting 1\",\n        \"EmploymentDate\": \"2019-02-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"576a3cee-cefb-4b5e-acb1-30f369d2b67b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38828,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bjarkecopyfromtest3\",\n        \"EmploymentDate\": \"2016-11-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7625c7ad-a30b-42d3-8015-717a1f26c135\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38829,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bjarkecopyfromtest4\",\n        \"EmploymentDate\": \"2016-11-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d31f9f27-049a-490f-a80c-9cbc16f17963\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80389,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarkes group scheduling resource\",\n        \"EmploymentDate\": \"2019-11-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b1e3e5fa-c1be-43e4-980d-33168ea8570b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77560,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bjarne Hansen\",\n        \"EmploymentDate\": \"2018-10-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a2759db0-c838-4c49-a142-c3ce10b4c395\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72554,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Blakelee Tyreece AdvancedUser\",\n        \"EmploymentDate\": \"2017-05-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7c8ee72e-4814-451e-9f3c-4f072a59d5bb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76235,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Blue User\",\n        \"EmploymentDate\": \"2018-07-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6ec936b8-0d9e-4311-ae1e-c2e12370bd67\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77268,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bluebird Advanced 1\",\n        \"EmploymentDate\": \"2018-07-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"13c171aa-ab60-49b1-8f0b-a0c35f898112\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76150,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bluebird Agency Admin 2\",\n        \"EmploymentDate\": \"2018-06-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e4d14b90-5a01-4966-8436-17d3c3d9ed93\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75838,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bluebird Agency Appr\",\n        \"EmploymentDate\": \"2018-03-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"835395f7-8d00-4141-b625-073a8bccbe0b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76081,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bluebird Agency AU2\",\n        \"EmploymentDate\": \"2018-06-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7bddc727-c8f0-4147-8754-a70edbea4cc1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76065,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bluebird Agency Nath Basic User\",\n        \"EmploymentDate\": \"2018-05-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e690f04a-17e2-4562-bf03-4329f54af0fe\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77297,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BlueBird Digital Admin\",\n        \"EmploymentDate\": \"2018-08-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e2abc5f8-fff3-435c-8559-e665ba2cc43c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72524,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bob Karsten\",\n        \"EmploymentDate\": \"2017-05-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d9371fbe-b320-4af4-b3b7-2c175f5179ff\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39044,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bob Planlægger\",\n        \"EmploymentDate\": \"2016-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fbfb6700-70b2-4569-8c76-8ae532c95a43\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78344,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bob testersen\",\n        \"EmploymentDate\": \"2019-06-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cf2b4484-4d78-40c7-a80d-a7fbbfbf7e30\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41224,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bobby Dengus\",\n        \"EmploymentDate\": \"2017-02-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"eff8178c-d7c5-4a04-9992-ade15f6b6c6b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79624,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bobby mc donald\",\n        \"EmploymentDate\": \"2019-07-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"da75d24d-ffe1-4f68-b064-985a75ab8e9f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41408,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bogle\",\n        \"EmploymentDate\": \"2017-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a3960157-2278-47c4-9820-ef400210c3cf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80883,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bones Jones\",\n        \"EmploymentDate\": \"2019-10-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"33c138e7-2d3a-4b0b-8ad6-0065efbb9720\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77397,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bonnie Saunders\",\n        \"EmploymentDate\": \"2018-09-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ab472641-e344-4931-b982-0858b97bd34d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72782,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"booss\",\n        \"EmploymentDate\": \"2017-07-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f9a5e34c-6a16-4fc1-b04a-4044e90817d0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81616,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Børge 49\",\n        \"EmploymentDate\": \"2021-08-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0.49,\n        \"HoliDayQty\": 0.49,\n        \"HoliRest\": 0.49,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0a25c439-18c0-4518-a4f7-6a013119d4f1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39014,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Børge Børgesen\",\n        \"EmploymentDate\": \"2016-11-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"53ea8d9a-0b7c-4da9-a165-3288d11aafed\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19020,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Børge Frederiksen\",\n        \"Ref\": 19020,\n        \"EmploymentDate\": \"2011-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b6363d6d-6336-4a45-b40f-270e2fdf2196\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19402,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Børge Hansen\",\n        \"Ref\": 19402,\n        \"EmploymentDate\": \"2012-01-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1bb4f5cc-3749-4c7b-be92-9c13851e01fa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81563,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Borrowed-1\",\n        \"EmploymentDate\": \"2021-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 4.16,\n        \"HoliDayQty\": 4.16,\n        \"HoliRest\": 4.16,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bc001367-0041-4c0f-8564-087e7ca30c2b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81565,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Borrowed-1\",\n        \"EmploymentDate\": \"2021-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 4.16,\n        \"HoliDayQty\": 4.16,\n        \"HoliRest\": 4.16,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1edbb803-7503-4d73-a200-95927a90b4d5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81567,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Borrowed-1\",\n        \"EmploymentDate\": \"2021-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 4.16,\n        \"HoliDayQty\": 4.16,\n        \"HoliRest\": 4.16,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ceff0e4f-ff3f-4058-bd08-6a08eba98ace\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81569,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Borrowed-1\",\n        \"EmploymentDate\": \"2021-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 4.16,\n        \"HoliDayQty\": 4.16,\n        \"HoliRest\": 4.16,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ecef780e-3575-48cd-b0eb-ab786e6bc54a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81571,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Borrowed-1\",\n        \"EmploymentDate\": \"2021-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 4.16,\n        \"HoliDayQty\": 4.16,\n        \"HoliRest\": 4.16,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d0813c84-d498-4e35-811e-a78fea5ed64d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81564,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Borrowed-2\",\n        \"EmploymentDate\": \"2021-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 4.16,\n        \"HoliDayQty\": 4.16,\n        \"HoliRest\": 4.16,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3f3c6b9e-0886-49bb-a545-b2c1a429bdad\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81566,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Borrowed-2\",\n        \"EmploymentDate\": \"2021-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 4.16,\n        \"HoliDayQty\": 4.16,\n        \"HoliRest\": 4.16,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1dc6e19d-566e-44e3-a4dc-e9150c544099\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81568,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Borrowed-2\",\n        \"EmploymentDate\": \"2021-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 4.16,\n        \"HoliDayQty\": 4.16,\n        \"HoliRest\": 4.16,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b576ccd1-1cdd-46d7-aff5-cb05f650bc4c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81570,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Borrowed-2\",\n        \"EmploymentDate\": \"2021-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 4.16,\n        \"HoliDayQty\": 4.16,\n        \"HoliRest\": 4.16,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1c5dc2e4-ee47-47f5-94e8-0af364b61c22\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81572,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Borrowed-2\",\n        \"EmploymentDate\": \"2021-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 4.16,\n        \"HoliDayQty\": 4.16,\n        \"HoliRest\": 4.16,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b74f1285-d9c2-4d5e-8eed-e4f5cd3ff0a8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79902,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Brent\",\n        \"EmploymentDate\": \"2019-09-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayExtra\": 25,\n        \"HoliDayQty\": 50,\n        \"HoliRest\": 50,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6258a5fb-51c4-4593-b493-ac3731a76c6c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21718,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Brian B. Borisson\",\n        \"Ref\": 21718,\n        \"EmploymentDate\": \"2015-01-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ebc025c5-1884-4364-a4e6-36195cd273dd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81154,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Brian B. Borisson2\",\n        \"EmploymentDate\": \"2015-01-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5e7c1657-867d-4572-a041-c9021a9f9c34\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81156,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Brian B. Borisson22\",\n        \"EmploymentDate\": \"2015-01-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"443c4621-cd29-4307-83b2-c7e798b9dd08\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77457,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Brian Basic\",\n        \"EmploymentDate\": \"2018-09-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 24,\n        \"CompIni\": \"BBA\",\n        \"M8\": 1,\n        \"UniqueId\": \"6b8241d7-dfd0-4fe5-b2cb-f822e6e6d11d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22050,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Brian Bøjden\",\n        \"Ref\": 22050,\n        \"EmploymentDate\": \"2015-05-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"785b5d03-a577-45fb-aa60-3cde5eb1579d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81314,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Brian Stann\",\n        \"EmploymentDate\": \"2021-01-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.31,\n        \"HoliDayQty\": 16.31,\n        \"HoliRest\": 16.31,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bf618ea2-740d-47f9-b28f-85e8c0badb35\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81315,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Brian Stannley 2\",\n        \"EmploymentDate\": \"2021-01-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.31,\n        \"HoliDayQty\": 16.31,\n        \"HoliRest\": 16.31,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"38147567-83a0-4c51-8a5f-c3053078ca03\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80491,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Brian Testberg\",\n        \"EmploymentDate\": \"2019-12-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5951d7fa-975b-453a-a321-0a2ad613ab10\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77497,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Brian uden adgang\",\n        \"EmploymentDate\": \"2018-08-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"02df6ab2-30d6-472b-a291-c74b6eeef9f0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35653,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Brockman, Wendy (35653)\",\n        \"EmploymentDate\": \"2016-05-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ab02fe2c-f2f1-4fe2-8164-6bac86460b29\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34966,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bruce Wayne\",\n        \"Ref\": 34966,\n        \"EmploymentDate\": \"2015-12-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"212f79a2-5524-40f1-a129-949bc5f90bdd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40864,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bruger der skal slettes\",\n        \"EmploymentDate\": \"2017-01-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2718ccc3-296a-4fff-82ec-5a39fab878d7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18939,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Bruno Pascal\",\n        \"Ref\": 18939,\n        \"EmploymentDate\": \"2011-08-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9458086e-8285-43a8-8248-bbe704ae321b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81961,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BS Background Open Up\",\n        \"EmploymentDate\": \"2022-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c40274a2-087f-48cd-b2f6-daf256928aed\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81956,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BS Background Test\",\n        \"EmploymentDate\": \"2022-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2ade263e-dcb4-4324-ab8a-eb9822889223\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81957,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BS Background Test 2\",\n        \"EmploymentDate\": \"2022-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"50e9f0ad-9937-4c5e-a9db-5dfd0943e6dd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81958,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BS Background Test 3\",\n        \"EmploymentDate\": \"2022-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8d51423e-4fa3-4d44-9b95-42ef65cadcf9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81959,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BS Background Test 4\",\n        \"EmploymentDate\": \"2022-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a5c90511-b044-4397-af67-8b61be6687f4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81960,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BS Background Test 5\",\n        \"EmploymentDate\": \"2022-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"193b30ee-3976-461d-9dd6-452374ccc8cf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39229,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"btb\",\n        \"EmploymentDate\": \"2017-01-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"321fbb86-07fd-4800-b8ea-f4b2cc16657e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81930,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 01\",\n        \"EmploymentDate\": \"2022-02-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ad6f1979-137a-44e2-a803-b73116ff3de5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81922,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 1\",\n        \"EmploymentDate\": \"2022-02-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4b3d5ec5-093f-4280-bf1c-d72b017dd1c7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81932,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 11\",\n        \"EmploymentDate\": \"2022-02-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"11d86997-696f-43c6-9a67-f980600b7a1a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81933,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 13\",\n        \"EmploymentDate\": \"2022-02-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a860ca1b-7fee-4a0f-bd52-23722f31ec7f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81935,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 15\",\n        \"EmploymentDate\": \"2022-02-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"083eecea-2da2-4a1f-a0aa-c684a4dcd9ef\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81936,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 16\",\n        \"EmploymentDate\": \"2022-02-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7f22eeac-f070-4e9d-835a-ddf5afa30eae\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81937,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 21\",\n        \"EmploymentDate\": \"2022-02-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c70500eb-01cb-4bb4-b944-1122f318ade1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81924,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 3\",\n        \"EmploymentDate\": \"2022-02-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ffa1f775-f27a-477e-8d99-b84058ac1d26\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81925,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 4\",\n        \"EmploymentDate\": \"2022-02-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3bb3c415-2e8e-4b09-89be-fc15386a69a8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81926,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 5\",\n        \"EmploymentDate\": \"2022-02-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"87e6166d-9d61-4bf3-b3e2-42de03fb4991\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81927,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 6\",\n        \"EmploymentDate\": \"2022-02-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"577eb39d-bbde-4ca8-acee-662c7cd90d24\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81928,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 7\",\n        \"EmploymentDate\": \"2022-02-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"61a02a52-caa6-48f5-8759-12489fc19f41\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81929,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 9\",\n        \"EmploymentDate\": \"2022-02-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"08efe6c6-718b-47f4-a73c-5d288dc9592a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81931,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"bts user 9\",\n        \"EmploymentDate\": \"2022-02-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"10a8f74e-9b24-45ae-980a-5cdb35409d2d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81885,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BTS1 Employee\",\n        \"EmploymentDate\": \"2022-02-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"02b7886f-49d1-4a1c-b187-03ad96ecb17b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81886,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"BTS4\",\n        \"EmploymentDate\": \"2022-02-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c73b02a9-b1d9-43a7-bfa0-ad1c2e1f4e97\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36921,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Buddy Holly\",\n        \"EmploymentDate\": \"2016-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f2b79a7b-1b63-4b3d-a941-41efcbbcc565\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35559,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Buster\",\n        \"Ref\": 35559,\n        \"EmploymentDate\": \"2016-04-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"423327b9-e4be-43eb-ad0b-a99045ee8e4a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 23036,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Buster the crash test dummy\",\n        \"Ref\": 23036,\n        \"EmploymentDate\": \"2015-09-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"28d2ae31-26b5-4bb1-b3db-5e304d9e3142\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72552,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Byrd Tennyson BasicUser\",\n        \"EmploymentDate\": \"2017-05-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"46d5d4bf-03c2-4b40-b876-3e206afcbf77\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75397,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Calendar New User\",\n        \"EmploymentDate\": \"2017-10-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"56d28af9-9cd4-4846-b2a7-d146c8fafd71\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75399,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Calendar New User 2\",\n        \"EmploymentDate\": \"2017-10-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8afb1495-ad12-4d5b-b280-5d4b36959d30\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40882,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Camilla\",\n        \"EmploymentDate\": \"2017-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"55777bd6-5cc2-4531-a234-50f711b2573a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40875,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Camilla 3\",\n        \"EmploymentDate\": \"2017-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0e51c289-c095-4657-9325-4ea9aa9ffa54\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22021,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Camilla Andersen\",\n        \"Ref\": 22021,\n        \"EmploymentDate\": \"2015-04-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f0133f7a-606d-4be9-bf60-df6fe6ffa56e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81271,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Camilla B\",\n        \"EmploymentDate\": \"2020-10-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 21.64,\n        \"HoliDayQty\": 21.64,\n        \"HoliRest\": 21.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e297c218-c420-45d2-978a-36a2033f73fd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40753,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Camilla Basic User\",\n        \"EmploymentDate\": \"2017-01-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3469f7c6-12cf-4210-91df-1833ec7afb9d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39114,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Camilla 'Bruhn' Stender\",\n        \"EmploymentDate\": \"2016-12-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b69e92e0-58a3-4d4b-9475-cfdd811da198\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39211,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Camilla2\",\n        \"EmploymentDate\": \"2017-01-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f574924c-c07c-4074-9162-9cd2cd93722c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78974,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Can I create employee\",\n        \"EmploymentDate\": \"2019-07-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"af9dcf7a-4d3b-4ff9-9ada-70540ebac185\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78953,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Can I create Employee (ID78953)\",\n        \"EmploymentDate\": \"2019-07-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8b3b23bb-f36d-4162-99e8-15c4daf64aa4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35915,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Capacity user test\",\n        \"EmploymentDate\": \"2016-06-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5b168783-6578-42fd-8682-bca88ecdc3d6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35655,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Carey, Leila\",\n        \"EmploymentDate\": \"2015-02-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"84fd3864-f0e7-4b7f-892e-deca9f37939d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35657,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Carey, Leila (35657)\",\n        \"EmploymentDate\": \"2015-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c37d8464-e310-4b0a-aed9-669216798664\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34996,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Carlos \\\"Foss\\\" Adv\",\n        \"Ref\": 34996,\n        \"EmploymentDate\": \"2016-01-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"34a84c9d-b781-4243-8b83-0bf499c32c99\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34960,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Carlos \\\"Foss\\\" Basic\",\n        \"Ref\": 34960,\n        \"EmploymentDate\": \"2015-12-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"672b2f94-bfbe-4e1f-94b0-13fc841b44d2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37471,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Carlos \\\"Foss\\\" Fernando COPY\",\n        \"EmploymentDate\": \"2016-11-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1d3316b8-0e0e-4aef-8cc1-5c26eb5fa947\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34886,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Carlos \\\"Foss\\\" Fernandog\",\n        \"Ref\": 34886,\n        \"EmploymentDate\": \"2015-11-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"118cdb9e-2449-4e51-8fda-cb84f30a3ce1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35121,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Carlos \\\"Foss\\\" Public\",\n        \"Ref\": 35121,\n        \"EmploymentDate\": \"2016-02-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8693c09a-dbed-4c92-8aa8-29a30de1c26c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20561,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Carol Hughes_BBD\",\n        \"Ref\": 20561,\n        \"EmploymentDate\": \"2013-08-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1fa10953-2a39-43db-957d-e831977fcb79\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38484,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Carolus \\\"Chralex\\\" Rex\",\n        \"EmploymentDate\": \"2016-11-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"09f551ab-086c-4490-b439-e65fd9b9f8e6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22331,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Casper Jensen\",\n        \"Ref\": 22331,\n        \"EmploymentDate\": \"2015-08-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4f9a6308-61ce-4891-b4ca-6cb2d39fe8cb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35871,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Casper Jenson\",\n        \"EmploymentDate\": \"2016-06-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"10e3a0b1-3d8a-4710-bb81-8497138ae5e3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72713,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Celia Gorman\",\n        \"EmploymentDate\": \"2017-06-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ff0149ea-945a-431a-b804-874244d4b29f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39023,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Cg.test\",\n        \"EmploymentDate\": \"2016-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fafcee1a-9cb6-41ed-94b6-6d1094faa142\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35659,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chan, Annie\",\n        \"EmploymentDate\": \"2008-11-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"38311bae-e4f9-491d-a242-6a74dc99e438\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35661,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chan, Annie (35661)\",\n        \"EmploymentDate\": \"2016-05-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"aa9bcb9c-61f2-4b15-a7f3-5ab535e674d3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39222,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chantay Healy Hear Montag\",\n        \"EmploymentDate\": \"2017-01-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d5cee532-d527-4f2c-af0f-8b69d55e27eb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39223,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chantay Healy Heart (39223)\",\n        \"EmploymentDate\": \"2017-01-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"60e71680-2fee-44cd-876f-509f0d81cf0d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41521,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chantay on the move\",\n        \"EmploymentDate\": \"2017-03-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2310c7ca-20a5-475e-ad0d-471ebfda2a61\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41522,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chantay on the move version 2\",\n        \"EmploymentDate\": \"2017-03-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7dc53567-7d39-4fd8-bcaa-0ef551fa7562\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34949,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chantay The Advanced Lunatic\",\n        \"Ref\": 34949,\n        \"EmploymentDate\": \"2015-12-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"22c51c07-5538-4e91-a880-42006bb3cb01\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34956,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chantay The Basic Brawler\",\n        \"Ref\": 34956,\n        \"EmploymentDate\": \"2015-12-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"81252f8c-0577-42f1-ad13-4fd1015c583f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34988,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Charles Emperor Charm\",\n        \"Ref\": 34988,\n        \"EmploymentDate\": \"2016-01-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8ca35358-e653-469b-b2fc-1a814f20ad64\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35761,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Charles Winston\",\n        \"EmploymentDate\": \"2016-05-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1067a19c-a8eb-49e3-bdea-ee4046eadf53\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72826,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"CHH Advanced User Test 3\",\n        \"EmploymentDate\": \"2017-07-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3e578734-8fdf-4156-9c69-6c73d8f6dbda\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72845,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"CHH Advanced User Test 4\",\n        \"EmploymentDate\": \"2017-07-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b74d6ccc-faba-487d-8f78-32b7fd4d8c4d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75511,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chh<<<<<Test>>>>>\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1817488d-542e-4736-a14a-d51f59f90224\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75513,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chh<Break> (75513)\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6b08a0bd-eccb-446b-ae45-0202ef38af0c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75504,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chh<Test>\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c5432194-c9c9-4d03-849f-1fada2ff04ef\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75505,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chh<Test> (75505)\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"385d3d21-bdca-4ea8-99e5-4aed31855ab4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75506,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chh<Test> (75506)\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3373e285-dad6-40bd-af15-f0428695fe6c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75508,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chh<Test> (75508)\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bb94f15d-f66b-4bc6-b038-c818f7b7ab9e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75509,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chh<Test> (75509)\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7f9e0056-481f-49df-a202-b506b8b4ed7c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75510,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chh<Test> (75510)\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9e1aa210-1ffb-401d-96ef-3a55c69a8469\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73220,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chh2Testing#1\",\n        \"EmploymentDate\": \"2017-10-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ef2eccf2-0e09-4bfb-a06a-4fd6fe5caa60\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75516,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhBreaking\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"619da16c-bff9-40ba-9a11-6744a5be9705\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75507,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhBreakingStuff\",\n        \"EmploymentDate\": \"2017-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"033026c8-a551-409f-b4e2-e61d8ddb9606\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75523,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhOnTestDuty\",\n        \"EmploymentDate\": \"2017-11-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b87cdc8f-815b-432e-ba68-a87e96af9ea7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75524,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhOnTestDuty2\",\n        \"EmploymentDate\": \"2017-11-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"56de4fd1-4e24-44f5-bd20-2dd6c688700b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75525,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhOnTestDuty3\",\n        \"EmploymentDate\": \"2017-11-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fa5109e5-845d-4164-9606-3ff844e79f7d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72332,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTest (72332)\",\n        \"EmploymentDate\": \"2017-04-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6c9eb40c-40dc-43f4-aeee-2ea5c6f20177\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73012,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTest (73012) [TotalNewBizzPct]\",\n        \"EmploymentDate\": \"2017-08-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a8cd509b-451a-4f70-8d37-b61ad4ee898d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72873,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTestAdmin Tik Tok\",\n        \"Ref\": 432155,\n        \"EmploymentDate\": \"2017-08-05T00:00:00.000Z\",\n        \"ResignedDate\": \"2022-08-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d8c6777d-8a9f-443f-9d6b-f4b74619b6c2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72425,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTestAdmin Tik Tok_BBA\",\n        \"Ref\": 4321,\n        \"EmploymentDate\": \"2017-04-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"32749a9e-168d-44d0-a500-6aac91c24ffc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73118,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTestEmp1\",\n        \"EmploymentDate\": \"2017-09-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4f2f59f6-baeb-46dc-bd0b-4a6afddbf7e3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72670,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTesting#5 (72670)\",\n        \"EmploymentDate\": \"2017-04-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e486f452-a6a2-4b95-adcb-8d6f2e129ced\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75557,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTestTimeSheet\",\n        \"EmploymentDate\": \"2017-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c532c8ee-8a5c-4259-8b1e-d270c6d88612\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75558,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTimeSheetApproverTest\",\n        \"EmploymentDate\": \"2017-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6915db99-8df1-46b1-9593-ad128bcb9f50\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75540,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTrafficManagerTest\",\n        \"EmploymentDate\": \"2017-11-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b2a7d860-f391-42db-bb68-9b33b0048ab0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75541,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTrafficManagerTest2\",\n        \"EmploymentDate\": \"2017-11-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9979b876-0a6b-461a-8144-1c75fc96b0e5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75542,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTrafficManagerTest3\",\n        \"EmploymentDate\": \"2017-11-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"df2fb0ce-fcc1-4eb5-9c01-d0c496892d1e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75543,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTrafficManagerTest4\",\n        \"EmploymentDate\": \"2017-11-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d2b20a6f-fc73-4b56-8918-047ced0ddb38\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75544,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ChhTrafficManagerTest5\",\n        \"EmploymentDate\": \"2017-11-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ac554f69-9f91-48c0-81b0-45168930b647\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18771,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chokky Man\",\n        \"Ref\": 18771,\n        \"EmploymentDate\": \"2013-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"34ee3c3c-08d9-48ae-8706-3628a37822d0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81548,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chris\",\n        \"EmploymentDate\": \"2021-07-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 3.27,\n        \"HoliDayQty\": 3.27,\n        \"HoliRest\": 3.27,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ce74149f-54f0-4fb2-9477-f5f76aa0aebc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38837,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chris Basic\",\n        \"EmploymentDate\": \"2016-11-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"27562419-025e-4b0c-8c6d-38425e99c78c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21357,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Chris Scott\",\n        \"Ref\": 21357,\n        \"EmploymentDate\": \"2014-09-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d51b66af-25db-4a07-bcca-8eb758473048\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19869,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Christian \\\"ALT GRRRR\\\" - \\\"Ugly Confused Baby\\\" T\",\n        \"Ref\": 6969,\n        \"EmploymentDate\": \"2012-09-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayTransferred\": 20,\n        \"HoliDayEarn\": 25,\n        \"HoliDayCorrContract\": 50,\n        \"HoliDayExtra\": 70,\n        \"HoliDayQty\": 165,\n        \"EarnedHoliUsed\": 1.1997,\n        \"HoliUsed\": 1.1997,\n        \"HoliRest\": 163.8003,\n        \"CompIni\": \"BBA\",\n        \"M6\": 0.9331,\n        \"M12\": 0.2666,\n        \"UniqueId\": \"1676fe60-7810-4095-a89f-29e4de4db658\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41287,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Christian \\\"Chralex\\\" Neerup Duplicate\",\n        \"EmploymentDate\": \"2014-11-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"633623ba-8b52-4dfd-8296-731811120c94\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18583,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Christian Arpe-Hansen\",\n        \"Ref\": 18583,\n        \"EmploymentDate\": \"2010-08-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8f7006b0-95e9-46f0-8c60-889cd3ee077f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78025,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Christian Centeno\",\n        \"EmploymentDate\": \"2019-01-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a07a50bc-bd8e-41b3-8ee8-9f6564e6c523\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75667,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Christian T Advanced\",\n        \"EmploymentDate\": \"2018-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 0.1,\n        \"HoliUsed\": 0.1,\n        \"HoliRest\": 24.9,\n        \"CompIni\": \"BBA\",\n        \"M1\": 0.1,\n        \"UniqueId\": \"4657ddce-43d8-42b2-8aa7-84323a5d36f6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78079,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Christian Tester Basic\",\n        \"EmploymentDate\": \"2019-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2a5e64d0-4790-4616-b7a6-09dd1ba937d0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38889,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Christina Advanced\",\n        \"EmploymentDate\": \"2016-11-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9193d64d-3728-4941-9c86-249bacdb4244\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38978,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Christina EXTREME LIMITED\",\n        \"EmploymentDate\": \"2016-11-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b5de1727-7c4c-4e5e-b353-acc80469dc14\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38571,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Christina G\",\n        \"EmploymentDate\": \"2016-11-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c6b2b18f-f1a4-4a45-9f15-22eef9c6493a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39022,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Christina G Copy\",\n        \"EmploymentDate\": \"2016-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"eb5453a5-325e-471b-a836-9666c3b0a633\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81813,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Cirilla of Cintra\",\n        \"EmploymentDate\": \"2021-12-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4a23671e-5001-4e6b-b61a-d2502d7a308d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80802,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"CIT Client - Garbie Test\",\n        \"EmploymentDate\": \"2020-04-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"074ba03f-b97c-47d9-bfec-02d5438ef110\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81451,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Claire\",\n        \"EmploymentDate\": \"2021-04-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 9.02,\n        \"HoliDayQty\": 9.02,\n        \"HoliRest\": 9.02,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a9f95600-eb26-4757-bed2-2a985b18d131\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81461,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Claire Coronel\",\n        \"EmploymentDate\": \"2021-04-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 8.6,\n        \"HoliDayQty\": 8.6,\n        \"HoliRest\": 8.6,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a396f1aa-77ce-4c6e-b236-9c57b456765d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20580,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Clarence Price\",\n        \"Ref\": 20580,\n        \"EmploymentDate\": \"2013-09-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8ae857d1-df6d-46cc-839a-25e7e318eddf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81441,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Clark Still\",\n        \"EmploymentDate\": \"2019-07-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8affc021-47cf-44e9-9a4c-6a9cc2171e47\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80796,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Claude Trono\",\n        \"EmploymentDate\": \"2020-04-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"91667416-38cf-4d98-b1e7-7308b2370b54\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35663,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Clay, Robin\",\n        \"EmploymentDate\": \"2015-04-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c2eeaa82-342d-4257-acc2-e9a842e54ec0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35665,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Clay, Robin (35665)\",\n        \"EmploymentDate\": \"2015-02-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"de9b6ee1-4c0a-43a6-9aff-89b0c502b41f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35782,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Contacto Userado\",\n        \"EmploymentDate\": \"2016-05-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"62e99aa7-ad06-41d1-b464-215848b59366\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72761,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Copy from company\",\n        \"EmploymentDate\": \"2017-07-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f30ff3fb-0c11-4c5e-9c42-3fe64ff9764e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72527,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Cowking\",\n        \"EmploymentDate\": \"2017-05-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5283cdad-f6a7-4ebd-b3db-93cb66936951\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77788,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Craig Herry\",\n        \"EmploymentDate\": \"2018-12-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2748cb58-791b-4cda-a5a8-19a504234263\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38968,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Craig Olson\",\n        \"EmploymentDate\": \"2016-11-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0569f2d7-a51d-4e12-b3b2-b230cc87b5ce\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35669,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Crake, Nicki\",\n        \"EmploymentDate\": \"2014-01-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3a6fb8f2-c428-4dc0-b00b-1a270c6a0ae7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72901,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Create user quick test\",\n        \"EmploymentDate\": \"2017-08-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6287e855-0d8a-44c8-902b-18e50d07e066\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75691,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Creditor Man Money (75691)\",\n        \"EmploymentDate\": \"2018-02-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"96623743-2d8e-4d9c-93bb-402426a86721\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35671,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Creery, Marilyn\",\n        \"EmploymentDate\": \"2015-01-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b5ca9951-e2ff-4df3-83e5-035ddea10351\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35673,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Creery, Marilyn (35673)\",\n        \"EmploymentDate\": \"2015-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8ba9f613-6f34-4229-b52b-b646b4fe3de8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72485,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"crit advanced\",\n        \"EmploymentDate\": \"2017-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d4c9e101-870e-4027-a4ea-9c015ba68478\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72483,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"crit basic\",\n        \"EmploymentDate\": \"2017-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7541348d-e258-4558-95a8-cc5e9b6153ae\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81005,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"CRM AdvUser\",\n        \"EmploymentDate\": \"2020-07-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5371f435-de65-4db4-859b-19d99405be8b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81006,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"CRM SysAdmin\",\n        \"EmploymentDate\": \"2020-07-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0dc410dc-9cfb-4097-950b-14504f9e813b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81358,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"CT + ML approval test\",\n        \"EmploymentDate\": \"2021-02-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 13.88,\n        \"HoliDayQty\": 13.88,\n        \"HoliRest\": 13.88,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8460638a-8d42-49a2-a6d4-6e0ad5cd34c1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81950,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"CT API\",\n        \"EmploymentDate\": \"2022-02-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f7716fc3-3086-4a70-87d3-dd331d51258f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80180,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"CT Employee\",\n        \"EmploymentDate\": \"2019-11-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0261ee58-6ad1-4e8a-b0ad-40c0f47788fb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41359,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"CUB\",\n        \"EmploymentDate\": \"2017-02-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c7c6bb59-f3ab-4c0f-ae18-253620690c0d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36592,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Cykelmyggen Egon\",\n        \"EmploymentDate\": \"2016-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8bf7fa1e-cd6f-4891-bbe2-6c6bf59155ce\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40908,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"dadada\",\n        \"EmploymentDate\": \"2017-02-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a6f779bd-b3ab-4876-81d5-62e81b5b30a8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35677,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dameglio, Kristina (35677)\",\n        \"EmploymentDate\": \"2016-05-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"29ebf989-3b41-42c7-90bf-a5d0938e9dd6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22162,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Damian Xavier\",\n        \"Ref\": 22162,\n        \"EmploymentDate\": \"2017-04-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"174a20ce-0396-4afd-af4c-0de58a9f1a49\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80837,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dan Hardy\",\n        \"EmploymentDate\": \"2020-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ac2c2cd4-7a4f-42a7-8b46-55ce6ec3fefa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80939,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dan Hendo\",\n        \"EmploymentDate\": \"2020-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a7b8704a-bf90-406a-a834-359ed767bdee\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80930,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dana Blue\",\n        \"EmploymentDate\": \"2020-05-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"96e25bf4-dddf-478a-800d-0ee430fe59b6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75592,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"dang\",\n        \"EmploymentDate\": \"2017-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7c87cfc3-cecc-4114-ac71-de69972b7d11\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75587,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"dang (75587)\",\n        \"EmploymentDate\": \"2017-12-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"99d04e63-e934-4fb5-88a8-240691336a8f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 15583,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Daniel Binau\",\n        \"Ref\": 15583,\n        \"EmploymentDate\": \"2007-06-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"640ad4cf-0df8-4819-a612-529a1427c00c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36831,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Daniel Login Test\",\n        \"EmploymentDate\": \"2016-09-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3e528635-628f-48cd-bf20-780035e5dfcb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18674,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Daniel Lykkegaard\",\n        \"Ref\": 18674,\n        \"EmploymentDate\": \"2011-02-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 24,\n        \"CompIni\": \"BBA\",\n        \"M6\": 1,\n        \"UniqueId\": \"f1e458c1-6380-44b2-a160-db780bb4d138\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75590,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Daniel T.\",\n        \"Ref\": 20256,\n        \"EmploymentDate\": \"2017-12-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cd23d264-cf95-4a69-b0ea-e94c30baf6e1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80976,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Daniel test\",\n        \"EmploymentDate\": \"2020-06-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d32baafa-46e5-4818-8f8c-c995ebabaa65\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41465,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Darth Vader\",\n        \"EmploymentDate\": \"2017-03-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a440f969-cdfa-44fc-a56d-09a57bb0ec75\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81457,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dave Jones\",\n        \"EmploymentDate\": \"2021-04-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 8.95,\n        \"HoliDayQty\": 8.95,\n        \"HoliRest\": 8.95,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6950114b-77ee-472f-a425-9999ffb924a5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19031,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dave Smith\",\n        \"Ref\": 6,\n        \"EmploymentDate\": \"2011-09-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"72dde414-7ab6-4e12-b7da-eb1f2d4fe399\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35679,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Davies, Jennifer\",\n        \"EmploymentDate\": \"2016-05-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9c550cbf-c59f-45d6-94d3-ebc3a2d081a9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35683,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Davies, Lindsay\",\n        \"EmploymentDate\": \"2015-04-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"31cb7944-fb70-43ad-ae4e-4eaa32e7b792\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35685,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Davies, Lindsay (35685)\",\n        \"EmploymentDate\": \"2016-05-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"911b90da-9612-43f8-acef-0c07c07107b3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35687,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Davies, Sioned\",\n        \"EmploymentDate\": \"2015-11-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2ed0892c-7457-47cf-9a10-8f527b0cd2d8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35689,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Davies, Sioned (35689)\",\n        \"EmploymentDate\": \"2015-06-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f26e38d3-a020-4027-8bb5-216957e5b331\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35695,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dawson, Andrew\",\n        \"EmploymentDate\": \"2015-06-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"89ebba78-d599-4cb1-8091-584fc67a1e0c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35697,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dawson, Andrew \",\n        \"EmploymentDate\": \"2015-02-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"163f64f2-0d9b-4c36-9d07-c3f2d9da5751\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80313,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Deactivate 2\",\n        \"EmploymentDate\": \"2019-11-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5bfb1bbe-5aed-4bc6-8732-9d3167ee32a0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80317,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Deactivate 2\",\n        \"EmploymentDate\": \"2019-11-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"43137107-cad1-454d-b6e0-844fb0ac1b95\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81633,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dear god why this not working :-)\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3eabf542-1db5-418d-b122-3bee1c343226\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34887,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Default\",\n        \"Ref\": 34887,\n        \"EmploymentDate\": \"2015-11-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"57346db5-da2e-4e8a-b252-1fa445b195d0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39121,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"default test\",\n        \"EmploymentDate\": \"2016-12-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"32377786-d554-484d-8bb7-9323dac5dc9e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80039,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"DeleteMePlease\",\n        \"EmploymentDate\": \"2019-09-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c3abf94f-2402-4696-92d3-01bbf45457fb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76121,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Delly Moore \",\n        \"EmploymentDate\": \"2018-06-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"daaeef8c-fa9a-4a82-a871-fc8336d361c1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38705,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Den Flotte Fra Frem\",\n        \"EmploymentDate\": \"2016-11-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"095d0100-1c89-4420-be40-40805372a1c8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21574,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Denise Denver\",\n        \"Ref\": 21574,\n        \"EmploymentDate\": \"2014-11-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"68d76d6b-5f20-4f98-8384-c0834505fac5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20325,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Derek Engelbert Puccini\",\n        \"Ref\": 20325,\n        \"EmploymentDate\": \"2013-05-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"31c14adc-dc5c-4b92-ae47-1478c9b0b584\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38838,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"dfsghjfd\",\n        \"EmploymentDate\": \"2016-11-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f0e03922-ce28-4701-a591-8619a2c8059f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81872,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"dhaEmp\",\n        \"EmploymentDate\": \"2020-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 24,\n        \"CompIni\": \"BBA\",\n        \"M12\": 1,\n        \"UniqueId\": \"6754a8eb-5c01-457a-908d-ee59d855d6bb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41431,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"did it get fixed? (41431)\",\n        \"EmploymentDate\": \"2017-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cf0b5064-3dd7-4cba-b10c-e22e8b4dc008\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40840,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Didrik frandsen\",\n        \"EmploymentDate\": \"2017-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"02c5b4c8-749f-4662-a1f1-99f6b9f7bf61\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75564,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dimension Tester\",\n        \"EmploymentDate\": \"2017-12-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3487f6b5-4fee-451e-995a-cf415adc93f8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75695,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"DingDoink Dolores (75695)\",\n        \"EmploymentDate\": \"2018-02-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3dcf6282-0237-49d7-9323-2c759ce9e8fa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75693,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dinky Minky Spoon (75693)\",\n        \"EmploymentDate\": \"2018-02-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0e53169e-918e-4748-a8ce-7db79a463a48\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35699,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dino, John\",\n        \"EmploymentDate\": \"2016-05-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a0b55544-7fb8-430e-9e01-6372ade0b889\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35701,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dino, John (35701)\",\n        \"EmploymentDate\": \"2014-06-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cde58e19-e043-4612-8ebd-1fb8cc44035c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72442,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"DirectX\",\n        \"EmploymentDate\": \"2017-04-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"453bb9e6-ab82-4fcc-aaf7-3694b0709542\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75535,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"dl scheduser\",\n        \"EmploymentDate\": \"2017-11-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1ab8b415-0726-46a4-982a-314798f21411\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20257,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"dljtest2\",\n        \"Ref\": 20257,\n        \"EmploymentDate\": \"2013-04-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f47a0f38-d4bb-4b8e-82b9-ce22bca4ef56\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20258,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"dljtest4\",\n        \"Ref\": 20258,\n        \"EmploymentDate\": \"2013-04-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4bfeae2a-f166-4a71-9e21-dcaa606278c8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41454,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Doc Search Test\",\n        \"EmploymentDate\": \"2017-03-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bbfd56c6-e532-4655-8f49-6aa580efb6d8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81808,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"donald duck\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3569dfc8-c30c-4ae5-8617-4c58a6a23f3a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19474,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Donald Duck\",\n        \"Ref\": 19474,\n        \"EmploymentDate\": \"2012-02-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"85ca4687-b14e-4b74-8113-ade1e791cd84\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20556,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Donald Rodriguez\",\n        \"Ref\": 20556,\n        \"EmploymentDate\": \"2013-08-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"76a0ae0f-0109-48ac-82cd-6bc584cedcb5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35152,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Donna Estevez Pancake\",\n        \"Ref\": 35152,\n        \"EmploymentDate\": \"2016-02-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"967b060e-d342-4199-878f-ccff84a8468d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36484,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Donnie Trump\",\n        \"EmploymentDate\": \"2016-08-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"54c70633-c71e-4f47-9cb5-1d6f431e6e48\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35703,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dore, Roger\",\n        \"EmploymentDate\": \"2014-09-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ca2217b9-5c04-4560-9749-f0f506f593a7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80873,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Drow Ranger\",\n        \"EmploymentDate\": \"2020-04-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"aad9a734-8e52-4a2e-a1bb-fd78e9759b82\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40828,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dunkstin Checks in\",\n        \"EmploymentDate\": \"2017-01-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fc04f9b6-6c56-49df-942b-bdfb92240797\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22226,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dương Quang Trung\",\n        \"Ref\": 2302,\n        \"EmploymentDate\": \"2010-01-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"85b75409-0267-4cd9-b18c-fd6c5b1a9699\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37483,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Duplet test\",\n        \"EmploymentDate\": \"2016-11-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b2c119a5-2303-431d-9c43-5a0f9513c6c0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80646,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Duplicate test using Safari\",\n        \"EmploymentDate\": \"2019-12-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"92eb4814-00a5-4057-a3b7-97a18fa7aa56\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76062,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Dusty Eel Platypus\",\n        \"EmploymentDate\": \"2018-05-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fc243def-4e6c-4326-82ff-bfdfd6b700c3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72536,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"DX\",\n        \"EmploymentDate\": \"2017-05-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f3f5a7f9-0048-4c0d-a28c-3ca60ab47a1d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72612,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"DX test CFR\",\n        \"EmploymentDate\": \"2017-06-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b91ee306-cad1-462f-8170-409049ea6d10\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72613,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"DX test CR\",\n        \"EmploymentDate\": \"2017-06-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"70862fdc-60bd-4616-aca6-bf67a5cdb501\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72619,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"DX test FM\",\n        \"EmploymentDate\": \"2017-06-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2b191963-7b67-468e-a444-4bbe2a46dad3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72620,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"DX test PM\",\n        \"EmploymentDate\": \"2017-06-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"671304a5-e543-45e1-9df4-62f5793bf024\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72621,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"DX test PMM\",\n        \"EmploymentDate\": \"2017-06-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"450f5b96-8e18-4f62-9fd0-189712dd7a5c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72616,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"DX test PRDN MGR\",\n        \"EmploymentDate\": \"2017-06-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a2b5e892-a329-4b1d-aa94-007e50591aaa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72618,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"DX test SM\",\n        \"EmploymentDate\": \"2017-06-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a7eaec1f-1919-4c12-8953-f3c1e29451de\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73183,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"EB Advanced\",\n        \"EmploymentDate\": \"2017-09-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"10d26d6d-ed47-4303-8e36-c10e03c91b4c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75363,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"EB SA\",\n        \"EmploymentDate\": \"2017-10-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e73c6a21-2302-4b92-a90f-70a7afb89240\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73134,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"EB Tester\",\n        \"EmploymentDate\": \"2017-09-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"899bd936-7dbf-4d08-81b6-c2f1d9ded01f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73126,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"EbTestNoAccess\",\n        \"EmploymentDate\": \"2017-09-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c250358d-c736-47bd-a6d0-f3d3263fc5c7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21267,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Edward Barnes\",\n        \"Ref\": 21267,\n        \"EmploymentDate\": \"2014-06-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"98371a81-4492-4334-882e-483fa042a532\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73002,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Emil B\",\n        \"EmploymentDate\": \"2017-08-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"353f5f21-f18c-4905-a9b0-8d2a184878c2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18575,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Emil Hart\",\n        \"Ref\": 18575,\n        \"EmploymentDate\": \"2011-09-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"40367409-10fb-4a5c-bb5d-85d8146e8dc8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76041,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Emil Hausted (76041)\",\n        \"EmploymentDate\": \"2018-05-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6bb89f24-02f2-4eae-8151-7a700e6de5c4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35044,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Emir Talic\",\n        \"Ref\": 35044,\n        \"EmploymentDate\": \"2016-02-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d9a92794-86de-4bf8-b9db-8b2bd16555cd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73214,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Emp creditor sequence test\",\n        \"EmploymentDate\": \"2017-10-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8d842f68-e2cc-4e93-b073-5712a561799a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73215,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Emp creditor sequence test 2\",\n        \"EmploymentDate\": \"2017-10-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"459e47fe-e6e3-4784-9a8e-18158485792a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73216,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Emp creditor sequence test 3\",\n        \"EmploymentDate\": \"2017-10-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"635c11c4-6694-4bae-af14-46602fb6e33f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 188,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Emplöyee 188\",\n        \"EmploymentDate\": \"2007-11-01T00:00:00.000Z\",\n        \"ResignedDate\": \"2022-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5f7c8ebc-bf12-455c-901a-997851b8ff3d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41610,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee 2 test (41610)\",\n        \"EmploymentDate\": \"2004-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b50cbd8c-1ff6-46b8-bba4-cfb231749431\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 414,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee 414\",\n        \"EmploymentDate\": \"2008-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayTransferred\": -7.2,\n        \"HoliDayEarn\": 25,\n        \"HoliDayCorrContract\": 1,\n        \"HoliDayExtra\": 1,\n        \"HoliDayPayDeducted\": 1,\n        \"HoliDayQty\": 20.8,\n        \"EarnedHoliUsed\": 3,\n        \"HoliUsed\": 3,\n        \"HoliRest\": 17.8,\n        \"CompIni\": \"BBA\",\n        \"M4\": 3,\n        \"UniqueId\": \"c6560bfd-3a27-433e-877f-e1be33b91ade\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 460,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee 460\",\n        \"EmploymentDate\": \"2008-11-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"df82dc12-71e3-4d65-8ff3-4f4fd85d10ac\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80123,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee a1 test\",\n        \"EmploymentDate\": \"2019-10-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c71c5fc3-0ae6-48a9-9aac-4686e8e91170\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78962,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Access Check (2)\",\n        \"EmploymentDate\": \"2019-07-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c55c1bda-36b0-46fb-b5dd-8ba3ab86b5c0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78965,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Access Check (3)\",\n        \"EmploymentDate\": \"2019-07-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"035f916c-e369-4491-8518-c6f678702816\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78966,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Access Check (4)\",\n        \"EmploymentDate\": \"2019-07-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c5ad7476-1a46-4b78-ae94-6dc6aaa90005\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78967,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Access Check (5)\",\n        \"EmploymentDate\": \"2019-07-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"26d22d5e-78f7-496f-8f69-61470031dde0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78968,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Access Check (6)\",\n        \"EmploymentDate\": \"2019-07-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9db1a12d-ca19-454c-b8a5-ab917c21ea29\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78971,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Access Check (7)\",\n        \"EmploymentDate\": \"2019-07-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b78a9dcd-3e20-4812-ba8c-0f8c79642952\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78972,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Access Check (8)\",\n        \"EmploymentDate\": \"2019-07-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f41fef84-690f-43bd-a68f-e0d20ba5da39\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78976,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Access Check (9)\",\n        \"EmploymentDate\": \"2019-07-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e5e52945-21a5-4189-8ff0-6552b9a6b03d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72958,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Creation Creditor Test\",\n        \"EmploymentDate\": \"2017-08-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bb708dc2-9181-41a7-a3cb-37ae36803136\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72959,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Creation Creditor Test Two\",\n        \"EmploymentDate\": \"2017-08-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"dd7243b1-3bb0-490d-9f11-c3f943d7777a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80138,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee for testing name check 1\",\n        \"EmploymentDate\": \"2019-10-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"92706f88-483b-44c3-91da-6368447babdf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36595,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee No Access 1\",\n        \"EmploymentDate\": \"2016-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e9417387-a78d-497c-b4af-2be714bae9a2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36596,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee No Access 2\",\n        \"EmploymentDate\": \"2016-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"817b6e7a-ea62-4ac0-907e-538539320a9e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36597,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee No Access 3\",\n        \"EmploymentDate\": \"2016-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e2a33be3-b38c-4320-8fb3-adf1c00fcf53\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36601,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee No Access 5\",\n        \"EmploymentDate\": \"2016-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1c89ee35-abfb-4a31-afe2-1d25bc94032e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36602,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee No Access 6\",\n        \"EmploymentDate\": \"2016-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"de72007d-cdce-44f8-ade6-2601eba847ea\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81966,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee One\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d6d42e4c-a6e4-433e-ac19-683f84514bfd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81009,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Setting\",\n        \"EmploymentDate\": \"2020-07-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"eb55e79f-9a3e-45b1-81d3-b19d85016969\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77535,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee Testing\",\n        \"EmploymentDate\": \"2018-10-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"81582941-1aa6-48c9-a327-c8cecda4a947\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79983,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Employee type test\",\n        \"EmploymentDate\": \"2019-09-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ed732c9d-b957-4b6d-b937-03b6cff0fe05\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80369,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"EmployeeForKT\",\n        \"EmploymentDate\": \"2019-11-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c771feb6-ecaf-4209-aa68-934d21eada12\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76131,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"empTest2\",\n        \"EmploymentDate\": \"2018-06-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"535f5707-432b-4a2c-8a4b-acdf6de0c14c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72658,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Empty inbox test \",\n        \"EmploymentDate\": \"2017-06-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e3796a9b-8858-44a1-81a9-868df0b9909d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81602,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"En Hjørning\",\n        \"EmploymentDate\": \"2021-08-09T00:00:00.000Z\",\n        \"ResignedDate\": \"2021-08-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 1.61,\n        \"HoliDayQty\": 1.61,\n        \"HoliRest\": 1.61,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"396aa34b-784a-4630-8a39-6e3c994bb253\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78278,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"erere\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1a718bff-2306-4212-8048-46a7e128d66a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80836,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Eric Moore\",\n        \"EmploymentDate\": \"2020-05-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8d6b0f80-2ddb-49fb-9017-b0e4b6cacba0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77270,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Expense Entry tester\",\n        \"EmploymentDate\": \"2018-07-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"32baf728-61cb-40df-892d-0706d0bfcce9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39235,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fabi Zanda\",\n        \"EmploymentDate\": \"2017-01-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"18a88f5f-2ec2-4ce4-bc98-7db6b905a1ba\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79875,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fanando Dionicci \",\n        \"Ref\": 20796,\n        \"EmploymentDate\": \"2019-08-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cd99a567-d5ec-486b-9842-c8bbc3b4ddc6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80248,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fat Jesus\",\n        \"EmploymentDate\": \"2019-11-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c5952ee6-8446-4695-9197-c0172c5529ee\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35987,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"fatestworkbookemp\",\n        \"EmploymentDate\": \"2016-06-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"aee19daa-1af5-4c71-a344-b09fd6f97699\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78014,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"fdsfsdf\",\n        \"EmploymentDate\": \"2019-01-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"df437dd5-786b-4743-adcf-891c4c05b902\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41226,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"feb20new1\",\n        \"EmploymentDate\": \"2014-12-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"38d5492e-86a9-45c3-bb4b-5247b0683e23\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79944,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"fff\",\n        \"EmploymentDate\": \"2019-09-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"914ca18d-b1e6-4ffa-9ec8-8c98be1c9b8e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78289,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ffff\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2605456c-7ac3-4efe-8026-34218cfa0915\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35298,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fiddle\",\n        \"Ref\": 35298,\n        \"EmploymentDate\": \"2016-03-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7a6f57f2-02e4-4de2-8da8-2520368129cd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37027,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fiege's advanced user\",\n        \"EmploymentDate\": \"2016-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"eb2ff7c4-0eeb-4d39-936a-08c600da27bb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37040,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fiege's advanced user 2\",\n        \"EmploymentDate\": \"2016-10-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"15160e76-8f75-430a-81b8-2b20a66b5023\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37020,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fiege's basic user\",\n        \"EmploymentDate\": \"2016-09-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6ed70c4f-426f-4d8b-8b68-26a72b4e62ca\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73065,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fiona Glenanne\",\n        \"EmploymentDate\": \"2017-08-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3fd723d1-c801-4163-9793-7b62f09d0dee\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76051,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"First Employee\",\n        \"EmploymentDate\": \"2016-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"99a7e63c-93c6-47f7-a36a-d55569d9ac93\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39210,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"first timer\",\n        \"EmploymentDate\": \"2017-01-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c71e4f93-cac1-4972-943b-75dab5027151\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78914,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"fng\",\n        \"EmploymentDate\": \"2019-07-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"167d8ea1-f977-4ee6-9538-b3ca7f491451\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75422,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Folder setup test\",\n        \"EmploymentDate\": \"2017-10-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ee34a098-8278-4051-9b81-8d20af33f17d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78138,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Follow-up employee\",\n        \"EmploymentDate\": \"2019-03-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4fbb11de-2f4b-4bcf-9306-ad4a7426e14f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80390,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Football player that is really good\",\n        \"EmploymentDate\": \"2019-11-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"30764fbc-6b84-4f8b-bbe1-34523ea5f9cb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76073,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Francesco Carbone\",\n        \"EmploymentDate\": \"2018-05-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2ba369a0-3762-4005-a6f8-9509e91fc173\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78247,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"francesco2\",\n        \"EmploymentDate\": \"2019-05-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6a529d2b-5327-485f-a11f-c92f6436b43c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78248,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"francesco3\",\n        \"EmploymentDate\": \"2019-05-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a3aa9d80-8f89-4000-82df-a4e535380884\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36701,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Frank Espersen\",\n        \"EmploymentDate\": \"2016-09-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ce667d0d-a939-462c-8f3a-1adf5b1d6e2e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41249,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Frank Espersen (41249)\",\n        \"EmploymentDate\": \"2016-09-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"30df440f-368e-4fe7-85a6-d47a08f2e035\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20860,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Frank Lee\",\n        \"Ref\": 20860,\n        \"EmploymentDate\": \"2013-12-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3a939948-7916-4c49-acff-a9eafc63e17d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21645,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fred Stewart\",\n        \"Ref\": 21645,\n        \"EmploymentDate\": \"2014-11-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f7bdf9cd-7396-40b8-ac6f-27ca0ba27d34\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41247,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fred Williams (41247)\",\n        \"EmploymentDate\": \"2011-09-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e68d4163-7d82-4cfa-9b94-8843748f742d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35220,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Freddy Advance\",\n        \"Ref\": 35220,\n        \"EmploymentDate\": \"2016-03-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0660b0b8-2e61-44a2-89c1-81a6c6c2b39e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35221,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Freddy Basic\",\n        \"Ref\": 35221,\n        \"EmploymentDate\": \"2016-03-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9eb5aa46-9bb3-4f80-889e-ff163fb891fd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20836,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Frederik agger creditor\",\n        \"EmploymentDate\": \"2013-12-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"91f5ba63-5acd-4d93-89a7-e038392dc6d2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 16234,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Freelancer\",\n        \"Ref\": 16234,\n        \"EmploymentDate\": \"2008-08-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ddba0fa9-056f-4340-9131-dad1abd04d04\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37145,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fresh Prince\",\n        \"EmploymentDate\": \"2016-10-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5f7ebf43-6306-465b-bdda-b1b760ce6796\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37147,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fresh Prince advanced\",\n        \"EmploymentDate\": \"2016-10-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8943d340-bef3-49d8-ae55-53017e28040a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75408,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Fresh user\",\n        \"EmploymentDate\": \"2017-10-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c8c0fc1b-bb1a-487c-a073-a4d504c913bc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36458,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Frisk Bruger\",\n        \"EmploymentDate\": \"2016-08-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3b3f7420-8705-4684-8dd3-4e04ac1677a0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72757,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"full access\",\n        \"EmploymentDate\": \"2017-07-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"be806f81-b382-4f5e-93b2-812c6fd1b81b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75922,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"FunctionalityTest\",\n        \"EmploymentDate\": \"2018-04-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0a44903d-2661-44e4-9eaa-e64cef69169b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80088,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Funmi\",\n        \"EmploymentDate\": \"2019-10-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"71ff242e-f382-47f3-b8ec-61bf3f4456d5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82033,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Gab BU\",\n        \"EmploymentDate\": \"2022-04-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5fbe90ca-afbf-4ece-ab60-59c2874db747\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82005,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Gab GSR\",\n        \"EmploymentDate\": \"2022-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4711befa-6d84-4e00-8d51-bec29b60f49a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81912,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Gabriel Mapa\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayExtra\": 10,\n        \"HoliDayQty\": 10,\n        \"HoliRest\": 10,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c9dc4bea-06fb-4f1a-b4da-56781a6f1c7d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80813,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Garbie - Advanced User GAU1\",\n        \"EmploymentDate\": \"2020-04-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 2.5,\n        \"HoliUsed\": 2.5,\n        \"HoliRest\": 22.5,\n        \"CompIni\": \"BBA\",\n        \"M2\": 2.5,\n        \"UniqueId\": \"85942f0e-0d9f-42fb-b2cf-e964f03b81a9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81556,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Garbie Admin 8\",\n        \"EmploymentDate\": \"2021-07-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 2.92,\n        \"HoliDayQty\": 2.92,\n        \"HoliRest\": 2.92,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ae81a457-54ba-47dd-86a8-ad9929663da0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80681,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Garbie Admin User\",\n        \"EmploymentDate\": \"2020-01-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayExtra\": 30,\n        \"HoliDayQty\": 55,\n        \"EarnedHoliUsed\": 18,\n        \"PaidHoliUsed\": 1,\n        \"HoliUsed\": 19,\n        \"HoliRest\": 36,\n        \"CompIni\": \"BBA\",\n        \"M3\": 1,\n        \"M4\": 1,\n        \"M5\": 2,\n        \"M6\": 4,\n        \"M7\": 2,\n        \"M9\": 2,\n        \"M10\": 2,\n        \"M11\": 2,\n        \"M12\": 3,\n        \"UniqueId\": \"1671a794-fd4e-4a5e-a587-f2d1764f5db8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80729,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Garbie Advance User - GAU2 extra user\",\n        \"EmploymentDate\": \"2020-02-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"616f840c-b965-4b24-8396-f4055a2c39cf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80688,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Garbie Advanced User 3\",\n        \"EmploymentDate\": \"2020-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d3ad3a02-e5f4-4354-ad50-4087206c721d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80730,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Garbie Basic User\",\n        \"EmploymentDate\": \"2020-02-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1a4f516f-4f67-4444-900d-192743203faf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81655,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Garbie Contact User 1\",\n        \"EmploymentDate\": \"2021-10-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1c69addc-1efa-42bd-b1b1-70f13bb6e990\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81631,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Gary Gill Glen SomethingG\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9894ad2b-6349-40fb-bacf-c03fd3dfcd5f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19367,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Gazza Hansen\",\n        \"Ref\": 19367,\n        \"EmploymentDate\": \"2012-01-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b457a153-4ddc-4f3b-a613-680dbbdca354\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81025,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Gelo imported\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"922302f3-6a9d-477f-9a12-c4bffffae6ff\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22119,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"George Given\",\n        \"Ref\": 22119,\n        \"EmploymentDate\": \"2015-06-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"865cc798-645a-44a2-ae85-439aced3402a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78276,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"gfgf345\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c1f06dfd-54b7-4126-a126-ee8078f78af3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40835,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"gfhjkg\",\n        \"EmploymentDate\": \"2017-01-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b8bd60e2-26a1-4516-9637-6b871d39a53c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78287,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ghjgjhghj\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ed6201f8-e565-4404-bb83-4bbb926ff467\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 23171,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ginny Weasley\",\n        \"Ref\": 23171,\n        \"EmploymentDate\": \"2015-10-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"979fe8ce-0dbb-4eaa-927e-7475c7170491\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81657,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Glenn AU\",\n        \"EmploymentDate\": \"2021-10-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6fe0eb44-97b9-42e5-9f04-065d4dd990c2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81628,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Glenn B\",\n        \"EmploymentDate\": \"2021-09-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"72838b9e-54ae-4ffc-b8fd-a158cdddd34a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82057,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Glenn Login Test\",\n        \"EmploymentDate\": \"2022-04-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f36ee1ac-1ea4-4aaf-ba2e-8f836765e436\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73070,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Gloo boll \",\n        \"EmploymentDate\": \"2017-08-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"80003b2b-e0f1-4f3a-a9d2-8ba3b6918834\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80741,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Gloveria Teixeira\",\n        \"EmploymentDate\": \"2019-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d52ec277-88be-49a2-974f-960eab906af2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41424,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Gong man\",\n        \"EmploymentDate\": \"2017-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"64e6dc1a-8159-4622-a20b-3dafa84fb387\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19497,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Gonzales Mussman\",\n        \"Ref\": 19497,\n        \"EmploymentDate\": \"2012-02-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a9bdb7fe-6af1-4bf9-8c1e-3a09c0ed4fdc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38862,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Goober George\",\n        \"EmploymentDate\": \"2016-11-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f191c085-7533-4b9e-a516-e277c77eb38e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20575,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Goof\",\n        \"Ref\": 20575,\n        \"EmploymentDate\": \"2013-09-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6945718b-7a7f-43d8-83d4-fda9a0db90bd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81433,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Goro Daimon\",\n        \"EmploymentDate\": \"2021-03-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 10.96,\n        \"HoliDayQty\": 10.96,\n        \"HoliRest\": 10.96,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8474e781-61c0-4261-a833-9dbefa36597a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81435,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Goro Daimon 3\",\n        \"EmploymentDate\": \"2021-03-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 10.96,\n        \"HoliDayQty\": 10.96,\n        \"HoliRest\": 10.96,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"694fcd78-39bf-4ec7-b123-afd19e2d0ac2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81438,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Goro Daimon IV\",\n        \"EmploymentDate\": \"2021-03-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 10.96,\n        \"HoliDayQty\": 10.96,\n        \"HoliRest\": 10.96,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f531b162-499b-443e-aa8c-27bb608a2c6d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38866,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Granny Tanny\",\n        \"EmploymentDate\": \"2016-11-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4b4b9354-8340-4106-a820-0d571aa43099\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81806,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Greeshma Krishnan\",\n        \"EmploymentDate\": \"2021-12-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a3819cb8-af37-4f08-b6f8-04a8252bcaa1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75923,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"GridTest\",\n        \"EmploymentDate\": \"2018-04-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ff0b5e14-41f5-4445-a6cb-c3ce78a1aea6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41500,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"gris\",\n        \"EmploymentDate\": \"2017-03-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ea533986-155a-44b9-b212-acd4f760c82d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19449,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group\",\n        \"Ref\": 19449,\n        \"EmploymentDate\": \"2012-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"08677c5d-61dd-482f-b1d9-8c146fc4107b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18585,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group Resource\",\n        \"Ref\": 12,\n        \"EmploymentDate\": \"2010-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c3efe119-634a-45b3-80ff-26845d0454c2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36005,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group Resource\",\n        \"EmploymentDate\": \"2016-06-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f497e35d-3647-4abf-a32b-6c6e6e4f7026\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36007,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group Resource Scheduling\",\n        \"EmploymentDate\": \"2016-06-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bf434016-6934-4564-b3c4-531bfadf5a9d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80395,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group Sched Resource\",\n        \"EmploymentDate\": \"2018-10-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"500485f5-dc75-439d-bfdd-75a3507fe870\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36003,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group Scheduling Resource\",\n        \"EmploymentDate\": \"2016-06-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"db25e356-9ffa-4eb4-b456-9bc1472d4604\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 184,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group scheduling resource off days test\",\n        \"Ref\": 184,\n        \"EmploymentDate\": \"2007-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c05a5cac-5079-4ddf-ad38-b5d0fc6d6a36\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79878,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group Scheduling Resource QE\",\n        \"EmploymentDate\": \"2019-08-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0a26593f-7897-4454-8d1e-2b3b10759e83\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72512,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group Scheduling Resource Test\",\n        \"EmploymentDate\": \"2017-05-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"67fc470f-44bb-4382-b3c4-26bf30d41924\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19521,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group Test\",\n        \"Ref\": 19521,\n        \"EmploymentDate\": \"2012-03-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bfd2f3d5-b312-44dd-891b-0aa07c91fa93\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19522,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group Test 1\",\n        \"Ref\": 11223343,\n        \"EmploymentDate\": \"2012-03-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5044e7bb-da6b-4cf0-b6ab-8d293b3de8c2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19523,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group Test 2\",\n        \"Ref\": 19523,\n        \"EmploymentDate\": \"2012-03-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f7160859-6322-4ed8-b748-1beabc4efe48\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35290,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Group: Alpha\",\n        \"Ref\": 35290,\n        \"EmploymentDate\": \"2016-03-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b30862c6-f02f-472c-90c3-a7cdfa831f68\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22108,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"GroupRessource test 1\",\n        \"Ref\": 22108,\n        \"EmploymentDate\": \"2015-05-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6a5acd7e-b247-4511-a242-d2cfd65b1b3a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82006,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"GSR John\",\n        \"EmploymentDate\": \"2022-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5dbc97bc-8738-4cc7-8f95-6b43b47908c4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80414,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"GSR TEAM3\",\n        \"EmploymentDate\": \"2018-11-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"83dedded-88ea-4c30-9882-a381317b7385\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81858,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"GSR Test\",\n        \"EmploymentDate\": \"2022-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"eb7a6362-a16b-4bd1-a875-d46cd2736ec3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81410,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"GSR Test 1\",\n        \"EmploymentDate\": \"2021-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 11.1,\n        \"HoliDayQty\": 11.1,\n        \"HoliRest\": 11.1,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a2bcab43-4e70-422a-9858-cb9fa09624f3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81411,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"GSR Test 2\",\n        \"EmploymentDate\": \"2021-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 11.1,\n        \"HoliDayQty\": 11.1,\n        \"HoliRest\": 11.1,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3f57c7c1-6fa2-471f-842d-319ecf7d0402\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81414,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"GSR Test Adv 1\",\n        \"EmploymentDate\": \"2021-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 11.1,\n        \"HoliDayQty\": 11.1,\n        \"HoliRest\": 11.1,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"18b77926-bcbd-498b-8117-50da9b55e9ce\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81415,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"GSR Test Adv 2\",\n        \"EmploymentDate\": \"2021-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 11.1,\n        \"HoliDayQty\": 11.1,\n        \"HoliRest\": 11.1,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bd9bd59c-84f5-4eee-a032-2a420f024f81\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81412,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"GSR Test Bas 1\",\n        \"EmploymentDate\": \"2021-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 11.1,\n        \"HoliDayQty\": 11.1,\n        \"HoliRest\": 11.1,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"41b6dd78-b923-4762-a63d-78be2f32a1cd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81413,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"GSR Test Bas 2\",\n        \"EmploymentDate\": \"2021-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 11.1,\n        \"HoliDayQty\": 11.1,\n        \"HoliRest\": 11.1,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d127cd19-ca28-47c3-8ddb-7ca8b4d16728\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81511,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Hans Caspersen\",\n        \"EmploymentDate\": \"2021-06-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 5.63,\n        \"HoliDayQty\": 5.63,\n        \"HoliRest\": 5.63,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e6e4ebed-7154-482e-80c0-3cb008def8cf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18955,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Hans Hansen\",\n        \"Ref\": 18955,\n        \"EmploymentDate\": \"2011-08-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fe65f684-c00c-4799-b65e-e3fccdcf7e4e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 16909,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Hans Henrik Kølle\",\n        \"Ref\": 16909,\n        \"EmploymentDate\": \"2009-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"033c89a4-2c3e-4358-970b-061170dd348f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19147,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Hans Jensen\",\n        \"Ref\": 19147,\n        \"EmploymentDate\": \"2011-09-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c1974a4a-f89f-455f-80f0-59797707f368\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41336,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Harambro Harambo\",\n        \"EmploymentDate\": \"2017-02-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"007b6c8e-21ff-4de2-a677-f71f91dd8fc1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72506,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Harambro's group resource\",\n        \"EmploymentDate\": \"2017-05-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f41fdebd-68d6-4944-9f64-ffe9e4b8a8d2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72509,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Harambro's group resource with resources!\",\n        \"EmploymentDate\": \"2017-05-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6ddff654-7ef0-4c23-ab88-0ec82520318d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22045,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Harrison Jones\",\n        \"Ref\": 22045,\n        \"EmploymentDate\": \"2015-04-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8daafbb9-23aa-49c6-86c9-1c14e2558f41\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81439,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Heidern\",\n        \"EmploymentDate\": \"2018-03-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1797c2c3-60c2-4c1c-b6d2-07f7028801eb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36491,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"hej\",\n        \"EmploymentDate\": \"2016-08-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f28dcf7c-97de-4fad-914c-f46f79389d95\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41380,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Helicopter man\",\n        \"EmploymentDate\": \"2017-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9e3c585c-f635-4181-a4bf-8dfbc1bd6a10\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40845,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"henrich\",\n        \"EmploymentDate\": \"2017-01-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"79e39619-c934-4d96-9d7f-d3067d49283f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35819,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Henrik Basim\",\n        \"EmploymentDate\": \"2016-05-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"acfad568-ee76-4b67-957e-605b5fbe16d1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38868,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Henrik Olsen\",\n        \"EmploymentDate\": \"2016-11-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"daca613d-2b1c-45c7-8744-13630644372e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41499,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Henrik testuser\",\n        \"EmploymentDate\": \"2017-03-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"de98fe49-3563-4d6f-89d0-e2efc703b290\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18922,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Henry Collins\",\n        \"Ref\": 18922,\n        \"EmploymentDate\": \"2011-06-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b35dc815-315f-409f-aa41-fe8dcca2d7de\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21508,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Henry Richardson\",\n        \"Ref\": 21508,\n        \"EmploymentDate\": \"2014-10-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4bc293bd-df20-49d4-9a44-4e0054e33021\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72898,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Herr Greve\",\n        \"EmploymentDate\": \"2017-08-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ffe59118-6ffa-4f07-a0b6-c67a5eb23a79\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81809,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"hey Jude\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"35004d46-e426-45fb-947e-1e69aaef850a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76202,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Hoastie toastie\",\n        \"EmploymentDate\": \"2018-01-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2cb1e6ef-e3d6-4f32-b7bb-dd9a172d33e8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72345,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"holiday taking jerk\",\n        \"EmploymentDate\": \"2001-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1c2c4af6-29f8-49fc-99d7-e790e30d802f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41425,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"honky dory\",\n        \"EmploymentDate\": \"2017-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5d268acc-0b54-4345-bb86-286997306b41\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34951,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Hue\",\n        \"Ref\": 34951,\n        \"EmploymentDate\": \"2015-12-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"31952041-dffa-4d0e-ae0c-29bbfb06ae94\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81634,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Huh... OK\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"335c721a-c021-49eb-a0ab-c869338dff8a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81635,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Huh... OK 3\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ed961c75-f984-4ab8-8643-1cf77b07b40c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81637,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Huh... OK 4\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"acc59c5a-41c1-470a-87f8-fdbc941d3384\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36703,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Hung Banh Chi\",\n        \"EmploymentDate\": \"2016-09-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"30dbb6c8-e70f-4f3e-b078-5cd21ed896a4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22229,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Huỳnh Tấn Phát\",\n        \"Ref\": 2305,\n        \"EmploymentDate\": \"2010-01-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4c30f5b3-c0c9-4473-b12f-d9bdc4a4fe41\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80504,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"I Got Locked Out\",\n        \"EmploymentDate\": \"2019-12-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f930fb1d-2fd0-4ac6-9044-9ecd6e492a3a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39032,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ib the blacklisted\",\n        \"EmploymentDate\": \"2016-11-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f1116765-03ed-4f49-b8f7-3ac769e8d299\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81727,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ij emp2\",\n        \"EmploymentDate\": \"2021-11-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"744de6cb-5c5b-4f66-9ada-8a6f8a503b51\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81728,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ij emp3\",\n        \"EmploymentDate\": \"2020-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"340a8e7e-2fa5-4964-ba0f-7188a8d0910a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41153,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Im not able to create jobs :(\",\n        \"EmploymentDate\": \"2017-02-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2ec4560d-8ffe-4651-99b9-2be0cae72994\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22077,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Imperdiet Non Limited\",\n        \"Ref\": 22077,\n        \"EmploymentDate\": \"2015-05-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"05b58b70-2f17-4f45-9536-64be59ce3273\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81584,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Import-test\",\n        \"EmploymentDate\": \"2021-07-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 2.36,\n        \"HoliDayQty\": 2.36,\n        \"HoliRest\": 2.36,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b3cdf4d9-43a6-4bea-87b7-7e00d8cd2515\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81585,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ImportTestEmp1\",\n        \"EmploymentDate\": \"2021-07-29T12:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 2.29,\n        \"HoliDayQty\": 2.29,\n        \"HoliRest\": 2.29,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"714311ea-81de-4a7a-afad-f056612867ca\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81586,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ImportTestEmp2\",\n        \"EmploymentDate\": \"2021-07-29T12:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 2.29,\n        \"HoliDayQty\": 2.29,\n        \"HoliRest\": 2.29,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"15e9c89b-875d-4676-a524-bf11af1c6f54\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81587,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ImportTestEmp3\",\n        \"EmploymentDate\": \"2021-07-29T12:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 2.29,\n        \"HoliDayQty\": 2.29,\n        \"HoliRest\": 2.29,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5ab1e301-34ef-44d2-9637-6183988c618c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81590,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ImportTestEmp4\",\n        \"EmploymentDate\": \"2021-07-29T12:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 2.29,\n        \"HoliDayQty\": 2.29,\n        \"HoliRest\": 2.29,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"790fa662-6dbe-4017-88bf-d87380c9c73d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81588,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ImportTestEmp5\",\n        \"EmploymentDate\": \"2021-07-29T12:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 2.29,\n        \"HoliDayQty\": 2.29,\n        \"HoliRest\": 2.29,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"021209dc-2bae-4da2-997c-d10e7c7f4aa2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35480,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"INTERNAL TRANSLATION USER\",\n        \"Ref\": 35480,\n        \"EmploymentDate\": \"2016-04-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c9853db2-2b34-4495-b7dc-3ec272ae606c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 23087,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Irana Pjatovish\",\n        \"Ref\": 23087,\n        \"EmploymentDate\": \"2015-09-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2db0a3e7-1d83-45c4-b7ae-724b3670a0cf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39042,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Iris 007\",\n        \"EmploymentDate\": \"2016-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ff6d6996-b0b1-461a-a438-440f4b916907\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 23146,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ivar\",\n        \"Ref\": 23146,\n        \"EmploymentDate\": \"2015-10-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ebc87316-f7c0-4faf-a57f-77f7fc674ab7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19494,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jack Black\",\n        \"Ref\": 19494,\n        \"EmploymentDate\": \"1980-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"405a42ee-d078-43ac-b188-82b1b76715bf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19304,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jack Denver\",\n        \"EmploymentDate\": \"2011-10-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7cbf2874-9b5a-4799-a274-ac83f3b74b01\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18675,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jack Powell\",\n        \"Ref\": 18675,\n        \"EmploymentDate\": \"2013-10-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"15c54ff3-adf2-4431-b121-7030e443b8e3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40836,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jackie\",\n        \"EmploymentDate\": \"2017-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f23fed33-b1b5-43b9-b5cc-3371d558a0f8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40952,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jacob Jacobsen\",\n        \"EmploymentDate\": \"2017-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f358b7d6-ee3f-40c1-9f04-d08b4c39697c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19037,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jacob Juul Christiansen\",\n        \"Ref\": 19037,\n        \"EmploymentDate\": \"2011-09-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d81da550-74a0-43a6-b7f2-fd14ba5fe320\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72507,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jacob Test\",\n        \"EmploymentDate\": \"2016-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8e2c3f75-2aa9-404b-b5da-283a740f7088\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79936,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jane Doe\",\n        \"EmploymentDate\": \"2017-09-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayExtra\": 20,\n        \"HoliDayQty\": 45,\n        \"HoliRest\": 45,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d2ab711e-2ab0-46b9-978b-40eb522c950e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80327,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jane Eyre\",\n        \"EmploymentDate\": \"2019-11-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"987eb80b-0300-4bd7-bce4-6cb9ecea115b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82052,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jane Pickle\",\n        \"EmploymentDate\": \"2022-04-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a647a300-18d4-4f62-bcb4-c43e0e4eca2e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19485,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jane Smith\",\n        \"Ref\": 19485,\n        \"EmploymentDate\": \"2012-02-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"97fe27f3-006d-4aeb-871f-cca21a1ed416\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41383,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jannick\",\n        \"EmploymentDate\": \"2017-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2ece52c0-367d-4530-b942-7ba4c139f9a0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80817,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jar Falk\",\n        \"EmploymentDate\": \"2020-04-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7edc17a7-ad13-444f-9248-155c5ae16e2b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19300,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jarrod Gibson\",\n        \"Ref\": 19300,\n        \"EmploymentDate\": \"2011-10-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"18ac0c7c-d1c3-42f5-bed6-6c5368e7eca1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21578,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jason Alexander\",\n        \"Ref\": 21578,\n        \"EmploymentDate\": \"2014-11-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"43f63626-baa4-43c9-98d9-41f06b35484c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41385,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jazzy\",\n        \"EmploymentDate\": \"2017-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"71fe5091-53d1-44d1-ba11-bb5e3d83d9c0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82039,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JCM GSR Test2\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"305d7e14-9cd3-4470-8aaf-74f91eaa51ef\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82038,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JCM-GSR TEST\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"21c36d37-c2c5-487e-ade5-b171fb63e085\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80838,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jeff Hardy\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0c5d0eeb-163d-4129-a5b6-d241a8f8dfbb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36482,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jeff Strongfish\",\n        \"EmploymentDate\": \"2016-08-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"08e686f4-97b9-44a2-8f43-9f4aa0257702\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36488,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jeff Strongfish2\",\n        \"EmploymentDate\": \"2016-08-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"393d3f7b-7647-44b8-a093-bb4e5e15647a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36489,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jeff Strongfish3\",\n        \"EmploymentDate\": \"2016-08-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d6426f5e-715c-44d3-9ab0-addba016a42f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36483,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jeff Strongfishs\",\n        \"EmploymentDate\": \"2016-08-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"917f0ccc-e14d-4c3e-8021-5b5ce6705a98\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20782,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jennifer Ross\",\n        \"Ref\": 20782,\n        \"EmploymentDate\": \"2013-11-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d7f4166f-0d12-4d86-b0f2-2a81885557b0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19283,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jens Bo Larsen\",\n        \"Ref\": 19283,\n        \"EmploymentDate\": \"2011-10-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8cecb3ea-5157-4904-ae25-d98c748efeca\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41092,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jens Jensen\",\n        \"EmploymentDate\": \"2017-02-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5a4ecf5d-b527-4724-a456-57b939d745f4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22875,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jens Lyn\",\n        \"Ref\": 22875,\n        \"EmploymentDate\": \"2015-09-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"05458e3d-a10a-4400-8f13-f9ac11ff1907\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81994,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jesper\",\n        \"EmploymentDate\": \"2022-03-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ba5303d8-99ad-49ce-90fb-ea14e017aee9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81805,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jesper Jensen\",\n        \"EmploymentDate\": \"2021-12-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7198e6cb-7c09-4716-820d-66d4b62d94ac\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36729,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jesper Joachim Raarup\",\n        \"EmploymentDate\": \"2016-09-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ff0c2a29-05cd-4de5-931f-7d9fd571a24d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81344,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jess Klein\",\n        \"EmploymentDate\": \"2019-09-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"378b68d6-4236-4755-acb6-1c0dc21783e2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81995,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jessica AU\",\n        \"EmploymentDate\": \"2022-03-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1fd59d19-148b-405f-9450-92f55b3c82f7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82041,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jessica BU\",\n        \"EmploymentDate\": \"2022-04-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f06450d7-7f86-4b1d-bfef-c352a7ee9f9f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81789,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jessica Mindioro\",\n        \"EmploymentDate\": \"2021-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5e9da1ac-1de3-45e6-8442-2252dcc8def6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18632,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jette Christoffersen\",\n        \"Ref\": 18632,\n        \"EmploymentDate\": \"2010-11-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"02e74290-3631-436f-ac6a-b20fab717b98\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78922,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JHN Basic User\",\n        \"EmploymentDate\": \"2009-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b6ba7204-65d1-4c2f-aa9f-d14d47e6e993\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77310,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JO Basic\",\n        \"EmploymentDate\": \"2018-08-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"77317516-14bb-4305-ae8b-6739d45bba47\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35166,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Joanne\",\n        \"Ref\": 35166,\n        \"EmploymentDate\": \"2015-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayTransferred\": 196,\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 221,\n        \"HoliRest\": 221,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"03673f54-949c-4ca5-afe3-922460d198c8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77871,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Joanne Wibrew Advan\",\n        \"EmploymentDate\": \"2019-01-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4a2dbcd0-24df-45ac-92cb-b27e7d10fa2d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21249,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Joe Clark\",\n        \"Ref\": 21249,\n        \"EmploymentDate\": \"2014-05-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fb698e52-a7db-4b00-bbbf-52d8ff37c5a5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20934,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Joel Holloway\",\n        \"Ref\": 20934,\n        \"EmploymentDate\": \"2014-01-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ea4468de-5178-4000-9f84-727e3c354498\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20577,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Don Johnson\",\n        \"Ref\": 20577,\n        \"EmploymentDate\": \"2013-09-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8568d795-7307-4bcd-9e3f-d63b2f93479a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81502,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Go (Basic)\",\n        \"EmploymentDate\": \"2021-05-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 7.5,\n        \"HoliDayQty\": 7.5,\n        \"HoliRest\": 7.5,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"22d3552d-f0c7-4ef8-a1a2-1c708dca437b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81766,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Go AU\",\n        \"EmploymentDate\": \"2021-11-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8daa998e-b045-4e72-8745-f78d0e4d886c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81767,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Go BU\",\n        \"EmploymentDate\": \"2021-11-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b2984184-73dd-4cbb-88a4-2e70ad8e278e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81881,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Go Test1\",\n        \"EmploymentDate\": \"2022-02-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cae1bc7b-bafc-4414-9f7a-4dbaaae3b8fa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81891,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Go test2\",\n        \"EmploymentDate\": \"2022-02-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"28a70cc9-c3e8-4641-b86c-c15620e42fea\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81921,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Go test3\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4a6ad984-3ade-427c-8039-93f9f91bbf55\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 23019,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Gross Goodman\",\n        \"Ref\": 23019,\n        \"EmploymentDate\": \"2015-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2cc13f87-ec41-4d6d-9b92-a225bf73fa96\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18787,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Hard\",\n        \"Ref\": 18787,\n        \"EmploymentDate\": \"2011-04-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2b3cf30b-cae3-4f3a-b2fe-d3a98485fd7b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80929,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Lemon\",\n        \"EmploymentDate\": \"2020-05-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5eb85dc1-1203-4e22-84c8-ff6e0b7231d9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18677,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Monza\",\n        \"Ref\": 1345,\n        \"EmploymentDate\": \"2011-02-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ef84cd2f-937b-473f-af0c-cd79246956c2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36689,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John new guy\",\n        \"EmploymentDate\": \"2016-09-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"022085fb-a11a-4362-95dc-aec79535e2ed\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79935,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Smith\",\n        \"EmploymentDate\": \"2017-09-16T00:00:00.000Z\",\n        \"ResignedDate\": \"2021-12-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayExtra\": 25,\n        \"HoliDayQty\": 50,\n        \"PaidHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 49,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"06ac1c09-cdf8-485c-9dc5-b9507e3fab3e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34958,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Taylor\",\n        \"Ref\": 34958,\n        \"EmploymentDate\": \"2015-12-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c59d3d6b-6485-4a5f-85de-b6c3b1e611af\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39183,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Wayne Nocturne\",\n        \"EmploymentDate\": \"2017-01-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fc0af13a-33d2-4619-b207-4683082dd449\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73108,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"John Wayne Nocturne FAAAAAAAAAAKE\",\n        \"Ref\": 12,\n        \"EmploymentDate\": \"2017-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"176d0433-93c6-4f72-9db0-479728949e88\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41551,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Johnny \\\"I'm freezing\\\" Heinz \\\"It's cold\\\" North \",\n        \"EmploymentDate\": \"2017-03-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d3a250d7-c9ae-4a03-a8b7-5571bb172d6f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21729,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Johnny Bravo\",\n        \"Ref\": 21729,\n        \"EmploymentDate\": \"2015-01-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bd13688a-377a-40a8-8b49-ad3ad981cf1b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36666,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Johnny Johnson\",\n        \"EmploymentDate\": \"2016-08-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ddd4c077-1b4e-4a2c-8673-67fc3ab1e67d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19871,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"johnny testawa98\",\n        \"Ref\": 19871,\n        \"EmploymentDate\": \"2012-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d807886a-c926-4b65-9f4b-2849d5778b96\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18777,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"johnny testaway\",\n        \"Ref\": 18777,\n        \"EmploymentDate\": \"2011-04-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"60ec1bd7-7d2b-4fef-a6dd-2df96bc321c5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18792,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"johnny testaway\",\n        \"Ref\": 18792,\n        \"EmploymentDate\": \"2013-10-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"44ee1650-1309-4a50-923f-1b6a28b46e70\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18959,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Johnny Testaway\",\n        \"Ref\": 18959,\n        \"EmploymentDate\": \"1999-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4df688c6-8a1f-461f-9a37-2f29a524248e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18761,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"johnny testaway (18761)\",\n        \"Ref\": 18761,\n        \"EmploymentDate\": \"2011-04-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3bcdfa69-4a03-46bf-a33c-85ddf57e1910\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18793,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"johnny testaway (18793)\",\n        \"Ref\": 18793,\n        \"EmploymentDate\": \"2011-04-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5696d874-f12d-437e-b23c-5a5b238ba918\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19863,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"johnny testaway4\",\n        \"Ref\": 19863,\n        \"EmploymentDate\": \"2012-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4f4a9911-2824-4668-98dd-f4f72c3becfb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19865,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"johnny testaway7\",\n        \"Ref\": 19865,\n        \"EmploymentDate\": \"2012-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4a5ed22c-2892-491c-8fba-baa475a848e7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19870,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"johnny testaway8\",\n        \"Ref\": 19870,\n        \"EmploymentDate\": \"2012-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6fd773f4-c1d0-46ba-aa80-a7f2c3cb09e3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19872,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"johnny testaway9\",\n        \"Ref\": 19872,\n        \"EmploymentDate\": \"2012-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"55e56416-f6f4-45ad-9c52-d48cdade8154\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75942,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jonas API Test User (DO NOT TOUCH!)\",\n        \"EmploymentDate\": \"2018-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3eed728e-f60b-4228-84a9-b810f8b9fe66\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72331,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jonas Basic\",\n        \"EmploymentDate\": \"2017-04-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"db142d5f-4cb1-42df-80d0-37725dfd00ff\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75595,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jonas Scheduling\",\n        \"EmploymentDate\": \"2017-12-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fc2ddb14-13e2-43be-891c-110c7dd81a6d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41113,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jonas Test User\",\n        \"EmploymentDate\": \"2017-02-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"42b2f1ec-4c75-4546-a3aa-e52eb2b39b72\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81864,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jonas testr\",\n        \"EmploymentDate\": \"2022-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e6a71191-7490-4d5e-bdaf-0544d359b24e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80928,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jones Bonham\",\n        \"EmploymentDate\": \"2020-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b8785ed2-8002-4c6f-9fc4-abfca17333fe\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21237,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jorge Lighthouse\",\n        \"Ref\": 21237,\n        \"EmploymentDate\": \"2014-05-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"18042e05-2ae1-4af5-a7a4-6e066f17e6eb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 17961,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jørgen Lysgaard\",\n        \"Ref\": 17961,\n        \"EmploymentDate\": \"2009-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"21ee147d-858e-4ae7-b3e0-f75839c044a5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41332,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jørgenbhjgj\",\n        \"EmploymentDate\": \"2017-02-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"32517e7e-a8c5-43b7-a0b3-cc3396d4f800\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18979,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Joshua Magpantay\",\n        \"EmploymentDate\": \"2011-08-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a04182b3-35c0-482f-8d9f-bad54c3bd092\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81679,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Joshua Magpantay\",\n        \"EmploymentDate\": \"2020-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayCorrContract\": 5,\n        \"HoliDayExtra\": 5,\n        \"HoliDayQty\": 35,\n        \"HoliRest\": 35,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6d6f2627-559c-4219-be06-ee5d4f838aa0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82031,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Joshua Magpantay\",\n        \"EmploymentDate\": \"2022-04-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"44b2d01d-c7c4-4a74-93c3-48de4a6fd377\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77929,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Json Web\",\n        \"EmploymentDate\": \"2019-01-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayTransferred\": 25,\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 50,\n        \"HoliRest\": 50,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"74228eec-d789-47f7-b3e2-4f76306e74e2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80594,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Json Web 2\",\n        \"EmploymentDate\": \"2019-01-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"407d62bf-565f-4d7c-b200-5978d3b83bf3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80262,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Json Web ADV\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d94d9e8a-dcfb-478a-8016-286901b44ad6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77872,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Json Web BU\",\n        \"EmploymentDate\": \"2019-01-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"464fd4d8-ea64-4283-9494-ff810f7df46a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72590,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JT advanced user\",\n        \"EmploymentDate\": \"2017-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4f93c21e-02da-4045-9064-1117db0ffd0f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72591,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JT Basic\",\n        \"EmploymentDate\": \"2017-05-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"53a3dfd2-35ca-418f-b84c-72d650f7505e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35729,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Julian P J\",\n        \"EmploymentDate\": \"2016-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4dca6f31-4d50-453b-b806-18237d169875\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81696,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Jun Garcia\",\n        \"EmploymentDate\": \"2021-10-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"40f06ee3-f4ad-4dec-b81f-c337d2a2d615\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21639,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Justin Powell\",\n        \"Ref\": 21639,\n        \"EmploymentDate\": \"2014-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"620d7a0f-2381-46e2-a0cb-0cdd3c67a686\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75496,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JW Admin Access\",\n        \"EmploymentDate\": \"2017-11-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f438203b-a321-4a4f-8189-4ad8ebdfd95e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75565,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JW Agent scheduling resource\",\n        \"EmploymentDate\": \"2017-12-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ea90bfce-5957-4816-89c2-926e92b1e47e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75495,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JW Basic Access\",\n        \"EmploymentDate\": \"2017-11-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2181ecde-183c-4ce4-a1ba-730a7caa972e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72480,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JW Basic User\",\n        \"EmploymentDate\": \"2017-04-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"04b3f8d8-072e-488c-bff2-fe8ee27f2e3d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78280,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JWS Account\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2f105d62-3651-4d0d-86c7-7a5f67b22b1d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78279,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JWS Holding \",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"22d2e9f4-c874-429e-87f3-ead3b5bd8adf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73182,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JW's hotdog\",\n        \"EmploymentDate\": \"2017-09-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a9c5d14f-8ac5-4311-9bf0-cba394b53ebc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75773,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JW's Moving Employee\",\n        \"EmploymentDate\": \"2018-03-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bb797f64-c09a-4646-a945-2633908129fe\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75492,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JW's scheduling resource\",\n        \"EmploymentDate\": \"2017-11-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1743f64a-35a4-4797-a507-7bef600dedc8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78282,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"JWS WA\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3bf72389-7537-4ac9-81cf-827efefd34e1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80872,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kardel Sharpeye\",\n        \"EmploymentDate\": \"2020-04-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ce76d787-2b65-4b75-b7b8-b02302394084\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36953,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Karina Advanced User\",\n        \"EmploymentDate\": \"2016-09-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8acc0133-74f9-4512-a1eb-28405cf07be1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36957,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Karina Basic User\",\n        \"EmploymentDate\": \"2016-09-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3424e6da-eff6-4312-b09c-ed29718c98d2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36697,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Karina Rivera\",\n        \"EmploymentDate\": \"2016-09-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"59858cca-4772-4e9f-9d21-0e78f2ad04c5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80938,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Karl Smart Advance\",\n        \"EmploymentDate\": \"2020-05-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7f771fbc-ac62-4a55-b1e9-c7cdc2d3d482\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18343,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Karloz Bronzon\",\n        \"Ref\": 18343,\n        \"EmploymentDate\": \"2010-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e667f3d8-dbc5-4118-ad3d-99ad9700c788\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18224,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kasper Sonn\",\n        \"Ref\": 18224,\n        \"EmploymentDate\": \"2009-11-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7d9a5aa4-5e06-482d-95bb-2ca4d20fada0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80367,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Katarina Afterparty Gadget\",\n        \"EmploymentDate\": \"2019-11-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"41bd0771-888a-4300-9da4-098114047411\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35534,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kathrine Douglas\",\n        \"Ref\": 35534,\n        \"EmploymentDate\": \"2016-04-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5214ae76-758b-4c18-9ac5-275b3fe31418\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73154,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Katie O'Malley\",\n        \"EmploymentDate\": \"2017-09-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8ac97d4e-b2f7-4807-aa9a-1a204d50f184\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35865,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kayle Silversea\",\n        \"EmploymentDate\": \"2016-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f63111ca-195d-42c7-a2ad-8f7f1ac71f71\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80591,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"kebab\",\n        \"EmploymentDate\": \"2020-01-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e35f3992-6e95-4b2c-bee8-93aedb770820\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80848,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ken Dee\",\n        \"EmploymentDate\": \"2019-08-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7e0ba548-4df4-4729-b84a-ea9bd2c413ea\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80849,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ken See\",\n        \"EmploymentDate\": \"2018-10-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5e9f5f1d-758a-4318-a97e-d1517a5bdd8e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80847,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ken Yu\",\n        \"EmploymentDate\": \"2020-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"10268842-6612-44b1-8501-33e1b7a3a0e0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34895,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kenneth Weesgaard\",\n        \"Ref\": 34895,\n        \"EmploymentDate\": \"2015-11-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ca903114-bd11-4661-99c7-9995baad4369\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20557,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kenny Abercrombie Truman \",\n        \"Ref\": 20557,\n        \"EmploymentDate\": \"2013-08-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"458d3f72-7d9d-4bd1-99c7-3400d00104f6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 16143,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kevin \\\"Storage Provider\\\" Gates\",\n        \"Ref\": 16143,\n        \"EmploymentDate\": \"2016-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"caa9e241-fc61-4086-901c-fd214e685ffe\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77311,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kevin kevin\",\n        \"EmploymentDate\": \"2018-08-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3c1579bd-b959-4c1a-a150-7cb4617554b4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77312,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kevin kevin (77312)\",\n        \"EmploymentDate\": \"2018-08-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0929b545-354e-480b-b127-8b6c394fe561\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81630,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Key Peele\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"07d455bd-a0a5-4e1a-b043-9ebdf8536c30\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19864,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kimberly Schmidt\",\n        \"Ref\": 19864,\n        \"EmploymentDate\": \"2012-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"36babd14-6500-4ce9-a9b4-a5e50f610803\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21575,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kingston Alvin Garvin\",\n        \"Ref\": 11017,\n        \"EmploymentDate\": \"2014-11-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7b4fbf37-ef5d-4d70-9fb8-44f443ab47dd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41094,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kingston X Hyper \",\n        \"EmploymentDate\": \"2017-02-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2d433199-a43f-46ec-b9bb-044d21144362\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19148,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Klarlund\",\n        \"Ref\": 19148,\n        \"EmploymentDate\": \"2013-06-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c8bb4e2a-462f-4b94-86c8-658ef6a02d28\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19282,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Klaus Larsen\",\n        \"Ref\": 19282,\n        \"EmploymentDate\": \"2011-10-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"dda24c1a-be16-4ec0-a542-36e5b3d2eb4b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36664,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kondwani Nankhumwa\",\n        \"EmploymentDate\": \"2016-08-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9cd77b23-1cc7-4b0c-b24b-8ad82200fc57\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36195,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kong Kæphøj\",\n        \"Ref\": 666,\n        \"EmploymentDate\": \"2016-07-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6f5afd77-00e6-4919-8998-d9a279bc4db2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81974,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Konrad Perko\",\n        \"EmploymentDate\": \"2022-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1c9c0650-210a-4e32-8ed4-3b901a09686c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75722,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Korea Social Eating\",\n        \"EmploymentDate\": \"2018-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e86093f1-0a81-45d4-bb82-c1274acb8905\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76074,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kristen Lydon\",\n        \"EmploymentDate\": \"2018-05-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f730ff26-6eac-46e9-82a4-66b5570c6505\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34867,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Kurt Klein\",\n        \"Ref\": 34867,\n        \"EmploymentDate\": \"2015-11-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"62e69382-f962-4f91-86f1-dab95b05b255\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41395,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"lacky tacky\",\n        \"EmploymentDate\": \"2017-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"36779fe4-4c1c-4af0-8ed6-105f7c2458df\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81262,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lance Basic User\",\n        \"EmploymentDate\": \"2020-12-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 17.9,\n        \"HoliDayQty\": 17.9,\n        \"HoliRest\": 17.9,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"66aa6b7b-4560-4777-be6f-26a7f62fe331\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81261,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lance Tungcul\",\n        \"EmploymentDate\": \"2020-12-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 17.9,\n        \"HoliDayQty\": 17.9,\n        \"HoliRest\": 17.9,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a529d07d-9b00-46f2-9a60-249000dfafa5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21942,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lanterns ring\",\n        \"Ref\": 21942,\n        \"EmploymentDate\": \"2015-03-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ae2773df-fba0-4d54-8bb6-e027dd9f210c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41172,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lars Eric Svendeborg\",\n        \"EmploymentDate\": \"2017-02-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1315c8eb-c191-4918-8a0c-de2c04441dc5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22589,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lars Larsen\",\n        \"Ref\": 22589,\n        \"EmploymentDate\": \"2015-09-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"77b3b319-9194-4f31-a89d-f3f50ccc2440\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41549,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lars Larsen \\\"><script>alert(\\\"!\\\")</script> (41548) (41549)\",\n        \"EmploymentDate\": \"2017-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ac5807a8-f7e8-4cbd-85a1-e68428184c01\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41548,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lars Larsen (41548)\",\n        \"EmploymentDate\": \"2017-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9ed84aef-d185-4eb3-8d18-40a3d148939f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41550,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lars Larsen (41548) (41549) (41550)\",\n        \"EmploymentDate\": \"2017-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8289d849-4cb3-4b30-b71b-9a7b2b1af6b8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75602,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lars von T\",\n        \"EmploymentDate\": \"2017-12-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2f925355-73ec-4c30-aa1c-32420ca67c72\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41391,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lassi (41391)\",\n        \"EmploymentDate\": \"2017-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fd6b768c-fb01-4a2f-89fb-f581dbb6f714\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19299,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Latrina Mirza\",\n        \"Ref\": 19299,\n        \"EmploymentDate\": \"2011-10-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"01a29c56-b32f-4285-a4ec-834dd4804d56\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41341,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lau Basic\",\n        \"Ref\": 5,\n        \"EmploymentDate\": \"2017-02-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"26d0448a-97f6-4e50-aecd-5aaff8fc288c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41615,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lau Basic (Duplicate)\",\n        \"EmploymentDate\": \"2017-02-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6799c0cd-1e53-429b-8466-450e10478e22\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41568,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lau depx\",\n        \"EmploymentDate\": \"2017-03-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b0e4a44a-0485-48d0-b3aa-30919816bb6f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41569,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lau depx (41569)\",\n        \"EmploymentDate\": \"2017-03-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cb945d9a-d73c-463e-918b-d3365a9cd530\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40894,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lau Laursen\",\n        \"EmploymentDate\": \"2017-01-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"009fe254-6910-4757-a826-3d2d29a3a51e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81024,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lelito\",\n        \"EmploymentDate\": \"2020-08-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayExtra\": 100,\n        \"HoliDayQty\": 125,\n        \"PaidHoliUsed\": 6,\n        \"HoliUsed\": 6,\n        \"HoliRest\": 119,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3433fd97-a3fe-4539-9807-a8f42e94f47b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72907,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"LILLE IS\",\n        \"EmploymentDate\": \"2017-08-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"857ce965-994b-44ba-afe5-da4af2419119\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41427,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lilly Jensen\",\n        \"EmploymentDate\": \"2017-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fb8646a5-9ef4-4265-8d39-ea247f62e700\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75684,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Linas\",\n        \"EmploymentDate\": \"2018-01-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"838cef8c-17dc-4ed5-9f03-9763e1983e2f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36627,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Linda Chrisey\",\n        \"EmploymentDate\": \"2016-08-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2a228f28-35d7-4456-bdd8-e2ceb531f0d1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76240,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Link\",\n        \"EmploymentDate\": \"2018-07-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5d918ff3-0930-4ae9-a0b8-23ea1118d955\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19860,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lise Hansen\",\n        \"Ref\": 19860,\n        \"EmploymentDate\": \"2012-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e845a3fb-98a5-40c2-9b40-583bb2b7f867\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40893,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Litora Adipiscing\",\n        \"Ref\": 12345,\n        \"EmploymentDate\": \"2012-03-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1c638fab-8182-41fd-92ed-c2f6ef628962\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72890,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Little Man (72890)\",\n        \"EmploymentDate\": \"2017-08-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f405ab89-0311-46a3-936b-441ab3b26646\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41175,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"littleman Moe\",\n        \"EmploymentDate\": \"2014-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b4769ee1-4811-44af-a96f-2707d2262ef2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72906,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"lolandia\",\n        \"EmploymentDate\": \"2017-08-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0b745d32-0142-445d-85ef-d73241ceba31\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21364,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lori Clark\",\n        \"Ref\": 21364,\n        \"EmploymentDate\": \"2014-09-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5137dd8f-ec88-470b-97d2-ef059f9a2c74\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21601,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lori Miller\",\n        \"Ref\": 21601,\n        \"EmploymentDate\": \"2014-11-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"03e0ac3d-7f16-4eb7-a77b-ac734c1f7e13\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21642,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Louise Simmons\",\n        \"Ref\": 21642,\n        \"EmploymentDate\": \"2014-11-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e8fc67f9-150a-481f-8aad-3c0b67f1b25d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81338,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lukasz Kaldunski edt 2\",\n        \"EmploymentDate\": \"2021-01-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 15.47,\n        \"HoliDayQty\": 15.47,\n        \"HoliRest\": 15.47,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3b9d30ae-9849-4097-af8e-95b9f38b9dcf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81938,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"lukasz_admin\",\n        \"EmploymentDate\": \"2022-02-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a7e60058-dc0f-47ec-9b04-96180490b26a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81939,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"lukasz_advanced\",\n        \"EmploymentDate\": \"2022-02-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e5eebd6a-f648-49ac-9a91-8253de7e3d38\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37155,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Luke Cage\",\n        \"EmploymentDate\": \"2016-10-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d139fbb0-10aa-4d94-907d-db27ad406387\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22230,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Lý Tự Trọng\",\n        \"Ref\": 2306,\n        \"EmploymentDate\": \"2010-01-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d18fa836-cab7-4cca-aa2d-fe80749a4b30\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81646,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Maciej Grzesiak\",\n        \"EmploymentDate\": \"2021-10-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9a6349cd-61e8-4a7f-af63-d78200b893c6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81090,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Maciej Lelito\",\n        \"EmploymentDate\": \"2020-09-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 23.93,\n        \"HoliDayQty\": 23.93,\n        \"HoliRest\": 23.93,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8cf323f1-d07b-424e-96fa-d63f41706f29\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34888,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"máds\",\n        \"Ref\": 34888,\n        \"EmploymentDate\": \"2015-11-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"90541642-9ac2-4719-8378-82a9a40524a2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18750,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Magnus Dauv\",\n        \"Ref\": 11044,\n        \"EmploymentDate\": \"2011-04-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f6b02ef9-9bcf-4f24-85c6-cf9ab4432a91\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18929,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Magnus og Myggen\",\n        \"Ref\": 1234567890,\n        \"EmploymentDate\": \"2011-07-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3af6ec69-6161-46e6-8f81-49d6037df817\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72499,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Magnus og Myggen 2\",\n        \"EmploymentDate\": \"2017-05-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d9ff6853-d283-4fd3-a5f7-f011d3ecafaa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76068,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Magnus og Myggen 2 (76068)\",\n        \"EmploymentDate\": \"2018-05-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"19fa91e8-4924-419f-9030-80e4789fff52\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75774,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Magnus og Myggen Advanced\",\n        \"EmploymentDate\": \"2018-03-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"daeb6574-8cdd-441d-aabb-a46be93d20c3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 23021,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Management\",\n        \"Ref\": 23021,\n        \"EmploymentDate\": \"2015-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d4d3ef47-cd83-45dc-9b06-95be5f8ddb16\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76079,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Management (76079)\",\n        \"EmploymentDate\": \"2018-06-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"88c70dbb-f651-4b69-b9cc-7b099b13cb0b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77345,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ManagementTest\",\n        \"EmploymentDate\": \"2018-09-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7f4205f0-2d2a-4fc6-b739-beb20c1bb050\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81964,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Manager One\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ba89e52d-53a4-4fb8-9458-b810ba2a3b4a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82003,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Manager Two\",\n        \"EmploymentDate\": \"2022-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"461eee36-bdf1-425e-91cf-1d9bcdfb5840\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77305,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Marcus-Kim Wayne\",\n        \"EmploymentDate\": \"2018-08-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"25c45164-696b-4047-9914-a3f1561811d8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81109,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Marek Kawa Admin\",\n        \"EmploymentDate\": \"2020-10-06T00:00:00.000Z\",\n        \"ResignedDate\": \"2022-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 22.62,\n        \"HoliDayQty\": 22.62,\n        \"HoliRest\": 22.62,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"29fee662-80cc-4d55-941c-f28bed900ed3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81110,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Marek Kawa Basic\",\n        \"EmploymentDate\": \"2020-10-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 22.62,\n        \"HoliDayQty\": 22.62,\n        \"HoliRest\": 22.62,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4c46765e-e909-4312-98b6-0528bd8e428d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81128,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marek test2\",\n        \"EmploymentDate\": \"2020-10-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 22.06,\n        \"HoliDayQty\": 22.06,\n        \"HoliRest\": 22.06,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f7fad615-7db5-4402-b2d7-325c9672320f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81863,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marek_pending_test\",\n        \"EmploymentDate\": \"2022-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bb75a7fa-9260-42ac-812a-b7a4ae378f96\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81865,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marek_ttt\",\n        \"EmploymentDate\": \"2022-02-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"00be1be4-60a6-4640-8c34-b0934e4e2ae3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81979,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marek_www\",\n        \"EmploymentDate\": \"2022-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"485e59bb-ae20-45a4-acae-8ab8c96d5ddb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81827,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marek12345\",\n        \"EmploymentDate\": \"2022-01-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c2f09de2-d7e1-4bc8-a6a8-7c163ca4b239\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81828,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marekaaaaa\",\n        \"EmploymentDate\": \"2022-01-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"90c7d54b-844d-46da-8bdc-aa314c27c88e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81860,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marekafafaf4\",\n        \"EmploymentDate\": \"2022-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4206619d-cbb1-4a9d-999f-cd44dc20a67e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81861,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marekafafaf5\",\n        \"EmploymentDate\": \"2022-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2e23f40d-eb3e-4251-9dee-e48eb1134bdc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81862,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marekafafaf6\",\n        \"EmploymentDate\": \"2022-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"98862e61-c9e0-494a-92c7-84e030c0f1d1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81856,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marekafafafa\",\n        \"EmploymentDate\": \"2022-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a3e25803-86bc-482e-9894-b5075ccdf09a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81857,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marekafafafa2\",\n        \"EmploymentDate\": \"2022-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3a8836a2-344b-490d-8b67-bb67990427dc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81853,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marekbbb\",\n        \"EmploymentDate\": \"2022-01-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d7e60358-042e-41a8-b2a2-775b8a0fe785\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81854,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"marekccc\",\n        \"EmploymentDate\": \"2022-01-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6edc9589-736c-436d-8a95-2e5e93e39632\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81500,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MarekConversationTest\",\n        \"EmploymentDate\": \"2021-05-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 7.99,\n        \"HoliDayQty\": 7.99,\n        \"HoliRest\": 7.99,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2f74e2c3-04c9-4ce2-a437-96198dc11f28\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37654,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Margot Bergmans\",\n        \"EmploymentDate\": \"2016-11-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"71e93a7f-e659-426b-a7f6-4835c367d766\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18734,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Maria Jensen\",\n        \"Ref\": 18734,\n        \"EmploymentDate\": \"2011-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ed222091-c5dc-4cf2-bbd8-765bfd82628a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77438,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Marie Moore\",\n        \"EmploymentDate\": \"2018-09-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f928a0a0-edd6-402f-83b7-dafacb9448bf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21133,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Marilyn Phillips\",\n        \"Ref\": 21133,\n        \"EmploymentDate\": \"2014-03-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ff5f73b8-eb46-483a-936e-b32e3595957e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81651,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mark Andrew Manoy\",\n        \"EmploymentDate\": \"2021-10-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"becaf025-744c-4ee8-ab88-cba3e7507fb5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36622,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mark Basic User\",\n        \"EmploymentDate\": \"2016-08-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3408207c-c728-480a-b82f-8ffd300666ca\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41397,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"mark dark\",\n        \"EmploymentDate\": \"2017-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"13350aec-64b7-4c75-b659-0ef27915ba13\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80742,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mark Hunter\",\n        \"EmploymentDate\": \"2020-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d1ffab38-a773-4c38-9c38-1e93cbc68094\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19861,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mark Lenti\",\n        \"Ref\": 19861,\n        \"EmploymentDate\": \"2012-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 2,\n        \"HoliUsed\": 2,\n        \"HoliRest\": 23,\n        \"CompIni\": \"BBA\",\n        \"M2\": 1,\n        \"M12\": 1,\n        \"UniqueId\": \"93a85231-15a1-4f29-b559-282409513cc1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35067,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mark Lenti Advanced User\",\n        \"Ref\": 35067,\n        \"EmploymentDate\": \"2016-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4cc5bf36-04cb-4713-b892-c5f34b8397c4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36245,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mark Lenti Basic User\",\n        \"Ref\": 11094,\n        \"EmploymentDate\": \"2016-07-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e73d6fd5-152f-4063-930d-48f3ba76fc00\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81134,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mark Lenti the manager\",\n        \"EmploymentDate\": \"2020-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3ac31d09-c647-490e-853f-c1459deb3b39\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80816,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Marky Min\",\n        \"EmploymentDate\": \"2020-04-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f5ac4b55-f194-4698-88b4-0e88c5eb0af2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21643,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Marshall Perez\",\n        \"Ref\": 21643,\n        \"EmploymentDate\": \"2014-11-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8125afe6-e54a-49ce-bcc6-64851ad44fa3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21651,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Marshall Perez\",\n        \"Ref\": 21651,\n        \"EmploymentDate\": \"2014-11-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4e34d073-8869-43be-8c4b-8e40926e8f6e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73073,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Martin\",\n        \"EmploymentDate\": \"2017-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7aadf34b-751d-45e2-971c-3edd5e25efb2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77304,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Martin #5\",\n        \"EmploymentDate\": \"2018-08-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ecfb4c97-a1d2-4eea-aa7e-b9624a576c28\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75685,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Martin Awesome Puge\",\n        \"EmploymentDate\": \"2018-02-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"49422b24-5f9e-431c-be84-5776a08064f3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35174,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Martin Freeman\",\n        \"Ref\": 35174,\n        \"EmploymentDate\": \"2016-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7fd1467f-b14f-463e-8313-52221779b1d8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41426,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Martin Jensen\",\n        \"EmploymentDate\": \"2017-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d0a36ef1-e001-4424-aa10-72adf97e38fb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40838,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Martin kostsalg\",\n        \"EmploymentDate\": \"2017-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5f2e7c27-253e-4f7a-8a8f-d25cc51b2593\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77306,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Martin Puge #3\",\n        \"EmploymentDate\": \"2018-08-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"02f8f93e-fc44-47fc-801e-0904bdfe1548\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 23138,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Martini Noobson\",\n        \"Ref\": 1234,\n        \"EmploymentDate\": \"2015-10-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"eec03925-4d92-4ef2-8010-132c8441dac8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40839,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MartinKost\",\n        \"EmploymentDate\": \"2017-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2007fdf5-6ae5-4b91-9f4a-4dddc386ffa2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76063,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MARY CHIA\",\n        \"EmploymentDate\": \"2018-05-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"50255e0d-7263-43a7-939d-d12e80174cf3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80259,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mary Graham\",\n        \"EmploymentDate\": \"2019-11-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"85476fba-a299-4f2d-bd8c-35707e1384fb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80009,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mary Krismas\",\n        \"EmploymentDate\": \"2019-09-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"30bb6d7e-e55d-4fc1-a106-2f576b248565\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40829,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mashed PotatoHead47\",\n        \"EmploymentDate\": \"2017-01-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1545dfec-1f92-42ba-a4e2-c189a94c2171\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37099,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mathias\",\n        \"EmploymentDate\": \"2016-10-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7b8cdaff-7e94-475b-9a82-a55f2825360f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35029,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mathias Casper Hansen\",\n        \"Ref\": 35029,\n        \"EmploymentDate\": \"2016-02-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"506305e9-63ee-47b0-bef1-f409fd99bb98\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20985,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mathias Møldrup\",\n        \"Ref\": 20985,\n        \"EmploymentDate\": \"2014-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"063be364-62d6-4077-a396-488ebbd8a070\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80839,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Max Portnew\",\n        \"EmploymentDate\": \"2019-10-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"08b8ef3b-9ed7-44c2-96ff-b90c955cef81\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72460,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"McDonalds Employee\",\n        \"EmploymentDate\": \"2017-04-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9f66db78-2c6b-4ee5-be3b-d600713197b1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40892,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"mcman\",\n        \"EmploymentDate\": \"2017-02-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3102ff88-3c61-4197-b006-c715e216337f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39045,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Medarbejder Uden WB\",\n        \"EmploymentDate\": \"2016-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"81b15cf9-259a-4231-a482-d0a1ac35b636\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21777,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Methi Kreesen\",\n        \"Ref\": 21777,\n        \"EmploymentDate\": \"2015-02-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c6b75ff3-7e33-4b28-9979-60172f09c3a2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81163,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mette Basic User\",\n        \"EmploymentDate\": \"2020-11-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 19.63,\n        \"HoliDayQty\": 19.63,\n        \"HoliRest\": 19.63,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b5ce13cc-4582-40dc-9083-e1332d260777\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19859,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mette T Hansen\",\n        \"Ref\": 123123,\n        \"EmploymentDate\": \"2012-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"71d0f110-9532-4656-808e-2e7b73617897\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80811,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mette2\",\n        \"EmploymentDate\": \"2020-12-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 18.6,\n        \"HoliDayQty\": 18.6,\n        \"HoliRest\": 18.6,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6de4f9ff-ecc1-4ec1-886c-c9e7368c4a34\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36954,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MF's adv finance user\",\n        \"EmploymentDate\": \"2016-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9c599a95-7186-41e5-897b-a78599a4721d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81445,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MG_GSR\",\n        \"EmploymentDate\": \"2021-04-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 9.93,\n        \"HoliDayQty\": 9.93,\n        \"HoliRest\": 9.93,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"31474b98-4433-414f-ad99-1cfaea8fd329\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19029,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MHK2\",\n        \"Ref\": 19029,\n        \"EmploymentDate\": \"2011-09-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ec1f9a7c-fe09-4642-bd43-76f5602c47be\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22834,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling\",\n        \"Ref\": 22834,\n        \"EmploymentDate\": \"2015-09-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayTransferred\": 5,\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 30,\n        \"HoliRest\": 30,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"34403663-51b0-4e74-a906-ae0035c81c51\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35003,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling /&* Basic\",\n        \"Ref\": 35003,\n        \"EmploymentDate\": \"2016-01-28T00:00:00.000Z\",\n        \"ResignedDate\": \"2029-08-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0edbcc29-fdc8-4b2c-8841-d55e917d8626\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36967,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling Advanced\",\n        \"EmploymentDate\": \"2016-09-27T00:00:00.000Z\",\n        \"ResignedDate\": \"2026-12-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"049ab616-214b-4cba-9ad0-fd0f1c543bc6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81247,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling Bad 2\",\n        \"EmploymentDate\": \"2017-08-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d5198567-8e7d-4c7a-bf05-82cae48bd03b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72335,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling Bad Test <div>\",\n        \"EmploymentDate\": \"2017-04-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b6fe6435-c5f7-4d39-80f9-1ef72518ba44\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72373,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling Group\",\n        \"EmploymentDate\": \"2017-04-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2494986f-9fa8-498b-8d18-4386a982a6ef\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80179,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling GSR?\",\n        \"EmploymentDate\": \"2019-11-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b6ab2302-cb75-4bc7-955a-8ffc700cc0bf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73117,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling NoAccess\",\n        \"EmploymentDate\": \"2017-09-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"72252e84-571e-4912-8c43-4495bdda7998\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72895,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling Reset\",\n        \"EmploymentDate\": \"2017-08-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"416c8345-5eb8-4f49-abcb-1a2ea21dc329\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72896,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling Reset 2\",\n        \"EmploymentDate\": \"2017-08-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d8b1a1f6-37df-41cb-973e-0a1dacdde4d1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40902,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling Scheduling\",\n        \"EmploymentDate\": \"2017-02-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"afc193fd-1936-4a94-95c4-de54d9acb71f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81082,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling SoonDeac\",\n        \"EmploymentDate\": \"2020-09-10T00:00:00.000Z\",\n        \"ResignedDate\": \"2021-06-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 24.35,\n        \"HoliDayQty\": 24.35,\n        \"HoliRest\": 24.35,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"084d8a35-a33f-4322-bb29-90c78189add1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41120,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling Tester 1\",\n        \"EmploymentDate\": \"2017-02-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0f623ac5-9a75-4aec-a321-4f32138c94c3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41121,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling Tester 2\",\n        \"EmploymentDate\": \"2017-02-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cc944182-e4f6-4a00-af8c-7be413f5e93f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41122,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling Tester 3\",\n        \"EmploymentDate\": \"2017-02-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4e10b63e-6845-4ca0-b7b3-25ba1805f649\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78155,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Magling The New\",\n        \"EmploymentDate\": \"2019-04-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"176f6140-2b84-4891-b1d3-f34f6d79837c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41462,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Reinwaldt\",\n        \"EmploymentDate\": \"2017-03-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3a5fb83b-7046-4ee2-8308-7c648321db8f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81310,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michael Siemieniuk\",\n        \"EmploymentDate\": \"2021-01-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.45,\n        \"HoliDayQty\": 16.45,\n        \"HoliRest\": 16.45,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7b4456b6-9b99-41e4-99be-424d8e5461bd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21644,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Michelle Thompson\",\n        \"Ref\": 21644,\n        \"EmploymentDate\": \"2014-11-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"82097f23-f427-4d75-b941-39c6ff607564\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19498,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mickey Mouse\",\n        \"Ref\": 19498,\n        \"EmploymentDate\": \"2012-02-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fe1e993b-3fb4-4857-bb89-72a43b2b9a70\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18751,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Miliassa Misca\",\n        \"Ref\": 18751,\n        \"EmploymentDate\": \"2011-04-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"644e1482-050e-4a90-92dd-ce687267e8d5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19028,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Milsen\",\n        \"Ref\": 19028,\n        \"EmploymentDate\": \"2011-09-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a8d86bb4-edbd-49a5-a6b0-308eba87db9e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78057,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mira Ilieva\",\n        \"EmploymentDate\": \"2019-02-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8f330882-d51d-418c-9545-73d922aa7566\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81795,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mister Absent\",\n        \"EmploymentDate\": \"2019-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"dde26d0a-3128-4d23-abd0-1eb7cafea971\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81796,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mister Absent 2\",\n        \"EmploymentDate\": \"2019-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7dd95fa7-8862-4ea9-ab9e-693208fdc15c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73127,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mister Designer Man\",\n        \"EmploymentDate\": \"2017-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"48eccae5-a4e3-411b-9d75-3dc7aef4a460\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80707,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mister Zero\",\n        \"EmploymentDate\": \"2020-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c332f03f-c8ba-4127-a6c5-5c16ce28d1fc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80017,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ML imported\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"24f3cacb-a720-4b9b-8692-c36e062a317e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41463,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MMSI <div class=\\\"ScInTest\\\"></div><script>var x=$(\\\".ScInTest:not([id])\\\");x.uniqueId();var y=\\\"#\\\"+x.attr(\\\"id\\\");alert(\\\"E$MMSI: \\\" + $(y).closest(\\\".workBookPage\\\").attr(\\\"filelocation\\\") + \\\", \\\" + $(y).parent().attr(\\\"class\\\"))</script>\",\n        \"EmploymentDate\": \"2017-03-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5e0bffbe-b0cf-436d-b00c-2f25a68476d3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79796,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mobile user\",\n        \"EmploymentDate\": \"2019-08-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c6712695-2613-4ab4-b58e-6311983304e9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22061,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mogens Hammer\",\n        \"Ref\": 22061,\n        \"EmploymentDate\": \"2015-05-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 14,\n        \"HoliUsed\": 14,\n        \"HoliRest\": 11,\n        \"CompIni\": \"BBA\",\n        \"M12\": 14,\n        \"UniqueId\": \"9afd6bf1-c31c-4611-ac78-58e04ebf6ce1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36702,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mogens Mortensen\",\n        \"EmploymentDate\": \"2016-09-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"84358460-6394-4512-b5f7-27f0024878ff\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40869,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"mong\",\n        \"EmploymentDate\": \"2017-01-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d2e596f9-eed0-4d3c-ad60-88a38c28b8de\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72781,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Monster cookie\",\n        \"EmploymentDate\": \"2017-07-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b88225a8-c06c-4b0f-97f4-0765ce5b551a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72417,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Advanced\",\n        \"EmploymentDate\": \"2017-04-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8824956c-5628-4408-9bbf-73af5fe98d3f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80177,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Advanced Duplicate\",\n        \"EmploymentDate\": \"2017-04-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b4a886ac-fbe7-4b83-b0fc-9bb1e1e11bbe\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80178,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Advanced Duplicate2\",\n        \"EmploymentDate\": \"2017-04-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c6b85664-ec55-4210-8709-60a2a3e031b4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35153,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Advanced Test\",\n        \"EmploymentDate\": \"2016-07-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e481140b-03ff-4862-9063-7037c026ab28\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38011,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Basic Test\",\n        \"EmploymentDate\": \"2016-11-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"86515119-acf3-4610-be24-c614d80ad99f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 30713,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Brandt\",\n        \"Ref\": 30713,\n        \"EmploymentDate\": \"2015-10-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3810f75b-1791-42cd-8ebd-3910da4a7c8f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35132,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Elbæk\",\n        \"Ref\": 35132,\n        \"EmploymentDate\": \"2016-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"922ea98a-ecc6-4a4f-97de-50ca24d86c5f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35533,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Frost\",\n        \"Ref\": 35533,\n        \"EmploymentDate\": \"2016-04-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1e931347-3550-4b82-80ec-3ad1e4d3bcb9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72998,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Gejbøl Hausted\",\n        \"EmploymentDate\": \"2017-08-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 2,\n        \"HoliUsed\": 2,\n        \"HoliRest\": 23,\n        \"CompIni\": \"BBA\",\n        \"M4\": 1,\n        \"M5\": 1,\n        \"UniqueId\": \"346b5e9d-ddab-4012-b4e9-8b42d921d901\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80170,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Hausted Advance\",\n        \"EmploymentDate\": \"2019-11-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ad3dd3a5-473b-4c9d-91ba-41399fe261f4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78080,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Hausted Basic\",\n        \"EmploymentDate\": \"2020-02-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"377787c3-c57f-4665-9358-860781bcf9cf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20544,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Jensen Danmark\",\n        \"Ref\": 20544,\n        \"EmploymentDate\": \"2013-08-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"373abfd4-b3af-465a-934a-0795359313ee\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35169,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Liebmann\",\n        \"Ref\": 35169,\n        \"EmploymentDate\": \"2016-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b7db7d1c-c9ba-4ca7-9f68-df0ffa8d55a9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21731,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Loose\",\n        \"Ref\": 21731,\n        \"EmploymentDate\": \"2015-01-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b8b7326c-7f6b-4de9-b713-4f07e2c47435\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 23015,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Nielsen\",\n        \"Ref\": 23015,\n        \"EmploymentDate\": \"2015-09-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5a969edc-d7c4-499b-bcd2-80aefa2a8ec4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20187,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Olsen\",\n        \"Ref\": 20187,\n        \"EmploymentDate\": \"2013-02-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ec8dafb3-79bd-437c-bc7a-be3675b5f47e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72238,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Resen\",\n        \"EmploymentDate\": \"2017-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9ecebc9f-3e41-414c-8961-70bf45b0f28c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34962,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Test\",\n        \"Ref\": 34962,\n        \"EmploymentDate\": \"2015-12-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d7f3f7c0-3444-417b-b225-c4618527f19f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21946,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Testesen\",\n        \"Ref\": 21946,\n        \"EmploymentDate\": \"2015-03-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"33395fb4-9490-482e-8e1b-e0310051fa84\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18721,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Morten Version 2\",\n        \"EmploymentDate\": \"2011-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 4.1665,\n        \"HoliUsed\": 4.1665,\n        \"HoliRest\": 20.8335,\n        \"CompIni\": \"BBA\",\n        \"M7\": 2.0666,\n        \"M8\": 0.7333,\n        \"M10\": 1.3666,\n        \"UniqueId\": \"1c5cb548-de5f-4374-b45d-37ad08433900\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39050,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"most basic basic\",\n        \"EmploymentDate\": \"2016-12-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"71e0c677-9311-43ca-9d21-ccee55935b95\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36793,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr Amazo testero 2\",\n        \"EmploymentDate\": \"2016-09-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d9eecfe3-b9e2-4fd4-8bcb-a318437e0225\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36791,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr Amazo Testo\",\n        \"EmploymentDate\": \"2016-09-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"da9aebef-b68e-4d1d-b09e-051f39a9a794\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18665,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr Bunny\",\n        \"Ref\": 18665,\n        \"EmploymentDate\": \"2011-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e8f11ef7-f214-4451-adf5-3189f10a8652\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75778,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr. Admin\",\n        \"EmploymentDate\": \"2018-03-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f34bb193-0a34-45ca-a693-c0b3a0fab6ed\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75779,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr. admin 2\",\n        \"EmploymentDate\": \"2018-03-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e7e41290-9c77-48db-b8e2-38ef78b6995b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75780,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr. admin 3\",\n        \"EmploymentDate\": \"2018-03-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9ae9cd1b-3173-4162-abb2-501dc715c49e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75781,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr. advanced\",\n        \"EmploymentDate\": \"2018-03-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0e2281bd-f463-466e-9967-dca737dca955\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76251,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr. Advanced (76251)\",\n        \"EmploymentDate\": \"2018-07-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"219083fe-a092-42b3-b14f-602a925254b9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36796,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr. Amazo Testo 3\",\n        \"EmploymentDate\": \"2016-09-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4e2b01b7-0b78-498b-8167-dcaa09339c0b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78339,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr. Ninja\",\n        \"EmploymentDate\": \"2019-06-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"de50a0fd-90ec-4593-9477-0aecbf267e60\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40832,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr. Overall Responsible\",\n        \"EmploymentDate\": \"2017-01-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"84be6a14-0ca5-405b-89f3-dc90ffba1511\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40842,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr. PoxyCat\",\n        \"EmploymentDate\": \"2017-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"49fc6fdd-7106-43d4-aef7-8c1d86cb2c05\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72649,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr. swagins\",\n        \"EmploymentDate\": \"2017-06-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"68bc29d6-d7f5-4439-a466-2f747b1e4d96\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18724,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mr. test\",\n        \"Ref\": 18724,\n        \"EmploymentDate\": \"2011-03-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c631bdc9-6819-408c-8350-49956d31b9f2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18918,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Mrs Bunny\",\n        \"Ref\": 18918,\n        \"EmploymentDate\": \"2011-06-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e529e7e7-5f41-4fde-99ee-1674b127a5f5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39226,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MSAdmin\",\n        \"EmploymentDate\": \"2017-01-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ef64ad6e-9a92-432a-8ac3-77ef5612923d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80672,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MSAdvanced\",\n        \"EmploymentDate\": \"2020-01-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"26c44a53-6669-4ac2-8880-883aa5cef7a3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39227,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MSAdvanced_BBA\",\n        \"EmploymentDate\": \"2017-01-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f5f4f37b-3d5d-4748-b611-b835692d2095\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80622,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MSBasic\",\n        \"EmploymentDate\": \"2020-01-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fede9045-35cc-4948-9882-cb93f88deed3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81783,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MSI Advanced user\",\n        \"EmploymentDate\": \"2021-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ebda987b-c38e-469a-a4a7-a48f6507a44a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81782,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MSI Basic Test User\",\n        \"EmploymentDate\": \"2021-11-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1914e3e7-ec3e-4048-ba9f-99fd254de8cb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41528,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"mstest\",\n        \"EmploymentDate\": \"2017-03-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8402f3d0-ca02-4087-b320-1eae2a80491d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76149,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MSTest (76149)\",\n        \"EmploymentDate\": \"2018-06-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"02f77161-cd80-49bb-8e60-803f2026e76d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77274,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MStest (77274)\",\n        \"EmploymentDate\": \"2018-07-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b6a9f22e-125c-4fc6-826d-027414c4cfb7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76158,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"muu\",\n        \"EmploymentDate\": \"2018-07-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e0673258-98d7-413e-8344-f9b01ea45e85\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41393,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Muzzy\",\n        \"EmploymentDate\": \"2017-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ec93e887-5b62-48d4-ac48-282270c05e8b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39055,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"My new user\",\n        \"EmploymentDate\": \"2016-12-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9e8d3669-994e-4b36-8969-f456e270c34f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80745,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"MyGroup\",\n        \"EmploymentDate\": \"2020-03-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"225cb5f7-d58c-4a3f-be23-7bbe88d05a51\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72279,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"n\",\n        \"EmploymentDate\": \"2017-04-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6e9cae9d-08b4-411a-9df4-b529a7072c54\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21571,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nancy Donovan\",\n        \"Ref\": 21571,\n        \"EmploymentDate\": \"2014-10-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ccc78c83-f3ea-4813-997a-2d2dd1f8d0cb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75735,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nancy Murray\",\n        \"Ref\": 21577,\n        \"EmploymentDate\": \"2018-03-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4067c665-c9e1-492f-973c-918b3629a7bd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73091,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Narwhal In Hawaii\",\n        \"EmploymentDate\": \"2017-09-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f158e108-2b26-45f2-ad3e-31d4ff576dde\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81425,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Natasha Hall\",\n        \"EmploymentDate\": \"2021-03-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 10.96,\n        \"HoliDayQty\": 10.96,\n        \"HoliRest\": 10.96,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"434f055a-9c40-48ab-b82c-1e744cfef2d6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75843,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nate\",\n        \"EmploymentDate\": \"2018-03-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2a28e5b6-3292-47c7-a6f9-582f3c46469d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75836,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nathaniel Sawit**\",\n        \"EmploymentDate\": \"2018-03-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 0,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"M2\": 0,\n        \"M3\": 0,\n        \"UniqueId\": \"4767fa5e-cb56-4a83-a17a-229adb425067\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72870,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"nba\",\n        \"EmploymentDate\": \"2017-08-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2267491d-4f61-4252-b086-3514f8fda070\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72874,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"NBU5\",\n        \"EmploymentDate\": \"2017-08-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"15ae54f1-f732-4b2d-a5dd-f923f26956d4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72912,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Neanderthal Anderson\",\n        \"EmploymentDate\": \"2017-08-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d9cfb2d7-e3a9-4098-8711-cc1b956cc745\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72595,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"New Advanced User\",\n        \"EmploymentDate\": \"2017-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bcf6a835-f16d-4329-84bc-5187396d8788\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81876,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"NEW EMP\",\n        \"EmploymentDate\": \"2022-02-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4b2cfed5-e701-45e2-b958-d987880275da\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81877,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"NEW EMP\",\n        \"EmploymentDate\": \"2022-02-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c4914360-c8e2-46ff-ab49-c8d0186b05c6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41185,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"New Employee\",\n        \"EmploymentDate\": \"2017-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a0945860-f9bc-4e95-b614-6809f6df6bd3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36461,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"New employee 1\",\n        \"EmploymentDate\": \"2016-08-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"78042604-d5b4-4c68-84af-f5bf25f9ddf6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36462,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"New employee 2\",\n        \"EmploymentDate\": \"2016-08-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"24ad772a-2c07-4240-af34-37b8b40443ca\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36463,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"New employee 3\",\n        \"EmploymentDate\": \"2016-08-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"312d4d8a-1d56-40c7-ae39-1e38a7a570c9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80411,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"New Fresh Employee\",\n        \"EmploymentDate\": \"2019-11-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"39eaa021-9438-4d37-9534-e7853e76164e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75498,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"New TBWA User\",\n        \"EmploymentDate\": \"2017-11-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"38f3c167-c5a8-4261-8ea8-717b65ae9dfd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36565,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"New user\",\n        \"EmploymentDate\": \"2016-08-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b3f05387-0918-486a-9154-07b4ce1f34a3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38525,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"New Whiteboard\",\n        \"EmploymentDate\": \"2016-11-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"66d50876-1893-480e-8f38-7bad3ebcd776\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76130,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"newEmp\",\n        \"EmploymentDate\": \"2018-06-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"73232f29-82c9-4e7f-ab88-a2c37f17d10f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36460,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Newest Employee\",\n        \"EmploymentDate\": \"2016-08-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"98207538-bfff-4da8-8275-01676fbdd1cc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75789,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Newly created admin\",\n        \"EmploymentDate\": \"2018-03-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ad7d6580-9c1d-48a7-8fcd-757f56ade3ef\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75790,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Newly created admin V8\",\n        \"EmploymentDate\": \"2018-03-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c08fd93f-dfcd-4933-bb4b-fdf42bfbda3f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76233,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Newton Bee\",\n        \"EmploymentDate\": \"2018-07-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1807abd6-20bb-40e2-a1c3-d98d0318b7f1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22227,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nguyễn Đình Anh\",\n        \"Ref\": 2303,\n        \"EmploymentDate\": \"2010-01-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d44da3bd-0e18-4dc0-84c9-7b6b6f4f5e29\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22228,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nguyễn Tấn Vũ\",\n        \"Ref\": 2304,\n        \"EmploymentDate\": \"2010-01-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"455b2c20-5197-4bde-88ef-957a2f3d7569\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22224,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nguyễn Thành Vinh\",\n        \"Ref\": 2300,\n        \"EmploymentDate\": \"2010-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"55d82c73-81a0-4573-b83c-05b4d375d8a7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73196,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nick Advance\",\n        \"EmploymentDate\": \"2017-09-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7d7a3d79-4278-45ea-b790-b73086bb96cd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 16105,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nick Stenroos-Dam\",\n        \"Ref\": 22322,\n        \"EmploymentDate\": \"2008-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"58c0231a-2dad-4ca8-be1a-cf01d420441c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 16545,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nicky Carter\",\n        \"Ref\": 2321412,\n        \"EmploymentDate\": \"2009-01-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"666d8483-27fc-444b-b453-a24e35f6c3fe\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79908,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nico New Boi\",\n        \"EmploymentDate\": \"2019-09-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"715b0459-ac10-4f5a-b7ed-0cfef14815e0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40847,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nicolai Access Role\",\n        \"EmploymentDate\": \"2017-01-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d2da00c1-f263-47b3-a761-0568c3fe9b33\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72498,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nicolai's Advanced User\",\n        \"EmploymentDate\": \"2017-05-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8717a180-6c5d-4615-87bf-21124cd74198\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72904,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nicolai's Basic User\",\n        \"EmploymentDate\": \"2017-08-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"439d725d-c370-4449-8ad0-f2c8405daca8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78975,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Niels Buggingham\",\n        \"EmploymentDate\": \"2019-07-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"66ed8b56-c8aa-4f25-a8ec-e0d34bab4e6e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35879,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nikolag AKA \\\"Knows what a shoe is\\\"\",\n        \"EmploymentDate\": \"2016-06-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 3.5,\n        \"HoliUsed\": 3.5,\n        \"HoliRest\": 21.5,\n        \"CompIni\": \"BBA\",\n        \"M3\": 3.5,\n        \"UniqueId\": \"566c9c87-e943-4246-ab74-e15ba54bc82f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21748,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nikolaj Deichmann \",\n        \"Ref\": 21748,\n        \"EmploymentDate\": \"2015-01-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 24,\n        \"CompIni\": \"BBA\",\n        \"M6\": 1,\n        \"UniqueId\": \"6a9df7e6-9adf-4f8f-aa19-27ec2dfc40b4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36748,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nikolaj Deichmann den anden\",\n        \"EmploymentDate\": \"2016-09-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"dca38f92-393f-4c3e-9348-badef82afd90\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36620,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nikolaj Jensen\",\n        \"EmploymentDate\": \"2016-08-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8d4411eb-750b-4f67-ad79-179515b1a6dc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78107,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nikolaj's Advanced Approval User\",\n        \"EmploymentDate\": \"2019-03-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"81aa3301-7164-4418-b8c7-69fa7a63dd18\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36777,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nikolaj's Advanced User\",\n        \"EmploymentDate\": \"2016-09-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c487aa48-7d51-4f47-9718-509fff21e0fa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35179,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ning Dingeling\",\n        \"Ref\": 35179,\n        \"EmploymentDate\": \"2016-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"87de4278-df1c-4911-b36e-6875b0ef76ac\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75896,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nitro advanced user2\",\n        \"EmploymentDate\": \"2017-08-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d166923e-a067-443e-81a7-3430d9c292fc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72987,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nitro basic user\",\n        \"EmploymentDate\": \"2017-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9c374746-da07-4272-967b-f0ecf8cc3346\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75914,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nitro basic user (75914)\",\n        \"EmploymentDate\": \"2017-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7f58e54f-3f3d-4446-8880-ca76cd7ed10a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75915,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nitro basic user (75915)\",\n        \"EmploymentDate\": \"2017-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"48c35a1d-4dc9-4d00-a87d-1d67d801e65a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75916,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nitro basic user (75916)\",\n        \"EmploymentDate\": \"2017-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ec556ec1-0f55-4a92-8d27-7f8ae4b3032b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75917,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nitro basic user (75917)\",\n        \"EmploymentDate\": \"2017-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c9ed0347-48d9-44e2-bf01-5119c866d611\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75944,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nitro basic user (75944)\",\n        \"EmploymentDate\": \"2017-08-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d8441658-b55c-4b4e-bbce-bd8ef8d401ba\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75880,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"nitro contact\",\n        \"EmploymentDate\": \"2018-04-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0735fc28-faf1-4db9-a3e9-685f694668b6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72751,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nitro Power\",\n        \"Ref\": 123,\n        \"EmploymentDate\": \"2017-07-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"93b65706-1f4d-41f8-a82c-9065f3ac9122\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80476,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nitro Power2\",\n        \"EmploymentDate\": \"2017-07-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0792851b-80b0-4747-ba71-f365b47ab8c7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80477,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Nitro Power3\",\n        \"EmploymentDate\": \"2017-07-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d447e8de-f298-4c4d-8eea-8ab4504e5c2b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76127,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"nitro qucik test\",\n        \"EmploymentDate\": \"2018-06-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"43b70a51-28aa-48fe-963e-c01182870a74\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73116,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"nitro test\",\n        \"EmploymentDate\": \"2017-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"591aafbd-a34e-42ef-8b72-6afb825c8eb1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75537,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"nitro test (75537)\",\n        \"EmploymentDate\": \"2017-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cab91e5f-faf9-46fd-b3e7-449a5337c094\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78271,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"nitro test emp\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6c404873-a467-45d7-8e5c-0456bdf5dba9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18994,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"NK Test1\",\n        \"Ref\": 18994,\n        \"EmploymentDate\": \"2011-08-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"baff96df-a589-4db8-a66a-37b75afeb71d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81683,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"nmadvanced\",\n        \"EmploymentDate\": \"2021-10-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"53a21cf1-1ef7-4fb1-b517-f8a8676b7e5e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20768,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"No Mo\",\n        \"EmploymentDate\": \"2013-11-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c23e9a00-dc2e-4047-a563-6333a8b3c218\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81418,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Norbert Irven Kelsie\",\n        \"EmploymentDate\": \"2021-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 11.1,\n        \"HoliDayQty\": 11.1,\n        \"HoliRest\": 11.1,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b33991a6-64d3-4469-a548-27c2b53de827\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37226,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Norbert Irven Kelsie_BBA\",\n        \"EmploymentDate\": \"2016-10-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 0,\n        \"PaidHoliUsed\": 1.01351351351351351,\n        \"HoliUsed\": 1.01351351351351351,\n        \"HoliRest\": 23.98648648648648649,\n        \"CompIni\": \"BBA\",\n        \"M2\": 0,\n        \"UniqueId\": \"665cd317-6dd9-4a6e-9870-1227d5208bab\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 7217,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Norton Hall\",\n        \"Ref\": 7217,\n        \"EmploymentDate\": \"2000-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"12f24bba-cfcb-4460-9bac-53428d1d97fd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36955,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Not An Administrator\",\n        \"EmploymentDate\": \"2016-09-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"77c56ace-65d7-409c-93a6-43dde1eaad86\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36956,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Not An Administrator 2\",\n        \"EmploymentDate\": \"2016-09-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7bdfbb43-f0ad-4e4a-b56c-5eafaffdfed7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81695,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Not Long For This World\",\n        \"EmploymentDate\": \"2021-10-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"76fc9f02-1776-4d3a-aaa3-05996e4e6e67\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77731,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Notification Test Admin\",\n        \"EmploymentDate\": \"2018-12-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d09ac5eb-fc3f-44c9-b1db-aec75350c7eb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78295,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"NP test access\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5f65f8d6-2137-4d5a-9af9-a490a81656ab\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78292,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"NP test admin\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"daecdee9-c226-44b5-b191-2ce89e828b65\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78293,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"NP test au\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4e0727bd-6671-4a0f-ab77-59be20362c10\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78294,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"NP test bu\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8443c938-6335-4173-b583-93aa3689e2be\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78296,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"NP test scheduling\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"41a994ff-392f-4145-a9f7-b0315a7ebafa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 23154,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"nt1\",\n        \"Ref\": 23154,\n        \"EmploymentDate\": \"2015-10-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d1195db8-0801-4e52-8f49-9fc3b809f59f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82037,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"NTEST\",\n        \"EmploymentDate\": \"2022-04-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4276bfba-4e74-4162-873f-38c2346e20a5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40844,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"NYBRUGER\",\n        \"EmploymentDate\": \"2017-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"237869bc-68b1-4669-8fb8-6def8f3b368c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18611,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Oliver ** Helweg\",\n        \"Ref\": 18611,\n        \"EmploymentDate\": \"2010-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 9,\n        \"HoliUsed\": 9,\n        \"HoliRest\": 16,\n        \"CompIni\": \"BBA\",\n        \"M3\": 3,\n        \"M5\": 6,\n        \"UniqueId\": \"da7adf6e-94fb-46f0-87a3-3e9069b43a2b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76152,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Oliver helweg \",\n        \"EmploymentDate\": \"2018-06-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c061608a-87b1-494e-bbb1-419dc84e766e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19296,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Oliver Tram\",\n        \"Ref\": 19296,\n        \"EmploymentDate\": \"2011-10-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"80710a8e-1a45-40e7-8702-2a490c3b41b2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80603,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"OliverAccTest\",\n        \"EmploymentDate\": \"2020-01-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cd9d74c7-17ab-4dc7-9110-d96671e0f194\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76234,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"olivers\",\n        \"EmploymentDate\": \"2018-07-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b43c860d-04cb-4ca1-998c-401016646789\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76069,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Olivers ClientAccess Test\",\n        \"EmploymentDate\": \"2018-05-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d27a6179-c994-4956-a27d-07df7a8eb3a2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36467,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Once there was a man, who held the record in having the longest name on record\",\n        \"EmploymentDate\": \"2016-08-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6a2ff7a2-ccea-482f-98a9-a1b2375ff867\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76042,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"One Click Test Man\",\n        \"EmploymentDate\": \"2018-05-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e88d2fa5-f002-451d-8c73-718b25f9c640\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20572,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Onkel Gunnar\",\n        \"Ref\": 20572,\n        \"EmploymentDate\": \"2013-09-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5645c2ac-f51c-4e06-97a8-537f237e4903\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80426,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Oscar peterson\",\n        \"EmploymentDate\": \"2019-11-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ac3571ab-e942-484c-b493-749b9721f315\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41392,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ozzy (41392)\",\n        \"EmploymentDate\": \"2017-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1d7572d6-dc4c-400f-b04f-f4fa1a85f013\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18593,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Palle Pimp\",\n        \"Ref\": 18593,\n        \"EmploymentDate\": \"2010-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1c484cfc-d54b-41e2-bb6d-4453c32d8d2a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18620,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Palmiose Orthos 'iplooox'\",\n        \"Ref\": 18620,\n        \"EmploymentDate\": \"2010-11-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ef6ddb16-25b4-4a20-b23a-0304d1e41fee\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18846,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Belgium\",\n        \"Ref\": 18846,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a1c4d3db-944d-4aba-a6de-94f229da99e8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18843,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Canada\",\n        \"Ref\": 18843,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"15208851-667c-45f3-9591-ef684c5ada8f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18844,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Denmark\",\n        \"Ref\": 18844,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fe2b055b-96b6-4db3-849c-35a7204cc15a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18951,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Denmark_2\",\n        \"Ref\": 18951,\n        \"EmploymentDate\": \"2011-08-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4db0e04c-4ef7-47fa-9723-4fd5048ee25a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18852,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Estonia\",\n        \"Ref\": 18852,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7acecb4c-3a70-494d-875f-a51476e2c936\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18849,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_France\",\n        \"Ref\": 18849,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d8d6bad0-4a83-4da4-9265-91f2e2493f55\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18842,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Germany\",\n        \"Ref\": 18842,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d37e5fb2-4e40-4f13-af46-5c8ad09338fd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18851,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Latvia\",\n        \"Ref\": 18851,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cc459109-37e1-4dd5-8d21-75faa937cfa7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18850,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Lithuania\",\n        \"Ref\": 18850,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ce246a2d-3cf6-4eb7-9c74-9df7cb05679f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18841,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Poland\",\n        \"Ref\": 18841,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b865c2b4-14e8-4e76-969d-cf65bc0b9b27\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18910,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Portugal\",\n        \"Ref\": 18910,\n        \"EmploymentDate\": \"2011-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"953db2fd-a791-4bac-bd6b-b98d5a583a3b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18845,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_SouthAfrica\",\n        \"Ref\": 18845,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5384a68c-3dbe-4b52-8c31-2cf4cc4adeac\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18853,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Spain\",\n        \"Ref\": 18853,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b4244d76-1b21-4f81-b5ef-ce3d350ef72f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19536,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_Sweden\",\n        \"Ref\": 19536,\n        \"EmploymentDate\": \"2012-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"df085900-fa70-4024-892f-3b19f006662b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18848,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Partner_UnitedStates\",\n        \"Ref\": 18848,\n        \"EmploymentDate\": \"2011-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9ce81ab9-7058-428f-bd0f-7c3419dbb11e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77870,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Patricia Sybil Agnes\",\n        \"EmploymentDate\": \"2019-01-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8317f7c6-9970-4d17-8fc1-e37e99d20d0b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82030,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Paul Tanner\",\n        \"EmploymentDate\": \"2022-04-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"653009bb-5c3a-4912-b778-cdde79f09857\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 187,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Per Projektmand\",\n        \"EmploymentDate\": \"2005-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7f9d0bcb-7c9d-40fe-9301-c04ec7a5bbe2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22215,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Peter Belli van Beethoven\",\n        \"Ref\": 22215,\n        \"EmploymentDate\": \"2015-07-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1110ad3a-f938-486b-b8e9-3f8db4cdcbc4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 14878,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Peter Hartmann\",\n        \"Ref\": 14878,\n        \"EmploymentDate\": \"2006-01-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3c74662b-a87b-4f93-8bdf-82022b921e77\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18335,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Peter Larsen\",\n        \"Ref\": 18335,\n        \"EmploymentDate\": \"2010-02-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a541ec9c-51c5-4217-a76f-4f1a526403bd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19191,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Peter Petersen\",\n        \"Ref\": 19191,\n        \"EmploymentDate\": \"2011-09-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5a519b66-d197-4d43-9f6b-57f6ea2744b0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36429,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Phoebe Philange\",\n        \"EmploymentDate\": \"2016-08-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7e9e1870-660f-4801-b319-a4411d0a7549\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80797,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Pia Zuniga\",\n        \"EmploymentDate\": \"2020-04-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"37bcc352-1d54-4cce-b482-65cc98f3cd5e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41552,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Postman Advanced User\",\n        \"EmploymentDate\": \"2017-03-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0c14fae1-07ad-4e63-bf03-02e834e3cab7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 15517,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Poul Erik\",\n        \"Ref\": 15517,\n        \"EmploymentDate\": \"2007-09-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"335c7cd0-ef7a-4f99-8fbf-df37bd9de025\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35537,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Praktikant Test\",\n        \"Ref\": 35537,\n        \"EmploymentDate\": \"2016-04-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"221cf345-fad5-47b8-bce8-24d55872a1f4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75700,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Pressley Eddison Storm\",\n        \"EmploymentDate\": \"2018-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"24cab6aa-b7ab-494d-8e98-2ab6ce13b38d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36175,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"PrincessCille\",\n        \"EmploymentDate\": \"2016-07-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0bc3f125-d367-44eb-a87e-ea92493a9c6f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35985,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Prins Kæphøj\",\n        \"EmploymentDate\": \"2016-06-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7dc56bde-30d6-46a7-af2a-bec44d516ffb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36179,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Prins Pilfinger\",\n        \"EmploymentDate\": \"2016-07-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1b022eec-5282-4367-bdcd-e4c6042f7a65\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18669,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Project\",\n        \"Ref\": 18669,\n        \"EmploymentDate\": \"2011-01-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7e6485f0-3c53-4c2f-8ba9-a9de8fc2ddd2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75728,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Proper Timey Schmuck\",\n        \"EmploymentDate\": \"2018-02-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"84f6b446-a178-4abe-9ced-b32bd8a978be\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81031,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"przemyslawsawicki@deltek.com\",\n        \"EmploymentDate\": \"2020-08-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayCorrContract\": 4,\n        \"HoliDayExtra\": 5,\n        \"HoliDayQty\": 34,\n        \"EarnedHoliUsed\": 3,\n        \"HoliUsed\": 3,\n        \"HoliRest\": 31,\n        \"CompIni\": \"BBA\",\n        \"M2\": 2,\n        \"M3\": 1,\n        \"UniqueId\": \"e85ccffa-019d-4223-b942-2da4a46974ee\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81169,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"PSTestAdvanced\",\n        \"EmploymentDate\": \"2020-11-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 19.56,\n        \"HoliDayExtra\": 3,\n        \"HoliDayQty\": 22.56,\n        \"EarnedHoliUsed\": 2,\n        \"PaidHoliUsed\": 1,\n        \"HoliUsed\": 3,\n        \"HoliRest\": 19.56,\n        \"CompIni\": \"BBA\",\n        \"M4\": 2,\n        \"M11\": 0,\n        \"UniqueId\": \"b93418c2-b726-4a91-8fc9-043d45d8fc18\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81184,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"PSTestBasic\",\n        \"EmploymentDate\": \"2020-11-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 19.56,\n        \"HoliDayQty\": 19.56,\n        \"HoliRest\": 19.56,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d666ca94-44d3-4c81-9ee7-e753d588c2fb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75599,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Puge Martin\",\n        \"EmploymentDate\": \"2017-12-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"40e2f30a-b2af-472d-ab15-607370aa52bf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78316,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Purchase Order Employee\",\n        \"EmploymentDate\": \"2019-05-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"67869429-7c10-40d4-bd8b-6cff40c8fd04\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77989,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"QE3 Admin Resource 2\",\n        \"EmploymentDate\": \"2019-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"79252e2e-3c86-4edd-bfcd-8614a9640eb9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77990,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"QE3 Advanced Resource 3\",\n        \"EmploymentDate\": \"2019-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bbfaae05-52c2-4dcf-af7a-fe643d635988\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77977,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"QE3 Resource 1\",\n        \"EmploymentDate\": \"2019-01-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"790f7e10-e310-4183-afc1-3cbf95b13cdf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77991,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"QResource\",\n        \"EmploymentDate\": \"2019-01-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c29066b6-4603-4ebf-b946-a3ed5072d677\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35831,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"QueenCille\",\n        \"EmploymentDate\": \"2016-05-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"371b9a01-4bde-4c80-94bc-b1bf72937885\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39049,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"quick test\",\n        \"EmploymentDate\": \"2016-12-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ed1bcc1b-cf9c-4707-84fd-873ec4d474f0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82034,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"qwe123321\",\n        \"EmploymentDate\": \"2022-04-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c08fa1aa-ca1f-479f-9749-15d1fcb4aceb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81359,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"qwe1portaluser delete me\",\n        \"EmploymentDate\": \"2021-02-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 13.74,\n        \"HoliDayQty\": 13.74,\n        \"HoliRest\": 13.74,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"12c6a1b4-c530-4a84-a992-b1ba368f47b4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81768,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"qwe513356\",\n        \"EmploymentDate\": \"2021-11-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d029c4cd-8eb9-4f91-9f00-47ecd0207deb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81650,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"qweBasicUser\",\n        \"EmploymentDate\": \"2021-10-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"78ee846a-f293-40ee-8b86-686dcce2ca2e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81339,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"qweTst1 basic\",\n        \"EmploymentDate\": \"2021-01-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 15.4,\n        \"HoliDayQty\": 15.4,\n        \"HoliRest\": 15.4,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8b7ae1e9-7515-443e-8e81-f2dd51bf3341\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81340,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"qweTst2 advanced\",\n        \"EmploymentDate\": \"2021-01-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 15.4,\n        \"HoliDayQty\": 15.4,\n        \"HoliRest\": 15.4,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c422468d-9a86-44f2-a8d9-d1a21ebb7474\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81997,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"qweUserMustEnterTimesheet\",\n        \"EmploymentDate\": \"2022-03-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2411e09c-444d-4335-a112-db3d9146860a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81998,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"qweUserMustEnterTimesheet2\",\n        \"EmploymentDate\": \"2022-03-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cdd558bb-1c7f-4aab-a0aa-faf086eda396\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81026,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R12 GSR\",\n        \"EmploymentDate\": \"2019-07-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5b67f928-70f4-48a0-b2e6-35280a38cecb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81193,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R12.3 WorkBook Basic User 1\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 0.5,\n        \"HoliUsed\": 0.5,\n        \"HoliRest\": 24.5,\n        \"CompIni\": \"BBA\",\n        \"M6\": 0.5,\n        \"UniqueId\": \"32b77133-b9a1-4229-9ca5-e8341c6148de\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81194,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R12.3 WorkBook Basic User 2\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 0.5,\n        \"HoliUsed\": 0.5,\n        \"HoliRest\": 24.5,\n        \"CompIni\": \"BBA\",\n        \"M6\": 0.5,\n        \"UniqueId\": \"1adfe96e-18eb-4e50-b12a-1d3292559220\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81195,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R12.3 WorkBook Basic User 3\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7e183f71-a65a-4b2a-a2ac-658c20edf894\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81196,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R12.3 WorkBook Basic User 4\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"739bfc8b-efe1-415c-8bdf-cdb77601929b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81197,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R12.3 WorkBook Basic User 5\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"873f1974-ef82-44f0-98e9-3a7f6e95214b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81198,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R12.3 WorkBook Basic User 6\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b61e4b3b-a325-4ceb-9fbf-43089ee41900\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81088,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R122 Group Scheduling Resource\",\n        \"EmploymentDate\": \"2019-07-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ce12907b-8da9-4372-b872-2a9b9bb0713a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81603,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R13.1CU0 WorkBook User\",\n        \"EmploymentDate\": \"2021-08-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 1.47,\n        \"HoliDayQty\": 1.47,\n        \"HoliRest\": 1.47,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"efadba60-3ff4-4d38-bb07-30a2c4f90225\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82007,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R13_2 WorkBook Basic User\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a6d69aa5-8154-4b64-bbcd-fb717f82de6c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81754,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R131 Anderson Silver\",\n        \"EmploymentDate\": \"2021-11-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b0c4ff6c-4d76-42af-bf5c-74fe472a5822\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82015,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133 WA\",\n        \"EmploymentDate\": \"2022-03-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"49bacb3d-122b-42cc-8692-d04e64f8f97e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82019,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133 WA2\",\n        \"EmploymentDate\": \"2021-03-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 10.82,\n        \"HoliDayQty\": 10.82,\n        \"HoliRest\": 10.82,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d7babd74-4f8b-4705-b7f9-9571d8401c9b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82020,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133 WA3\",\n        \"EmploymentDate\": \"2021-03-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 10.82,\n        \"HoliDayQty\": 10.82,\n        \"HoliRest\": 10.82,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7d5b52f4-b34e-4652-a115-be0ba9873caa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82016,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133 WAU\",\n        \"EmploymentDate\": \"2021-03-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 10.47,\n        \"HoliDayQty\": 10.47,\n        \"HoliRest\": 10.47,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e2b3f396-c653-4036-b4ab-ec7b8f7084a4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82022,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133 WAU2\",\n        \"EmploymentDate\": \"2020-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9dbf909c-b7b5-4dd8-8da1-bdaaef6de040\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82023,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133 WAU3\",\n        \"EmploymentDate\": \"2020-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9f6f9fbf-3d65-4a5d-a13a-1a8d66bfc58b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82017,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133 WBU\",\n        \"EmploymentDate\": \"2022-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4343d6ca-44d5-45d5-9d7e-b3c7aa95b9d0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82025,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133 WBU 2\",\n        \"EmploymentDate\": \"2021-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 12.48,\n        \"HoliDayQty\": 12.48,\n        \"HoliRest\": 12.48,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"212faa1a-2658-45c5-b340-76af634d2e85\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82026,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133 WBU 3\",\n        \"EmploymentDate\": \"2021-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 12.48,\n        \"HoliDayQty\": 12.48,\n        \"HoliRest\": 12.48,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"21ddc53b-e7ee-4420-bb4a-cdfaa34396e8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82027,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133 WBU 4\",\n        \"EmploymentDate\": \"2021-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 12.48,\n        \"HoliDayQty\": 12.48,\n        \"HoliRest\": 12.48,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1ad4af65-40ce-4222-9a99-25ba32460caf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82028,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133GSR\",\n        \"EmploymentDate\": \"2020-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"35a62b6a-a384-439c-988f-82d6752f7271\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82029,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R133GSR2\",\n        \"EmploymentDate\": \"2022-04-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"dff5bc27-5cd9-4026-b398-f4f16be360ca\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81513,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R13GSR\",\n        \"EmploymentDate\": \"2020-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"019598cc-adf6-4cc2-8dac-23c0c781de3e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81538,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R13GSR_1\",\n        \"EmploymentDate\": \"2019-09-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"59b0c175-c9bd-4384-9833-ce7fe3111747\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80740,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"R13TEAM\",\n        \"EmploymentDate\": \"2019-02-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d3907848-56db-4c55-8d6d-dd6ce8a362bd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81440,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ralf Jones\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0975f9c8-1885-41eb-819b-918ad5c2c31d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21638,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ralph Perry\",\n        \"Ref\": 21638,\n        \"EmploymentDate\": \"2012-11-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7b68c98f-6861-4383-976e-b032ce270d47\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36481,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Random text string\",\n        \"Ref\": 2,\n        \"EmploymentDate\": \"2017-10-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f6c326da-6837-4395-899f-86c52c36f5e9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21709,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Randy John O'hare\",\n        \"Ref\": 21709,\n        \"EmploymentDate\": \"2014-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ed78bca7-22d1-470a-96b3-b1719da3c367\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35151,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rasmus Aaberg\",\n        \"Ref\": 35151,\n        \"EmploymentDate\": \"2016-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"12db687c-a487-40de-81d9-613ee2ee1a1d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72375,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rasmus Greve\",\n        \"EmploymentDate\": \"2017-04-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"09af2cc8-00f0-4b85-842f-117193189d85\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19945,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rasmus Klump\",\n        \"Ref\": 19945,\n        \"EmploymentDate\": \"2016-11-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5843fdbd-1d3d-4377-abac-57c24f575ebf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22053,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rasmus Lomholt\",\n        \"Ref\": 22053,\n        \"EmploymentDate\": \"1983-12-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6e41b210-bebc-4ace-98f0-9a09c5178fd6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21943,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rasmus Nygaard\",\n        \"Ref\": 21943,\n        \"EmploymentDate\": \"2015-03-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c6d5b2dc-6760-46e3-90e3-ad7b0b527666\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22281,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rasmus Nygaard Lomholt\",\n        \"Ref\": 22281,\n        \"EmploymentDate\": \"2015-08-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"eb08a4e5-4534-4ee1-a859-6a7b3c44d09b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22113,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rasmus test\",\n        \"Ref\": 22113,\n        \"EmploymentDate\": \"2015-05-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fb2f8676-fa23-4636-a6f0-82df79461151\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20643,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Raymond Powell\",\n        \"Ref\": 20643,\n        \"EmploymentDate\": \"2013-10-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"413ccfe5-ac5d-4afd-af8d-783294c3ef53\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81103,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC Adm\",\n        \"EmploymentDate\": \"2020-09-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayTransferred\": -16.6,\n        \"HoliDayEarn\": 23.3,\n        \"HoliDayCorrContract\": 1,\n        \"HoliDayExtra\": 26,\n        \"HoliDayPayDeducted\": 2,\n        \"HoliDayQty\": 35.69999,\n        \"EarnedHoliUsed\": 5,\n        \"HoliUsed\": 5,\n        \"HoliRest\": 30.69999,\n        \"CompIni\": \"BBA\",\n        \"M6\": 1,\n        \"M8\": 4,\n        \"UniqueId\": \"0fb80ce5-88f7-423e-aae3-5c499e22e25f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81366,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC Advanced\",\n        \"EmploymentDate\": \"2021-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 12.83,\n        \"HoliDayQty\": 12.83,\n        \"HoliRest\": 12.83,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"383fe90f-a552-4407-b35a-997ca5b0bbc4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81589,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC employee client access\",\n        \"EmploymentDate\": \"2021-07-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 2.29,\n        \"HoliDayQty\": 2.29,\n        \"HoliRest\": 2.29,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b6180010-91bf-4560-a017-84e7086cac1a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81591,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC employee client access API\",\n        \"EmploymentDate\": \"2021-07-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 2.29,\n        \"HoliDayQty\": 2.29,\n        \"HoliRest\": 2.29,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"35be91ea-a326-4fc4-8859-5f61bcecb46c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81731,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC_11\",\n        \"EmploymentDate\": \"2021-11-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"423c6485-cb87-41c7-be09-e34c9f240dda\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82046,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC_Adv\",\n        \"EmploymentDate\": \"2021-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 12.83,\n        \"HoliDayQty\": 12.83,\n        \"HoliRest\": 12.83,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bcf7b3ac-673d-4e4d-ad91-077a47794dd2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82050,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC_Adv_5\",\n        \"EmploymentDate\": \"2021-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 12.83,\n        \"HoliDayQty\": 12.83,\n        \"HoliRest\": 12.83,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3b6a6366-acde-457a-b84e-cf9823c7f655\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81180,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC_Basic_User\",\n        \"EmploymentDate\": \"2020-11-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 19.28,\n        \"HoliDayQty\": 19.28,\n        \"EarnedHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 18.28,\n        \"CompIni\": \"BBA\",\n        \"M6\": 1,\n        \"UniqueId\": \"f7e673da-ef35-4e46-83bd-734a09a440df\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81802,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC_BookingTest4\",\n        \"EmploymentDate\": \"2022-02-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0435e223-168b-460b-8b57-eea70e242def\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81596,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC_File\",\n        \"EmploymentDate\": \"2021-07-29T12:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 2.29,\n        \"HoliDayQty\": 2.29,\n        \"HoliRest\": 2.29,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b9b916f8-08cb-4acc-98df-255dcfe48413\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81799,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC_Manager\",\n        \"EmploymentDate\": \"2022-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"020ba5f8-be0d-4375-bd1a-ee593140b8d9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81962,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC_No access to WB\",\n        \"EmploymentDate\": \"2022-02-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d987a727-9e8f-4521-90ca-2c393fd3b9fa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81801,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC_TimesheetApprover\",\n        \"EmploymentDate\": \"2022-02-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"27f17a37-0499-40ec-8c37-b87ea26a8308\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81803,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RC_TrafficManager\",\n        \"EmploymentDate\": \"2021-12-31T00:00:00.000Z\",\n        \"ResignedDate\": \"2021-12-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fcfa8e7c-8fde-4172-ac27-de64f1248515\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81619,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RCUser5\",\n        \"EmploymentDate\": \"2021-08-26T00:00:00.000Z\",\n        \"ResignedDate\": \"2021-09-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0.42,\n        \"HoliDayQty\": 0.42,\n        \"HoliRest\": 0.42,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"002db1d0-8959-4155-b39d-92d003d49b33\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81622,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RCUser7\",\n        \"EmploymentDate\": \"2021-09-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"12dd6dd6-9690-4dad-b7c9-e8d0f82bb478\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22035,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"reduce holi 1\",\n        \"Ref\": 22035,\n        \"EmploymentDate\": \"2015-04-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c0a35591-2097-490e-a8b0-fd0d6f3e7402\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22036,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"reduce holi 2\",\n        \"Ref\": 22036,\n        \"EmploymentDate\": \"2015-04-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7da359a5-bcbc-4202-99c8-c2c91ddb1f22\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81663,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Reiner Axalan\",\n        \"EmploymentDate\": \"2021-10-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"12d60460-251f-4a5c-867a-2257504b638c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81664,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Reiner Axalan Advanced\",\n        \"EmploymentDate\": \"2016-09-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fbd1acb7-84f5-4737-abea-9bdf55aaffa7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81665,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Reiner Axalan Basic\",\n        \"EmploymentDate\": \"2021-10-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7ef7ee2d-12d6-4c1d-a7e2-17208274b2fd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81680,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Reiner Axalan Basic 2\",\n        \"EmploymentDate\": \"2021-10-21T00:00:00.000Z\",\n        \"ResignedDate\": \"2021-11-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5bc8491c-805b-48b2-a1ba-6a9fd9850bcc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81699,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Reiner Axalan Basic 8\",\n        \"EmploymentDate\": \"2020-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"99237c91-ecf7-453b-a666-8d0138b00b82\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81677,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Reiner Axalan Basic New\",\n        \"EmploymentDate\": \"2021-10-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d6d90b17-a4c6-4bdf-8d44-986fa6030df6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18336,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"René Project\",\n        \"Ref\": 18336,\n        \"EmploymentDate\": \"2010-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"dbcda006-b1c4-405d-9062-c4b090a61102\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20314,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rene Test\",\n        \"Ref\": 20314,\n        \"EmploymentDate\": \"2013-05-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"42848a4d-4d1c-4dde-b35a-d841267e001c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40928,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"report pro\",\n        \"EmploymentDate\": \"2017-02-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a2ab415f-881d-464d-8501-3e09a90f7e5a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81632,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Required Resource Approval Test COME ON\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8c60635f-6dfd-4373-ab15-34df1d22d297\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80232,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Required resource emp 2\",\n        \"EmploymentDate\": \"2019-11-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"002e20a1-eae4-4c1b-938a-2146b203ae58\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80241,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Required resource emp 3\",\n        \"EmploymentDate\": \"2019-11-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"79a394ec-5347-4ff7-ab16-f5a7197d8631\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80242,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Required resource emp 4\",\n        \"EmploymentDate\": \"2019-11-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"360ffad9-82de-4b4c-9903-4329c31451b4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80224,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Required Resource Test\",\n        \"EmploymentDate\": \"2019-11-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c8949163-194b-4df7-9e9c-a017c5e2a373\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75485,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Residualion\",\n        \"EmploymentDate\": \"2017-11-06T00:00:00.000Z\",\n        \"ResignedDate\": \"2118-12-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f0f7842d-8f38-4b9c-8d31-8ff51194576c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77279,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Resource Advaced 2\",\n        \"EmploymentDate\": \"2018-07-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"54a05869-d738-4bec-9ba0-4697c73e6f6b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77276,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Resource Advanced\",\n        \"EmploymentDate\": \"2018-07-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fc432a18-5213-4117-b4dc-77208ac0751e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77277,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Resource Basic\",\n        \"EmploymentDate\": \"2018-07-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7c7b4be4-9581-445c-9fba-47bfea107df9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77280,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Resource Basic 2\",\n        \"EmploymentDate\": \"2018-07-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e65a8727-5ef3-4f39-b34a-6466ce916dc4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81510,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Resource has been anonymised 80430\",\n        \"EmploymentDate\": \"2021-06-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 5.63,\n        \"HoliDayQty\": 5.63,\n        \"HoliRest\": 5.63,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c82c3b58-f9f8-4a8b-aed2-ffdb5602a14e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39150,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rex\",\n        \"EmploymentDate\": \"2016-12-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0c22fa53-2dae-4631-a204-0007aa0b0613\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19284,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rick Byun\",\n        \"Ref\": 50,\n        \"EmploymentDate\": \"2010-09-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9fd5425f-2d5d-42f0-b781-6e1d9d5e0297\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20261,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rie Halkjær\",\n        \"Ref\": 20261,\n        \"EmploymentDate\": \"2013-04-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"11e8ed10-37ac-4cdc-ab74-eba4a21d3f2d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80752,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rizal\",\n        \"EmploymentDate\": \"2020-03-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cd8b89ed-882f-4292-97c9-820443dd5d71\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34971,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Robbie Williams Boregard\",\n        \"Ref\": 34971,\n        \"EmploymentDate\": \"2016-01-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"25a2d79e-c761-4b92-9da9-89fbce0670eb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19302,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Robert Rodriguez\",\n        \"Ref\": 11,\n        \"EmploymentDate\": \"2011-10-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7d48438a-1554-49c2-a86b-6722ee54c4ce\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22586,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Roger Rogersen\",\n        \"Ref\": 22586,\n        \"EmploymentDate\": \"2015-09-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5101aa4a-8414-4933-a908-292774bd0c78\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81692,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ron Rei Admin\",\n        \"EmploymentDate\": \"2018-03-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"de52b791-053d-4842-a78f-7e967c75996a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81721,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ron Rei Advance User 4\",\n        \"EmploymentDate\": \"2020-01-01T00:00:00.000Z\",\n        \"ResignedDate\": \"2020-10-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"214f4ee2-9033-4e60-9ff4-abfc921e54b8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81775,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ron Rei Basic\",\n        \"EmploymentDate\": \"2021-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5dff4c88-1f62-43eb-8570-98be69b8c0d5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81785,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ron Rei Basic 3\",\n        \"EmploymentDate\": \"2021-12-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"11f22a00-e01c-429e-b1cc-a957d0efa16c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81786,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ron Rei Basic 4\",\n        \"EmploymentDate\": \"2021-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4707a31b-330b-47bc-824f-ab6563b46d5d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81788,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ron Rei Basic 5\",\n        \"EmploymentDate\": \"2021-12-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fab2fa98-6fb1-48c3-9d46-64126df8867b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81791,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ron Rei Basic 6\",\n        \"EmploymentDate\": \"2021-12-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"21537cdf-3cbd-4e38-a713-4699c67dd89a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81792,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ron Rei Basic 7\",\n        \"EmploymentDate\": \"2021-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4ca7b5d6-1270-4c28-813c-a68a9e52f7e7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81793,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ron Rei Basic 8\",\n        \"EmploymentDate\": \"2021-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bd8329e1-2c9e-4796-b3c8-dbe4135f2902\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81794,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ron Rei Basic 9\",\n        \"EmploymentDate\": \"2021-12-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1b5dfb15-77eb-4298-adc8-885b56504c06\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82001,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ron Rei GSR\",\n        \"EmploymentDate\": \"2021-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b315edd8-1d42-4efd-b6fa-7239f724410f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21609,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ronald Pete Enis\",\n        \"Ref\": 21609,\n        \"EmploymentDate\": \"2014-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"968913bc-43ce-40b3-8339-96ec7de7c0f5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80882,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Ronda Rose\",\n        \"EmploymentDate\": \"2020-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"28787b71-65ca-47e8-8f61-2f4833de7f55\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21200,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rose Walker\",\n        \"Ref\": 21200,\n        \"EmploymentDate\": \"2014-04-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"865683a4-77de-4dfe-81ed-01bb34e444b8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82043,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RR Inherited Permissions User Test\",\n        \"EmploymentDate\": \"2022-01-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b863be1f-8766-4721-80a1-f7cc222832e8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22146,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RSBASIC\",\n        \"Ref\": 22146,\n        \"EmploymentDate\": \"2015-06-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fe194b8f-e46d-48e5-8fad-46606ba16353\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21786,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RUN DMC\",\n        \"Ref\": 21786,\n        \"EmploymentDate\": \"2015-02-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2a66b7ed-3b9a-4b96-99b7-63d470fcd862\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21491,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rune Rask (please do not amend this user!)\",\n        \"Ref\": 21491,\n        \"EmploymentDate\": \"2014-09-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"43d49ec1-2233-43c9-8608-293bfa923a86\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21573,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rune Rask Ribers\",\n        \"Ref\": 21573,\n        \"EmploymentDate\": \"2014-11-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7f86345d-f6ce-47de-8077-aa1e27c1d5c1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77301,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RY Advanced User\",\n        \"EmploymentDate\": \"2018-08-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9020ff86-8911-4c8f-9629-d7a67432c936\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77852,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RYD - Harvey Specter\",\n        \"EmploymentDate\": \"2018-12-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"72442b0d-1eb7-4f6c-af7e-1a18dd9c5522\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77851,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RYD - Mike Ross\",\n        \"EmploymentDate\": \"2018-12-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"856444ad-ec04-46b4-9cbf-62420f40163b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77469,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RYD Admin\",\n        \"EmploymentDate\": \"2018-09-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f2fb149b-2c97-4474-b750-3c492c80e35f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78241,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ryd au2\",\n        \"EmploymentDate\": \"2019-05-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"798c3099-4112-43af-aaa7-d90c56ad13f3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78240,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ryd basic\",\n        \"EmploymentDate\": \"2019-05-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"00d21a80-2331-4dd8-a452-619d2d01e700\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77808,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"RYDBU\",\n        \"EmploymentDate\": \"2018-12-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4a6b181c-b1a1-4d24-b835-567f8119d7f8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78126,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rydell dela Cruz\",\n        \"EmploymentDate\": \"2018-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1894fa6d-b720-4fb1-be83-9f5018c990fe\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78151,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rydell dela Cruz\",\n        \"EmploymentDate\": \"2018-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"81d8795e-ac33-44bf-ab4a-e60f16eb07a6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78153,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Rydell dela Cruz\",\n        \"EmploymentDate\": \"2018-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"637c64a5-59ae-40f9-8617-88e72cb4c437\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77545,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"S... J...\",\n        \"EmploymentDate\": \"2018-10-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayCorrContract\": 3,\n        \"HoliDayQty\": 28,\n        \"HoliRest\": 28,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ee2ee173-bd35-497c-ab73-3759a4421155\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41423,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sadasd\",\n        \"EmploymentDate\": \"2017-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"071b2eae-81a1-4df7-9248-1d2e51c3f789\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78286,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Samoria Torres-Munoz\",\n        \"EmploymentDate\": \"2019-09-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8c391787-6b80-4221-9287-1d302f058f78\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21162,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Samson Thomsen\",\n        \"Ref\": 21162,\n        \"EmploymentDate\": \"2014-03-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9aedb2e2-e765-46e1-8ac2-52689b68e6e3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39113,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Samuel 'Miller' O'Rely 2\",\n        \"EmploymentDate\": \"2016-12-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7cf83a64-2489-4c16-8f52-31faf94e81b2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20232,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Samuel O'rely\",\n        \"Ref\": 20232,\n        \"EmploymentDate\": \"2013-04-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 16.8666,\n        \"HoliUsed\": 16.8666,\n        \"HoliRest\": 8.1334,\n        \"CompIni\": \"BBA\",\n        \"M1\": 1,\n        \"M2\": 4.9333,\n        \"M4\": 5,\n        \"M10\": 2,\n        \"M11\": 1.9333,\n        \"M12\": 2,\n        \"UniqueId\": \"eaa7e583-c8db-41db-97a4-bd46b90dbf2c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75719,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sandwich\",\n        \"EmploymentDate\": \"2018-02-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1e92eb2a-ecd1-4346-850a-078ffb063d42\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21326,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sato\",\n        \"EmploymentDate\": \"2014-08-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"24aeb5b9-5bd7-454c-adbf-dd80702d358f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81986,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sb1\",\n        \"EmploymentDate\": \"2022-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cc5488f1-4345-43fe-b749-6e092ef88f77\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81987,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sb3\",\n        \"EmploymentDate\": \"2022-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"756a208e-65b6-4eb1-8998-ffbf6a846c5b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39056,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Scheduling resource\",\n        \"EmploymentDate\": \"2016-12-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7bd22e62-3d32-405c-b2a3-aeda451b58d0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34957,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Scheduling user\",\n        \"Ref\": 34957,\n        \"EmploymentDate\": \"2015-12-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c631ee52-c8a9-440f-b083-c70a5b7f2f73\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19285,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Scott Reid\",\n        \"Ref\": 51,\n        \"EmploymentDate\": \"2007-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d71729aa-9b7c-4da4-a5e6-95ac58981544\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21981,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Scott Reid\",\n        \"Ref\": 51,\n        \"EmploymentDate\": \"2015-04-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0290ae2d-f1e4-4784-9c00-58d413f72c97\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82040,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"SD API\",\n        \"EmploymentDate\": \"2022-04-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a3881d70-ce5d-4357-ae4c-b149c708d056\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41238,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sean James\",\n        \"EmploymentDate\": \"2017-02-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9c0b2b1a-2b23-4a4b-b2c0-59e15b00bd32\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76053,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Second Employee\",\n        \"EmploymentDate\": \"2016-01-31T23:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1cd20c14-2848-4c54-805c-4d98de078d2f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81506,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Segoe UI\",\n        \"EmploymentDate\": \"2021-05-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 7.08,\n        \"HoliDayQty\": 7.08,\n        \"HoliRest\": 7.08,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"26d9989f-dfd4-4e2c-8bed-f3481cf80b90\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22071,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sem Pellentesque LLP\",\n        \"Ref\": 22071,\n        \"EmploymentDate\": \"2015-05-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e9e349ce-06de-4c5e-9cf7-31673a89e5ba\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21723,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Semper Et Lacinia\",\n        \"Ref\": 21723,\n        \"EmploymentDate\": \"2013-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"dd6fb6ac-bcee-472e-bc82-e70c00a5a04a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19862,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Service information\",\n        \"Ref\": 19862,\n        \"EmploymentDate\": \"2012-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f24df18b-b3e1-4abe-a1c5-004ed5977be5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77745,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Seth Ryan\",\n        \"EmploymentDate\": \"2013-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f33fd8b6-2a2d-48a0-8fec-c3cdc612ed89\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19286,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Shannon Gordon\",\n        \"Ref\": 52,\n        \"EmploymentDate\": \"2010-04-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"60ac8841-a6fd-4383-9438-ac27d521dd4a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19287,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Shannon Morton\",\n        \"Ref\": 53,\n        \"EmploymentDate\": \"2010-06-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"060f9446-ac79-4350-aac1-d70a9f02fbca\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77571,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"She 477571\",\n        \"EmploymentDate\": \"2017-10-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"070fbe94-54b6-4920-8390-5f601a3784de\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79049,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"She Admin 488282 1A\",\n        \"EmploymentDate\": \"2019-07-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c05916bb-5a61-4c7c-b19a-ce9e3381d1c3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79530,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"She Advance User 488282 1A\",\n        \"EmploymentDate\": \"2019-07-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"38cb320c-dd0e-49f3-84ba-93d54d0fa063\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80604,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ShitForBrains\",\n        \"EmploymentDate\": \"2020-01-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a599a510-234f-4abc-b9b1-7cbbbcbe2176\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81636,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Shubiduawapadibadimadi\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"97b885c0-a1f7-44e5-8c44-30a18c5703b6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38876,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sigurd Bjørn\",\n        \"EmploymentDate\": \"2016-11-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0f4c01ac-7f82-47e0-a8d3-6d21436e879c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34892,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Silas Henrik Lorentzen\",\n        \"Ref\": 34892,\n        \"EmploymentDate\": \"2015-11-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fbd9f1c4-6891-44da-b463-35b1fe011e8b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20560,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Simon Bonne Severinsen\",\n        \"Ref\": 20560,\n        \"EmploymentDate\": \"2013-08-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6d16076b-920d-4299-b617-a5e78441f47e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20574,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Simon Duun Andersen\",\n        \"Ref\": 20574,\n        \"EmploymentDate\": \"2013-09-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"602a88b0-3ab4-4559-94c0-1b6311c50e9d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21583,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Simon Wahlgren\",\n        \"Ref\": 21583,\n        \"EmploymentDate\": \"2014-11-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"76127b0e-0cfa-4549-a625-b9a6b5f0be51\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78105,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"SJ Advanced\",\n        \"EmploymentDate\": \"2019-03-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"13a5a6b8-429f-4410-84ae-9cb3ce2c63e5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81448,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sjau\",\n        \"EmploymentDate\": \"2021-04-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 9.37,\n        \"HoliDayQty\": 9.37,\n        \"HoliRest\": 9.37,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4c2d33ec-82e9-4990-bd23-9d89b1c46fe3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41468,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Slate Gate\",\n        \"EmploymentDate\": \"2017-03-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1d495115-652c-41c8-9473-ff75a7d9aa86\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40868,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"slettes1234\",\n        \"EmploymentDate\": \"2017-01-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"914c11b1-42c1-42dc-bd5c-20df70c88a73\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40751,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"smoa\",\n        \"EmploymentDate\": \"2017-01-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"26546f60-dbb0-43ca-896b-13edc885aa36\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75375,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Smog man\",\n        \"EmploymentDate\": \"2017-10-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"00bb9216-7b6a-47d9-9b24-c9ca9cd95413\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81895,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sn1\",\n        \"EmploymentDate\": \"2022-02-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0ba7eee4-6769-475d-8ef0-bd4d302b420c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81896,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sn2\",\n        \"EmploymentDate\": \"2022-02-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"372ceaae-ac0e-472f-8090-83d211350ef1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41098,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sneh Aggarwal\",\n        \"EmploymentDate\": \"2017-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8cb59503-70ef-4838-9e2f-339b3cf16ad2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 1185,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Snoop Dogg (Snoop Doggy Dogg)\",\n        \"Ref\": 1185,\n        \"EmploymentDate\": \"2009-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2e5859f1-e7cb-4786-af82-65637a1a3e62\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81647,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"SOA AU\",\n        \"EmploymentDate\": \"2021-10-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"54df35fd-5ded-4a10-97f8-70682c9e7b3c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81812,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"SOA Basic\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"eb4be182-eb9a-43a3-b5dc-79d4ad928ed7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35763,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sofie Bisgaard\",\n        \"EmploymentDate\": \"2016-05-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"de3c10c4-f91c-498c-85f4-177f0b92b964\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76052,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Some Name Resource\",\n        \"EmploymentDate\": \"2018-05-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f5ef79be-83bc-4d31-87ca-781349b463dc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38653,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Some Soft Space Spalien\",\n        \"EmploymentDate\": \"2016-11-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"845f3924-8a02-417f-9e22-457815aaf71a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81874,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Some User\",\n        \"EmploymentDate\": \"2022-02-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"aa1cddb4-5199-425a-92a2-a6d68f598eca\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81875,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Some User 2\",\n        \"EmploymentDate\": \"2022-02-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7c88e5c1-75f9-415b-b09b-5a081522b1cf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81629,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sonny Arsua Jr\",\n        \"EmploymentDate\": \"2021-09-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4e881dee-7269-47ca-8641-dea1634252ad\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75669,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Søren Jakobsen (75669)\",\n        \"EmploymentDate\": \"2018-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d931feb4-0db3-4cd3-9783-121cbdf4169e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39151,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Spino\",\n        \"EmploymentDate\": \"2016-12-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"53a6fbf2-4223-41c9-a78d-150240f29208\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39216,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Stefani \\\"LIZARD BTW\\\" Di\",\n        \"EmploymentDate\": \"2017-01-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1891ccbf-46d9-40fd-aa23-479341ddf859\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78242,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Stefani Basic\",\n        \"EmploymentDate\": \"2019-05-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b284a343-8c24-425a-9898-49dea2ba40ee\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72663,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Substitute person\",\n        \"EmploymentDate\": \"2017-06-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e7fdc02e-8bf0-44f1-8979-fe806db8bebb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19288,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sue Kuruvilla\",\n        \"Ref\": 54,\n        \"EmploymentDate\": \"2010-09-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"dcd4ec27-126e-47eb-8cfd-d583a938e8e6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41473,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Suneet Advanced user\",\n        \"EmploymentDate\": \"2017-03-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"94af27b2-dc16-4e98-8db2-a3ee8fcac9b4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41223,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Suneet Singh\",\n        \"EmploymentDate\": \"2017-02-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8c210fac-ca31-4453-af4f-14255801b22f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72598,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Suneet's GSR\",\n        \"EmploymentDate\": \"2017-06-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b2f0c0ba-f970-486b-b3cf-f26dce3b4185\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72624,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Suneet's SR\",\n        \"EmploymentDate\": \"2017-06-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5cd79786-8fc2-4bee-9794-f3b859120b2f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72597,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Suneets Test\",\n        \"EmploymentDate\": \"2017-06-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"064d4d9d-62cb-42c8-b22a-563ea3f2b1aa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36485,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Super\",\n        \"EmploymentDate\": \"2016-08-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"91e60899-9c51-4020-bc67-392ec9b0616f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37019,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"super duper test\",\n        \"EmploymentDate\": \"2016-10-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e1965e76-3fa6-4947-9b3a-583df98fb075\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41453,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Super Tester Thomas\",\n        \"EmploymentDate\": \"2017-03-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cd5e6459-97ee-429c-9c94-bcf69cdcb06f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21355,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Susan Campbell\",\n        \"Ref\": 21355,\n        \"EmploymentDate\": \"2014-09-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ee7c2167-16d6-41d6-9d5d-4434dfe5ac70\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81835,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sv1\",\n        \"EmploymentDate\": \"2022-01-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"82ab1908-d15b-4478-b02e-87e5ec846a00\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81963,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sv10\",\n        \"EmploymentDate\": \"2022-02-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5fa4b60d-e0e9-4222-8ac7-07ddcaaf96d0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81873,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sv1a\",\n        \"EmploymentDate\": \"2022-02-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1340e94c-d6d7-4a6c-8ad6-4b4b21f7c738\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81836,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sv2\",\n        \"EmploymentDate\": \"2022-01-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"56760969-0041-4550-b2ca-00a131715d95\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81837,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sv3\",\n        \"EmploymentDate\": \"2022-01-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a42dc1e1-cbdb-4ab3-9a49-77776aaecc65\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81850,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sv3\",\n        \"EmploymentDate\": \"2022-01-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a788dd75-7669-488a-b7c2-0284188e92d7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81866,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sv33a\",\n        \"EmploymentDate\": \"2022-02-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"26b2cb7c-e602-4138-b222-06ccb01ebafe\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81867,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sv33b\",\n        \"EmploymentDate\": \"2022-02-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"99603701-d04e-4f56-8955-4bfbf8f74cec\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81868,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sv33c\",\n        \"EmploymentDate\": \"2022-02-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"46ee519c-0ac4-4d5c-8329-5ae911b88ea2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81852,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sv444\",\n        \"EmploymentDate\": \"2022-01-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2a090172-21e7-4a32-bc47-f0de99794707\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81983,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sva\",\n        \"EmploymentDate\": \"2022-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1c4995bd-6414-4cfd-8911-c67e97173551\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81984,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"svb\",\n        \"EmploymentDate\": \"2022-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"44d5bfc8-1160-409f-a8f2-5088495bb9fd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81892,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"svb1\",\n        \"EmploymentDate\": \"2022-02-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8a65711d-0d08-46f3-8840-975a947e80b3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81893,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"svb2\",\n        \"EmploymentDate\": \"2022-02-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b8b0df52-a99a-4af3-8338-3ccd91dccb78\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81894,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"svb3\",\n        \"EmploymentDate\": \"2022-02-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"da731024-12bc-4151-8ec6-fc726e6aba5f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81985,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"svc\",\n        \"EmploymentDate\": \"2022-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"11071b15-0870-4864-ba11-526892a0ccc0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20566,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Svenne Banan\",\n        \"Ref\": 20566,\n        \"EmploymentDate\": \"2013-08-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e51c2a25-3107-4885-b5c0-2a79af356894\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80944,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri\",\n        \"EmploymentDate\": \"2020-05-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c851a196-0ef4-4ae1-a107-810c32673595\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81000,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Basic User\",\n        \"EmploymentDate\": \"2020-07-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"PaidHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 24,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"380077f0-e9e9-445b-be6e-58ecdb629b7d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81888,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 10\",\n        \"EmploymentDate\": \"2022-02-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f5762368-5b11-4d4d-b7ad-3a290d2de050\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81967,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 100\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"08b30f7b-111f-41c9-8e6b-9a79a40dd4e2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81968,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 101\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"79d42f07-cf74-4d2b-8e48-2c3a793f4a8d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81969,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 102\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4debf516-bc3c-4d18-989b-0c96d5dd9cbc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81970,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 103\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2f15d7c4-c435-4b01-9825-b15b38905c2a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81971,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 104\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"76fd2482-8a15-4ab6-911a-da10b62d3974\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81972,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 108\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"94bc2955-a614-47dc-bf65-29244bc71f7e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81973,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 109\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"28589fa1-13ba-4936-a8dc-d82273cfd83d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81889,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 11\",\n        \"EmploymentDate\": \"2022-02-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"119362f4-f67b-44e6-83a7-1c620df9a849\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81980,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 111\",\n        \"EmploymentDate\": \"2022-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8cce21ab-f817-466a-a547-2cb82ef459df\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81981,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 112\",\n        \"EmploymentDate\": \"2022-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"71c06a29-ae89-4b6c-948c-2a3318bcbd09\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81982,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 113\",\n        \"EmploymentDate\": \"2022-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e17d5931-3861-41c1-82c8-cda6ffe53947\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81890,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 12\",\n        \"EmploymentDate\": \"2022-02-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"698325c3-45ec-4b52-b804-3ebb9e72e884\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81988,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 120\",\n        \"EmploymentDate\": \"2022-03-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"63086272-6b41-4939-9aa4-fae35671079b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81989,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 200\",\n        \"EmploymentDate\": \"2022-03-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fc31c7e8-7711-4058-b237-6160e0faa499\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81898,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 30\",\n        \"EmploymentDate\": \"2022-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4ffad9ee-dd2e-4544-9536-00f2a85b39b1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81899,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 31\",\n        \"EmploymentDate\": \"2022-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"431ad282-6f23-44ee-8775-c6237f7374f9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81900,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 35\",\n        \"EmploymentDate\": \"2022-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"21b07be1-4bbc-4c4f-b237-def8fe80d7f7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81901,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 40\",\n        \"EmploymentDate\": \"2022-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d2bc6886-7ffc-4763-9ccc-ae49ed4a11fd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81904,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 50\",\n        \"EmploymentDate\": \"2022-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"405057da-790e-4a50-923a-86216459f5b5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81905,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 51\",\n        \"EmploymentDate\": \"2022-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1763e4c7-87ef-4bcc-ba3c-e02364b48a18\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81906,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 52\",\n        \"EmploymentDate\": \"2022-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"528d46ef-59ea-4f05-bc9e-235b8ed02a3f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81907,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 55\",\n        \"EmploymentDate\": \"2022-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5056646e-9910-4e77-9de4-69c42f0b1255\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81908,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 60\",\n        \"EmploymentDate\": \"2022-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"456950a1-a42d-4b72-a2fd-c6f9625bb18c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81909,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 60\",\n        \"EmploymentDate\": \"2022-02-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"53c405a6-e497-4a17-9e50-ccf70807e926\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81910,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 70\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5caa722f-e8c4-493d-b0b3-e97e6120250e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81911,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 71\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e1df241d-ee6f-4e74-b20b-2e0f4dd87a65\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81913,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 73\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"750861d7-139e-4cf8-81f1-9bd8b155b4ae\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81914,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 74\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1dec2032-1635-4c60-9661-0dcd198699c2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81915,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 75\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f280b4c3-21d3-4eb5-9cfb-7c687eefb096\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81916,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 76\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0aeed8ba-a2b6-46a8-9ffd-ee91b8a344de\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81917,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 77\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"63b73610-bd0b-4bf9-8d5e-39a85bb11f32\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81918,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 78\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7c82446f-e539-49bc-a72b-af715cab88e9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81919,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 80\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c523c853-6426-449c-983e-b3cc6c3e4a2c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81887,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 9\",\n        \"EmploymentDate\": \"2022-02-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e8f4f151-1318-4ac6-969f-cb36d37ba719\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81920,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User 92\",\n        \"EmploymentDate\": \"2022-02-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"56d0360d-a8ed-4025-9d1c-c8bec2888c60\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81999,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User A\",\n        \"EmploymentDate\": \"2022-03-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ba992907-2ce8-415f-a2c0-70c69f18d0c2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82000,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's Test User B\",\n        \"EmploymentDate\": \"2022-03-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0288eb7a-a345-4fd1-8b27-3a8ec0434198\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81945,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's User 1\",\n        \"EmploymentDate\": \"2022-02-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3fb4c5cb-2b22-4422-b4c2-7250ccf2df60\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81946,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's User 2\",\n        \"EmploymentDate\": \"2022-02-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e733dc85-4ac0-49d1-9845-1a57e4ba6fc1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81878,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's User 4\",\n        \"EmploymentDate\": \"2022-02-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d606a8a4-919a-4bf9-98bd-61aa8cb336a6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81879,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's User 5\",\n        \"EmploymentDate\": \"2022-02-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3dbefef7-61b9-45b4-94a8-e746bea4e671\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81880,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sverri's User 7\",\n        \"EmploymentDate\": \"2022-02-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fb79ff7b-74de-48ea-b908-e2948278d704\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41501,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"svinet\",\n        \"EmploymentDate\": \"2017-03-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c162090c-863a-4432-aaa7-9a7f3d18f0dc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81897,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"sx\",\n        \"EmploymentDate\": \"2022-02-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c1ecbc42-0dbb-4fe6-9017-fdcbc878f381\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80467,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sylvia Jackson Basic User\",\n        \"EmploymentDate\": \"2019-12-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4e796325-9235-404f-b8b6-2bda8bc627f3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78121,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Sylvia Jackson Test\",\n        \"EmploymentDate\": \"2019-03-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"16bc8413-4ac1-47b8-8ba7-ad99d93dd724\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19885,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"System administrator\",\n        \"Ref\": 19885,\n        \"EmploymentDate\": \"2012-09-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"977bd74a-cefe-4960-8eae-d7e2dbd9516f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77533,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Tanya web\",\n        \"EmploymentDate\": \"2018-10-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"601bccb0-ff02-49a4-aa2c-eafb14c34d55\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77647,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Task Access Test\",\n        \"EmploymentDate\": \"2018-11-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1e4f0361-f8e7-48a7-95b2-913d22bbd2c0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78952,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Task Counter Test\",\n        \"EmploymentDate\": \"2019-07-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9be5a1e1-afb7-4223-9f81-afca41a4c218\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81730,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TBD Glenn Test Admin\",\n        \"EmploymentDate\": \"2021-11-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6c583d87-25d2-4dae-aca5-f82eda41a8ee\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81787,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Team 4 - Admin automatic test user\",\n        \"EmploymentDate\": \"2021-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5301e039-1132-4a88-86a8-bcfc5528a4df\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19137,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Teletubbie Poo\",\n        \"Ref\": 19137,\n        \"EmploymentDate\": \"2011-09-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6f6b32a2-e0db-407c-bacd-3988f76a0efb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78317,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Teresa Robbins\",\n        \"EmploymentDate\": \"2019-05-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1ea7424a-659b-461a-9ed4-dcf07aafb312\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21254,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Terrance Romsborn\",\n        \"Ref\": 21254,\n        \"EmploymentDate\": \"2014-06-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"184ad556-7b93-4a04-939b-ee759b4c1cf7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81155,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Terrance Romsborn2\",\n        \"EmploymentDate\": \"2014-06-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a0717bb4-6559-41c9-99e1-07bc24013cbf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41407,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"terry\",\n        \"EmploymentDate\": \"2017-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f08d86ee-8b6f-4316-a1f9-5e6625afca7c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81638,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"69ef4021-6097-44fa-9c20-7f7693ea76b2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76155,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test (76155)\",\n        \"EmploymentDate\": \"2018-07-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"62f28782-3d89-4617-ba75-019c448c5072\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76157,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test (76157)\",\n        \"EmploymentDate\": \"2018-07-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4b2167fa-f766-420b-9ed1-77181385d51c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75556,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test 1111\",\n        \"EmploymentDate\": \"2017-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ba2549d9-7822-427d-9ef7-f6e8eae0b31d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18666,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test 3\",\n        \"Ref\": 18666,\n        \"EmploymentDate\": \"2011-01-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d01dc2d8-612a-4e7f-95dc-2ed52f177222\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35311,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test account manager 1\",\n        \"Ref\": 35311,\n        \"EmploymentDate\": \"2016-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ebcc82e1-bea0-4963-b1ff-4561b5861e4f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35312,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test account manager 2\",\n        \"Ref\": 35312,\n        \"EmploymentDate\": \"2016-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7a007914-236e-4949-b093-f9748e723d14\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82032,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test Basic User\",\n        \"EmploymentDate\": \"2022-04-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1a974322-2242-4a75-81c2-02d240a5343d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36801,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test Card user yes\",\n        \"EmploymentDate\": \"2016-09-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4d09af8d-2f03-4370-acb6-98df780a529d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75888,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test Creation Resource\",\n        \"EmploymentDate\": \"2018-04-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3d00ba92-3eab-42fa-8bcf-14b0ebd7467f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77419,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test cross company adv\",\n        \"EmploymentDate\": \"2018-09-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e99a568b-fc17-40b0-a688-b6f5cae352cc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77418,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test cross company basic\",\n        \"EmploymentDate\": \"2018-09-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cd0974c9-537d-432f-95b7-dae1326af985\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75872,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test DTO\",\n        \"EmploymentDate\": \"2018-04-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"14b78a2f-8721-4596-a454-5631a6f1c6fa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19543,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test dude 42\",\n        \"Ref\": 19543,\n        \"EmploymentDate\": \"2014-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bd350da9-008f-46dd-b107-ebbeed0fb444\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19544,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test dude 43\",\n        \"Ref\": 19544,\n        \"EmploymentDate\": \"2012-04-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5c81abd3-f533-4ef9-8950-4709eda2f73e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82035,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test Employee Basic\",\n        \"EmploymentDate\": \"2022-04-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9264d033-157b-440c-b14d-a939ab6084c5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82013,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test Employee pogi\",\n        \"EmploymentDate\": \"2021-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayTransferred\": 0,\n        \"HoliDayEarn\": 10.54,\n        \"HoliDayCorrContract\": 10,\n        \"HoliDayExtra\": 0,\n        \"HoliDayPayDeducted\": 5,\n        \"HoliDayQty\": 25.54,\n        \"HoliRest\": 25.54,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b4670970-504f-40c5-a92f-e68591fb7acf\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35317,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test employee responsible 12341251\",\n        \"Ref\": 35317,\n        \"EmploymentDate\": \"2016-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"07b4ed11-ddd2-411a-9872-582637ddd501\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35314,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test execution of opened job to do tasks\",\n        \"Ref\": 35314,\n        \"EmploymentDate\": \"2016-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"262d71a8-f417-4386-9d91-1f487018f33c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35310,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test general take over\",\n        \"Ref\": 35310,\n        \"EmploymentDate\": \"2016-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b60d6c21-c27f-4e9b-a25b-a3f17e76ca92\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39001,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test jonas\",\n        \"EmploymentDate\": \"2016-11-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5834586b-124b-4248-b13f-33dc45e4196a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35318,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test Material and print entries\",\n        \"Ref\": 35318,\n        \"EmploymentDate\": \"2016-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a5b6e664-a99d-4765-ad4e-eb99f07bfa9b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72256,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test name\",\n        \"EmploymentDate\": \"2017-03-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9caa7b7e-0b82-4bf1-83cf-0a3dc14a6086\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76078,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test new \",\n        \"EmploymentDate\": \"2018-06-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a0ad8bb0-2ca1-4e27-a45e-95338a995ae4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35319,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test newbizz activities\",\n        \"Ref\": 35319,\n        \"EmploymentDate\": \"2016-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"595275da-eea9-4921-b51d-0674aaca24c4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35315,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test open voucher approval\",\n        \"Ref\": 35315,\n        \"EmploymentDate\": \"2016-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"613be8e7-2a38-46ed-9bad-e6f3794a4ffd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36360,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test public basic user\",\n        \"EmploymentDate\": \"2016-08-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"656b5e7a-d65d-417e-bdb0-0e60412175d5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35313,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test responsible ongoing jobs:\",\n        \"Ref\": 35313,\n        \"EmploymentDate\": \"2016-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"427ff7fa-ff7c-4ef4-bcf5-e46a19ec4390\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35316,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test settlement of open purchase orders\",\n        \"Ref\": 35316,\n        \"EmploymentDate\": \"2016-03-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b8622a5e-11ec-4b4d-bc1d-e9ac0941e284\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72593,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test Tosse1\",\n        \"EmploymentDate\": \"2016-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"83ff70f9-6b33-4cff-b388-7ae740d60736\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36832,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test user\",\n        \"EmploymentDate\": \"2016-09-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"18300b1c-b2f0-4142-9e95-0f2d0eb3e104\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75828,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test User 22-03\",\n        \"EmploymentDate\": \"2018-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ee567d0a-8b54-4ca3-8abd-8074f1975b29\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75829,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test user 22-03-18\",\n        \"EmploymentDate\": \"2018-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"063b1781-f819-4a9a-9cc2-896cb9be69a9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79882,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test user 442211\",\n        \"EmploymentDate\": \"2019-08-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0a8b9265-3a61-4b0a-8079-dd61b06ec03b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38892,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test user 5\",\n        \"EmploymentDate\": \"2016-11-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5c2e2ac4-6cb7-4cd6-af05-bab6958f5549\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39019,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test User Admin\",\n        \"EmploymentDate\": \"2016-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f5760e41-a9a1-4ed2-af38-66e1fb6d5ce5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39020,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test User Advanced\",\n        \"EmploymentDate\": \"2016-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c69f0700-a68f-4fd6-a389-125309594a05\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39021,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test User Basic\",\n        \"EmploymentDate\": \"2016-11-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"18584609-f549-46f9-b9ee-702b0074b54b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41387,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test user creation\",\n        \"EmploymentDate\": \"2017-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"db1cc474-b6ae-420a-966e-efc12c20e156\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81652,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test User Nath\",\n        \"EmploymentDate\": \"2021-10-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"08bad917-5d67-4fac-82ef-3e368f343792\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36773,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Test User1\",\n        \"EmploymentDate\": \"2016-09-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2361707d-4552-4316-86d3-44e4217d7416\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80994,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test_0\",\n        \"EmploymentDate\": \"2020-07-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"062291dc-2886-4f0c-8515-5b23a14e15c7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80995,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test_1\",\n        \"EmploymentDate\": \"2020-07-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"520aa699-5471-404c-827e-eb04d5c6e96d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80996,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test_2\",\n        \"EmploymentDate\": \"2020-07-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6d6ba332-defa-4cc8-865b-d560deb46bb3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80997,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test_3\",\n        \"EmploymentDate\": \"2020-07-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"be6042f4-3157-4998-a4a8-7f62d1521e04\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80998,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test_4\",\n        \"EmploymentDate\": \"2020-07-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"28a42a4f-2595-4f6f-a5cd-2a57b3e23378\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81089,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"test_5\",\n        \"EmploymentDate\": \"2020-09-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 24,\n        \"HoliDayQty\": 24,\n        \"HoliRest\": 24,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c500ee63-03b0-4006-8ebe-9508846ce402\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81832,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"testemployee\",\n        \"EmploymentDate\": \"2022-01-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a734b547-e721-4ca3-9747-6e8ac8b414d8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81833,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"testemployee2\",\n        \"EmploymentDate\": \"2022-01-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"359aea7e-4d02-44e1-bed2-efc9dde990ad\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72408,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TestEmployee55\",\n        \"EmploymentDate\": \"2017-04-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"74289784-7644-4b35-96bf-a307364909d7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72419,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TestEmployee57\",\n        \"EmploymentDate\": \"2017-04-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"77a4411b-5c61-4475-af4f-7440c1a90d39\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79943,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TestEmployeeDup\",\n        \"EmploymentDate\": \"2019-09-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"45bd8c98-3114-4a65-bbe8-2c18cf2e0ae9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36781,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"tester 42\",\n        \"EmploymentDate\": \"2016-09-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"75937146-bb90-4e05-91dc-be1f0db49f6a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75517,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testing access\",\n        \"EmploymentDate\": \"2017-11-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"47c93986-3fa8-4517-b486-10fe1f9b85cd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75518,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testing access 2\",\n        \"EmploymentDate\": \"2017-11-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"37a47dab-6bfa-4da5-b190-faa202e834a8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72290,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"testing adding a scheduling resource\",\n        \"EmploymentDate\": \"2017-04-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"46e7bf6c-668b-479a-ad72-7fa40ed3e911\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75646,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testing employee creditor sequence\",\n        \"EmploymentDate\": \"2018-01-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"604139f1-5282-4952-bf7c-18156d273581\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75666,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testing employee sequence 1\",\n        \"EmploymentDate\": \"2018-01-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"65bc5f16-82f9-4930-b6aa-481e6313108e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75547,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testing minimal creation\",\n        \"EmploymentDate\": \"2017-11-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"21ad93d1-e770-4088-8cf5-bb4a610adff2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39048,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testing no access\",\n        \"EmploymentDate\": \"2016-12-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"73522890-6deb-47a2-a49b-ac6f35d34b6e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75561,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testing required field\",\n        \"EmploymentDate\": \"2017-12-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bd101e5c-232e-4f5d-866d-3d832583e41a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 39175,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testing sysvar\",\n        \"EmploymentDate\": \"2017-01-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5a713bff-8b83-4802-9f9b-83cf3215298b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80400,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TESTING TEAM\",\n        \"EmploymentDate\": \"2018-11-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e80a8e83-ca6a-4d6f-a26e-149d7de38d76\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80401,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testing Team 3\",\n        \"EmploymentDate\": \"2018-11-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"32a092cc-3c05-4d45-9f63-5068cc372231\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75545,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testing Traffic And Time\",\n        \"EmploymentDate\": \"2017-11-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1e0c7dbe-19bd-4b11-b733-08d794d7b4b5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75546,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testing Traffic And Time 2\",\n        \"EmploymentDate\": \"2017-11-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"913e0bb9-2e84-4ad3-8a84-906c2b596638\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80382,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"testing9898989898989\",\n        \"EmploymentDate\": \"2019-11-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"14718418-93d4-4fe2-9f66-012493c51073\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73082,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TestResource\",\n        \"EmploymentDate\": \"2017-09-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"005b91f3-6d5d-4e19-8602-e9e339daa1a1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73083,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TestResource2\",\n        \"EmploymentDate\": \"2017-09-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"08d0ede1-de3b-445f-b0b5-0e9e488c59c4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73085,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TestResource4\",\n        \"EmploymentDate\": \"2017-09-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9a154a07-b879-4e7a-b82f-76d44d6f8387\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73087,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TestResource5\",\n        \"EmploymentDate\": \"2017-09-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"57b0fda1-e3de-40e2-8460-04ef9a2bdd3a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76156,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"testtest\",\n        \"EmploymentDate\": \"2018-07-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9dabdfa7-beff-4d8e-b96f-9f6ba3c150cd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72402,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"testtesttest\",\n        \"EmploymentDate\": \"2017-04-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c18ecce9-fa77-4b9d-bc98-942b7158f4c3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72422,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"testtesttest (72422)\",\n        \"EmploymentDate\": \"2017-04-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"1453197b-4619-469a-bfe5-529b99f04b37\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72403,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"testtesttesttest\",\n        \"EmploymentDate\": \"2017-04-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e8433e2e-2b69-4e00-8090-f015fdc9878e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75830,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TestUser 2203\",\n        \"EmploymentDate\": \"2018-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8ce600a1-a075-4863-a0d9-a3435facdd63\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72878,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testy McAdvanced\",\n        \"EmploymentDate\": \"2017-08-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6a32b882-cb28-4d4c-b7d7-fc97545fc793\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36771,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testy McUserface231\",\n        \"EmploymentDate\": \"2016-09-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"684f7dc4-c15f-4970-a2e8-717d9c1ac7ee\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36798,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Testy mcUsertestyface\",\n        \"EmploymentDate\": \"2016-09-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2394a7d3-0227-4adb-ade1-21ab7ef3f825\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18908,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"The allocated user\",\n        \"Ref\": 18908,\n        \"EmploymentDate\": \"2011-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6f19ec64-5c04-4000-8d44-d66c91ef670b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73015,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"The new awesome crash test dumme\",\n        \"EmploymentDate\": \"2017-08-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"403faeb5-659f-4571-93b9-5a35be42ba16\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40843,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"The one who collected Wirt's leg before it was Meta\",\n        \"EmploymentDate\": \"2017-01-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d6111156-bec2-433b-abb0-7e75612652d3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78081,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"The Overseer of Proper Language\",\n        \"EmploymentDate\": \"2019-02-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9ab48fcf-dfd6-4dc4-9ce5-1a69d59d7cb4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 38612,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"The president\",\n        \"EmploymentDate\": \"2016-11-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6f2e3f24-3787-4f0b-8ea1-afa3156e9838\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76054,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Third Employee\",\n        \"EmploymentDate\": \"2016-02-29T23:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0ae6e1d0-fc71-45a7-bf1f-fa8c2c2fa8fe\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79866,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ThisIsANewEmployee\",\n        \"EmploymentDate\": \"2019-08-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"58ad2472-0aff-4f5d-9652-23fc7bee6064\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 23149,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Tho Tran\",\n        \"Ref\": 23149,\n        \"EmploymentDate\": \"2015-10-05T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b07cd2b7-1936-4b1e-b8f9-599875849fee\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72981,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Thomas Advanced User\",\n        \"EmploymentDate\": \"2017-08-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3299cf54-8568-4e03-a951-15111d6dae9c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73167,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Thomas Advanced Uth\",\n        \"EmploymentDate\": \"2017-09-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d268e67f-c70c-49ad-9d4f-4ed5c5b220a9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36695,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Thomas Basic User\",\n        \"EmploymentDate\": \"2016-09-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8d64aa3a-2c1c-4861-bf76-5c6158250461\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 16852,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Thomas Bolvig Amorøe\",\n        \"Ref\": 16852,\n        \"EmploymentDate\": \"2008-12-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"09a7168e-f90d-4f6f-96bc-bb2131764d8b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20892,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Thomas Cook\",\n        \"Ref\": 20892,\n        \"EmploymentDate\": \"2013-12-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"53772d44-5cb8-47f4-a5c0-d2b386e55f00\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72934,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Thomas Hegnet Jensen\",\n        \"EmploymentDate\": \"2017-08-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"894fe445-b9a1-4753-8a52-1e847e0e9bea\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 23132,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"THomas Ib Sørensen\",\n        \"Ref\": 23132,\n        \"EmploymentDate\": \"2015-09-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d2451b0d-0611-4c99-85d5-7f358c8e9a63\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80814,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Thomas Lang\",\n        \"EmploymentDate\": \"2020-04-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d6409f7c-2ab3-4dc5-82cc-6a579b2b3455\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20578,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Thomasina Mefford\",\n        \"Ref\": 20578,\n        \"EmploymentDate\": \"2013-09-13T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"94a22e10-e7fc-40aa-a7be-3f30b06d41f6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 37200,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Thomse's Basic User\",\n        \"EmploymentDate\": \"2016-10-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"eed87e04-aaec-4219-949b-fb5fc6f04d45\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77288,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Tim test employees\",\n        \"EmploymentDate\": \"2018-07-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"807c1b9d-193d-48a5-9a28-b8a8040d1b33\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77289,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Tim test employeesv2\",\n        \"EmploymentDate\": \"2018-07-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e111dcd7-7fd3-4f3f-8cc1-c563f383daad\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75539,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Time sheet test\",\n        \"EmploymentDate\": \"2017-11-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2893a93c-86b6-450c-8bec-8ba4c18481eb\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75726,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Time sheet user test\",\n        \"EmploymentDate\": \"2018-03-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0dd5092f-9693-401c-bb5c-663a35e32277\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82004,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"timesheet approver one\",\n        \"EmploymentDate\": \"2022-03-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"edf6eaf1-746a-4550-82c5-9d42802e952b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36624,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Timothy M. Swager\",\n        \"EmploymentDate\": \"2016-08-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"80a74488-1380-4cce-aa60-b28187eba1c0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20600,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Timothy Nelson\",\n        \"Ref\": 20600,\n        \"EmploymentDate\": \"2013-10-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"20893739-f6b1-4d4a-b422-b937526946e7\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 21747,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Timothy Smith\",\n        \"Ref\": 21747,\n        \"EmploymentDate\": \"2015-01-19T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7a171bb5-9b21-4cb1-957a-8afcfced149e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 76154,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TJ imported test\",\n        \"EmploymentDate\": \"2018-07-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"46a3a207-791a-47b2-98e7-e71041ea881e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77498,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TJ med alt adgang\",\n        \"EmploymentDate\": \"2018-08-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b3940582-a232-4804-a30c-947d128ced20\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40826,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"tjbasic\",\n        \"EmploymentDate\": \"2017-01-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e1e5caea-7b0c-442a-9aad-3984eb29372b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72881,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TMA2\",\n        \"EmploymentDate\": \"2017-08-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c61b17d6-0c85-4596-99d0-d66f5aa0bff8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75680,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Toastie hoast\",\n        \"EmploymentDate\": \"2018-01-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b25cb77d-bd75-4f4b-a7af-fda8cade5574\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 35503,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Tom Budde Dalsgaard\",\n        \"Ref\": 35503,\n        \"EmploymentDate\": \"2016-04-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"31af834d-0abf-4161-ad80-5b1c1a749c9a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 34912,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Tommy Buzzwig\",\n        \"Ref\": 34912,\n        \"EmploymentDate\": \"2015-11-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e7b8a724-f9b9-4420-bfb6-90d49454788e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72773,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Toni Brenemark\",\n        \"EmploymentDate\": \"2017-07-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b00856ef-c26b-44fe-a277-fe84f50cdb52\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41394,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Tonni\",\n        \"EmploymentDate\": \"2017-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"33d455d7-8f57-4d18-b1c5-f99e4e923150\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81819,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Tony Stark\",\n        \"EmploymentDate\": \"2022-01-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4b0b39c9-fce9-4b54-be15-d40f9e437da4\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80822,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TOPHE\",\n        \"EmploymentDate\": \"2020-05-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"63b956fa-a6c7-498b-8c7a-38bb0235dad8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 15371,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Torben Uldall Søemod\",\n        \"Ref\": 1234777,\n        \"EmploymentDate\": \"2007-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 24,\n        \"CompIni\": \"BBA\",\n        \"M12\": 1,\n        \"UniqueId\": \"03c7db29-64ac-4a92-876d-9484a5718f50\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81965,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Traffic Manager One\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4294173a-8947-4370-a700-e677a67db931\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22225,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Trần Anh Tuấn\",\n        \"Ref\": 2301,\n        \"EmploymentDate\": \"2010-01-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"40f74e3e-503e-470c-92c5-68bcab1902f6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22233,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Trần Đức \",\n        \"Ref\": 2309,\n        \"EmploymentDate\": \"2010-01-10T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"dceaaeb9-a48e-4750-9b43-2bdce6b054f6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75562,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TRF 2\",\n        \"EmploymentDate\": \"2017-12-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"82e223f5-7b89-4189-aa12-39de59bae97a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75563,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TRF3\",\n        \"EmploymentDate\": \"2017-12-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4ab32aa8-1b7b-432c-9a31-edea1d1d7184\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81839,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"tria2\",\n        \"EmploymentDate\": \"2022-01-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c6d53ceb-5769-40fb-bea8-1ce415d6ba8c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81840,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"trialem\",\n        \"EmploymentDate\": \"2022-01-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c9cfabd2-61c4-4f26-8b4c-9328f8542a01\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 19854,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Trine Jørgensen\",\n        \"Ref\": 19854,\n        \"EmploymentDate\": \"2012-09-06T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"35faa1ae-901d-40e9-a65a-c096c21e8ecd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81755,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Trizha Malubag\",\n        \"EmploymentDate\": \"2021-11-17T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2290c39f-f7e2-4cc9-8f24-21d3aaa5374e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81764,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Trizha Malubag\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"06244282-dca1-4cdc-ac1c-712e4f0b8899\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75882,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Tronald Dump\",\n        \"EmploymentDate\": \"2018-04-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"70c6aa00-e592-4b3e-828e-918b7a747660\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72592,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TT\",\n        \"EmploymentDate\": \"2017-06-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e30ac171-bcb0-4a41-8ba6-f66338afe785\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81977,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TUS Test 42\",\n        \"EmploymentDate\": \"2022-03-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"64305338-366a-4cff-a290-2b2490d5b550\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80667,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TUS The Programmer\",\n        \"EmploymentDate\": \"2020-11-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 20.8,\n        \"HoliDayQty\": 20.8,\n        \"HoliRest\": 20.8,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b08bef9c-5916-4be2-8be8-0604f50439b0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77470,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TUSTest5\",\n        \"EmploymentDate\": \"2018-09-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8764b573-869f-482c-8fa0-5b697e2422a9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77471,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"TUSTest6\",\n        \"EmploymentDate\": \"2018-09-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"34fd3143-17c9-4105-839b-a6f3a831dfe0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78291,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"tyty\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c4d03093-04dd-4d6f-b79e-e14a655378a0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 20558,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Uncle Newby\",\n        \"Ref\": 20558,\n        \"EmploymentDate\": \"2013-08-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"207a6a54-1505-4b04-8459-4f2f84b7821b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80881,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Uncle Ortiz\",\n        \"EmploymentDate\": \"2018-04-02T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9939aa91-96d6-4cff-8699-886ddda5157e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36746,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"User card test\",\n        \"EmploymentDate\": \"2016-09-12T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"02d7f2f1-9753-4327-9f1d-7834568942b3\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 41251,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"User with address test\",\n        \"EmploymentDate\": \"2017-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"3e96269e-e7b8-41cb-b001-302922409851\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72284,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"User with address test (72284)\",\n        \"EmploymentDate\": \"2017-02-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d6dce892-7dca-4821-9d7c-67d88354209b\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 40938,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Utilization Target Test\",\n        \"EmploymentDate\": \"2017-02-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"004516d3-dbaa-42fc-9274-a88e4d0e86f9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81829,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Vac ban\",\n        \"EmploymentDate\": \"2022-01-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"6eba6f7b-c8c9-4caf-80ec-0ba1ab467b66\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 77950,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Vacation days\",\n        \"EmploymentDate\": \"2019-01-18T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ed827590-8eda-4b96-a429-61d0c5af3b26\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72518,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Vacation Rollover Employee 10\",\n        \"EmploymentDate\": \"2017-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9212ece9-71e8-4004-992e-ce24c1cd5025\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36629,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Vernon Turner\",\n        \"EmploymentDate\": \"2016-08-26T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"0a4cba1d-52fe-4cfb-90fc-9ced45bdf39c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80093,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Victor King\",\n        \"EmploymentDate\": \"2019-10-21T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f8e22fd4-4014-49b7-ba03-81c7f017a7f6\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 18808,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Victor Rivers\",\n        \"EmploymentDate\": \"2011-05-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"71e320dc-dc72-4563-889d-8e97e145f001\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80815,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Vir Donati\",\n        \"EmploymentDate\": \"2020-04-29T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5717444a-dd1f-44e0-92ba-282d1fe0eb58\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22140,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Vivamus Molestie Dapibus Incorporated\",\n        \"Ref\": 22140,\n        \"EmploymentDate\": \"2015-06-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5f6b7772-5580-448c-9182-647828ea2eaa\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81807,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Waldemar Lis\",\n        \"EmploymentDate\": \"2021-12-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ecf44628-a8da-400f-a323-8c17ac31ebe1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81859,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WAU4\",\n        \"EmploymentDate\": \"2019-07-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d53c2441-3235-4c51-8d6d-4d6f4fc9d7b9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79934,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WB Admin\",\n        \"EmploymentDate\": \"2019-09-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"499b5e57-05d8-4796-b4a1-c375e8973115\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82008,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WB Admin\",\n        \"EmploymentDate\": \"2019-09-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"98feffb9-bdb1-4eae-a248-457ee88e81d9\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 22151,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Werner\",\n        \"Ref\": 22151,\n        \"EmploymentDate\": \"2015-06-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"b1ab724f-7721-4079-a2b8-9d3f0f8b7c6c\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72276,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"What (72276)\",\n        \"EmploymentDate\": \"2017-04-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"aa994deb-60ff-4648-a9c6-68b66c082010\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80021,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"What happens with MSA\",\n        \"EmploymentDate\": \"2019-09-25T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5485fd46-9f0a-4659-9723-5710e6d25d92\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81639,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WHAT IS GOING ON\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"26aca289-b3bb-48df-b547-da84cd80cda0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81043,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Will Breakstuff\",\n        \"EmploymentDate\": \"2020-08-27T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"cee1a0b2-f1d9-4314-b788-3bf9b9513fb5\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81641,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Windu Mace Yondu\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a701005b-3e88-4ea4-b1e4-7b93fa4b07d1\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80274,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Winter Lady \",\n        \"EmploymentDate\": \"2019-11-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2b21201d-2edb-4627-9459-3d6fe6aaee47\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81459,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Absence User\",\n        \"EmploymentDate\": \"2020-07-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"644fb2ff-5c12-415b-bae4-542d6a82431a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79355,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Admin\",\n        \"EmploymentDate\": \"2019-07-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 8,\n        \"HoliUsed\": 8,\n        \"HoliRest\": 17,\n        \"CompIni\": \"BBA\",\n        \"M7\": 4,\n        \"M12\": 4,\n        \"UniqueId\": \"d42987c6-75a0-4587-b0f8-22e744a75257\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80842,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Admin Digital User\",\n        \"EmploymentDate\": \"2020-05-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"049d43b8-138f-40e3-9b61-39fc060854e8\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81152,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Adv Demo User \",\n        \"EmploymentDate\": \"2019-07-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7b1f2d75-f04b-41cc-bb0c-52d58d9ac3d2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80845,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Adv Digital\",\n        \"EmploymentDate\": \"2020-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"4fb9ff59-aaef-4574-b0dd-6ae01ac79c18\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79377,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Adv User\",\n        \"EmploymentDate\": \"2019-07-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayTransferred\": 12,\n        \"HoliDayEarn\": 25,\n        \"HoliDayCorrContract\": 1,\n        \"HoliDayExtra\": 1,\n        \"HoliDayPayDeducted\": 2,\n        \"HoliDayQty\": 41,\n        \"HoliRest\": 41,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c5b2ceac-41c4-46b9-b9d7-47d8775af78f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 82010,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Adv User\",\n        \"EmploymentDate\": \"2019-07-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"706e1361-d679-4e10-8b8e-f8cb776caa38\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80413,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Adv User 3\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8c4661c1-7157-46ec-94b6-087c0808063e\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81085,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Adv User III\",\n        \"EmploymentDate\": \"2019-07-30T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5bbcb5d6-2af4-4f3b-bc75-feb53570da57\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81720,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Agency Admin\",\n        \"EmploymentDate\": \"2021-11-04T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 0,\n        \"HoliDayQty\": 0,\n        \"HoliRest\": 0,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fd8ab2d1-c226-44c8-89fb-788e042e916a\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80428,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook AU\",\n        \"EmploymentDate\": \"2018-11-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"82179b8b-b06e-464a-b141-7bca1ff56a68\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80844,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Basic Digital\",\n        \"EmploymentDate\": \"2019-10-23T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"171804d1-d172-4f6b-b24f-0d559f177991\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80843,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Basic Digital User\",\n        \"EmploymentDate\": \"2019-10-24T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e0f67ada-8ec6-467f-baa9-56c075b4b4af\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81450,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Basic R13 User v2\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"d8098507-223f-42c9-be4d-456357ba9922\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80412,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Basic User\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"ResignedDate\": \"2024-09-20T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"EarnedHoliUsed\": 0.5,\n        \"HoliUsed\": 0.5,\n        \"HoliRest\": 24.5,\n        \"CompIni\": \"BBA\",\n        \"M12\": 0.5,\n        \"UniqueId\": \"11060077-cf92-4759-87a5-1aca898d9166\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80579,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Basic User (80579)\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"fc303f7f-6a42-46c0-8773-336bc9214166\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80794,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Co\",\n        \"EmploymentDate\": \"2020-04-15T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f014314f-136f-47b4-94c6-72bf468ea022\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80592,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook New User\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"35b8cb8f-08d8-4e50-bedb-8c78afc0a85f\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 79872,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook QEBU\",\n        \"EmploymentDate\": \"2019-08-14T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"5c88a62c-3781-4d45-8aff-8111b196edbe\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80812,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Resource A\",\n        \"EmploymentDate\": \"2020-04-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ae021265-4eb7-46ca-936f-853f2cfadefd\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80846,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Sys Admin Digita\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8a665deb-800e-4fd7-8779-b48c69462989\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81081,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Sys Admin Digita Copy\",\n        \"EmploymentDate\": \"2019-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"8c8fa7c8-5245-43b3-8112-b08f5c07830d\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81455,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"WorkBook Test User Basic\",\n        \"EmploymentDate\": \"2021-04-22T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 8.95,\n        \"HoliDayQty\": 8.95,\n        \"EarnedHoliUsed\": 1,\n        \"HoliUsed\": 1,\n        \"HoliRest\": 7.95,\n        \"CompIni\": \"BBA\",\n        \"M8\": 1,\n        \"UniqueId\": \"463f582f-09d5-4756-a656-4d5163f779f2\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72280,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"X3TestWithoutUserType\",\n        \"EmploymentDate\": \"2017-04-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"2a717568-6bcd-4869-82af-185bbddd1890\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 72278,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"XTestWithoutAccess\",\n        \"EmploymentDate\": \"2017-04-03T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"22cd7042-b07f-4621-bdb3-68e30591fe40\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 75741,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"XXX EMPLOYEE\",\n        \"EmploymentDate\": \"2018-03-07T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"f2340ca1-e45d-4388-bdb4-a486fe2e3106\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78959,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"yes yes\",\n        \"EmploymentDate\": \"2019-07-16T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a11d103b-2a34-4d51-8344-d7509ef31526\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 81640,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"Yondu Mace Windu\",\n        \"EmploymentDate\": \"2021-01-01T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 16.64,\n        \"HoliDayQty\": 16.64,\n        \"HoliRest\": 16.64,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"75c3b4e0-e353-4cd6-849e-d457610917a0\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78303,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ytyjt\",\n        \"EmploymentDate\": \"2019-05-09T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"bd0b4855-3ee4-4d43-b54f-02296f9a2889\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 78916,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"zgsdgsdgdgdsg\",\n        \"EmploymentDate\": \"2019-07-08T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"c7f3724e-c6f3-4f85-8732-13d231536473\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 80120,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"ZX Spectrum Emp\",\n        \"EmploymentDate\": \"2019-10-28T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"09f45273-5385-4737-a616-1b0bddfdb857\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73061,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"εγγεγραμμένος\",\n        \"EmploymentDate\": \"2017-08-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"e49246ee-776f-4e23-bbca-d71d58414264\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73062,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"εγγραφή\",\n        \"EmploymentDate\": \"2017-08-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"a65de8d7-554a-44d4-9999-02ece62862cc\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73060,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"媒有限公司 (73060)\",\n        \"EmploymentDate\": \"2017-08-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"7869a82e-36f3-4010-a7f8-5ff65f810363\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 36418,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"戴会永\",\n        \"EmploymentDate\": \"2016-08-11T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"9fdef02e-26fe-483a-a660-9f1c7affde49\"\n    },\n    {\n        \"GrpId\": 1,\n        \"GrpName\": \"Bluebird Agency\",\n        \"EmpId\": 73058,\n        \"EmployeeActive\": true,\n        \"EmpName\": \"有限公司\",\n        \"EmploymentDate\": \"2017-08-31T00:00:00.000Z\",\n        \"CompId\": 1,\n        \"CompName\": \"Bluebird Agency\",\n        \"HoliPeriodId\": 701,\n        \"HoliStartDate\": \"2020-09-01T00:00:00.000Z\",\n        \"HoliPeriodDescr\": \"2020/2021\",\n        \"HoliComment\": \"2022/04/29 - Earned holiday updated\",\n        \"HoliDayEarn\": 25,\n        \"HoliDayQty\": 25,\n        \"HoliRest\": 25,\n        \"CompIni\": \"BBA\",\n        \"UniqueId\": \"ae4b8b28-2b10-440e-8301-5f9549d5c5d9\"\n    }\n]"}],"_postman_id":"eb6ebfd1-f258-4f59-9d46-ec3138a8c3ea"},{"name":"Report581DataRequest","id":"a2722d71-feb3-44ab-a06b-b3876858197e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/Report581DataRequest","description":"<p>Retrieves data for Report 581 (Job Reconciliation Report).</p>\n<p><strong>API</strong><br /><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Employee)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#1413c257-c42a-4a45-8906-bbebc8a7eae2\">Object (ReportData)</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["Report581DataRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional</em>.<br />(int32)<br />The identifier of the report parameter data.<br />For information about ReportParameterData object, see <a href=\"#48397187-a8dc-40b4-9a17-af169c943bf6\">ReportParameterData</a>.</p>\n","type":"text/plain"},"key":"ReportParameterDataId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"126434f9-386f-49c1-b068-40643a5a3921","name":"Report581DataRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/Report581DataRequest?ReportParameterDataId=2204728","host":["{{base_url}}"],"path":["Report581DataRequest"],"query":[{"key":"ReportParameterDataId","value":"2204728","description":"*Optional*.  \n(int32)  \nThe identifier of the report parameter data.  \nFor information about ReportParameterData object, see [ReportParameterData](#48397187-a8dc-40b4-9a17-af169c943bf6)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1586","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"CustomerName\": \"Job Recon Client\",\n        \"ProjectName\": \"Jobs Job Recon Client\",\n        \"JobTypeName\": \"job type id 1\",\n        \"TeamName\": \"Streisand fans\",\n        \"DepartmentName\": \"Administrations (test)\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyName\": \"Bluebird Agency\",\n        \"Currency\": \"DKK\",\n        \"JobName\": \"[PLS DO NOT TOUCH THIS JOB] Job Recon Report \",\n        \"JobStatusID\": 1,\n        \"JobStatus\": \"In progress\",\n        \"JobStart\": \"2022-11-01T00:00:00.000Z\",\n        \"JobEndDate\": \"2023-12-01T00:00:00.000Z\",\n        \"ProjectManager\": \"*Macro* Mike McLean\",\n        \"AccountManager\": \"*Macro* Mike McLean\",\n        \"ActivityText\": \"Photo\",\n        \"ActivityId\": 13003,\n        \"PriceHours\": 0,\n        \"PriceHoursCost\": 0,\n        \"PriceMaterialSale\": 0,\n        \"PriceMaterialCost\": 0,\n        \"PriceExternalCost\": 22500,\n        \"PriceExternalSale\": 33750,\n        \"PriceHoursSale\": 0,\n        \"PriceExtraSale\": 0,\n        \"PriceDiscount\": 0,\n        \"OpenPurchaseOrderCost\": 0,\n        \"OpenPurchaseOrderSale\": 0,\n        \"TimeEntryHours\": 0,\n        \"TimeEntryHoursCost\": 0,\n        \"TimeEntryHoursSale\": 0,\n        \"EACHours\": 0,\n        \"EACHoursCost\": 0,\n        \"EACHoursSale\": 0,\n        \"ScheduledHours\": 0,\n        \"ScheduledHoursCost\": 0,\n        \"ScheduledHoursSale\": 0,\n        \"Invoiced\": 25312.5,\n        \"ExternalPurchasesCost\": 22750,\n        \"ExternalPurchasesSale\": 34125,\n        \"MaterialCost\": 0,\n        \"MaterialSale\": 0,\n        \"EstimatedRevenue\": 33750,\n        \"EstimatedPurchaseCost\": -22500,\n        \"SysVar267\": 1,\n        \"ActualRevenue\": 34125,\n        \"ActualPurchaseCost\": -22750\n    },\n    {\n        \"CustomerName\": \"Job Recon Client\",\n        \"ProjectName\": \"Jobs Job Recon Client\",\n        \"JobTypeName\": \"job type id 1\",\n        \"TeamName\": \"Streisand fans\",\n        \"DepartmentName\": \"Administrations (test)\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyName\": \"Bluebird Agency\",\n        \"Currency\": \"DKK\",\n        \"JobName\": \"[PLS DO NOT TOUCH THIS JOB] Job Recon Report \",\n        \"JobStatusID\": 1,\n        \"JobStatus\": \"In progress\",\n        \"JobStart\": \"2022-11-01T00:00:00.000Z\",\n        \"JobEndDate\": \"2023-12-01T00:00:00.000Z\",\n        \"ProjectManager\": \"*Macro* Mike McLean\",\n        \"AccountManager\": \"*Macro* Mike McLean\",\n        \"ActivityText\": \"Design\",\n        \"ActivityId\": 13001,\n        \"PriceHours\": 150,\n        \"PriceHoursCost\": 0,\n        \"PriceMaterialSale\": 0,\n        \"PriceMaterialCost\": 0,\n        \"PriceExternalCost\": 0,\n        \"PriceExternalSale\": 0,\n        \"PriceHoursSale\": 60000,\n        \"PriceExtraSale\": 0,\n        \"PriceDiscount\": 0,\n        \"OpenPurchaseOrderCost\": 0,\n        \"OpenPurchaseOrderSale\": 0,\n        \"TimeEntryHours\": 15,\n        \"TimeEntryHoursCost\": 750,\n        \"TimeEntryHoursSale\": 6000,\n        \"EACHours\": 321,\n        \"EACHoursCost\": 16208103,\n        \"EACHoursSale\": 128400,\n        \"ScheduledHours\": 306,\n        \"ScheduledHoursCost\": 16207353,\n        \"ScheduledHoursSale\": 122400,\n        \"Invoiced\": 45000,\n        \"ExternalPurchasesCost\": 0,\n        \"ExternalPurchasesSale\": 0,\n        \"MaterialCost\": 0,\n        \"MaterialSale\": 0,\n        \"EstimatedRevenue\": 60000,\n        \"EstimatedPurchaseCost\": 0,\n        \"SysVar267\": 1,\n        \"ActualRevenue\": 6000,\n        \"ActualPurchaseCost\": 0\n    },\n    {\n        \"CustomerName\": \"Job Recon Client\",\n        \"ProjectName\": \"Jobs Job Recon Client\",\n        \"JobTypeName\": \"job type id 1\",\n        \"TeamName\": \"Streisand fans\",\n        \"DepartmentName\": \"Administrations (test)\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyName\": \"Bluebird Agency\",\n        \"Currency\": \"DKK\",\n        \"JobName\": \"[PLS DO NOT TOUCH THIS JOB] Job Recon Report \",\n        \"JobStatusID\": 1,\n        \"JobStatus\": \"In progress\",\n        \"JobStart\": \"2022-11-01T00:00:00.000Z\",\n        \"JobEndDate\": \"2023-12-01T00:00:00.000Z\",\n        \"ProjectManager\": \"*Macro* Mike McLean\",\n        \"AccountManager\": \"*Macro* Mike McLean\",\n        \"ActivityText\": \"Music\",\n        \"ActivityId\": 13004,\n        \"PriceHours\": 0,\n        \"PriceHoursCost\": 0,\n        \"PriceMaterialSale\": 0,\n        \"PriceMaterialCost\": 0,\n        \"PriceExternalCost\": 50000,\n        \"PriceExternalSale\": 62500,\n        \"PriceHoursSale\": 0,\n        \"PriceExtraSale\": 0,\n        \"PriceDiscount\": 0,\n        \"OpenPurchaseOrderCost\": 50000,\n        \"OpenPurchaseOrderSale\": 62500,\n        \"TimeEntryHours\": 0,\n        \"TimeEntryHoursCost\": 0,\n        \"TimeEntryHoursSale\": 0,\n        \"EACHours\": 0,\n        \"EACHoursCost\": 0,\n        \"EACHoursSale\": 0,\n        \"ScheduledHours\": 0,\n        \"ScheduledHoursCost\": 0,\n        \"ScheduledHoursSale\": 0,\n        \"Invoiced\": 46875,\n        \"ExternalPurchasesCost\": 0,\n        \"ExternalPurchasesSale\": 0,\n        \"MaterialCost\": 0,\n        \"MaterialSale\": 0,\n        \"EstimatedRevenue\": 62500,\n        \"EstimatedPurchaseCost\": -50000,\n        \"SysVar267\": 1,\n        \"ActualRevenue\": 0,\n        \"ActualPurchaseCost\": 0\n    },\n    {\n        \"CustomerName\": \"Job Recon Client\",\n        \"ProjectName\": \"Jobs Job Recon Client\",\n        \"JobTypeName\": \"job type id 1\",\n        \"TeamName\": \"Streisand fans\",\n        \"DepartmentName\": \"Administrations (test)\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyName\": \"Bluebird Agency\",\n        \"Currency\": \"DKK\",\n        \"JobName\": \"[PLS DO NOT TOUCH THIS JOB] Job Recon Report \",\n        \"JobStatusID\": 1,\n        \"JobStatus\": \"In progress\",\n        \"JobStart\": \"2022-11-01T00:00:00.000Z\",\n        \"JobEndDate\": \"2023-12-01T00:00:00.000Z\",\n        \"ProjectManager\": \"*Macro* Mike McLean\",\n        \"AccountManager\": \"*Macro* Mike McLean\",\n        \"ActivityText\": \"Development\",\n        \"ActivityId\": 13002,\n        \"PriceHours\": 240,\n        \"PriceHoursCost\": 0,\n        \"PriceMaterialSale\": 0,\n        \"PriceMaterialCost\": 0,\n        \"PriceExternalCost\": 0,\n        \"PriceExternalSale\": 0,\n        \"PriceHoursSale\": 30000,\n        \"PriceExtraSale\": 0,\n        \"PriceDiscount\": 0,\n        \"OpenPurchaseOrderCost\": 0,\n        \"OpenPurchaseOrderSale\": 0,\n        \"TimeEntryHours\": 15,\n        \"TimeEntryHoursCost\": 750,\n        \"TimeEntryHoursSale\": 1875,\n        \"EACHours\": 237,\n        \"EACHoursCost\": 12000,\n        \"EACHoursSale\": 29625,\n        \"ScheduledHours\": 222,\n        \"ScheduledHoursCost\": 11250,\n        \"ScheduledHoursSale\": 27750,\n        \"Invoiced\": 22500,\n        \"ExternalPurchasesCost\": 0,\n        \"ExternalPurchasesSale\": 0,\n        \"MaterialCost\": 0,\n        \"MaterialSale\": 0,\n        \"EstimatedRevenue\": 30000,\n        \"EstimatedPurchaseCost\": 0,\n        \"SysVar267\": 1,\n        \"ActualRevenue\": 1875,\n        \"ActualPurchaseCost\": 0\n    },\n    {\n        \"CustomerName\": \"Job Recon Client\",\n        \"ProjectName\": \"Jobs Job Recon Client\",\n        \"JobTypeName\": \"job type id 1\",\n        \"TeamName\": \"Streisand fans\",\n        \"DepartmentName\": \"Administrations (test)\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyName\": \"Bluebird Agency\",\n        \"Currency\": \"DKK\",\n        \"JobName\": \"[PLS DO NOT TOUCH THIS JOB] Job Recon Report \",\n        \"JobStatusID\": 1,\n        \"JobStatus\": \"In progress\",\n        \"JobStart\": \"2022-11-01T00:00:00.000Z\",\n        \"JobEndDate\": \"2023-12-01T00:00:00.000Z\",\n        \"ProjectManager\": \"*Macro* Mike McLean\",\n        \"AccountManager\": \"*Macro* Mike McLean\",\n        \"ActivityText\": \"Blame MS More\",\n        \"ActivityId\": 1,\n        \"PriceHours\": 0,\n        \"PriceHoursCost\": 0,\n        \"PriceMaterialSale\": 0,\n        \"PriceMaterialCost\": 0,\n        \"PriceExternalCost\": 0,\n        \"PriceExternalSale\": 0,\n        \"PriceHoursSale\": 0,\n        \"PriceExtraSale\": 0,\n        \"PriceDiscount\": 0,\n        \"OpenPurchaseOrderCost\": 0,\n        \"OpenPurchaseOrderSale\": 0,\n        \"TimeEntryHours\": 0,\n        \"TimeEntryHoursCost\": 0,\n        \"TimeEntryHoursSale\": 0,\n        \"EACHours\": 1136,\n        \"EACHoursCost\": 113600000,\n        \"EACHoursSale\": 1136,\n        \"ScheduledHours\": 1136,\n        \"ScheduledHoursCost\": 113600000,\n        \"ScheduledHoursSale\": 1136,\n        \"Invoiced\": 0,\n        \"ExternalPurchasesCost\": 0,\n        \"ExternalPurchasesSale\": 0,\n        \"MaterialCost\": 0,\n        \"MaterialSale\": 0,\n        \"EstimatedRevenue\": 0,\n        \"EstimatedPurchaseCost\": 0,\n        \"SysVar267\": 1,\n        \"ActualRevenue\": 0,\n        \"ActualPurchaseCost\": 0\n    },\n    {\n        \"CustomerName\": \"Job Recon Client\",\n        \"ProjectName\": \"Jobs Job Recon Client\",\n        \"JobTypeName\": \"job type id 1\",\n        \"TeamName\": \"Streisand fans\",\n        \"DepartmentName\": \"Administrations (test)\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyName\": \"Bluebird Agency\",\n        \"Currency\": \"DKK\",\n        \"JobName\": \"[PLS DO NOT TOUCH THIS JOB] Job Recon Report \",\n        \"JobStatusID\": 1,\n        \"JobStatus\": \"In progress\",\n        \"JobStart\": \"2022-11-01T00:00:00.000Z\",\n        \"JobEndDate\": \"2023-12-01T00:00:00.000Z\",\n        \"ProjectManager\": \"*Macro* Mike McLean\",\n        \"AccountManager\": \"*Macro* Mike McLean\",\n        \"ActivityText\": \"Music\",\n        \"ActivityId\": 202,\n        \"PriceHours\": 0,\n        \"PriceHoursCost\": 0,\n        \"PriceMaterialSale\": 0,\n        \"PriceMaterialCost\": 0,\n        \"PriceExternalCost\": 0,\n        \"PriceExternalSale\": 0,\n        \"PriceHoursSale\": 0,\n        \"PriceExtraSale\": 0,\n        \"PriceDiscount\": 0,\n        \"OpenPurchaseOrderCost\": 0,\n        \"OpenPurchaseOrderSale\": 0,\n        \"TimeEntryHours\": 0,\n        \"TimeEntryHoursCost\": 0,\n        \"TimeEntryHoursSale\": 0,\n        \"EACHours\": 8.5,\n        \"EACHoursCost\": 0,\n        \"EACHoursSale\": 8.36,\n        \"ScheduledHours\": 8.5,\n        \"ScheduledHoursCost\": 0,\n        \"ScheduledHoursSale\": 8.36,\n        \"Invoiced\": 0,\n        \"ExternalPurchasesCost\": 0,\n        \"ExternalPurchasesSale\": 0,\n        \"MaterialCost\": 0,\n        \"MaterialSale\": 0,\n        \"EstimatedRevenue\": 0,\n        \"EstimatedPurchaseCost\": 0,\n        \"SysVar267\": 1,\n        \"ActualRevenue\": 0,\n        \"ActualPurchaseCost\": 0\n    },\n    {\n        \"CustomerName\": \"Job Recon Client\",\n        \"ProjectName\": \"Jobs Job Recon Client\",\n        \"JobTypeName\": \"job type id 1\",\n        \"TeamName\": \"Streisand fans\",\n        \"DepartmentName\": \"Administrations (test)\",\n        \"CompanyInitials\": \"BBA\",\n        \"CompanyName\": \"Bluebird Agency\",\n        \"Currency\": \"DKK\",\n        \"JobName\": \"[PLS DO NOT TOUCH THIS JOB] Job Recon Report \",\n        \"JobStatusID\": 1,\n        \"JobStatus\": \"In progress\",\n        \"JobStart\": \"2022-11-01T00:00:00.000Z\",\n        \"JobEndDate\": \"2023-12-01T00:00:00.000Z\",\n        \"ProjectManager\": \"*Macro* Mike McLean\",\n        \"AccountManager\": \"*Macro* Mike McLean\",\n        \"ActivityText\": \"ss\",\n        \"ActivityId\": 1000,\n        \"PriceHours\": 0,\n        \"PriceHoursCost\": 0,\n        \"PriceMaterialSale\": 0,\n        \"PriceMaterialCost\": 0,\n        \"PriceExternalCost\": 0,\n        \"PriceExternalSale\": 0,\n        \"PriceHoursSale\": 0,\n        \"PriceExtraSale\": 0,\n        \"PriceDiscount\": 0,\n        \"OpenPurchaseOrderCost\": 0,\n        \"OpenPurchaseOrderSale\": 0,\n        \"TimeEntryHours\": 0,\n        \"TimeEntryHoursCost\": 0,\n        \"TimeEntryHoursSale\": 0,\n        \"EACHours\": 17,\n        \"EACHoursCost\": 720000,\n        \"EACHoursSale\": 17,\n        \"ScheduledHours\": 17,\n        \"ScheduledHoursCost\": 720000,\n        \"ScheduledHoursSale\": 17,\n        \"Invoiced\": 0,\n        \"ExternalPurchasesCost\": 0,\n        \"ExternalPurchasesSale\": 0,\n        \"MaterialCost\": 0,\n        \"MaterialSale\": 0,\n        \"EstimatedRevenue\": 0,\n        \"EstimatedPurchaseCost\": 0,\n        \"SysVar267\": 1,\n        \"ActualRevenue\": 0,\n        \"ActualPurchaseCost\": 0\n    }\n]"}],"_postman_id":"a2722d71-feb3-44ab-a06b-b3876858197e"}],"id":"5438e739-510e-4bde-b9dc-57baafc49b75","description":"<p>Manipulates report data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#1413c257-c42a-4a45-8906-bbebc8a7eae2\">Object (ReportData)</a></td>\n<td>Represents a report parameter data object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#6307a31c-9f1f-4259-85e4-9beb461b434e\">GET Report581<br />DataRequest<br /></a></td>\n<td>Retrieves data for Report 581 (Job Reconciliation Report).</td>\n</tr>\n<tr>\n<td><a href=\"#9f9c2f11-ad0f-4121-bf4e-08e480af45f9\">GET Report188<br />DataRequest<br /></a></td>\n<td>Retrieves data for Report 188 (Holiday Specification - Year).</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"5438e739-510e-4bde-b9dc-57baafc49b75"},{"name":"Resource API","item":[{"name":"CustomerAccessVisualizationRequest","id":"fa649577-4341-4012-8aea-040a1eccaf3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CustomerAccessVisualizationRequest?Id={{integer}}","description":"<p>Retrieves a single visualization for a customer access data based on a given identifier of a resource.</p>\n<p><strong>API</strong><br /><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Employee)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#82b6dede-2131-4d23-a5c1-36ed66752fd5\">ResourceAccessVisualization</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CustomerAccessVisualizationRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated customer access data.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"b9cf0800-bd7c-4700-91b2-e9544e2b0133","name":"CustomerAccessVisualizationRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CustomerAccessVisualizationRequest?Id=171","host":["{{base_url}}"],"path":["CustomerAccessVisualizationRequest"],"query":[{"key":"Id","value":"171","description":"*Required.*  \n(int32)  \nThe identifier of the associated customer access data."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 9289841,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 171,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Agnes Hanson\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    }\n]"}],"_postman_id":"fa649577-4341-4012-8aea-040a1eccaf3c"},{"name":"CustomersAccessVisualizationRequest","id":"56fc4b77-c259-4339-bbd4-ba88181bf778","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CustomersAccessVisualizationRequest?Id={{integer}}","description":"<p>Retrieves a visualization list of all customer access data for a specific employee.</p>\n<p><strong>API</strong><br /><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Employee)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#82b6dede-2131-4d23-a5c1-36ed66752fd5\">ResourceAccessVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CustomersAccessVisualizationRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated customer access data.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the customer is active.<br />If true, the customer is active. Otherwise, it is not.</p>\n","type":"text/plain"},"key":"Active","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"a15b322b-07c3-435f-8ebb-1fb2730acb08","name":"CustomersAccessVisualizationRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CustomersAccessVisualizationRequest?Id=81498","host":["{{base_url}}"],"path":["CustomersAccessVisualizationRequest"],"query":[{"key":"Id","value":"81498","description":"*Required.*  \n(int32)  \nThe identifier of the associated customer access data."},{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the customer is active.  \nIf true, the customer is active. Otherwise, it is not.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Encoding","value":"gzip","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 9289841,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 171,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Agnes Hanson\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289842,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 173,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Samsung Telecom Nordic\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289843,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 174,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Áarstova\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289844,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 176,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Amet Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289845,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 177,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ubitech Moldes Y Modelos Industriales SL 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289846,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 178,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"jando (this is a really, really, really, really, really, really, really, really, really, really, really, really, really, really, really long name)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289847,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 179,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Erat Vitae Risus Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289848,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 180,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Est Mauris Eu Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289849,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 193,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ac Libero Inc._1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289850,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 197,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Customer 197\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289851,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 210,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 210\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289852,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 212,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 212\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289853,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 217,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Gravida Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289854,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 218,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Channel No 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289855,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 221,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Customer 221\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289856,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 224,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 224\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289857,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 228,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ac Mi Eleifend Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289858,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 230,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Cubilia Curae; Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289859,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 232,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Metus In Associates_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289860,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 234,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 234\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289861,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 237,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 237\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289862,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 240,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 240\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289863,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 247,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 247\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289864,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 249,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 249\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289865,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 253,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"At Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289866,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 256,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nibh LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289867,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 259,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 259\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289868,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 265,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 265\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289869,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 267,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 267\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289870,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 269,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 269\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289871,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 274,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 274\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289872,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 299,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 299\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289873,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 306,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 306\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289874,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 312,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Donec Est Nunc Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289875,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 314,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 314\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289876,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 316,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 316\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289877,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 317,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Saxo Bank A/S (ID317)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289878,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 331,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 331\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289879,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 335,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 335\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289880,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 336,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 336\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289881,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 341,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 341\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289882,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 344,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 344\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289883,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 345,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 345\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289884,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 346,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"wdwfefefsds\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289885,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 347,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Green Technologies WB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289886,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 359,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 359\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289887,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 362,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Schultz Information\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289888,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 369,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Customer 369\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289889,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 378,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 378\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289890,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 381,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ipsum Primis Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289891,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 383,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 383\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289892,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 385,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 385\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289893,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 388,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bang & Olufsen A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289894,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 395,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 395\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289895,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 397,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"DSB Kommerciel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289896,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 399,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Illum\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289897,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 400,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jn\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289898,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 401,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Medi Team\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289899,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 404,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"QXL Ricardo Danmark A/S (ID404)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289900,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 407,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 407\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289901,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 410,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TV2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289902,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 411,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sagittis Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289903,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 418,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 418\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289904,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 420,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 420\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289905,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 422,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Metus In PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289906,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 431,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 431\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289907,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 435,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Leo Elementum Sem Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289908,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 438,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ac Arcu Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289909,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 439,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 439\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289910,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 456,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 456\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289911,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 459,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Cursus Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289912,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 469,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 469\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289913,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 473,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 473\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289914,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 477,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 477\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289915,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 480,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 480\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289916,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 485,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 485\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289917,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 501,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mauris Sagittis Placerat Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289918,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 534,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Imperdiet Dictum Magna Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289919,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 552,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 552\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289920,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 561,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 561\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289921,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 571,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Est LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289922,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 575,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Placerat Eget Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289923,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 577,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 577\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289924,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 600,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hallo!com\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289925,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 601,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tivoli\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289926,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 602,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"· Newbizz Worldwide <cool>\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289927,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 603,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Unized Enterprise\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289928,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 604,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 604\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289929,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 606,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 606\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289930,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 608,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 608\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289931,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 610,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 610\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289932,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 613,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 613\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289933,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 618,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Id Erat Etiam Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289934,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 620,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Henrik Tåster 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289935,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 622,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"GlaxoSmithKline Consumer Healthcare A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289936,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 624,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Novartis Sverige\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289937,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 626,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Phadia AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289938,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 629,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 629\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289939,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 631,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sanofi-Aventis Norge AS (ID631)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289940,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 633,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Schering-Plough AB (ID633)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289941,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 635,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"GlaxoSmithKline AB (ID635)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289942,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 637,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Auctor Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289943,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 639,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Novo Nordisk Scandinavia AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289944,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 641,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Rhoncus Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289945,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 643,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Bayer AB - Sweden\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289946,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 646,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"AstraZeneca Sverige\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289947,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 648,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 648\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289948,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 654,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Apple Scandinavia AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289949,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 656,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"LEO Pharma AB (ID656)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289950,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 659,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Bristol-Myers Squibb AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289951,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 661,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Boehringer Ingelheim AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289952,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 663,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Baxter Medical AB g (ID663)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289953,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 671,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Merck Sharp & Dohme (Sweden) AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289954,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 681,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 681\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289955,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 684,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ferring Legemidler A/S (ID684)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289956,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 686,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"FERRING Arzneimittel GmbH (ID686)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289957,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 688,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 688\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289958,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 690,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 690\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289959,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 695,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nycomed AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289960,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 698,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ret & Råd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289961,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 701,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ferring Läkemedel AB (ID701)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289962,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 703,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nycomed Norge (ID703)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289963,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 706,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"C706\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289964,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 707,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 707\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289965,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 712,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 712\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289966,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 713,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Otsuka Pharma Scandinavia AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289967,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 715,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Audiomedia\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289968,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 717,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Id Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289969,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 719,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sed Libero Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289970,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 721,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 721\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289971,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 723,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"WWF\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289972,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 725,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 725\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289973,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 727,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Oxygen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289974,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 729,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Oriflame Kosmetikklub (ID729)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289975,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 731,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Eget Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289976,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 733,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Benjamin Media (ID733)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289977,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 735,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Homeenter AB (ID735)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289978,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 737,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Børnefonden\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289979,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 739,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Discovery Channel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289980,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 741,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Oticon A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289981,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 745,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 745\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289982,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 749,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ProStrakan AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289983,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 756,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Institut Produits Synthèse (IPSEN) AB (ID756)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289984,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 759,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 759\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289985,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 763,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nunc Mauris Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289986,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 764,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Egestas Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289987,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 767,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 767\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289988,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 769,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Renapharma Vifor (ID769)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289989,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 771,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Orion Pharma AB (ID771)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289990,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 773,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sorin Group Scandinavia (ID773)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289991,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 784,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 784\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289992,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 786,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 786\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289993,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 788,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Børsens Bogklub (ID788)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289994,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 790,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Astellas Pharma a/s; Nordic Headquarters\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289995,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 795,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Novartis Healthcare A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289996,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 799,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Allderma AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289997,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 801,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Galderma Nordic AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289998,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 803,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"E. Merck AB/Merck Serono (ID803)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9289999,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 806,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Meda AB (ID806)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290000,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 810,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nuvó\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290001,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 816,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CSL Behring GmbH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290002,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 819,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"GlaxoSmithKline AS (ID819)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290003,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 821,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Janssen-Cilag AB (ID821)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290004,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 824,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Alcon Norge AS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290005,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 829,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Novo Nordisk Scandinavia AS (ID829)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290006,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 835,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"AstraZeneca AS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290007,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 837,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Solvay Pharma AS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290008,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 840,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Den meget fine kunde med det gode navn\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290009,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 844,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sed Turpis Nec Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290010,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 846,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"H. Lundbeck AB\\r\\nH. Lundbeck AB\\r\\n H. Lundbeck AB (ID846)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290011,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 847,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Et Malesuada Fames Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290012,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 855,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Convatec (Sweden) AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290013,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 858,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Barnens Bokklubb (ID858)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290014,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 862,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Månadens Bok (ID862)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290015,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 864,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Bonniers Bokklubb (ID864)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290016,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 873,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 873\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290017,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 876,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adipiscing Fringilla Porttitor Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290018,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 881,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Strandhotellerne (ID881)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290019,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 883,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TÆNK (ID883)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290020,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 885,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Eu Ligula Aenean Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290021,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 887,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 887\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290022,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 889,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Pengeinstitutternes Udviklingssamarbejde (ID889)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290023,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 891,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Gyldendals Bogklubber\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290024,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 895,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Roche AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290025,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 899,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 899\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290026,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 902,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 902\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290027,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 904,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"De Norske Bokklubbene As\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290028,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 908,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nycomed Danmark (ID908)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290029,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 910,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eli Lilly Danmark A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290030,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 916,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 916\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290031,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 917,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nunc Pulvinar Arcu Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290032,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 921,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Area 921\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290033,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 926,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Visit Sweden\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290034,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 930,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma GmbH (ID930)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290035,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 934,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"VIASAT, Jesper Schneider\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290036,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 935,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Telia Stofa (ID935)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290037,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 936,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Oticon, Britt Damkær\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290038,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 937,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 937\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290039,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 940,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Roche Norge AS, Pipeline 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290040,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 942,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Roche Diagnostics Norge AS:  Molekylærbiologiske analysesystemer for diagnostikk og forskning\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290041,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 944,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ac Associates7\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290042,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 946,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Roche Diagnostics Norge AS: Diabetes Care og Accu-Chek\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290043,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 948,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Biogen Idec Denmark A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290044,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 951,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Quis Tristique Ac Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290045,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 955,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 955\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290046,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 959,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Otsuka Pharma GmbH (ID959)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290047,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 967,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"UCB NORDIC A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290048,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 980,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sanofi-Aventis Deutschland GmbH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290049,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 985,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mundipharma AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290050,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 987,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 987\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290051,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 988,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 988\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290052,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 994,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MSD (Norge) A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290053,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 996,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nunc Lectus Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290054,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 998,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Orci In Consequat Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290055,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1003,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Arzneimittel ProStrakan GmbH\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290056,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1005,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Vifor Pharma Deutschland GmbH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290057,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1008,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Roche AB (ID1008)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290058,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1015,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1015\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290059,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1017,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Eget Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290060,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1020,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sanofi Pasteur MSD (ID1020)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290061,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1022,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ALK Nordic\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290062,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1027,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Newbizz Internal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290063,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1035,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1035\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290064,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1047,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1047\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290065,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1049,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1049\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290066,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1051,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"LEO\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290067,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1057,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1057\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290068,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1062,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Roche Diagnostics Diabetes Care (ID1062)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290069,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1063,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tempor Augue Ac Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290070,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1065,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ecco1234\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290071,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1069,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bestseller\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290072,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1091,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Vero Moda\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290073,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1100,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1100\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290074,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1116,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nunc Quisque Ornare Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290075,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1139,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1139\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290076,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1141,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Apple GmbH & Co. KG\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290077,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1142,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1142\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290078,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1146,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Novo\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290079,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1151,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"norpharma a/s (ID1151)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290080,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1153,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Pharmovital ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290081,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1155,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Apple Danmark\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290082,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1158,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eisai AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290083,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1165,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ipsum Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290084,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1168,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nibh Quisque Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290085,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1172,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Id Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290086,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1177,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nunc Ullamcorper Velit Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290087,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1182,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Natoque Penatibus Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290088,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1189,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1189\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290089,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1191,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1191\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290090,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1193,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Medivir AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290091,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1196,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Aabavis Ltd.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290092,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1202,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1202\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290093,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1207,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1207\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290094,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1210,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Merck AB, E Merck Serono (ID1210)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290095,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1214,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ipsum Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290096,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1216,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Quis Turpis Vitae Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290097,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1219,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1219\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290098,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1222,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sapien Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290099,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 1231,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Boehringer Ingelheim Pharma GmbH & Co. KG\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290100,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18338,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Facilisis Suspendisse Commodo Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290101,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18339,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"n_________1111\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290102,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18346,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Euro RSCG (S) Pte Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290103,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18347,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Enfatico Pte Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290104,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18383,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Arnaud SA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290105,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18384,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Azelis\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290106,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18385,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Azelis Benelux nv\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290107,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18386,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Azelis Italy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290108,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18387,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Celsius  International\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290109,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18388,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Chance \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290110,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18389,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Danfors Commercial Compressors\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290111,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18390,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dell A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290112,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18391,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290113,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18392,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell AS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290114,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18393,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dell BV\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290115,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18394,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Computer AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290116,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18395,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Computer Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290117,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18396,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Computer s.r.o.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290118,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18397,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Corporation Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290119,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18398,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Corporation Limited UK\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290120,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18399,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dell Direct\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290121,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18400,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Distribution (EMEA) Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290122,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18401,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Emerging Markets Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290123,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18402,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell GmbH\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290124,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18403,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell NV (Belgium)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290125,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18404,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell NV/SA\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290126,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18405,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell S.P.A.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290127,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18406,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell SA\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290128,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18407,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell SA (Frankrig)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290129,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18408,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Sp. z o.o.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290130,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18409,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dell Technology Products \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290131,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18410,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Detaljpartner Stockholm AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290132,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18411,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Duni AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290133,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18412,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Enfatico Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290134,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18413,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eurographic GmbH\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290135,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18414,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"GE Capital Equipm. Finance Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290136,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18415,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"GE Capital Equipment Finance\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290137,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18416,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Hamilton Imperial s.l.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290138,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18417,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"IICE PARQUE COMERCIAL JEREZ XX\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290139,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18418,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Impex Química, S.A.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290140,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18419,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290141,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18420,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Austria GmbH\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290142,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18421,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Bry\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290143,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18422,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Ceska\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290144,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18423,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Inter IKEA Centre Deutschland\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290145,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18424,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Espana\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290146,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18425,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Fleury\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290147,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18426,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Inter IKEA Centre France S.A.S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290148,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18427,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Polska S.A.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290149,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18428,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"INTER IKEA CENTRE PORTUGAL S.A\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290150,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18429,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Inter IKEA Centre Vedéne SAS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290151,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18430,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kraemer \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290152,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18431,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kraemer and Martin\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290153,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18432,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Macromedia Europe Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290154,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18433,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sale Nordic\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290155,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18434,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Solar-Power-Europe SIA\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290156,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18435,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Espoo\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290157,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18436,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Hellerup\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290158,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18437,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Helsinki\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290159,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18438,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Jumbo\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290160,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18439,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Lanterna\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290161,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18440,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Europe (Belgium) NV-BE11\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290162,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18441,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Finland\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290163,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18442,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sony Nordic AS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290164,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18443,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Sweden\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290165,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18444,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony United Kingdom Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290166,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18445,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Uppsala - Allradio AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290167,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18446,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"VIA NET WORKS Deutschland GmbH\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290168,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18447,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Wunderman\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290169,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18448,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Wunderman/Enfatico\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290170,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18449,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dansk Shelly A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290171,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18450,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mus Proin PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290172,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18451,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ambu A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290173,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18452,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ann Barbara Birkmand\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290174,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18454,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bauhaus Danmark AS165\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290175,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18455,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Biofields Holding  ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290176,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18456,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Boehringer Ingelheim Danmark\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290177,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18457,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ambott Laboratories\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290178,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18458,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Brøste A/S (Azelis)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290179,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18459,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Coloplast A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290180,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18460,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Coloplast Danmark A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290181,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18461,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Comendo A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290182,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18462,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Coop Danmark A/S (18462)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290183,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18463,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"COOP Norden AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290184,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18464,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Copenhagen Airport A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290185,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18465,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Co-Production\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290186,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18466,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Danfoss Refrigeration \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290187,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18467,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Danisco A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290188,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18468,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Danske Civil- og Akademi-\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290189,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18469,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"E. Sæther  A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290190,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18470,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Edithouse ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290191,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18471,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Elevate\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290192,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18472,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eli Job\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290193,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18473,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ementor ASA\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290194,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18474,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eurographic A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290195,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18475,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Exiqon A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290196,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18476,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"FLSmidth A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290197,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18477,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Flügger A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290198,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18478,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Framfab\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290199,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18479,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Frisørernes Vikarbureau\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290200,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18480,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Geertsen Copenhagen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290201,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18481,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Gertsen Copenhagen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290202,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18482,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"GlaxoSmithKline Pharma A/S (18482)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290203,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18483,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"HTH Køkkener A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290204,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18484,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Center Group A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290205,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18485,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"INTERSPORT\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290206,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18486,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Jasmus\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290207,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18487,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Konstant ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290208,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18488,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Linkage\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290209,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18489,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"MCH A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290210,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18490,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"mediacenter danmark a-s\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290211,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18491,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mediasyd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290212,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18492,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mette Boye\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290213,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18493,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mia Hougaard\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290214,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18494,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Michael Amsinck\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290215,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18495,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Microsoft Danmark\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290216,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18496,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Microsoft Denmark ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290217,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18497,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Miljøstyrelsen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290218,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18498,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Monday Morning\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290219,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18499,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"MP Strategy Consulting ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290220,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18500,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"NeuroSearch A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290221,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18501,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nick Sigby-Hansen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290222,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18502,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Niels Heilberg\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290223,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18503,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Novo Nordisk Scandinavia AB (18503)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290224,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18504,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Novozymes A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290225,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18505,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nycomed\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290226,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18506,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nycomed Danmark Aps\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290227,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18507,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Philips Lighting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290228,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18508,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Rockwool A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290229,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18509,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Rockwool International A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290230,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18510,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Rosenmeier Electronics A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290231,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18511,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sampension A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290232,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18512,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"SHOUT CPH ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290233,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18513,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"SILVAN Kæden\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290234,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18514,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sol og Strand\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290235,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18515,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sonofon A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290236,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18516,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290237,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18517,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Fields\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290238,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18518,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Herning\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290239,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18519,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Hillerød\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290240,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18520,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Kolding\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290241,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18521,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Randers\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290242,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18522,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Rødovre\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290243,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18523,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Vejle\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290244,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18524,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Waves\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290245,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18525,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Aalborg\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290246,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18526,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sony Danmark A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290247,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18527,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Nordic A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290248,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18528,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Stibo Graphic A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290249,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18529,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"TacticalPeople A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290250,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18530,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Timeline\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290251,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18531,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Toyota Danmark A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290252,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18532,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Valentino Markovski\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290253,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18533,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Velux A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290254,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18534,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Widex A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290255,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18535,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Winther's A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290256,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18536,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Danfoss, Refrigeration \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290257,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18537,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dell\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290258,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18538,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Emea SMB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290259,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18539,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Emerging Markets (EMEA)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290260,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18540,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Products\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290261,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18541,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Detaljpartner Bergen AS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290262,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18542,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Enfatico (18542)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290263,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18543,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Enfatico US\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290264,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18544,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ExpoRent A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290265,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18545,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"GraphicPeople\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290266,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18546,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Switzerland\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290267,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18547,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"OY Dell AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290268,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18548,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Royal Danish Embassy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290269,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18549,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ruschke \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290270,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18550,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"SoftwarePeople Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290271,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18551,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Baltic, Sony Nordic AS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290272,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18552,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sony Center Stavanger\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290273,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18553,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Norway\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290274,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18554,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Team Celsius Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290275,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18555,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vignette Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290276,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18556,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Artners ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290277,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18557,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Isio Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290278,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18558,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"EventPeople\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290279,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18559,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"IdentityPeople A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290280,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18560,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"JuniorPeople\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290281,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18561,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NetPeople A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290282,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18562,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"PeopleGroup A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290283,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18563,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Relationspeople A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290284,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18564,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"SoftwarePeople A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290285,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18565,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Wibroe, Duckert \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290286,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18566,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jan Nygaard\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290287,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18567,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ROCKWOOL PENINSULAR. S.A.U.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290288,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18568,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"The Aid Agency /M.Sondergaard\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290289,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18569,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nulla Tincidunt Neque Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290290,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18571,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"black\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290291,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18586,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sed Sapien Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290292,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18594,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tristique Senectus Et Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290293,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18615,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"New customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290294,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18618,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"nodebtor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290295,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18619,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"nodebtor (18619)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290296,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18623,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"RP Customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290297,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18628,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"RP CURR\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290298,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18631,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"hello\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290299,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18633,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tortor Integer LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290300,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18643,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Elit Elit Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290301,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18646,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"asdasd asdas\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290302,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18650,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Theoneandonly\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290303,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18662,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"rene\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290304,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18663,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hotopp\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290305,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18671,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"New customer (18671)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290306,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18672,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"My only one\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290307,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18673,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"E.ON\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290308,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18680,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Rene____\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290309,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18688,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Purcs\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290310,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18697,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Turpis Egestas Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290311,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18698,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dolor Egestas Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290312,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18699,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Est Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290313,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18700,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"HelloWorld\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290314,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18701,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"helloWorld2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290315,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18704,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Banana Shop Center\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290316,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18705,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Metus Eu Erat Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290317,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18706,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dui Fusce Diam Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290318,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18707,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fermentum Risus Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290319,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18708,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"yrdy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290320,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18709,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dignissim Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290321,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18717,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Augue Malesuada Malesuada Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290322,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18718,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Eget Metus Eu Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290323,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18722,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Molestie Sed Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290324,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18723,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Est Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290325,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18727,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ymerdrys fra BonBon\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290326,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18728,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"JKKlzac\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290327,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18729,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fames Ac Turpis Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290328,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18730,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tjekker\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290329,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18745,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mauris Ut Quam Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290330,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18799,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nike US\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290331,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18800,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nike CA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290332,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18805,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Retainer customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290333,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18807,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Consolidated customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290334,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18814,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Est Nunc Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290335,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18821,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"US Customer 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290336,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18822,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"In Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290337,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18823,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"US Customer 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290338,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18824,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lorem Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290339,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18826,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Odio LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290340,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18828,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ASSDA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290341,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18829,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Magna Cras Convallis Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290342,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18830,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sed Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290343,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18832,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eget Ipsum Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290344,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18833,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suspendisse Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290345,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18834,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Hold on\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290346,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18835,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Hold on\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290347,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18838,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290348,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18840,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"kdlgkdl\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290349,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18854,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New lead\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290350,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18855,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Vulputate Nisi Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290351,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18856,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Posuere At Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290352,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18857,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fusce Mollis Duis Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290353,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18861,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Vel Pede Blandit LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290354,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18870,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"AutoSmarta\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290355,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18871,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"mads pedersen \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290356,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18872,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Skodnavnet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290357,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18879,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jensen Scotland\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290358,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18880,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sed PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290359,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18881,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Taratar\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290360,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18883,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Rene prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290361,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18897,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Non Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290362,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18901,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"TUS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290363,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18902,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"FFFF (ID18902)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290364,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18905,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Hauurr\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290365,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18911,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"lalala company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290366,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18912,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nonummy Ipsum Non PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290367,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18915,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tuborg Danmark\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290368,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18923,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Bunny Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290369,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18930,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hausted A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290370,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18931,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"YouAre f\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290371,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18932,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nike LA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290372,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18933,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Smørhullet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290373,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18935,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dolor Sit Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290374,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18940,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"HHHHHH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290375,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18944,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Albania\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290376,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18945,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Elit Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290377,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18946,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"asdfasdf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290378,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18947,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Auctor Odio A Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290379,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18948,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eu Elit Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290380,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18952,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Checkout\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290381,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18953,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290382,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18954,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Neque LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290383,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18956,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"WRITEOFF CUSTOMER\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290384,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18958,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"asdfasdf (18958)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290385,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18965,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ullamcorper Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290386,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18966,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sodales Nisi Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290387,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18968,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tiger Beer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290388,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18969,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Huntley Help Care\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290389,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18970,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Morten Knudsen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290390,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18971,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suspendisse Dui Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290391,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18972,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Leo Morbi Neque Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290392,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18973,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Porttitor Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290393,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18974,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Turpis Aliquam Adipiscing LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290394,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18975,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Consequat Purus Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290395,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18976,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Scelerisque Scelerisque Dui Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290396,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18981,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Hotel Golden Star\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290397,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18982,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tapperiet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290398,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18985,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jensen Denmark\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290399,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18988,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Convallis Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290400,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18992,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"First National Bank\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290401,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18993,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bank of Heaven\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290402,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 18999,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Huntley Non Food\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290403,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19000,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"t34t34t34t34tg\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290404,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19032,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"McDonalds\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290405,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19033,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Wallstreet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290406,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19034,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Wallstreet (19034)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290407,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19035,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Coca cola\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290408,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19036,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Peters kunde\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290409,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19038,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"OMNOLOG\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290410,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19039,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Snave Slam\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290411,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19040,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ac Arcu Nunc Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290412,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19084,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fætter BR\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290413,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19085,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Lego\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290414,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19105,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vitae Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290415,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19121,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tristique Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290416,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19123,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Toblerone\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290417,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19124,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Luctus Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290418,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19125,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The food king 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290419,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19128,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Cola\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290420,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19132,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Proin Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290421,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19135,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Blå\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290422,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19136,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sort\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290423,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19142,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SomeCustomer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290424,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19156,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"yrdy (19156)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290425,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19157,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Libero Et LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290426,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19158,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fermentum Fermentum Arcu LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290427,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19162,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"SierraMountain\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290428,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19163,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"SerraNevada\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290429,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19164,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Numero uno\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290430,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19165,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Morbi Neque Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290431,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19166,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"In Consectetuer Ipsum PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290432,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19167,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Lectus Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290433,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19177,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Luctus Lobortis Class Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290434,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19178,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ipsum Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290435,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19192,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nulla Tincidunt Neque Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290436,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19193,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"RP Inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290437,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19195,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vel Faucibus Id Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290438,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19196,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LOL 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290439,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19197,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fail\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290440,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19198,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fail (19198)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290441,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19199,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Superior\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290442,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19202,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Superior 4\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290443,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19203,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Superior 5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290444,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19204,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Superior 6\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290445,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19206,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sup1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290446,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19208,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sup3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290447,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19209,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Su123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290448,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19210,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sub321\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290449,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19211,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"sublime231\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290450,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19212,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sublime233\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290451,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19213,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sun Inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290452,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19214,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sun inc2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290453,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19215,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suna inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290454,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19216,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suni inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290455,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19217,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sumo corp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290456,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19218,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suomi corp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290457,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19219,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sumatra inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290458,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19220,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sumba corp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290459,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19221,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suit inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290460,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19222,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suite1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290461,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19223,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suite2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290462,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19224,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suiter\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290463,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19225,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suima\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290464,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19226,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suo\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290465,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19227,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Soosa\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290466,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19228,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Soisa\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290467,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19229,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suiet\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290468,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19230,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suait\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290469,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19231,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sulk\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290470,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19233,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"FeinFood Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290471,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19234,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Esben\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290472,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19235,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SuperDuper\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290473,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19236,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Beckford\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290474,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19237,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Coala Safekeepers\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290475,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19238,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Animatrix\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290476,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19239,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Plotajka\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290477,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19240,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kroznit\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290478,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19241,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Knæk og Bræk\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290479,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19243,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Newone\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290480,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19244,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kim Il Seung\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290481,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19246,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"John (ID19246)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290482,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19247,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Karla\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290483,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19248,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Loyd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290484,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19249,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lee\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290485,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19250,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Orla\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290486,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19251,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Angela\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290487,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19252,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Joey Moe\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290488,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19253,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Poika\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290489,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19254,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Hoshi Mining Corp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290490,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19255,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Okra Flowers\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290491,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19256,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Johan\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290492,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19257,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Jill\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290493,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19258,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Gorm\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290494,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19259,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Hans (ID19259)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290495,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19260,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Torn & Jerry\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290496,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19261,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Gromgol\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290497,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19262,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Jok\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290498,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19263,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Freja\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290499,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19264,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Silas\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290500,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19266,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Viggo & søn\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290501,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19268,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Homer & Bart\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290502,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19269,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Xcustomer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290503,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19271,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"SomeProspect\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290504,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19273,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Jensen England\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290505,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19274,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Abe Monkey\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290506,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19290,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Aliquam Nec Enim Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290507,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19292,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Eros Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290508,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19293,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Åge Hansen ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290509,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19295,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"AA Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290510,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19297,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"onside sport\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290511,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19307,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Condimentum Eget Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290512,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19309,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Bryggerhesten\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290513,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19310,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Velit Justo Nec Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290514,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19315,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Børskompagniet\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290515,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19319,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Skæg Metal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290516,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19322,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"customer 1234\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290517,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19327,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"APAC IC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290518,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19340,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tellus Non Magna Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290519,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19341,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Jensen Germany\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290520,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19346,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Felis Eget Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290521,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19350,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"New One\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290522,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19351,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"New Two\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290523,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19352,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"derp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290524,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19353,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"fa\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290525,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19360,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Derps\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290526,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19363,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"We love fun\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290527,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19364,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"DErppsss\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290528,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19365,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"T3-1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290529,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19382,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"T1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290530,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19388,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mac Customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290531,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19399,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Pede Ultrices A Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290532,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19404,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"The Mansion Paradise\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290533,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19412,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"OMNOLOG\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290534,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19414,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dapibus Ligula PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290535,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19415,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ny kunde A\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290536,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19418,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Pepsi co\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290537,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19425,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mr Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290538,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19446,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"heehehheehhe\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290539,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19447,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New Eur\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290540,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19455,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ak81\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290541,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19457,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Derps is a cool customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290542,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19460,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jackson & Sons & The bad guys\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290543,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19461,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Another Custom 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290544,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19462,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Another Customer 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290545,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19463,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Another Customer 5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290546,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19464,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Oh my god! Another customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290547,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19465,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Star Food\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290548,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19467,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Some new customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290549,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19468,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"j\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290550,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19469,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"csfsd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290551,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19470,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ubitech Moldes Y Modelos Industriales SL\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290552,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19472,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"B. Jensen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290553,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19484,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxaacadadasdasd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290554,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19488,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Albani Øl\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290555,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19490,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"X1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290556,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19493,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Pellentesque Habitant Morbi Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290557,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19501,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Iaculis Odio LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290558,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19504,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290559,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19507,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Montes Nascetur Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290560,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19510,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tincidunt Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290561,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19512,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"prospect5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290562,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19516,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Elementum Sem Vitae PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290563,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19517,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"dssds\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290564,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19518,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Turpis Nec LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290565,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19531,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Die kunde\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290566,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19548,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bugfix\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290567,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19553,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"MMMM\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290568,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19554,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tristique Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290569,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19555,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Cursus Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290570,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19562,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"WorkBook Software A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290571,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19563,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook+\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290572,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19564,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"XABC Customer 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290573,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19565,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"IdealConceptions\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290574,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19568,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"IdealSystems\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290575,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19569,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ideal\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290576,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19570,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"IdealLism\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290577,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19571,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"<script>alert(1)</script>\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290578,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19573,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Suspendisse Aliquet Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290579,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19579,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ddadasd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290580,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19588,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Magna Tellus Faucibus Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290581,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19589,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Demo\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290582,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19593,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"DP Technology\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290583,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19604,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Consequat Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290584,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19633,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Poker 888\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290585,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19635,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"yyyy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290586,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19651,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Maecenas Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290587,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19653,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Praesent Luctus Curabitur Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290588,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19656,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ac Metus Industries A/S - TUS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290589,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19658,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"MJ\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290590,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19667,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mi Enim Condimentum Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290591,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19670,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Quatre Vents\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290592,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19675,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Et Ipsum Cursus Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290593,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19680,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"x_________1112\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290594,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19681,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"_________1113 event longer name here1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290595,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19684,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"_________1114\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290596,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19685,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sylvia Copas Luxury\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290597,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19686,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"_________1118\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290598,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19687,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Automations Ltd. and more_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290599,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19689,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Turpis PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290600,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19690,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nulla Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290601,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19692,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hold nu op med de åndsvage kundenavne\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290602,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19694,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Cust7\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290603,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19695,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Et Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290604,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19696,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Little\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290605,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19710,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Egestas Associates change name and folder\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290606,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19713,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Bluebird Internal 633\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290607,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19714,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Bluebird Internal 634\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290608,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19719,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Quisque Tincidunt Pede Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290609,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19723,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"bluebird internal 102\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290610,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19742,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Hospital Health Partners\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290611,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19746,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"John hok\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290612,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19748,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Co\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290613,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19750,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Com\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290614,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19752,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Metus Vitae Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290615,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19757,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ttt\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290616,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19758,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The food king 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290617,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19761,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290618,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19762,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ut Lacus Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290619,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19765,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Elit Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290620,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19768,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ipsum Curabitur Consequat Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290621,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19770,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"tyu10\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290622,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19774,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Felis Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290623,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19781,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Eu Accummsan Sed Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290624,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19783,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Amet PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290625,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19787,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mattis Velit Justo Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290626,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19804,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Donec Vitae Erat Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290627,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19809,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Etiam Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290628,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19814,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Rainy men Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290629,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19816,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Done With It\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290630,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19818,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LALAL + LALAL\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290631,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19823,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Elit Pretium Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290632,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19830,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"hvorfor tager det lang tid?\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290633,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19831,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"winners world wide\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290634,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19832,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ut Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290635,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19833,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"yui52\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290636,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19834,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"yui53\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290637,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19835,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Suspendisse Dui Fusce Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290638,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19836,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"TUS (19836)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290639,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19839,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adipiscing Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290640,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19841,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"DANIELDANIELDANIEL\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290641,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19842,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"gdfgfgdgfgf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290642,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19843,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"jkhkjhji\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290643,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19844,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"qwwqe\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290644,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19845,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"erw\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290645,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19846,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"erew\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290646,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19847,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Est Ac Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290647,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19873,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Metus Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290648,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19888,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"XYX1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290649,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19928,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Aart Communicatons Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290650,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19929,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Acart Communicatons Inc.Acart Communicatons Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290651,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19936,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"roflol2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290652,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19946,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vivamus Nisi PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290653,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19948,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Pellentesque Ut Ipsum Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290654,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19949,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Et Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290655,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19950,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nam Consequat Dolor Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290656,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19963,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"In Condimentum Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290657,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19981,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"uniquefoldername\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290658,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19982,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"uniquefoldername (19982)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290659,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19983,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"uniquefoldername2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290660,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19984,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"uniquefoldername2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290661,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19985,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"uniquefoldername2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290662,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19986,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tincidunt Dui Augue PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290663,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19987,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tempor Erat Neque Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290664,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19990,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dapibus LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290665,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19991,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ornare Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290666,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19992,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Orci Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290667,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19993,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nec Mauris Blandit Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290668,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19994,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Et Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290669,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19995,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"dot.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290670,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19996,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vivamus Sit Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290671,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19998,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Søren\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290672,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 19999,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"søren (19999)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290673,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20000,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Søren (20000)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290674,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20002,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Søren (20002)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290675,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20003,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Søren (20003)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290676,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20005,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"TiTan\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290677,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20006,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"søren (20006)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290678,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20008,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"folder name 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290679,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20009,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sed Consequat PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290680,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20010,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Vel Quam Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290681,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20017,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Elgiganten Customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290682,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20020,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Alan's Adventures\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290683,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20029,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Shit stuff\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290684,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20030,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Baba Bues Big Band\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290685,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20031,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Abehuset A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290686,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20032,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"gfgfghghghgfhhggfgf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290687,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20033,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Id Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290688,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20034,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Non Dui LLP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290689,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20035,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"dsfsfsfsfsfdsf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290690,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20036,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sollicitudin A Malesuada Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290691,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20037,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"rsfddsff\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290692,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20049,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Praesent Luctus LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290693,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20050,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Leber | Rubes Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290694,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20051,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Leber | Rubes Inc. (20051)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290695,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20065,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mollis Phasellus Libero Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290696,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20067,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Amet Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290697,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20070,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fusce Aliquam Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290698,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20073,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ut Cursus Luctus Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290699,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20075,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect_new\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290700,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20078,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Felis Nulla PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290701,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20085,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Quisque Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290702,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20087,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Funny and more\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290703,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20089,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"asdasd llll\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290704,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20104,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"RRNNNE\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290705,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20105,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"dddddd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290706,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20125,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Woop (ID20125)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290707,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20126,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ATX Cars\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290708,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20127,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"WSSSSSSOOOOOO\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290709,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20128,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Odio Tristique Pharetra Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290710,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20129,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ggggggg\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290711,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20130,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"jhgjhgjhghjg\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290712,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20131,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"oaisdjaosiudoauids\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290713,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20132,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"asdsadasdasda\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290714,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20133,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Swoop\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290715,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20134,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mere BØV\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290716,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20135,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Molestie Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290717,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20136,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"lhdalskjhd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290718,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20137,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nonummy Ut Molestie Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290719,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20138,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ækjqdhsakdljhaksljdhal\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290720,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20139,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Pharetra Nam Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290721,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20142,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Et Malesuada Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290722,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20143,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Auctor Non Feugiat Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290723,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20144,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Adipiscing Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290724,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20145,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"FocusProspect\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290725,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20147,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ullamcorper Duis Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290726,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20150,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290727,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20152,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Bolvig er kongen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290728,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20157,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"At LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290729,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20158,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Gaffa Kompagniet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290730,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20159,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Baxter Medical AB g customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290731,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20160,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Molestie Orci Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290732,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20161,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Habitant Morbi LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290733,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20169,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Polly Pops\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290734,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20173,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Non Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290735,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20175,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Microsoft (ID20175)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290736,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20182,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Johnson & Johnson\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290737,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20184,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sweet House\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290738,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20185,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Leo In Lobortis Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290739,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20188,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Mi Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290740,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20189,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"At Risus Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290741,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20190,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Penatibus Et Magnis Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290742,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20194,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Matsuda Soft Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290743,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20197,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ticket customer with a very long name here here here\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290744,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20202,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"kevin\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290745,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20203,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"kevin2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290746,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20204,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"kevin3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290747,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20207,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"kevin34\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290748,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20212,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Quis LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290749,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20213,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Massa Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290750,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20217,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Alcart Vehicles\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290751,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20222,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"MyMENA\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290752,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20229,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Erat In Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290753,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20237,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Lectus Ante Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290754,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20247,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"BMW\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290755,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20268,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Porttitor Tellus Non Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290756,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20269,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Superkunden a\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290757,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20309,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Stufff\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290758,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20317,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Proin Ultrices Duis Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290759,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20347,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Et LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290760,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20437,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dui Cum Sociis Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290761,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20450,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dis Parturient Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290762,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20451,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Diam Nunc Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290763,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20452,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Rutrum Eu Ultrices LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290764,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20454,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Eget Volutpat Ornare Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290765,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20457,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Accummsan LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290766,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20458,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290767,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20459,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Felis Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290768,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20460,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Epic\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290769,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20462,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Epics\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290770,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20464,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Epiczzz\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290771,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20466,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Epics\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290772,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20468,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"asdadasdsadad\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290773,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20474,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxasdsadsad\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290774,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20478,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mauris Ipsum Porta Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290775,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20482,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Myshit - Myshit\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290776,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20484,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"asdasdsadasd - asdasdsadasd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290777,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20489,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Royal Albert\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290778,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20490,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Id PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290779,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20494,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"B2B\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290780,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20495,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Barclays\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290781,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20496,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"BlackRock\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290782,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20497,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Canada Dry Motts\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290783,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20498,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dealuxe\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290784,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20499,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Hallmark\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290785,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20500,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"McCain Food (Canada)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290786,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20501,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nightingale\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290787,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20502,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Pinnacles Food\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290788,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20503,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Skechers\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290789,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20504,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Subway\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290790,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20505,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"WeirFoulds\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290791,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20507,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New Customer Price Quote\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290792,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20509,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Canadian Glory\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290793,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20511,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ciabatti (Canadian)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290794,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20512,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Glorified Canada\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290795,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20514,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Belgium Architects\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290796,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20517,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"FunHouse\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290797,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20531,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sed Turpis Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290798,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20533,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"DPD Denmark\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290799,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20570,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MHK1 Customer2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290800,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20589,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"KS Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290801,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20591,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ølhytten i Brønshøj\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290802,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20592,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Virtuelle Gulvmåtter\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290803,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20596,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Prislistekunde 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290804,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20597,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Semper Pretium PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290805,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20601,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Libero Et Tristique Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290806,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20602,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Enim Etiam Imperdiet Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290807,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20678,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SSI SCHAEFER\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290808,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20695,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"dotcom.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290809,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20696,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"dotcom. AS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290810,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20736,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Christmas Customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290811,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20745,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"C1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290812,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20746,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nisi Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290813,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20747,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Habitant Morbi Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290814,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20748,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ut Eros Non Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290815,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20755,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Magna Praesent PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290816,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20760,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prospecty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290817,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20767,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Korsbæk Bank\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290818,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20769,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Wonderful Pandrup\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290819,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20773,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290820,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20774,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Justo Nec Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290821,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20781,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Børges reklame\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290822,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20784,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Taciti Sociosqu Ad Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290823,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20788,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Neque Pellentesque Massa LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290824,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20794,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Es Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290825,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20797,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mr Prospect (ID20797)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290826,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20798,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kunden\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290827,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20799,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Aspiranten\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290828,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20807,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Aspiranter 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290829,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20808,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Velit Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290830,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20809,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ipsum Primis In Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290831,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20810,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tristique Senectus Et Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290832,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20811,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Aliquam Tincidunt PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290833,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20812,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tincidunt Aliquam Arcu Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290834,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20813,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Herr Kund\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290835,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20815,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Kunden AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290836,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20825,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"MAgnus nye customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290837,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20832,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"magnus customer2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290838,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20833,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Neque Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290839,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20834,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"min nye customer (MOM)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290840,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20835,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"min nye customer2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290841,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20839,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vivamus Nibh Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290842,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20841,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Complete Adventures\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290843,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20849,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Alkan A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290844,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20850,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Albreda Tyres\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290845,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20851,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"My customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290846,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20852,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"SomeCustomerFromAlgeri\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290847,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20853,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"In PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290848,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20854,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Arcu Eu Odio Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290849,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20855,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nullam Vitae Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290850,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20858,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"min nye customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290851,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20859,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Scelerisque Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290852,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20873,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"my customer 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290853,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20877,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Metus Aliquam Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290854,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20881,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Magna Nam PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290855,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20884,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ida Blom\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290856,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20885,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ida Blom (20885)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290857,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20888,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Niels Heimburger\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290858,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20889,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ida blom (20889)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290859,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20890,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ida Blom (20890)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290860,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20891,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla Aliquet Proin Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290861,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20897,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Odio A Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290862,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20898,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Est Arcu Ac Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290863,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20899,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Henrik Anumali\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290864,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20900,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Aliquet Vel LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290865,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20901,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Arcu Curabitur Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290866,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20902,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tempus Scelerisque Lorem Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290867,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20903,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Cras Eget Nisi Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290868,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20904,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ImportTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290869,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20905,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Adipiscing Lobortis Risus Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290870,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20906,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Interdum Libero Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290871,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20907,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mi Fringilla Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290872,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20908,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Imperdiet Nec Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290873,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20909,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxxabc1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290874,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20910,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Facilisis Vitae Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290875,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20911,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Varius LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290876,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20912,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Semper Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290877,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20913,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Magna Suspendisse Tristique Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290878,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20914,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Malesuada Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290879,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20916,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Non Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290880,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20917,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Porta Elit Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290881,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20918,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sociis Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290882,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20919,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Aliquam Nisl Nulla Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290883,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20920,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Et Rutrum Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290884,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20921,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"In Tincidunt Congue Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290885,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20922,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Faucibus Leo In Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290886,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20923,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lacus Cras Interdum Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290887,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20924,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lasse A\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290888,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20925,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nec Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290889,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20926,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Aliquam Erat Volutpat LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290890,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20927,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla Eu LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290891,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20928,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Metus Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290892,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20929,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lectus Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290893,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20930,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Mattis Velit Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290894,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20931,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Condimentum Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290895,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20932,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Donec Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290896,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20933,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Felis Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290897,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20935,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Afflemann Prints\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290898,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20936,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Allerhvems\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290899,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20937,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"HD\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290900,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20939,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Diam LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290901,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20940,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"T430\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290902,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20941,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Est Mauris Rhoncus Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290903,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20942,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ullas Uldfabrik\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290904,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20943,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ina Maze\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290905,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20944,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ina segment\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290906,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20945,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Cum Sociis Natoque LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290907,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20946,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vehicula Aliquet Libero PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290908,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20947,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Integer Sem Elit LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290909,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20948,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Pharetra Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290910,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20949,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Quis Massa Mauris Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290911,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20950,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Rhoncus Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290912,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20951,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mollis Dui In Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290913,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20952,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Quis Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290914,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20953,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vel Sapien Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290915,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20954,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Odio Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290916,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20955,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ridiculus Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290917,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20956,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"A Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290918,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20957,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tincidunt Adipiscing Mauris Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290919,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20962,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Augue Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290920,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20963,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tortor Nunc Commodo PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290921,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20966,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Amet Consectetuer PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290922,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20967,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Marks nye kunde\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290923,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20969,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Magna A Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290924,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20970,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sed LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290925,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20971,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nisl Nulla Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290926,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20972,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Augue Scelerisque Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290927,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20978,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lead Inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290928,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20982,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eleifend Nunc Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290929,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20983,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Elementum At Egestas Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290930,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20984,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Risus LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290931,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20986,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mr Kund\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290932,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20987,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lectus Rutrum LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290933,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20988,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Nibh Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290934,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20989,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ultricies Adipiscing LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290935,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20990,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Faucibus Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290936,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20991,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Semper Nam Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290937,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20992,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ante Maecenas Mi LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290938,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20993,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Scelerisque Lorem Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290939,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20994,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vel Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290940,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20995,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Sed Pede LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290941,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20996,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Parturient Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290942,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20997,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vitae Diam Proin LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290943,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20998,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Roger Rabbit's Steaks\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290944,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 20999,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Blandit LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290945,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21000,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Interdum Enim Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290946,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21001,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Libero At Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290947,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21002,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Semper Dui Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290948,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21006,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Rikki Tikki Shop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290949,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21008,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Take Offer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290950,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21010,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nibh Lacinia Orci Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290951,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21011,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kund import\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290952,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21012,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kund import2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290953,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21013,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Arcu Sed Et PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290954,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21014,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"funkyname áðíý\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290955,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21015,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"funkyname2 áðíý\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290956,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21022,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kund Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290957,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21024,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"karls new new prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290958,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21025,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"karls new new new prospect\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290959,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21033,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"In Magna Phasellus Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290960,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21034,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mollis Non Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290961,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21035,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ungalf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290962,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21046,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sollicitudin Adipiscing Ligula Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290963,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21047,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290964,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21049,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290965,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21051,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy9\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290966,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21052,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy8\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290967,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21054,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy7\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290968,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21056,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy6\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290969,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21058,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Posuere Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290970,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21061,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Euismod Enim LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290971,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21064,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Id Sapien Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290972,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21078,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Urna Nec Luctus Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290973,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21079,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Erat Nonummy LLP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290974,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21080,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"General Sales\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290975,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21100,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Valbuena\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290976,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21101,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Database Weekly\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290977,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21103,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook_404\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290978,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21104,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook_405\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290979,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21105,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook_406\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290980,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21106,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook_407\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290981,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21107,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook_408\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290982,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21108,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"x123 Royal Albert\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290983,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"BlueBird 171 - copy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290984,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21110,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"BlueBird 171 - copy2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290985,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21111,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 228 - copy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290986,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21112,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mr Reliable Customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290987,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21113,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Helpful Customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290988,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21114,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nasty Customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290989,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21117,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Duis Volutpat Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290990,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21134,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Durundi\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290991,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21135,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"B123\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290992,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21136,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Huntley Vine\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290993,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21137,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ultricies Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290994,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21139,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"uganda\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290995,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21140,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"uganda 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290996,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21141,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Non Justo Proin PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290997,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21142,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lorem Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290998,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21143,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sit Amet Ultricies PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9290999,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21149,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Massa Suspendisse Eleifend Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291000,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21153,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Travemünde Slagterhus\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291001,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21163,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ML1 Customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291002,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21165,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Samson data\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291003,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21166,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"customer 2000\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291004,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21167,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"customer 2001\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291005,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21168,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"customer 2002\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291006,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21169,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"customer 2003\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291007,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21170,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 2004\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291008,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21173,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vestibulum Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291009,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21174,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lacus Cras LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291010,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21175,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Non Egestas LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291011,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21176,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dapibus Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291012,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21177,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Aenean Eget Magna Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291013,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21179,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nec Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291014,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21180,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291015,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21183,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tellus Phasellus Elit Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291016,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21189,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"AdSense X\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291017,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21193,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prosa\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291018,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21196,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eget PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291019,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21197,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Porttitor Interdum Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291020,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21203,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bilka\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291021,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21204,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Volvo AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291022,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21205,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Honda\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291023,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21224,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nascetur Ridiculus Mus Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291024,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21228,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Id Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291025,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21229,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Feugiat Sed Nec Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291026,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21230,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sagittis Semper Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291027,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21231,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dui Lectus Rutrum Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291028,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21232,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Montes LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291029,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21233,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Convallis Ante Lectus Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291030,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21238,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bolvig kunden\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291031,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21255,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"wwd wdwd 1234567\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291032,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21271,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nybolig\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291033,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21272,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"esoft\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291034,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21273,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"thomasrisager\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291035,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21275,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Amet Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291036,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21276,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nulla In Tincidunt LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291037,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21277,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tempus Scelerisque Lorem Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291038,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21317,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Israeli internal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291039,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21318,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adel Nielsen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291040,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21320,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Massa Lobortis LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291041,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21330,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ambu Productions A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291042,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21331,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jørn A. Rullepølser\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291043,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21340,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bauhaus\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291044,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21341,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Emirala Petopidor\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291045,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21342,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tinna Tupi\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291046,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21356,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Neque Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291047,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21370,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Duis A Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291048,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21371,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nisi Magna Sed Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291049,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21372,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Pede Suspendisse LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291050,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21373,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Quisque Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291051,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21374,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Maecenas Malesuada LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291052,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21375,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Egestas Urna Justo Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291053,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21376,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Phasellus Nulla Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291054,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21377,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Semper Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291055,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21378,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sed Neque Sed LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291056,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21379,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dapibus Id Blandit LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291057,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21380,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ultrices Iaculis Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291058,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21381,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Primis Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291059,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21382,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lorem Auctor LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291060,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21383,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Non Sollicitudin Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291061,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21384,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla Cras Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291062,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21385,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Odio Tristique LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291063,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21386,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vulputate Dui Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291064,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21387,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lacus Aliquam Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291065,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21388,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"henrik\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291066,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21389,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lobortis Tellus Justo Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291067,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21390,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Justo Faucibus Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291068,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21391,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Arcu Vel Quam LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291069,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21392,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Ullamcorper Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291070,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21393,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ligula Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291071,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21394,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Diam Vel Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291072,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21395,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Pede Praesent Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291073,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21396,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sem Egestas Blandit Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291074,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21397,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ante Ipsum Primis LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291075,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21398,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Urna Ut Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291076,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21399,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Interdum Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291077,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21400,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sodales Elit Erat Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291078,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21401,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Neque Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291079,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21402,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Erat Nonummy Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291080,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21403,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291081,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21404,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Purus Maecenas Libero Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291082,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21405,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Natoque PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291083,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21406,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nascetur Ridiculus Mus Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291084,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21407,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Rhoncus Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291085,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21408,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vivamus Nisi Mauris Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291086,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21409,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Id Nunc Interdum Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291087,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21410,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ut Cursus Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291088,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21411,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ridiculus Mus Donec Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291089,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21412,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lorem Luctus Ut Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291090,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21413,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sociis Natoque Penatibus Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291091,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21414,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Et Tristique Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291092,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21415,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Turpis Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291093,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21416,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer A\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291094,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21417,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark customer b\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291095,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21418,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer C\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291096,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21419,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tempus Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291097,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21420,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Luctus Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291098,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21421,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nullam Suscipit Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291099,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21422,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer D\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291100,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21423,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer E\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291101,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21424,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer F\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291102,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21425,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lorem Ipsum Dolor Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291103,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21426,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Class Aptent PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291104,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21427,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eu Odio Phasellus Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291105,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21428,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"At Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291106,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21429,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ut Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291107,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21430,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nibh Donec Est LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291108,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21431,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Penatibus Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291109,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21432,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sapien Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291110,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21433,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Morbi Metus Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291111,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21434,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eu Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291112,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21435,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Class Aptent Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291113,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21436,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Diam Vel Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291114,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21437,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Augue Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291115,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21438,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mus Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291116,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21439,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291117,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21440,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mauris Integer Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291118,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21441,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Magna A PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291119,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21442,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ipsum Primis Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291120,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21443,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Quis Turpis Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291121,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21444,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nam Ligula Elit Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291122,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21445,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tellus Imperdiet LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291123,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21446,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nam Consequat Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291124,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21447,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Aenean Eget Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291125,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21448,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sagittis Lobortis Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291126,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21449,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Feugiat Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291127,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21450,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Orci Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291128,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21451,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Erat Nonummy Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291129,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21452,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Sit Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291130,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21453,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Adipiscing Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291131,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21454,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mollis Lectus Pede PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291132,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21455,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Et Magnis PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291133,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21456,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Aenean Massa Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291134,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21457,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Etiam Gravida LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291135,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21458,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eget Odio Aliquam Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291136,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21459,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Curabitur Ut Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291137,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21460,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Non LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291138,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21461,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer G\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291139,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21462,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Est Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291140,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21463,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer H\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291141,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21464,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tincidunt Nunc PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291142,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21465,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Mi Lacinia Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291143,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21466,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer I\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291144,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21467,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer J\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291145,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21468,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"mam first kunde\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291146,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21469,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ups igen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291147,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21470,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Cursus Luctus Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291148,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21471,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Senectus Et Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291149,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21472,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Auctor Vitae LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291150,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21473,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Interdum Nunc Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291151,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21474,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"asdfasdgfadsfgagdsf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291152,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21475,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer K\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291153,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21476,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer L\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291154,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21477,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer M\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291155,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21481,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Alpha\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291156,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21483,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Lectus Quis Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291157,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21484,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dolor Quam Elementum Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291158,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21502,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Vulputate Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291159,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21503,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Metus Sit Amet Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291160,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21504,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ut Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291161,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21505,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Arcu Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291162,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21506,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dui Cras Pellentesque Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291163,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21507,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mogens Ny\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291164,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21563,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Cola\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291165,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21564,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sagittis Felis LLP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291166,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21565,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ubitech Moldes Y Modelos Industriales SL 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291167,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21566,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"B20141029\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291168,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21567,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"gullible buyers\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291169,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21568,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"René's client - do not touch\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291170,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21584,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"sadgdsfgdsfgsdfgsdf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291171,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21602,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nibh Aliquam Ornare Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291172,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21603,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291173,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21604,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Libero Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291174,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21606,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Non Lobortis Quis Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291175,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21608,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"tim\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291176,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21633,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Morten Industries (ID21633)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291177,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21641,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Frederik Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291178,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21650,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Est Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291179,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21712,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Antarktis Ølkiosk\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291180,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21713,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"accleinvate\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291181,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21720,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Microsoft (ID21720)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291182,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21722,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Spotify Denmark ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291183,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21726,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ferie\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291184,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21740,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Wealthy Car Wash Owners\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291185,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21741,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Wealthy Chinese Grandparents\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291186,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21749,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Købmand Jørgensens hjælper\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291187,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21750,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kkk\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291188,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21752,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Convallis Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291189,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21778,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Gode gamle\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291190,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21780,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Gamle jaz\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291191,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21781,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Johnny Romero\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291192,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21782,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291193,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21783,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Stanley\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291194,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21785,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tincidunt Vehicula Risus Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291195,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21787,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Vel Faucibus Id Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291196,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21788,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Luctus Sit Amet Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291197,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21791,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Hendrerit A Arcu Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291198,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21792,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"dsfkjhndafslkda\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291199,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21793,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Molestie In Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291200,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21794,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Blommenslyst catering\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291201,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21796,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kings and Queens Catering\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291202,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21797,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kings and Queens Catering 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291203,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21798,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kings and Queens Catering 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291204,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21799,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kings and Queens Catering 4\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291205,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21800,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kings and Queens Catering 5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291206,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21825,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Baxter Medical AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291207,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21839,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Orion Pharma AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291208,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21843,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Meda AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291209,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21851,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Bonniers Club & Entertainment\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291210,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21858,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Eu Tellus PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291211,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21886,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Rune Klanens Koncern\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291212,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21887,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Snagit A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291213,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21896,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"En gang hed byen Peking\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291214,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21914,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tossebageren\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291215,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21915,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Tossebageren (21915)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291216,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21916,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ttttttttttttttt\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291217,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21918,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Diam Eu Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291218,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21920,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer syssetting 948 - value 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291219,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21921,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer syssetting 948 - value 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291220,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21922,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer syssetting 948 - value 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291221,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21944,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Vulputate Posuere Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291222,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21947,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Aenean Gravida Nunc Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291223,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21953,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Case Craft AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291224,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21954,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Brotherhood of NOD\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291225,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21955,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Global Defense Initiative\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291226,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21956,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Augue LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291227,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21957,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Euismod Ac Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291228,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21958,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Rhoncus Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291229,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21992,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"hvor er jeg fra?\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291230,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21993,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"er jeg fra dk\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291231,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21996,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ældresagen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291232,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 21998,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Østerbro Terrorkorps\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291233,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22047,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dont Do Dat\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291234,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22066,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nick Carter Company - copy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291235,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22073,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Magna Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291236,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22074,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"BLB Pipeline Emne 10\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291237,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22078,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Festivals\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291238,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22079,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Keen saga \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291239,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22082,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Entertainments\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291240,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22084,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Mattis Velit Justo Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291241,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22086,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Coca Boca\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291242,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22088,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Rawson\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291243,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22089,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Euell\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291244,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22095,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Group\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291245,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22096,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Circus\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291246,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22097,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Helberg Print & Posters\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291247,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22099,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Ivory 5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291248,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22100,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"hhjjhhhh\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291249,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22104,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Games\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291250,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22105,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Air travel\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291251,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22106,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Brian B\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291252,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22107,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"My new customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291253,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jaeger boms\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291254,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22116,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Denim Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291255,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22148,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prospect BLB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291256,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22153,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291257,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22154,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Eu Erat Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291258,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22155,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Risus Odio LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291259,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22160,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Amet Consectetuer Adipiscing LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291260,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22161,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Duis Risus Odio Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291261,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22206,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jægermeister A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291262,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22208,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test show disabled contacts\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291263,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22212,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mily Gay\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291264,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22288,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The Coca-Cola Company US\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291265,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22289,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test47\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291266,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22296,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"kentkannemt\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291267,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22297,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Kentkannemt\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291268,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22304,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Christian's Test Customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291269,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22314,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Christian's Prospect Subject 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291270,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22343,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hansen Luxus Vare fra CPH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291271,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22344,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hansen Slamsugning\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291272,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22387,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Københavns ErhvervsAkademi\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291273,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22388,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The Coca Cola Company manu users\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291274,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22389,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Danxx ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291275,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22390,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Københavns Erhvervsakademi (22390)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291276,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22392,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Kristeligt Dagblad\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291277,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22394,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testerink BV Aannemersbedrijf J\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291278,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22395,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testerink BV Aannemersbedrijf J 22\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291279,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22396,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testerink BV Aannemersbedrijf J 55\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291280,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22397,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"localhost Leipzig GbR\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291281,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22402,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bestseller Warehouse A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291282,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22404,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"René Schmidt (22404)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291283,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22405,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Poul Pulsen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291284,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22406,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Halsnæs Forsyning\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291285,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22408,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Rich Kids\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291286,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22417,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Einen namen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291287,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22418,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Flink Fyr\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291288,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22419,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"22419\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291289,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22421,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SPQR\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291290,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22423,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Creation Test 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291291,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22424,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New Customer Creation Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291292,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22425,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Creation Test 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291293,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22426,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Customer Creation Test 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291294,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22427,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Creation Test 5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291295,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22428,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Customer Creation Test  6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291296,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22429,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Customer Creation Test 7\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291297,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22478,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Resource 9\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291298,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22505,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"This customer has got a pretty long name\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291299,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22506,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Random pedestrians against racism and stawberries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291300,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22507,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Vridløselille og omegns sofadistribution ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291301,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22513,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Finn Ulrik Claus Karlsen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291302,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22514,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hans Erik Rasmus Peter Eigil Sørensen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291303,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22515,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Lars Ulrik Svendsen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291304,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22516,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Christian Jensen Olsen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291305,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22517,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"hi hih hih hi\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291306,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22518,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Trust headphones\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291307,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22520,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Pjerrot T. Ivoli\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291308,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22533,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Poul Ib Sørensen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291309,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22547,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Luk mig igen kunde\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291310,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22548,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Loading screen testing\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291311,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22549,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Loading screen customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291312,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22571,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing the loading screen customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291313,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22581,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Customer Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291314,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22582,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Peter Jensen Pedersen Poul\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291315,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22584,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Vridsløselille Statsfængsels Fredagsbar\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291316,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22585,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Herlufmagle Kostskole for autister og Tim\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291317,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22592,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"1Abekats\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291318,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 22755,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"poop po\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291319,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23000,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dynamic Management Solutions\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291320,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23035,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ikea gentofte\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291321,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23040,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CrashBusters\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291322,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23041,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ballerup Super Arena\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291323,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23044,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Høje Taastrup Kommune\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291324,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23045,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"customer timeout not timeout \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291325,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23070,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adams Æbler\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291326,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23073,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adams Hemmelighed\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291327,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23079,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adams Holder\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291328,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23080,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adams Grønthandler\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291329,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23081,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"ADAM\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291330,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23134,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Joe & The Juice\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291331,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23148,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Telmore\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291332,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23163,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Samsung\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291333,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23164,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Werkbok\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291334,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23222,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 23222\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291335,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 23524,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 23524\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291336,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25415,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25415\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291337,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25416,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25416\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291338,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25439,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25439\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291339,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25462,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25462\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291340,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25485,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25485\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291341,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25508,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25508\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291342,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25585,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25585\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291343,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25608,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25608\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291344,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25672,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25672\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291345,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25673,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25673\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291346,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25674,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25674\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291347,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25675,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25675\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291348,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25676,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25676\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291349,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25677,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25677\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291350,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25688,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25688\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291351,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25717,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25717\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291352,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25720,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25720\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291353,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25722,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25722\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291354,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25740,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25740\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291355,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25788,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25788\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291356,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25823,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25823\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291357,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 25869,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 25869\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291358,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 26318,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 26318\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291359,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 26485,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 26485\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291360,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 26959,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 26959\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291361,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 27001,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Boots Advantage \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291362,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 27151,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 27151\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291363,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 27197,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 27197\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291364,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 27220,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 27220\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291365,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 27243,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 27243\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291366,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 27646,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 27646\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291367,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 28379,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 28379\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291368,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 28402,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 28402\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291369,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 28502,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 28502\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291370,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 28525,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 28525\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291371,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 28548,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 28548\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291372,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 28594,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 28594\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291373,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 29672,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 29672\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291374,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 29707,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 29707\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291375,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 29830,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 29830\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291376,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 29853,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 29853\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291377,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 29876,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 29876\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291378,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 29899,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 29899\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291379,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 29922,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 29922\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291380,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 29942,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 29942\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291381,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 29944,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 29944\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291382,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 30294,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 30294\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291383,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 30396,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tesco Club card \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291384,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 30437,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 30437\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291385,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 30563,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 30563\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291386,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 30570,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Procespect 30570\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291387,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 30677,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"renes?\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291388,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 30689,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Renes rederi\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291389,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 30700,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The dream supplier\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291390,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 30701,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The resource supplier\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291391,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 30702,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The worth supplier\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291392,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34878,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"A new supplier test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291393,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34879,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Høje Taastrup Kommune Affald\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291394,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34885,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adams Æbleret\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291395,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34898,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adam d 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291396,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34899,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adam d 9\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291397,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34900,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adam d 10\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291398,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34901,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 11\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291399,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34935,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Skyworkers\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291400,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34954,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adam Adams\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291401,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34955,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"John Wayne\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291402,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34964,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Shimmering Santa Clothing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291403,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34977,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"FossTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291404,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34978,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ABC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291405,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34979,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Gaylord National Resort Conv Ctr\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291406,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34980,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mariah Carey\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291407,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34985,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxxxxxxx\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291408,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34987,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"mere test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291409,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34992,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MPTEST\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291410,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34993,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MPTEST1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291411,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34994,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MpTEST2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291412,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34995,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Oakenshield Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291413,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34997,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Another client name\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291414,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34998,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Allans cache test kunde\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291415,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 34999,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Allans cache test kunde 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291416,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35000,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Allans cache test kunde 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291417,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35005,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Frederiksberg Girafudlejning\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291418,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35006,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Frederiksberg Elefant- og movieboxudlejning\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291419,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35009,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ny kunde test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291420,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35025,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tomorrow news\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291421,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35026,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Access Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291422,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35028,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Musab\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291423,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35040,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"moneyloaded client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291424,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35041,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291425,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35058,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Fiskehuset i Bøvlingbjerg\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291426,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35068,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Amet2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291427,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35089,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"2 dumme \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291428,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35095,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"testET\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291429,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35113,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Daniels Debtor Setup Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291430,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35114,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"hsfbuhfuf\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291431,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35117,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Puges default valued customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291432,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35118,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Customer Copy Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291433,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35119,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test customer1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291434,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35120,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test customer2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291435,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35128,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Puge test customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291436,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35130,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Abehuset A/S - copy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291437,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35147,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"HKH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291438,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35148,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Another test customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291439,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35149,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Abehuset A/S - copy1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291440,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35150,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Abehuset A/S - copy2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291441,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35156,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"accelerated graphics port (35156)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291442,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35172,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test22\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291443,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35197,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Morten New Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291444,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35222,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Honkadonker\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291445,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35224,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Honkadonka\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291446,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35235,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Trumpet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291447,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35237,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Lomholt Advertising\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291448,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35287,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ANO Data Analytics Factory\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291449,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35289,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ANO World Wide Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291450,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35294,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Don Juans Projekt \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291451,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35320,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Marvel inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291452,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35336,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Benny og Børge\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291453,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35337,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Crowley Skinner\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291454,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35338,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Buksebanditten\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291455,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35339,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Dont Do Dat\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291456,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35340,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Koala\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291457,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35342,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ditte til Tango\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291458,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35343,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hogan of Hulk\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291459,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35400,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Another Test 123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291460,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35415,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291461,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35419,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Gambit Cards Inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291462,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35420,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"akjsdhkasjhd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291463,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35423,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"1 (35423)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291464,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35428,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Obsession Electrionics Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291465,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35435,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testboy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291466,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35436,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Never\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291467,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35437,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Gonna\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291468,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35438,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Give\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291469,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35439,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"You\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291470,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35445,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Down <div class=\\\"ScInTest\\\"></div><script>var x=$(\\\".ScInTest:not([id])\\\");x.uniqueId();var y=\\\"#\\\"+x.attr(\\\"id\\\");alert(\\\"C35445: \\\" + $(y).closest(\\\".workBookPage\\\").attr(\\\"filelocation\\\") + \\\", \\\" + $(y).parent().attr(\\\"class\\\"))</script>\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291471,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35448,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Balls Von Fire\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291472,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35451,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestInterAdmin\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291473,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35452,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hoppeti Hop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291474,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35453,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestHoliday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291475,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35454,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Azys_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291476,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35455,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestInterPR\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291477,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35456,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291478,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35457,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Latino Bean King\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291479,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35459,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Okeokeoke\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291480,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35460,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"PohDaMonk\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291481,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35461,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Help me\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291482,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35462,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"John Faxen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291483,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35463,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mama Mia\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291484,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35464,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Momo mio\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291485,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35465,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"testymctest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291486,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35466,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Latino Banana King\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291487,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35471,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Illegal -\\t\\\"Name\\\" (Customer)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291488,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35473,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Illegal chars \\\"-(With stuff\\\" and cookies\\\")-\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291489,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35475,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Illegal chars \\\"With more stuff\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291490,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35476,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"No way man\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291491,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35477,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client - \\\"MISC\\\"(LOL)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291492,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35485,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"AKQA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291493,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35498,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Svend Tveskæg A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291494,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35499,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Aitest\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291495,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35501,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Det fantastiske bureau\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291496,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35504,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Fyns Kardan & Bremsecenter\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291497,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35505,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestProspect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291498,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35506,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestIllness\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291499,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35507,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestyFoods\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291500,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35520,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hfh Holding ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291501,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35542,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Swankerz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291502,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35548,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Silversea Sales Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291503,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35566,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test kunde\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291504,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35567,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mandril ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291505,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35568,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mandrilskæg\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291506,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35606,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nicks Ninjas\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291507,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35629,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"*Tim Jensen kunde 26\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291508,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35640,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New Awesome Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291509,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35708,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"EVERYTHING IS 42\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291510,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35718,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Byens Bedste Bageri\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291511,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35719,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Guldhorns Bageri\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291512,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35752,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nicky20\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291513,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35760,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Luke Skywalker\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291514,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35766,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"John Wayne (35766)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291515,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35770,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"client 35770\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291516,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35780,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"1 (35419)(35419)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291517,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35781,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ADAM (35781)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291518,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35799,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ND test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291519,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35801,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"AC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291520,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35803,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Don Juan Dos\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291521,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35804,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"HEJHEJHEJ\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291522,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35813,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Fitness world\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291523,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35815,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Donald Trump AKA Best Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291524,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35816,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Greenhouse Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291525,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35817,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Evil Inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291526,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35818,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Overgrowth\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291527,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35821,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Chantay's Brawling Ring\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291528,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35824,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Donald Drumpf\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291529,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35841,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Woop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291530,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35842,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Woop2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291531,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35843,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Woop3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291532,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35844,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Johnny J. Johnson\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291533,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35847,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testeronedongers\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291534,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35848,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testerigenigen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291535,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35849,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"try again\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291536,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35851,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291537,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35852,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test prospect 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291538,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35853,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bonksen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291539,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35854,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Oh pros\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291540,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35855,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Oh pros 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291541,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35863,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Birke Brian\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291542,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35868,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tesst1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291543,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35877,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Super duper Client\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291544,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35885,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Drumph INC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291545,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35889,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Creative Labz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291546,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35900,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Affluence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291547,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35901,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Internal PR/Marketing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291548,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35940,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Morten tester prospect, slet mig igen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291549,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35944,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Morten tester igen. Slet mig\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291550,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35946,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ChhTestClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291551,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35971,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"faTestWorkbook\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291552,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35972,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"S A D B O Y S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291553,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35975,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Invoice Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291554,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35978,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"WHY\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291555,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35979,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"N I K O L A J\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291556,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35980,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Nikolaj <div class=\\\"ScInTest\\\"></div><script>var x=$(\\\".ScInTest:not([id])\\\");x.uniqueId();var y=\\\"#\\\"+x.attr(\\\"id\\\");alert(\\\"C35980: \\\" + $(y).closest(\\\".workBookPage\\\").attr(\\\"filelocation\\\") + \\\", \\\" + $(y).parent().attr(\\\"class\\\"))</script>\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291557,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35981,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"nikolaj hvorfor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291558,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35982,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Børge 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291559,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35989,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ulala\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291560,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35991,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Albani\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291561,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 35992,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nordea\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291562,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36009,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test create new client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291563,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36016,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Read only create new client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291564,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36021,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Gadford advertising\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291565,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36140,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Focus on me after I've been created\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291566,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36141,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Creme La Boyo\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291567,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36144,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prospect Test Selection Data\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291568,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36182,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Kongehuset Kæphøj\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291569,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36200,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestRess\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291570,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36201,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestRess>\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291571,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36202,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestRess/\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291572,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36203,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestRess[\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291573,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36204,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestRess\\\"\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291574,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36205,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"/Testress 2 supplier edtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedt\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291575,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36206,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"[TestRess\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291576,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36207,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \">TestRess 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291577,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36260,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Advanced Logistics Lenti\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291578,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36261,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Futureframe\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291579,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36281,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"faTestLangueLCID\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291580,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36305,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Abc3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291581,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36307,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Def 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291582,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36308,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Def 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291583,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36309,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Def 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291584,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36315,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestConvertResourceType\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291585,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36329,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"asdaa\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291586,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36330,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SuperClient1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291587,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36331,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SuperClient2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291588,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36332,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"<script> alert(\\\"test\\\") </script>\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291589,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36334,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prospect Lenti\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291590,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36375,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Morten Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291591,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36387,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"_Consultant #2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291592,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36391,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"_Consultant #5 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291593,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36404,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Cats Tomorrow\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291594,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36405,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Bauhaus New\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291595,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36406,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Martin Zielke\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291596,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36409,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mark Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291597,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36412,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Emils Snedkerværksted\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291598,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36414,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"kage\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291599,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36416,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect kage test\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291600,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36417,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Super Kage\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291601,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36437,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Timmy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291602,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36447,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test2121\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291603,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36451,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test121212\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291604,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36466,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ML New Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291605,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36468,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bobby's Bar\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291606,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36478,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SteaMFlow\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291607,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36479,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"HP & Goblin of Fire\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291608,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36494,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testitest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291609,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36504,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test4244124\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291610,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36507,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"3124521\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291611,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36518,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"654321\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291612,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36521,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"12451234 TE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291613,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36525,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"51123\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291614,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36531,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"53123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291615,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36537,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"4121\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291616,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36540,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"213244\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291617,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36545,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"21334\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291618,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36552,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"412214\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291619,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36559,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"3213154214\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291620,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36562,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"2321312321\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291621,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36569,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Ban\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291622,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36573,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"awoubfaouwbf oawbd oauwbd oa\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291623,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36576,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"University of Massachusetts at Amherst\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291624,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36579,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ArcTouch\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291625,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36580,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test22\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291626,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36604,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"AAAA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291627,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36644,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"f\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291628,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36667,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Swan\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291629,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36679,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Test21312\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291630,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36680,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test1321321\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291631,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36681,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test12141212\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291632,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36708,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291633,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36734,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"World of Nerdcraft\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291634,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36738,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tester prospect yes\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291635,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36744,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client card test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291636,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36755,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"tester igen negi\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291637,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36767,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testy McClientface\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291638,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36795,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ignorance\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291639,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36803,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Will Smith's love nest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291640,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36834,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Kim Possible\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291641,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36836,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"1234 (ID36836)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291642,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36839,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"HEEEEJ00000\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291643,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36843,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"987\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291644,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36846,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"9875\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291645,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36850,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"2468\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291646,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36853,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"24468\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291647,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36857,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"321654 oh\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291648,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36860,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"159753456\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291649,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36864,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test01\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291650,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36872,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test0211\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291651,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36880,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test098\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291652,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36887,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"MF1 (ID36887)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291653,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36894,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"MF22\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291654,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36915,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bilbo Baggins\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291655,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36916,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Frodo Baggins\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291656,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36917,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MFTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291657,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36920,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Rick Grimes\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291658,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36935,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"DebtorCreateTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291659,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36936,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"DebtorCreateTest2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291660,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36944,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bloomberg News\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291661,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36945,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"D-Wave\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291662,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36968,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test abc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291663,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36969,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"test (ID36969)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291664,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36970,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"A very good client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291665,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36973,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"KR testing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291666,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36989,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Børge's famøse pølser\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291667,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36990,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Børge's Pølser\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291668,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36991,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Børge's Pølser 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291669,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36992,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Børge's Pølser 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291670,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36993,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Børge's Pølser  4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291671,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36994,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Børge's Pølser 5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291672,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 36995,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Børge's Pølser 6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291673,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37004,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing New Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291674,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37005,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New Client ABC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291675,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37006,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New Client Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291676,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37036,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nikolaj's Client belgium\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291677,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37038,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nikolaj's Client USA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291678,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37079,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ready for deactivation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291679,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37101,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Karina's Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291680,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37123,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test WB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291681,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37124,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing WB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291682,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37142,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Green Technology \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291683,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37150,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Michael Petersen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291684,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37157,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma CD\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291685,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37160,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma E\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291686,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37161,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma F\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291687,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37163,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Merge client 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291688,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37164,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Merge client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291689,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37165,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma G\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291690,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37168,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma H\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291691,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37170,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma I\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291692,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37171,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma J\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291693,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37173,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma K\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291694,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37177,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma L\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291695,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37178,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma M\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291696,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37179,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test client morten\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291697,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37180,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Making a new test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291698,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37181,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"LEO Pharma O\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291699,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37182,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Thomathy's adventure\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291700,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37183,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Schæbel's Cykelhjelme\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291701,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37194,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Uth's Kaffe\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291702,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37201,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BBB Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291703,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37404,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Prospect B\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291704,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37411,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma P\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291705,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37452,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"5675765\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291706,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37455,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarkes customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291707,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37463,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"teetet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291708,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37524,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"rewtywerty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291709,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37545,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"_To_Fit_Designer #13\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291710,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37615,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarke test bruger 2 #2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291711,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 37633,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarke test bruger 2 #20\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291712,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38061,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"123 TEST Pipeline\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291713,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38070,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"awiopdapwidnawd awd awd \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291714,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38071,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"a da aaad  \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291715,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38074,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bad Girl\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291716,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38081,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"123 (38081)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291717,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38566,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TUS test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291718,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38854,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dont Do Dat\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291719,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38864,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"K.I.S.S. Inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291720,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38865,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Emir Test 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291721,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38873,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"World Subjugation for merge\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291722,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38893,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jimmys bukser\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291723,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38898,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Job Team client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291724,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38949,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291725,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38950,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"1234 Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291726,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38951,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"123 Oh\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291727,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38952,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"9875\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291728,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38954,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"123_PS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291729,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38955,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Fermentum Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291730,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38957,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291731,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38959,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"This Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291732,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38969,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"XXXX2016\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291733,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38983,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestTask1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291734,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38997,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"retertertertert\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291735,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38998,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Winter, Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291736,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 38999,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"winter 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291737,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39000,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Winter 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291738,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39013,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"WB-testing A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291739,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39018,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Project retainer client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291740,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39033,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"bubbyyuppy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291741,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39035,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"A-Town Fresh fish\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291742,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39038,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"kuGASFW\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291743,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39047,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jonas nye client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291744,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39051,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CMG\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291745,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39057,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarkes anden test customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291746,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39080,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The WIP report client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291747,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39082,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Retainer job Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291748,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39083,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"UGA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291749,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39084,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"University of Virginia Athletics\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291750,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39086,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Tim\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291751,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39091,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"testing dash\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291752,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39123,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarkes customer 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291753,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39124,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Winter Inc 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291754,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39125,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Winter 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291755,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39152,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Grant Lewis LTD 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291756,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39153,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Grant Lewis LTD 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291757,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39154,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Grant Lewis LTD 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291758,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39155,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Grant Lewis LTD 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291759,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39157,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mikkels WIP sexy Report\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291760,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39165,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test0504\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291761,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39167,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TESTER0504\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291762,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39176,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Gervoe client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291763,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39177,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TEST123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291764,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39212,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tester0504 (39212)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291765,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39231,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Camillatest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291766,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 39236,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client with many contacts\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291767,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40737,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"camillastest0504\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291768,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40741,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"rankone\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291769,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40752,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"John Lewis\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291770,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40754,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Fernanda Torres\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291771,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40761,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Shawarma Frederiksværk ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291772,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40764,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test (40764)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291773,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40765,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"This Is A Connection\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291774,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40767,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"This is also a connection\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291775,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40841,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Summer A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291776,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40895,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Camilla's client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291777,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40913,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Chris Cheenis\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291778,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40926,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Wayne A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291779,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 40932,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"SD prospect\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291780,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41046,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nicks pony farm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291781,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41047,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nicks horse farm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291782,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41048,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nicks elephant farm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291783,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41049,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nicks seahorse farm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291784,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41050,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nicks Ninjas Farm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291785,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41052,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Seahorse inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291786,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41085,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test resource\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291787,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41086,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test resource 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291788,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41096,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Christian's Prospect Subject 4 (41096)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291789,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41131,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bitter Lemon\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291790,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41132,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Schweppes\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291791,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41133,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test client Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291792,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41134,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"New Prosp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291793,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41136,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prosp1212\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291794,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41137,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prosp2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291795,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41138,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prospect1313\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291796,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41148,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Abbot\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291797,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41151,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test prospectro\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291798,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41152,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bananaboyo\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291799,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41155,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The Dan Dream\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291800,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41180,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Advokatinnovation A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291801,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41182,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"A3B Client BBA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291802,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41237,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"South Dakota\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291803,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41469,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"__<div class=\\\"ScInTest\\\"></div><script>var x=$(\\\".ScInTest:not([id])\\\");x.uniqueId();var y=\\\"#\\\"+x.attr(\\\"id\\\");alert(\\\"Client name\\\" + $(y).closest(\\\".workBookPage\\\").attr(\\\"filelocation\\\") + \\\", \\\" + $(y).parent().attr(\\\"class\\\"))</script>\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291804,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41483,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"=cmd|'/C calc'!A0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291805,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41485,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"=cmd|'/C calc'!A0 (41485)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291806,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41488,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"That Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291807,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41492,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The moon\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291808,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41507,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"John Goodie2shoes\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291809,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41512,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Security Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291810,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41520,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"hej nyclient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291811,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41571,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"wdwfefefsds1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291812,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41573,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"wdwfefefsds (41573)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291813,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41579,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ubitech Moldes Y Modelos Industriales SL 3000\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291814,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41583,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"client 41583\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291815,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41593,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Dansk folkeparti (41593)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291816,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41600,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Newone (41600)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291817,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41609,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TUS Retainer test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291818,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 41635,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ANO Data Analytics Factory (41635)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291819,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72241,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Harambro's test zoo (no touchy)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291820,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72246,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Access Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291821,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72267,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"< Test >\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291822,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72312,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Green Technologies WB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291823,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72357,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The Accumsan Tiny Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291824,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72365,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client buster testing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291825,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72379,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Buster\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291826,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72383,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client buster (72383)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291827,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72384,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bridgestone\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291828,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72437,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CBT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291829,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72542,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Mc Clientface\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291830,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72543,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Clients are forever\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291831,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72545,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestTestTest (72545)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291832,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72546,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"JT Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291833,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72555,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client have been renamed\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291834,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72556,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New client for renaming\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291835,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72566,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Fosses test kunde\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291836,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72575,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Pipeline Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291837,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72583,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hej med dig\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291838,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72584,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The God of Consolidation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291839,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72643,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Setting 1140 test 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291840,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72644,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Setting 1140 test 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291841,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72645,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Setting 1140 test 3 NewClientAutoGeneratedDeliveryLabel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291842,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72679,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"31231241hh\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291843,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72687,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"141311\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291844,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72744,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mikkel's Hestegård\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291845,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72747,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MStesttest1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291846,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72748,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MStesttest2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291847,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72752,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nitro client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291848,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72762,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291849,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72763,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291850,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72764,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291851,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72765,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291852,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72766,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291853,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72767,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291854,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72768,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TEST7\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291855,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72769,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"mikkels client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291856,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72770,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tester sys var 959\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291857,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72771,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tester sys var 1140\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291858,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72772,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tester hulu bulu\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291859,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72777,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"John Wonderland\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291860,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72853,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Swankerz 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291861,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72854,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Swankerz 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291862,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72856,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Progressive A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291863,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72928,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CT Test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291864,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72930,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing Adding\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291865,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72946,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Thomas's test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291866,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72962,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Thomas's second test client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291867,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 72990,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Saul Goodman\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291868,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73014,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Approval test (73014)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291869,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73026,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"123 Oh (73026)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291870,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73027,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TheNeusClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291871,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73028,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TheNeusClient2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291872,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73050,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"9875\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291873,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73101,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Wendy's from Texas (API TEST CLIENT DO NOT TOUCH)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291874,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73119,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Herr Greve A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291875,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73129,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"EB test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291876,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73130,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"EB test job no 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291877,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73164,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"EB client test RENAMED\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291878,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73168,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nitro client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291879,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73169,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"hej med dig\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291880,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73172,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Thomas Favorite Thing - WIP Client!\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291881,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73176,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"EB client test 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291882,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73181,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"EB client test 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291883,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73190,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"EB testerrrr\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291884,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73199,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Olivers Mileage Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291885,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73203,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The one without a name\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291886,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73204,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Check this one\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291887,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73212,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mark Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291888,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 73217,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CT PQ Test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291889,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75358,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ChhProspectTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291890,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75362,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"This is a new prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291891,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75369,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testy prospect (75369)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291892,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75386,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client #1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291893,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75387,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291894,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75391,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Aalfons Åberg\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291895,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75392,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Alfons Åberg\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291896,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75393,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Åberg Alfons\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291897,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75398,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client for deactivation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291898,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75400,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Pors client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291899,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75401,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"EB testing cust \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291900,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75402,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"EB testing client 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291901,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75403,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"EbB testing client 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291902,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75404,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"EB testt\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291903,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75405,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"EB testtt\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291904,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75407,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test client 112233\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291905,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75409,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291906,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75410,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291907,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75411,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New client 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291908,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75412,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New client 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291909,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75421,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"hej med dig nicki\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291910,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75423,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client folder setup test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291911,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75453,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ChhTestValue\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291912,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75514,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Pricelist client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291913,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75536,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test nitro client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291914,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75551,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing minimal creation customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291915,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75560,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"_________1113 event longer name here (ID75560) (ID75560)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291916,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75627,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adam d 1 (75627)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291917,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75628,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adam d 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291918,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75629,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adam d 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291919,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75630,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adam d 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291920,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75631,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adam d 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291921,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75632,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adam d 1 (75632)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291922,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75633,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Adam d 1 (75633)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291923,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75642,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"EB test client (75642)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291924,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75675,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"No Pricelist Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291925,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75676,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ManagementManagement\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291926,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75705,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nitro test client resources preparation \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291927,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75725,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"nitro test prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291928,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75737,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"sdfsdfsdfs\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291929,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75739,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"asdasdasdasdasd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291930,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75742,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"XXX CLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291931,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75743,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"XXX CLIENT 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291932,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75744,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"XXX CLIENT 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291933,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75752,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SomeNewClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291934,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75756,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BjarkeCust15\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291935,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75757,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BjarkeCust11\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291936,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75758,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BjarkeCust12\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291937,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75759,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BjarkeCust13\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291938,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75760,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BjarkeCust14\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291939,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75761,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BjarkeCust3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291940,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75762,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BjarkeCust4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291941,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75763,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BjarkeCust5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291942,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75764,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BjarkeCust8\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291943,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75765,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BjarkeCust9\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291944,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75767,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NoScamHere Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291945,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75792,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BBC Dock House\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291946,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75793,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BBC Television Centre\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291947,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75794,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BBGi\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291948,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75797,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tlalnepantla de Baz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291949,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75798,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"HSBC Bus Stop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291950,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75881,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"My bizzzz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291951,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75897,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Daniel Tester\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291952,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75903,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CL01 Co.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291953,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75908,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nikol\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291954,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75909,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nikolas\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291955,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75991,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarke's fishing shop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291956,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75992,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarkes other fishing shop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291957,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 75993,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarkes third fishing shop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291958,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76000,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Something inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291959,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76003,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"rdgr\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291960,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76010,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"No debtor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291961,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76040,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Morten Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291962,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76067,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"RG's test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291963,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76071,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Client I\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291964,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76082,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BBC Television Centre (76082)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291965,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76087,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing supplier issue\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291966,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76089,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Supplier issue test 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291967,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76099,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"WB Internal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291968,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76101,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test (76101)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291969,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76102,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"client n\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291970,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76103,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New Awesome Client | Internal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291971,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76104,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New Awesome Client | Internal 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291972,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76107,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing (76107)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291973,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76108,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing (76108)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291974,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291975,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76110,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CHHOnTestDuty (76110)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291976,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76111,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CHHOnTestDuty2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291977,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76112,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CHHOnTestDuty3 (76112)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291978,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76126,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"pipeline mysteries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291979,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76128,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"myClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291980,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76129,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"myClient 2.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291981,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76136,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"_________1113 event longer name here 222 (76136)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291982,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76141,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"_________1113 event longer name here (ID75560)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291983,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76142,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"1 (35415) (76142)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291984,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76144,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Notore Chemical Industries Plc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291985,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76145,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"9875 (76145)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291986,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76151,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ClientXyZ\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291987,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76159,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tim's import\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291988,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76219,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test importv2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291989,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76220,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test importv3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291990,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76221,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test importv3.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291991,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76222,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test importv4.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291992,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76223,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test importv5.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291993,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76224,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test importv6.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291994,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76225,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test importv7.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291995,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76226,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test importv8.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291996,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76227,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test importv9.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291997,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76228,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test importv10.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291998,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76231,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"AC Lentinus Excelsius\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9291999,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 76237,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Umbrella Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292000,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77256,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Magna Tellus Faucibus Inc. copy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292001,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77257,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Magna v1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292002,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77258,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Magna v2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292003,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77259,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Magna v3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292004,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77260,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Magna v4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292005,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77261,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Magna v5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292006,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77262,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Magna v6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292007,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77263,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Magna v7\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292008,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77265,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"May.s PRO\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292009,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77283,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BBA Client Co\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292010,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77285,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hello.xom\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292011,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77294,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prospect01\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292012,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77307,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Consolidation company client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292013,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77314,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Will this client even get created\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292014,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77315,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"nitro test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292015,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77316,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test (77316)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292016,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77317,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"nicki test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292017,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77318,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Project Retainer Dope\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292018,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77319,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Georgia\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292019,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77320,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Deltek, Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292020,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77322,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test client (77322)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292021,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77323,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"testing 1 (77323)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292022,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77324,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Workbook Software A/S (77324)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292023,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77325,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Workbook Software A/S (77325)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292024,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77326,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Deltek Systems (Philippines), Ltd.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292025,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77333,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"_________1113 event longer name here (76136) (77333) A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292026,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77334,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MyCopiedClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292027,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77335,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"My amazing client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292028,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77336,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"World Trade Center\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292029,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77352,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Addidas Sport\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292030,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77360,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292031,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77361,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Techworks\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292032,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77362,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Worktech\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292033,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77396,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 1 (77396)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292034,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77423,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Test Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292035,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77461,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 1 (77461)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292036,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77462,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She NRF Testing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292037,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77463,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Test Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292038,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77465,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"5 (77465)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292039,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77491,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Prospect Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292040,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77499,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client BBA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292041,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77501,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Zara\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292042,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77534,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"RYD Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292043,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77539,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292044,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77546,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292045,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77548,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CT Kunde 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292046,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77551,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Coca cola inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292047,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77553,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client BBA (77553)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292048,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77559,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"PES TESTER\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292049,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77561,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client of client type \\\"Client\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292050,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77562,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client of client type \\\"Prospect\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292051,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77563,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client of client type \\\"Internal PR/Marketing\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292052,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77564,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client of client type \\\"Internal administration\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292053,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77565,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client of client type \\\"Holiday\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292054,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77566,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client of client type \\\"Illness and absence\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292055,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77568,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BBA Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292056,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77569,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BBCA Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292057,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77585,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Management (77585)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292058,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77590,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"AKQA Intercompany NYC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292059,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77591,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Alcatel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292060,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77592,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Brahma\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292061,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77593,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Burger King\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292062,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77594,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Coca-Cola\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292063,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77595,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Converse\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292064,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77596,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Creative Hub\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292065,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77597,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Deezer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292066,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77598,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Fartetch\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292067,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77599,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Global Citizen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292068,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77600,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Google\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292069,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77601,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"IESSI\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292070,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77602,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"iFood\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292071,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77603,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mondelez\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292072,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77604,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MSP – Turma da Mônica\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292073,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77605,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NBP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292074,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77606,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Netflix\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292075,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77607,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nike\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292076,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77608,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Qualcomm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292077,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77609,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Red Bull\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292078,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77610,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Scotiabank\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292079,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77611,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tiferet Comercio de Roupas LTDA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292080,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77612,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Uber do Brasil Tecnologia LTDA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292081,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77613,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"UFC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292082,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77614,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Unilever\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292083,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77615,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Unilever Brasil Industrial LTDA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292084,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77616,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"VISA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292085,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77623,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client for 477321\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292086,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77651,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"470468_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292087,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77652,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"470468_2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292088,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77665,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client 468024\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292089,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77666,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"468024_2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292090,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77667,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"468024_3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292091,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77668,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Regular Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292092,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77678,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"479506\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292093,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77688,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"df\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292094,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77694,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CIT Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292095,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77695,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CountryCode Client Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292096,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77696,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mirror Mirror On The Wall_3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292097,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77697,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Lizard People Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292098,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77708,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"asdasdasd (77708)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292099,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77715,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CIT Client (77715)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292100,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77723,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 480024\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292101,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77724,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292102,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77725,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"NClientT5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292103,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77726,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Zè Frénch Canàd'iàn Cùmpani\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292104,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77740,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Camilla's test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292105,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77754,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Required Fields approval flow\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292106,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77755,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Required Field 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292107,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77758,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Test Supplier\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292108,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77759,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Accumsan Corp\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292109,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77762,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BB_USA_Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292110,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77770,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMPLE CLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292111,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77771,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMP Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292112,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77772,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMP Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292113,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77775,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMP Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292114,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77777,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMP Client 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292115,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77779,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMP Client 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292116,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77781,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMP Client 5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292117,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77783,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMP Client 6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292118,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77786,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMP Client 7\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292119,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77793,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMP Client 8\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292120,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77794,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMP Client 9\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292121,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77795,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAMP Client 10\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292122,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77799,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client BBUSA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292123,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77810,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"RYD client - TEST\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292124,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77812,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Resource Required Field test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292125,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77849,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Skynet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292126,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77853,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BBUSA 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292127,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77859,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 474540_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292128,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77862,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 474540_3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292129,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77863,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 474540_3A\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292130,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77866,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She USA Client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292131,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77867,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client CA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292132,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77868,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client CA2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292133,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77877,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NSupplier Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292134,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77880,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 480989_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292135,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77893,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She CINV\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292136,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77930,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test client test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292137,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77941,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Marvel Inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292138,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77943,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 479642\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292139,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77952,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"asdasd (77952)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292140,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77956,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Zè Frénch Canàd'iàn Cùmpani - COPY\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292141,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77972,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"RYD USA Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292142,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77978,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 479492\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292143,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77982,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BB - Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292144,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77992,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SHE 483846_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292145,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77993,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client USA Billable\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292146,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77994,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Prospect USA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292147,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77995,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Retainer Job\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292148,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77996,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client Job\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292149,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77997,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client OPS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292150,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 77998,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Prospect Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292151,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78000,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She USA Billable\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292152,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78001,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She USA No Client type\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292153,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78002,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Billable Client CAP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292154,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78003,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Prospect Billable CAP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292155,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78004,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"You know what to do\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292156,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78008,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 483980\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292157,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78016,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"John Wick\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292158,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78023,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"DR OZ\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292159,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78026,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"GTech \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292160,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78039,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"The One and Only\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292161,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78041,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SSA Non Client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292162,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78043,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SSA B3D Client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292163,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78044,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAU2  B3D Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292164,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78046,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SSA B3D Expired Job \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292165,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78047,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAUFA B3D Expired job\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292166,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78053,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Countdown\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292167,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78055,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Fantasy Bookshop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292168,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78058,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Homes are US\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292169,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78066,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Approval flow client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292170,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78073,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SHE B3D Client 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292171,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78074,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nitro test client (78074)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292172,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78082,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BBUS Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292173,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78092,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Failed Subjugation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292174,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78095,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Access Test 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292175,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78096,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NY KLIENT!\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292176,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78097,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NY ADVANCED KLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292177,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78098,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"KLIENT OTHER COMPANY\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292178,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78099,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"KLIENT SOMEWHERE ELSE AAAAA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292179,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78101,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Access Check\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292180,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78102,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"I AM A NEW CONTACT NO BBUSA ACCESS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292181,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78110,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Regular Nice Language Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292182,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78111,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"New budget test client\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292183,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78114,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SSA 481593\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292184,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78115,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 481593\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292185,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78116,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"481593\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292186,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78117,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BBD client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292187,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78118,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BBD Client WIP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292188,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78119,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAU2 WIP Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292189,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78127,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SA22 US Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292190,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78128,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She USA Client 5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292191,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78129,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NClient Testv1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292192,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78130,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NClient Testv2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292193,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78131,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SHE BB Digital Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292194,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78133,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She B3D Client 483948\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292195,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78141,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SAUFA Client for 479533\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292196,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78145,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 474540 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292197,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78150,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client OX\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292198,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78152,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SA 486000 BBDigital\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292199,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78157,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"hej med dig nicki2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292200,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78162,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 475359_Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292201,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78164,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 475359_Client 1_Duplicate\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292202,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78165,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 475359_Ccreate Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292203,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78166,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 475359_Create Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292204,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78167,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Contact Folder Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292205,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78169,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NClient USA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292206,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78171,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NClient BDigital\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292207,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78175,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New Client 111\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292208,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78177,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 487536\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292209,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78178,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 485437\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292210,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78179,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 485437A\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292211,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78180,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 485437 (KID)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292212,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78181,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Beer factory\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292213,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78183,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 485530\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292214,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78184,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Prospect 1234\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292215,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78185,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Internal test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292216,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78186,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"IT client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292217,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78187,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Internal client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292218,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78188,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"My new clean mouthed client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292219,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78189,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New client test 1234\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292220,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78190,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 485915 _ A\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292221,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78191,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292222,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78192,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292223,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78193,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test client 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292224,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78194,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test client 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292225,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78195,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test client 5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292226,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78196,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test client 6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292227,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78220,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 475359_A\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292228,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78234,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 485530 C1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292229,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78239,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 485530 C2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292230,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78253,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"sd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292231,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78256,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"g\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292232,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78263,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"jkgmhjgfjgfjfgjffgjjfg\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292233,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78266,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Greg's\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292234,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78267,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jimmy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292235,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78268,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 487699\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292236,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78269,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 487699\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292237,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78270,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 475359 B\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292238,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78272,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 475359 B2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292239,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78273,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 475359 B3 - Duplicate BU- selected\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292240,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78274,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 475359 AU\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292241,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78275,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 475359 AU DuP BU\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292242,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78307,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarkes garden furniture 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292243,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78308,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarkes garden furniture 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292244,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78309,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarke garden furniture 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292245,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78311,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"475359 She Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292246,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78312,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"475359 She Client Dup\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292247,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78313,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarke garden furniture 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292248,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78315,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Project Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292249,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78320,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She NRF Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292250,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78321,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SHE 488301 -TM NONE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292251,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78323,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 488301 TM CAPSP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292252,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78324,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 488301 TM CAPCP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292253,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78325,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 488301 TM OPS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292254,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78335,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 485913 NRF\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292255,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78337,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 5 Holiday 484649\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292256,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78338,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 6 illness and absence 484649\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292257,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78340,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prospect World Subjugation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292258,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78341,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prospect World Subjugation 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292259,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78342,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prospect 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292260,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78343,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test 112414\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292261,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78347,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"No Price List\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292262,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78348,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"No Price List 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292263,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78349,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 5 - Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292264,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78351,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BBUSA 5 Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292265,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78352,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarkes car shop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292266,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78883,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NClient (78883)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292267,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78885,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 487662\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292268,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78886,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 487662 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292269,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78887,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client 478928 USA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292270,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78899,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SD Public Reg No\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292271,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78900,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client for Debtor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292272,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78901,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client BB Debtor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292273,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78902,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 487662 BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292274,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78903,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client in BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292275,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78904,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 487662 BB 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292276,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78905,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 487662 BB 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292277,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78908,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She US 489576 BBUS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292278,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78909,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BB USA 485905\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292279,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78913,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"wre\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292280,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78923,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Initials\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292281,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78924,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New name client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292282,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78941,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Martin testing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292283,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78942,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"US client test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292284,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78945,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Martin client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292285,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 78996,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BBD Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292286,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79345,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Some wierd customer type\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292287,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79821,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"491447 She Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292288,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79877,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Tested\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292289,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79879,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client 829\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292290,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79880,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"You need is understand\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292291,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79884,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"World Subjugation Holiday Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292292,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79885,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"World Subjugation Absence Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292293,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79887,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Clients (79887)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292294,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79888,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client 2019\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292295,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79892,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 489496 Capitalized S P\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292296,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79893,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 489496 Capitalized C P\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292297,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79894,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 489496 OPS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292298,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79895,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 489496 None\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292299,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79898,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Selfridges \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292300,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79899,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Selfridges 5 Payment terms and currency from debtor \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292301,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79903,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 487624\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292302,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79913,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ane (79913)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292303,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79928,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"488\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292304,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79938,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"tzt\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292305,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79947,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Price list test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292306,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79948,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TEST (79948)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292307,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79951,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Brent\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292308,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79953,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Clients 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292309,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79955,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Elite\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292310,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79956,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client  for Job 490311\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292311,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79957,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"HappeMansnagement\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292312,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79987,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"AB CL\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292313,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 79988,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Absence CL\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292314,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80013,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292315,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80034,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 493456 BBD\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292316,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80040,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BB Client for 489973\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292317,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80043,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Job 490311\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292318,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80044,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Albani A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292319,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80046,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Albani AS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292320,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80047,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Albani2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292321,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80052,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MP tzt\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292322,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80057,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing Client 1.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292323,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80058,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing Client 2.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292324,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80060,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing Client 3.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292325,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80061,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing Client 4.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292326,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80062,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing Client 5.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292327,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80074,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mind Valley\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292328,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80094,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Yakult\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292329,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80104,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 493475 BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292330,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80105,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bjarke another client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292331,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80110,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BB 491568\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292332,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80114,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 493601 NRF\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292333,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80129,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"123 another test_3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292334,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80139,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client for testing name check 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292335,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80158,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Georgina\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292336,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80175,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 492936 \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292337,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80221,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Next\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292338,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80223,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 493605 Client C BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292339,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80225,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Required resource client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292340,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80233,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Required resource client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292341,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80250,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Über Diablo\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292342,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80257,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 492591\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292343,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80260,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"FedEx 123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292344,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80267,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Job cost testing 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292345,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80268,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"FedEx1234\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292346,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80275,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Summer Lady\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292347,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80279,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BB 496213 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292348,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80280,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Hej2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292349,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80282,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Deactivated supplier1 (ID80282)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292350,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80283,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Purple Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292351,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80301,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"What will happen with this client\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292352,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80314,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Deactivate 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292353,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80316,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Deactivate 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292354,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80328,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mark Eyre\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292355,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80344,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Windrush\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292356,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80355,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BB Client for 491568\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292357,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80364,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Reuters \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292358,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80387,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client Contact\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292359,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80392,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She PWP Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292360,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80429,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"testasdasd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292361,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80432,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"new client for testing job setting team setting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292362,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80435,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BB 492506 She client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292363,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80436,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 492506 BBD\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292364,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80479,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She PWP Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292365,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80493,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She PWP Client 2 BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292366,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80496,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client NAAA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292367,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80498,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Christmas \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292368,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80509,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"NClient 01\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292369,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80523,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Accummsan debtor test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292370,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80530,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Accumsan MP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292371,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80567,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test cust 191\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292372,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80620,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Zuffa Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292373,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80628,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Docklands \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292374,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80632,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Deliotte \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292375,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80634,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Lenovo \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292376,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80636,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BBD Client 1142020\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292377,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80645,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TRC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292378,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80656,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BBD 497956 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292379,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80661,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Boom Box\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292380,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80662,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Games Board \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292381,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80664,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"New CL\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292382,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80665,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"N CL2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292383,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80666,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"World Liberation Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292384,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80687,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"111 test disabled project\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292385,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80689,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test project client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292386,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80693,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SD Prospect 1337\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292387,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80697,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SSA Client 499925\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292388,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80700,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BB 500691 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292389,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80703,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mobile Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292390,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80704,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"garbie test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292391,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80714,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BB 499925 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292392,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80716,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 499925 BBD\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292393,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80719,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 499925 Client on S4OC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292394,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80723,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"World Subjugation Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292395,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80724,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"World Subjugation Internal PR/Marketing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292396,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80725,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"World Subjugation Internal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292397,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80733,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Brent BBD\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292398,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80748,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Clients B\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292399,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80751,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client PH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292400,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80756,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SHE BBD EUR Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292401,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80760,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MS Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292402,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80761,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She EUR Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292403,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80762,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Garbie Test - CIT Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292404,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80763,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She s4oc client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292405,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80764,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Config Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292406,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80765,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Config Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292407,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80766,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She SOC Config Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292408,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80767,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Prospect Config \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292409,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80768,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She  InternalMarktg Config\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292410,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80769,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She internal Admin Config\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292411,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80770,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Holiday Config\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292412,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80771,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Illness&Absence Config\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292413,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80788,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Samsung V3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292414,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80790,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Versus Artritis \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292415,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80793,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She GBP Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292416,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80820,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Tenable\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292417,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80875,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292418,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80877,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Microsoft\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292419,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80885,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"accessor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292420,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80887,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Basketball\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292421,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80918,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Drum pads \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292422,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80926,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She CSP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292423,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80942,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Crocs\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292424,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80954,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"504493 She Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292425,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80966,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client SSA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292426,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80970,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Client 504226\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292427,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80971,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She Bb Client 504226\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292428,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80981,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 504923 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292429,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 80982,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"she gbp client ssA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292430,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81001,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Acme INC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292431,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81003,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Buddy the Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292432,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81004,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BB Client 07202020\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292433,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81011,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She BB 506002\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292434,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81015,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SJ Testing 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292435,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81016,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"sjt 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292436,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81018,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"505619 She BB Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292437,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81019,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"505619 BB She Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292438,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81020,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BBD She 505539 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292439,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81021,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CA 505539 She Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292440,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81027,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Absence Sickness\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292441,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81029,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Absence - Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292442,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81030,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R122Absence - Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292443,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81039,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CLMVP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292444,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81042,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SHE AUD Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292445,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81046,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Freewheel Entertainment \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292446,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81047,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Freewheel Entertainment 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292447,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81061,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Resource Test 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292448,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81062,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Client Test Data 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292449,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81063,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Client Test Data 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292450,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81068,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Test Data 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292451,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81069,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client Test Data 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292452,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81070,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Clirrrn\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292453,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81071,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Børge 47\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292454,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81075,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292455,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81076,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Javis\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292456,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81078,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Kg is testing job folders\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292457,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81079,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Kg is still testing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292458,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81083,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She 506465 Client BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292459,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81091,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CIT Client (81091)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292460,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81117,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She GBP Client 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292461,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81123,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Holiday - Absence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292462,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81125,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Regression Test Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292463,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81126,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Absence Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292464,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81127,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"marektest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292465,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81131,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Nicolai's client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292466,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81139,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R12.1CU4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292467,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81150,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She SOC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292468,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81151,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"She AUD Client (81151)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292469,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81153,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mr. Test Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292470,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81182,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Holiday Absence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292471,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81183,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Illness Absence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292472,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81185,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R12.3CU0 Holiday Absence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292473,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81186,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R12.3CU0 ILLNESS ABSENCE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292474,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81187,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R12.3CU0 ILLNESS ABSENCE (81187)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292475,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81188,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Ane AUD client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292476,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81189,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81189\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292477,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81190,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R123 Absence Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292478,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81191,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R123 Illness Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292479,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81192,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Holiday Absece - R12.3CU0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292480,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81199,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81199\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292481,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81201,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81201\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292482,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81203,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mærsk\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292483,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81205,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81205\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292484,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81206,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81206\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292485,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81207,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81207\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292486,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81208,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81208\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292487,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81210,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81210\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292488,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81211,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81211\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292489,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81213,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R13 General\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292490,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81215,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81215\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292491,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81220,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81220\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292492,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81221,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81221\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292493,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81223,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81223\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292494,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81224,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81224\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292495,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81225,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81225\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292496,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81226,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"RC A 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292497,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81232,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81232\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292498,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81233,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81233\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292499,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81234,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81234\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292500,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81235,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81235\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292501,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81246,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81246\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292502,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81249,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81249\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292503,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81250,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81250\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292504,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81253,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81253\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292505,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81257,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81257\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292506,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81259,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81259\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292507,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81265,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81265\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292508,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81266,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Absence client created for use in BlueBird 3D\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292509,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81276,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"RC A 10\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292510,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81279,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"GDPR Client R13\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292511,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81326,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"LelitoTestClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292512,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81345,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R13 DEMO\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292513,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81347,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Revenue Forecast Client Outdated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292514,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81348,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Revenue Forecast Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292515,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81350,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Astra Zeneca\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292516,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81357,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Approval test \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292517,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81372,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"_aHolding\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292518,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81374,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Customer and Debtor OH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292519,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81375,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Debtor based on Customer 666\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292520,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81376,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Debtor based on customer 777\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292521,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81377,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"qwe1 508954\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292522,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81378,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Jide Offor \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292523,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81379,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Chinua Achebe\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292524,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81380,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Johnny Vegas\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292525,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81381,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Johnny Vagas 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292526,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81382,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Hello Stranger\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292527,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81383,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sway\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292528,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81384,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Sway 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292529,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81385,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Company guy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292530,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81386,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Billy Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292531,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81387,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"testy (81387)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292532,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81388,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"portesty213\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292533,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81389,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"portesty312\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292534,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81390,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"testy999\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292535,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81391,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"testy888\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292536,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81392,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Create Client with debtor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292537,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81393,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Create client and debtor test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292538,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81394,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Create client and debtor test 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292539,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81403,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"BENI CLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292540,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81442,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"API_Test_Customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292541,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81443,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"API_RC_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292542,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81444,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"API_RC_6\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292543,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81446,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Clientel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292544,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81454,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"t (81454)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292545,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81458,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"HOLIDAY - ABSENCE CLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292546,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81468,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"MVPVP CLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292547,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81469,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"MVPVP CLIENT (81469)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9292548,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81474,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Holiday (81474)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9294226,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81499,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"job folder test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9312158,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81508,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ClientNow\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9313841,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81509,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Rommel's Guitars\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9326366,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81514,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Borrowed-1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9328050,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81515,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Borrowed-2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9329734,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81516,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Borrowed-3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9334132,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81518,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Wondrous Imaginarium\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9419980,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81577,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"MG Client\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9421677,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81578,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"sarah jessica prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9423374,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81579,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"sj prosp 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9465837,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81599,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81599\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9467544,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81600,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"JOGr new\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9477409,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81605,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"CAD- Client 001 \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9479116,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81607,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"G1 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9486267,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81613,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"webdav folder client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9487974,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81615,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ClientTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9574121,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81648,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SOA Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9592198,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81661,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test (81661)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9593931,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81662,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SPR\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9612026,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81667,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"No Costing Code \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9613762,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81669,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"No costing Code on Client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9615498,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81673,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"qwe (81673)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9622694,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81676,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"My no costing code client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9654471,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81682,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"testClient (81682)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9669872,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81684,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client RRGA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9677080,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81686,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"RRGA Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9784021,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81724,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"JUN\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9807651,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81732,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"ABSENCE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9809406,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81733,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"IJ ABSENCE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9811161,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81734,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"IJ Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9821130,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81738,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Global Productivity Hub\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9850279,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81744,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Spring Field Elementary \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9852037,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81746,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"JOGR Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9853793,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81747,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Mrs Edna Krabappel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9855549,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81750,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R13.1 HOLIDAY\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9857305,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81751,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R13.1 LEAVE1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9859061,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81753,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R13.1 HOLIDAY/LEAVE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9877287,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81769,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Testing folder creation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9958683,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81798,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"RC Client to disable\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 9974195,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81804,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SOA Test Client (81804)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10019944,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81821,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"qwe1575661\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10027237,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81823,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Springfield General \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10205033,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81870,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"WB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10242621,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81883,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Team 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10291240,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81903,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"TestRetainerPQ\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10394952,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81949,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BBA_CAD\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10407856,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81955,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Client NS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10464848,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 81975,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Inter-Company Client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10811256,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82058,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Test Client BBA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10824251,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82062,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"RC_Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10840008,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82063,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"l560_API_17\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 10902672,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82073,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MVPVP CLIENT R133CU0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11172357,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82130,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"MVPVP CLIENT R133CU0 (82130)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11207469,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82145,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"RC_GSR_10\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11306124,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82171,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"test copy default debtor settings\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11338516,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82179,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Bruce Wayne (82179)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11409619,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82210,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"R13.3CU0 CL01\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11436510,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82217,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"qwe client temp\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11452350,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82223,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"BBD Client (82223)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11454363,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82224,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Kliyente de ti\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11463927,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82230,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Paul Lanag\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11465942,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82231,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"Paul Lanag (82231)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11469972,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82234,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"PR MArketing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11471987,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82235,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Internal Administration\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11474002,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82236,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Holiday (82236)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11476017,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82237,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Illness and absence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11478032,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82238,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Prospectz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11480047,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82239,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Holidaysz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11574744,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82304,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"Studio Gibli2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    },\n    {\n        \"Id\": 11774072,\n        \"ResourceId\": 81498,\n        \"CustomerId\": 82381,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"SD Job Folder test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 1,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 1\n    }\n]"}],"_postman_id":"56fc4b77-c259-4339-bbd4-ba88181bf778"},{"name":"CustomerEmployeesAccessVisualizationRequest","id":"79c1ff42-322c-45c4-836c-b53b7b7a003a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/CustomerEmployeesAccessVisualizationRequest?Id={{integer}}","description":"<p>Retrieves a list of visualization for a customer employees access.</p>\n<p><strong>API</strong><br /><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Employee)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#82b6dede-2131-4d23-a5c1-36ed66752fd5\">ResourceAccessVisualization</a>]</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CustomerEmployeesAccessVisualizationRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated customer.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"2b5bfc1e-f4ff-4cff-9fec-ab1fafff8a9b","name":"CustomerEmployeesAccessVisualizationRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/CustomerEmployeesAccessVisualizationRequest?Id=76109","host":["{{base_url}}"],"path":["CustomerEmployeesAccessVisualizationRequest"],"query":[{"key":"Id","value":"76109","description":"*Required.*  \n(int32)  \nThe identifier of the associated customer."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"34033","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 5969043,\n        \"ResourceId\": 188,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6102908,\n        \"ResourceId\": 414,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6629616,\n        \"ResourceId\": 460,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421241,\n        \"ResourceId\": 15517,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421242,\n        \"ResourceId\": 15583,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421246,\n        \"ResourceId\": 16545,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421248,\n        \"ResourceId\": 16909,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421249,\n        \"ResourceId\": 17961,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421250,\n        \"ResourceId\": 18224,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421255,\n        \"ResourceId\": 18575,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421256,\n        \"ResourceId\": 18583,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421258,\n        \"ResourceId\": 18593,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421261,\n        \"ResourceId\": 18632,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421267,\n        \"ResourceId\": 18677,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421270,\n        \"ResourceId\": 18724,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421273,\n        \"ResourceId\": 18751,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421275,\n        \"ResourceId\": 18761,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421276,\n        \"ResourceId\": 18771,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421277,\n        \"ResourceId\": 18777,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421279,\n        \"ResourceId\": 18792,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421280,\n        \"ResourceId\": 18793,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421303,\n        \"ResourceId\": 18955,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 404\n    },\n    {\n        \"Id\": 5421305,\n        \"ResourceId\": 18963,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421307,\n        \"ResourceId\": 19020,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421311,\n        \"ResourceId\": 19037,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421313,\n        \"ResourceId\": 19147,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421315,\n        \"ResourceId\": 19191,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421320,\n        \"ResourceId\": 19284,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421321,\n        \"ResourceId\": 19285,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421322,\n        \"ResourceId\": 19286,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421323,\n        \"ResourceId\": 19287,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421324,\n        \"ResourceId\": 19288,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421326,\n        \"ResourceId\": 19296,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 6641596,\n        \"ResourceId\": 19304,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421343,\n        \"ResourceId\": 19402,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421348,\n        \"ResourceId\": 19485,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421352,\n        \"ResourceId\": 19498,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421362,\n        \"ResourceId\": 19854,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421374,\n        \"ResourceId\": 19885,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421401,\n        \"ResourceId\": 20561,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421402,\n        \"ResourceId\": 20566,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421403,\n        \"ResourceId\": 20572,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421404,\n        \"ResourceId\": 20574,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421410,\n        \"ResourceId\": 20643,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421424,\n        \"ResourceId\": 21162,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421426,\n        \"ResourceId\": 21200,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421430,\n        \"ResourceId\": 21249,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421432,\n        \"ResourceId\": 21267,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421435,\n        \"ResourceId\": 21326,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421437,\n        \"ResourceId\": 21355,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421438,\n        \"ResourceId\": 21357,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421440,\n        \"ResourceId\": 21364,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421443,\n        \"ResourceId\": 21508,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421444,\n        \"ResourceId\": 21571,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421447,\n        \"ResourceId\": 21575,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421449,\n        \"ResourceId\": 21578,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421452,\n        \"ResourceId\": 21583,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421455,\n        \"ResourceId\": 21601,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421457,\n        \"ResourceId\": 21609,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421459,\n        \"ResourceId\": 21639,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421461,\n        \"ResourceId\": 21642,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421462,\n        \"ResourceId\": 21643,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421464,\n        \"ResourceId\": 21645,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421467,\n        \"ResourceId\": 21651,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421471,\n        \"ResourceId\": 21709,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421473,\n        \"ResourceId\": 21723,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421474,\n        \"ResourceId\": 21729,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421475,\n        \"ResourceId\": 21730,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421476,\n        \"ResourceId\": 21731,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421477,\n        \"ResourceId\": 21732,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421478,\n        \"ResourceId\": 21747,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421495,\n        \"ResourceId\": 21981,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421504,\n        \"ResourceId\": 22053,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421506,\n        \"ResourceId\": 22056,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421528,\n        \"ResourceId\": 22151,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421529,\n        \"ResourceId\": 22169,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421533,\n        \"ResourceId\": 22175,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421536,\n        \"ResourceId\": 22224,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421537,\n        \"ResourceId\": 22225,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421538,\n        \"ResourceId\": 22226,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421539,\n        \"ResourceId\": 22227,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421540,\n        \"ResourceId\": 22228,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421542,\n        \"ResourceId\": 22230,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421543,\n        \"ResourceId\": 22233,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421544,\n        \"ResourceId\": 22281,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421546,\n        \"ResourceId\": 22586,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421547,\n        \"ResourceId\": 22589,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421549,\n        \"ResourceId\": 22875,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421560,\n        \"ResourceId\": 23154,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421561,\n        \"ResourceId\": 23171,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421572,\n        \"ResourceId\": 34888,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421579,\n        \"ResourceId\": 34951,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421591,\n        \"ResourceId\": 35003,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421600,\n        \"ResourceId\": 35152,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421610,\n        \"ResourceId\": 35220,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421611,\n        \"ResourceId\": 35221,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 8431467,\n        \"ResourceId\": 35310,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421618,\n        \"ResourceId\": 35311,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421619,\n        \"ResourceId\": 35312,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421620,\n        \"ResourceId\": 35313,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421621,\n        \"ResourceId\": 35314,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421622,\n        \"ResourceId\": 35315,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421623,\n        \"ResourceId\": 35316,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421624,\n        \"ResourceId\": 35317,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421625,\n        \"ResourceId\": 35318,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421626,\n        \"ResourceId\": 35319,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421631,\n        \"ResourceId\": 35522,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421638,\n        \"ResourceId\": 35649,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421639,\n        \"ResourceId\": 35651,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421640,\n        \"ResourceId\": 35653,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421641,\n        \"ResourceId\": 35655,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421642,\n        \"ResourceId\": 35657,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421643,\n        \"ResourceId\": 35659,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421644,\n        \"ResourceId\": 35661,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421645,\n        \"ResourceId\": 35663,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421646,\n        \"ResourceId\": 35665,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421647,\n        \"ResourceId\": 35667,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421648,\n        \"ResourceId\": 35669,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421649,\n        \"ResourceId\": 35671,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421650,\n        \"ResourceId\": 35673,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421651,\n        \"ResourceId\": 35675,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421652,\n        \"ResourceId\": 35677,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421653,\n        \"ResourceId\": 35679,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421654,\n        \"ResourceId\": 35681,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421655,\n        \"ResourceId\": 35683,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421656,\n        \"ResourceId\": 35685,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421657,\n        \"ResourceId\": 35687,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421658,\n        \"ResourceId\": 35689,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421659,\n        \"ResourceId\": 35691,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421660,\n        \"ResourceId\": 35693,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421661,\n        \"ResourceId\": 35695,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421662,\n        \"ResourceId\": 35697,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421663,\n        \"ResourceId\": 35699,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421664,\n        \"ResourceId\": 35701,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421665,\n        \"ResourceId\": 35703,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421666,\n        \"ResourceId\": 35720,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421670,\n        \"ResourceId\": 35753,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421671,\n        \"ResourceId\": 35761,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421682,\n        \"ResourceId\": 35892,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421693,\n        \"ResourceId\": 35987,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421702,\n        \"ResourceId\": 36195,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421739,\n        \"ResourceId\": 36625,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421741,\n        \"ResourceId\": 36627,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421742,\n        \"ResourceId\": 36628,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421743,\n        \"ResourceId\": 36629,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421744,\n        \"ResourceId\": 36630,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421745,\n        \"ResourceId\": 36663,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421746,\n        \"ResourceId\": 36664,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421747,\n        \"ResourceId\": 36666,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421750,\n        \"ResourceId\": 36691,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421751,\n        \"ResourceId\": 36695,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421760,\n        \"ResourceId\": 36748,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421771,\n        \"ResourceId\": 36831,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421779,\n        \"ResourceId\": 36967,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 391\n    },\n    {\n        \"Id\": 5421781,\n        \"ResourceId\": 36972,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421802,\n        \"ResourceId\": 37654,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421858,\n        \"ResourceId\": 39118,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421912,\n        \"ResourceId\": 40902,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421917,\n        \"ResourceId\": 40928,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421918,\n        \"ResourceId\": 40931,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421919,\n        \"ResourceId\": 40938,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421927,\n        \"ResourceId\": 41113,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421928,\n        \"ResourceId\": 41120,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421929,\n        \"ResourceId\": 41121,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421930,\n        \"ResourceId\": 41122,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421942,\n        \"ResourceId\": 41185,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421952,\n        \"ResourceId\": 41238,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421954,\n        \"ResourceId\": 41247,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421957,\n        \"ResourceId\": 41287,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5421990,\n        \"ResourceId\": 41463,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422025,\n        \"ResourceId\": 72335,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422027,\n        \"ResourceId\": 72373,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422065,\n        \"ResourceId\": 72598,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422066,\n        \"ResourceId\": 72601,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422079,\n        \"ResourceId\": 72693,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422081,\n        \"ResourceId\": 72713,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422086,\n        \"ResourceId\": 72773,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422112,\n        \"ResourceId\": 72895,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422113,\n        \"ResourceId\": 72896,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422129,\n        \"ResourceId\": 72981,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422133,\n        \"ResourceId\": 72998,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422153,\n        \"ResourceId\": 73073,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422168,\n        \"ResourceId\": 73117,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422176,\n        \"ResourceId\": 73167,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422233,\n        \"ResourceId\": 75547,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422280,\n        \"ResourceId\": 75735,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422324,\n        \"ResourceId\": 75887,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5422354,\n        \"ResourceId\": 76062,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5764693,\n        \"ResourceId\": 77470,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5766871,\n        \"ResourceId\": 77471,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5777943,\n        \"ResourceId\": 77497,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5780123,\n        \"ResourceId\": 77498,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 5956458,\n        \"ResourceId\": 77745,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 6321301,\n        \"ResourceId\": 78132,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 6598987,\n        \"ResourceId\": 78303,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7373438,\n        \"ResourceId\": 80017,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 306\n    },\n    {\n        \"Id\": 7445471,\n        \"ResourceId\": 80075,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7507528,\n        \"ResourceId\": 80136,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 7534209,\n        \"ResourceId\": 80179,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 7559869,\n        \"ResourceId\": 80248,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7754824,\n        \"ResourceId\": 80467,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7836093,\n        \"ResourceId\": 80593,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 320\n    },\n    {\n        \"Id\": 7901854,\n        \"ResourceId\": 80667,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8327113,\n        \"ResourceId\": 81025,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 306\n    },\n    {\n        \"Id\": 9234888,\n        \"ResourceId\": 81456,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9237591,\n        \"ResourceId\": 81457,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301778,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9321401,\n        \"ResourceId\": 81510,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 9390573,\n        \"ResourceId\": 81563,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9393288,\n        \"ResourceId\": 81564,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9396003,\n        \"ResourceId\": 81565,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9398718,\n        \"ResourceId\": 81566,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9401433,\n        \"ResourceId\": 81567,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9404148,\n        \"ResourceId\": 81568,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9406863,\n        \"ResourceId\": 81569,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9409578,\n        \"ResourceId\": 81570,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9412293,\n        \"ResourceId\": 81571,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9415008,\n        \"ResourceId\": 81572,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9444555,\n        \"ResourceId\": 81588,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9449991,\n        \"ResourceId\": 81590,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9956405,\n        \"ResourceId\": 81596,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 9469713,\n        \"ResourceId\": 81602,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9571865,\n        \"ResourceId\": 81647,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9604313,\n        \"ResourceId\": 81664,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9679291,\n        \"ResourceId\": 81665,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 9659412,\n        \"ResourceId\": 81677,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9664876,\n        \"ResourceId\": 81680,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9728503,\n        \"ResourceId\": 81695,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9750375,\n        \"ResourceId\": 81699,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9882263,\n        \"ResourceId\": 81775,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9898739,\n        \"ResourceId\": 81785,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9904231,\n        \"ResourceId\": 81786,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9912469,\n        \"ResourceId\": 81788,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9923453,\n        \"ResourceId\": 81791,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9928945,\n        \"ResourceId\": 81792,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9942675,\n        \"ResourceId\": 81795,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9945421,\n        \"ResourceId\": 81796,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9987436,\n        \"ResourceId\": 81809,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10467225,\n        \"ResourceId\": 81977,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10538881,\n        \"ResourceId\": 82001,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 11123146,\n        \"ResourceId\": 82115,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11128666,\n        \"ResourceId\": 82117,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11196894,\n        \"ResourceId\": 82139,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 11199655,\n        \"ResourceId\": 82140,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11205177,\n        \"ResourceId\": 82141,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 11557537,\n        \"ResourceId\": 82296,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421416,\n        \"ResourceId\": 20857,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5421433,\n        \"ResourceId\": 21289,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5421488,\n        \"ResourceId\": 21959,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5421489,\n        \"ResourceId\": 21960,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5421490,\n        \"ResourceId\": 21964,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5421582,\n        \"ResourceId\": 34957,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5421748,\n        \"ResourceId\": 36682,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5421791,\n        \"ResourceId\": 37118,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5421886,\n        \"ResourceId\": 40816,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5421908,\n        \"ResourceId\": 40885,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5421913,\n        \"ResourceId\": 40903,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5421915,\n        \"ResourceId\": 40907,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5422124,\n        \"ResourceId\": 72927,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5422175,\n        \"ResourceId\": 73155,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5422186,\n        \"ResourceId\": 75351,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5422295,\n        \"ResourceId\": 75805,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5422297,\n        \"ResourceId\": 75807,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422299,\n        \"ResourceId\": 75809,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5422300,\n        \"ResourceId\": 75810,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5422310,\n        \"ResourceId\": 75833,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5422321,\n        \"ResourceId\": 75884,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 5422322,\n        \"ResourceId\": 75885,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 6374362,\n        \"ResourceId\": 78182,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6500120,\n        \"ResourceId\": 78249,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 6886612,\n        \"ResourceId\": 79000,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 6891492,\n        \"ResourceId\": 79002,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7011052,\n        \"ResourceId\": 79260,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7562366,\n        \"ResourceId\": 80249,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\"\n    },\n    {\n        \"Id\": 8108566,\n        \"ResourceId\": 80841,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 2,\n        \"DepartmentName\": \"Comp A/S administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421756,\n        \"ResourceId\": 36724,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1228,\n        \"DepartmentId\": 3,\n        \"DepartmentName\": \"Nyt selskab A administration\"\n    },\n    {\n        \"Id\": 5421376,\n        \"ResourceId\": 20013,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 11,\n        \"DepartmentName\": \"Digital General test X\"\n    },\n    {\n        \"Id\": 5421411,\n        \"ResourceId\": 20733,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 11,\n        \"DepartmentName\": \"Digital General test X\"\n    },\n    {\n        \"Id\": 5421505,\n        \"ResourceId\": 22055,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 11,\n        \"DepartmentName\": \"Digital General test X\"\n    },\n    {\n        \"Id\": 5422132,\n        \"ResourceId\": 72992,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 11,\n        \"DepartmentName\": \"Digital General test X\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5575728,\n        \"ResourceId\": 77281,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 11,\n        \"DepartmentName\": \"Digital General test X\"\n    },\n    {\n        \"Id\": 5821925,\n        \"ResourceId\": 77567,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 11,\n        \"DepartmentName\": \"Digital General test X\"\n    },\n    {\n        \"Id\": 5883285,\n        \"ResourceId\": 77637,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 11,\n        \"DepartmentName\": \"Digital General test X\"\n    },\n    {\n        \"Id\": 5889969,\n        \"ResourceId\": 77640,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 11,\n        \"DepartmentName\": \"Digital General test X\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6417941,\n        \"ResourceId\": 78219,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 11,\n        \"DepartmentName\": \"Digital General test X\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6481104,\n        \"ResourceId\": 78243,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 11,\n        \"DepartmentName\": \"Digital General test X\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6646388,\n        \"ResourceId\": 78318,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 11,\n        \"DepartmentName\": \"Digital General test X\"\n    },\n    {\n        \"Id\": 7335007,\n        \"ResourceId\": 187,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421234,\n        \"ResourceId\": 189,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421239,\n        \"ResourceId\": 14878,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421271,\n        \"ResourceId\": 18734,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421272,\n        \"ResourceId\": 18750,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421281,\n        \"ResourceId\": 18808,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421295,\n        \"ResourceId\": 18908,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421299,\n        \"ResourceId\": 18929,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421300,\n        \"ResourceId\": 18939,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421302,\n        \"ResourceId\": 18951,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 9627629,\n        \"ResourceId\": 18979,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 5421310,\n        \"ResourceId\": 19031,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421319,\n        \"ResourceId\": 19283,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 9417723,\n        \"ResourceId\": 19294,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421327,\n        \"ResourceId\": 19299,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421328,\n        \"ResourceId\": 19300,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421329,\n        \"ResourceId\": 19302,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 6200621,\n        \"ResourceId\": 19369,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421345,\n        \"ResourceId\": 19449,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421355,\n        \"ResourceId\": 19523,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421359,\n        \"ResourceId\": 19557,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421400,\n        \"ResourceId\": 20560,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421405,\n        \"ResourceId\": 20575,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421406,\n        \"ResourceId\": 20577,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421407,\n        \"ResourceId\": 20578,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421409,\n        \"ResourceId\": 20600,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421412,\n        \"ResourceId\": 20782,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421415,\n        \"ResourceId\": 20836,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421417,\n        \"ResourceId\": 20860,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421418,\n        \"ResourceId\": 20892,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421422,\n        \"ResourceId\": 21133,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421446,\n        \"ResourceId\": 21574,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421470,\n        \"ResourceId\": 21707,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421502,\n        \"ResourceId\": 22045,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421545,\n        \"ResourceId\": 22331,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421556,\n        \"ResourceId\": 23132,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421568,\n        \"ResourceId\": 34867,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421569,\n        \"ResourceId\": 34869,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421574,\n        \"ResourceId\": 34892,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421575,\n        \"ResourceId\": 34895,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421577,\n        \"ResourceId\": 34949,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 5421581,\n        \"ResourceId\": 34956,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421589,\n        \"ResourceId\": 34988,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421598,\n        \"ResourceId\": 35132,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421599,\n        \"ResourceId\": 35151,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421602,\n        \"ResourceId\": 35159,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421603,\n        \"ResourceId\": 35161,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421607,\n        \"ResourceId\": 35169,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421612,\n        \"ResourceId\": 35231,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421614,\n        \"ResourceId\": 35252,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421615,\n        \"ResourceId\": 35290,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421617,\n        \"ResourceId\": 35302,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421628,\n        \"ResourceId\": 35488,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421630,\n        \"ResourceId\": 35503,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421669,\n        \"ResourceId\": 35729,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421689,\n        \"ResourceId\": 35915,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421711,\n        \"ResourceId\": 36418,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421714,\n        \"ResourceId\": 36460,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421724,\n        \"ResourceId\": 36488,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421725,\n        \"ResourceId\": 36489,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421728,\n        \"ResourceId\": 36592,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421729,\n        \"ResourceId\": 36595,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421730,\n        \"ResourceId\": 36596,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421731,\n        \"ResourceId\": 36597,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421732,\n        \"ResourceId\": 36601,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421733,\n        \"ResourceId\": 36602,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421737,\n        \"ResourceId\": 36622,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421738,\n        \"ResourceId\": 36624,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 7696184,\n        \"ResourceId\": 36730,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421774,\n        \"ResourceId\": 36953,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421776,\n        \"ResourceId\": 36955,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421777,\n        \"ResourceId\": 36956,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421778,\n        \"ResourceId\": 36957,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421782,\n        \"ResourceId\": 37007,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421788,\n        \"ResourceId\": 37099,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421792,\n        \"ResourceId\": 37145,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421793,\n        \"ResourceId\": 37147,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421794,\n        \"ResourceId\": 37155,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421795,\n        \"ResourceId\": 37200,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421797,\n        \"ResourceId\": 37226,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421799,\n        \"ResourceId\": 37483,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421800,\n        \"ResourceId\": 37532,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421804,\n        \"ResourceId\": 37929,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421805,\n        \"ResourceId\": 38011,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421808,\n        \"ResourceId\": 38484,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421809,\n        \"ResourceId\": 38525,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421811,\n        \"ResourceId\": 38612,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421812,\n        \"ResourceId\": 38653,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421813,\n        \"ResourceId\": 38705,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5700663,\n        \"ResourceId\": 38787,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421816,\n        \"ResourceId\": 38828,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421817,\n        \"ResourceId\": 38829,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421820,\n        \"ResourceId\": 38837,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421821,\n        \"ResourceId\": 38838,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421825,\n        \"ResourceId\": 38850,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 11423153,\n        \"ResourceId\": 38861,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421826,\n        \"ResourceId\": 38862,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421827,\n        \"ResourceId\": 38863,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421828,\n        \"ResourceId\": 38866,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421829,\n        \"ResourceId\": 38868,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421830,\n        \"ResourceId\": 38876,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421832,\n        \"ResourceId\": 38892,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421833,\n        \"ResourceId\": 38968,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421834,\n        \"ResourceId\": 38978,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421836,\n        \"ResourceId\": 38990,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421838,\n        \"ResourceId\": 39001,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421840,\n        \"ResourceId\": 39019,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421841,\n        \"ResourceId\": 39020,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421842,\n        \"ResourceId\": 39021,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421844,\n        \"ResourceId\": 39023,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421845,\n        \"ResourceId\": 39026,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421846,\n        \"ResourceId\": 39032,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421848,\n        \"ResourceId\": 39044,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421849,\n        \"ResourceId\": 39045,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421850,\n        \"ResourceId\": 39048,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421851,\n        \"ResourceId\": 39049,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421852,\n        \"ResourceId\": 39050,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421853,\n        \"ResourceId\": 39055,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421854,\n        \"ResourceId\": 39056,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421855,\n        \"ResourceId\": 39058,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 20847,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421856,\n        \"ResourceId\": 39113,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421859,\n        \"ResourceId\": 39121,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421863,\n        \"ResourceId\": 39150,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421864,\n        \"ResourceId\": 39151,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421865,\n        \"ResourceId\": 39175,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421866,\n        \"ResourceId\": 39183,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421868,\n        \"ResourceId\": 39207,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421869,\n        \"ResourceId\": 39210,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421870,\n        \"ResourceId\": 39211,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421872,\n        \"ResourceId\": 39222,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421873,\n        \"ResourceId\": 39223,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421874,\n        \"ResourceId\": 39224,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421875,\n        \"ResourceId\": 39226,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 9845269,\n        \"ResourceId\": 39227,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421877,\n        \"ResourceId\": 39229,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421878,\n        \"ResourceId\": 39235,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421882,\n        \"ResourceId\": 40751,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 5421883,\n        \"ResourceId\": 40753,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421884,\n        \"ResourceId\": 40779,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421887,\n        \"ResourceId\": 40826,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421888,\n        \"ResourceId\": 40827,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421891,\n        \"ResourceId\": 40832,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421892,\n        \"ResourceId\": 40835,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421893,\n        \"ResourceId\": 40836,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421894,\n        \"ResourceId\": 40838,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421895,\n        \"ResourceId\": 40839,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421896,\n        \"ResourceId\": 40840,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421899,\n        \"ResourceId\": 40844,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421901,\n        \"ResourceId\": 40847,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 336\n    },\n    {\n        \"Id\": 7351920,\n        \"ResourceId\": 40860,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421924,\n        \"ResourceId\": 41092,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421925,\n        \"ResourceId\": 41094,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421940,\n        \"ResourceId\": 41172,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421946,\n        \"ResourceId\": 41223,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421947,\n        \"ResourceId\": 41224,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421966,\n        \"ResourceId\": 41383,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421967,\n        \"ResourceId\": 41385,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421970,\n        \"ResourceId\": 41391,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421971,\n        \"ResourceId\": 41392,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421972,\n        \"ResourceId\": 41393,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421973,\n        \"ResourceId\": 41394,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421982,\n        \"ResourceId\": 41427,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421984,\n        \"ResourceId\": 41432,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421995,\n        \"ResourceId\": 41473,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421999,\n        \"ResourceId\": 41521,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422000,\n        \"ResourceId\": 41522,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422011,\n        \"ResourceId\": 72238,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422013,\n        \"ResourceId\": 72276,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422014,\n        \"ResourceId\": 72278,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422015,\n        \"ResourceId\": 72279,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422016,\n        \"ResourceId\": 72280,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 8553204,\n        \"ResourceId\": 72304,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422024,\n        \"ResourceId\": 72332,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422032,\n        \"ResourceId\": 72408,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422033,\n        \"ResourceId\": 72417,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422034,\n        \"ResourceId\": 72419,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422044,\n        \"ResourceId\": 72498,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422045,\n        \"ResourceId\": 72499,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422052,\n        \"ResourceId\": 72527,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422054,\n        \"ResourceId\": 72552,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422056,\n        \"ResourceId\": 72554,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422064,\n        \"ResourceId\": 72597,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422067,\n        \"ResourceId\": 72612,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422068,\n        \"ResourceId\": 72613,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422069,\n        \"ResourceId\": 72616,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422070,\n        \"ResourceId\": 72618,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422071,\n        \"ResourceId\": 72619,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422072,\n        \"ResourceId\": 72620,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422073,\n        \"ResourceId\": 72621,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422074,\n        \"ResourceId\": 72624,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422078,\n        \"ResourceId\": 72670,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422118,\n        \"ResourceId\": 72904,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422138,\n        \"ResourceId\": 73012,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422140,\n        \"ResourceId\": 73019,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422158,\n        \"ResourceId\": 73082,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422159,\n        \"ResourceId\": 73083,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422160,\n        \"ResourceId\": 73084,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422161,\n        \"ResourceId\": 73085,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422163,\n        \"ResourceId\": 73087,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 6623522,\n        \"ResourceId\": 73116,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422184,\n        \"ResourceId\": 73220,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422191,\n        \"ResourceId\": 75399,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5422193,\n        \"ResourceId\": 75417,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422194,\n        \"ResourceId\": 75418,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6401323,\n        \"ResourceId\": 75667,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 397\n    },\n    {\n        \"Id\": 5422357,\n        \"ResourceId\": 76065,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6490612,\n        \"ResourceId\": 76081,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5469749,\n        \"ResourceId\": 76154,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5599836,\n        \"ResourceId\": 77297,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5704004,\n        \"ResourceId\": 77397,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5716015,\n        \"ResourceId\": 77438,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 6236689,\n        \"ResourceId\": 78078,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6301096,\n        \"ResourceId\": 78122,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7300922,\n        \"ResourceId\": 79908,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7441583,\n        \"ResourceId\": 80073,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 7526730,\n        \"ResourceId\": 80177,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 7531716,\n        \"ResourceId\": 80178,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 7571653,\n        \"ResourceId\": 80262,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7688639,\n        \"ResourceId\": 80413,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7914554,\n        \"ResourceId\": 80672,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 7964243,\n        \"ResourceId\": 80726,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8721487,\n        \"ResourceId\": 80811,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8073628,\n        \"ResourceId\": 80813,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 8305854,\n        \"ResourceId\": 81005,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8391714,\n        \"ResourceId\": 81085,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8436701,\n        \"ResourceId\": 81110,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8511188,\n        \"ResourceId\": 81152,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8547952,\n        \"ResourceId\": 81169,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8590526,\n        \"ResourceId\": 81184,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8741612,\n        \"ResourceId\": 81247,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 8788548,\n        \"ResourceId\": 81262,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8926360,\n        \"ResourceId\": 81339,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8929029,\n        \"ResourceId\": 81340,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 9123911,\n        \"ResourceId\": 81433,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9134703,\n        \"ResourceId\": 81435,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9145495,\n        \"ResourceId\": 81438,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9501041,\n        \"ResourceId\": 81622,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9950913,\n        \"ResourceId\": 81766,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 397\n    },\n    {\n        \"Id\": 9998428,\n        \"ResourceId\": 81812,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11399032,\n        \"ResourceId\": 81830,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 11015506,\n        \"ResourceId\": 81831,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 10861756,\n        \"ResourceId\": 81964,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 10552661,\n        \"ResourceId\": 82006,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 10621561,\n        \"ResourceId\": 82031,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10624317,\n        \"ResourceId\": 82032,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10627073,\n        \"ResourceId\": 82033,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10632585,\n        \"ResourceId\": 82035,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11229257,\n        \"ResourceId\": 82152,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11251353,\n        \"ResourceId\": 82160,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11298307,\n        \"ResourceId\": 82170,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11420388,\n        \"ResourceId\": 82214,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11425918,\n        \"ResourceId\": 82215,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11456845,\n        \"ResourceId\": 82225,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 13,\n        \"DepartmentName\": \"Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421413,\n        \"ResourceId\": 20795,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 5421491,\n        \"ResourceId\": 21967,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 5421493,\n        \"ResourceId\": 21969,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 5421494,\n        \"ResourceId\": 21979,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 5421496,\n        \"ResourceId\": 21983,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 5421497,\n        \"ResourceId\": 21991,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 5421498,\n        \"ResourceId\": 21995,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 5421867,\n        \"ResourceId\": 39205,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 5422084,\n        \"ResourceId\": 72758,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 8752810,\n        \"ResourceId\": 72953,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422151,\n        \"ResourceId\": 73069,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 5974744,\n        \"ResourceId\": 77764,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6901252,\n        \"ResourceId\": 79006,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 6903692,\n        \"ResourceId\": 79007,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\"\n    },\n    {\n        \"Id\": 6908572,\n        \"ResourceId\": 79010,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\",\n        \"ApplicationAccessRoleId\": 275\n    },\n    {\n        \"Id\": 6911012,\n        \"ResourceId\": 79011,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7053899,\n        \"ResourceId\": 79346,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7107601,\n        \"ResourceId\": 79520,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7112483,\n        \"ResourceId\": 79524,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7803911,\n        \"ResourceId\": 80510,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7806436,\n        \"ResourceId\": 80511,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 14,\n        \"DepartmentName\": \"BlueBird USA - Administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421442,\n        \"ResourceId\": 21493,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421469,\n        \"ResourceId\": 21700,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421519,\n        \"ResourceId\": 22127,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421522,\n        \"ResourceId\": 22131,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421524,\n        \"ResourceId\": 22133,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421596,\n        \"ResourceId\": 35115,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421604,\n        \"ResourceId\": 35164,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421613,\n        \"ResourceId\": 35245,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421705,\n        \"ResourceId\": 36325,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421822,\n        \"ResourceId\": 38839,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421823,\n        \"ResourceId\": 38840,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421835,\n        \"ResourceId\": 38987,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421837,\n        \"ResourceId\": 38991,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421879,\n        \"ResourceId\": 40738,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5422105,\n        \"ResourceId\": 72872,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422156,\n        \"ResourceId\": 73080,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 6884172,\n        \"ResourceId\": 78999,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 6998852,\n        \"ResourceId\": 79150,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\",\n        \"ApplicationAccessRoleId\": 275\n    },\n    {\n        \"Id\": 7013492,\n        \"ResourceId\": 79261,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 15,\n        \"DepartmentName\": \"BlueBird Canada Administration\"\n    },\n    {\n        \"Id\": 5421330,\n        \"ResourceId\": 19303,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5421350,\n        \"ResourceId\": 19496,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5421361,\n        \"ResourceId\": 19826,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5421448,\n        \"ResourceId\": 21576,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5421468,\n        \"ResourceId\": 21680,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5421530,\n        \"ResourceId\": 22172,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5421534,\n        \"ResourceId\": 22182,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5421786,\n        \"ResourceId\": 37032,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5421985,\n        \"ResourceId\": 41434,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5422043,\n        \"ResourceId\": 72487,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5422251,\n        \"ResourceId\": 75615,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422259,\n        \"ResourceId\": 75682,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5422262,\n        \"ResourceId\": 75686,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 5422290,\n        \"ResourceId\": 75787,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422353,\n        \"ResourceId\": 76061,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6984212,\n        \"ResourceId\": 79060,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\"\n    },\n    {\n        \"Id\": 7991252,\n        \"ResourceId\": 80737,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 16,\n        \"DepartmentName\": \"Blue Bird - Belgium - Administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421439,\n        \"ResourceId\": 21359,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 17,\n        \"DepartmentName\": \"BlueBird Belgium NL - Administration\"\n    },\n    {\n        \"Id\": 5421317,\n        \"ResourceId\": 19270,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18748,\n        \"DepartmentId\": 18,\n        \"DepartmentName\": \"BlueBird Belgium FR - Administration\"\n    },\n    {\n        \"Id\": 5421465,\n        \"ResourceId\": 21646,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 18,\n        \"DepartmentName\": \"BlueBird Belgium FR - Administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421761,\n        \"ResourceId\": 36749,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18748,\n        \"DepartmentId\": 18,\n        \"DepartmentName\": \"BlueBird Belgium FR - Administration\"\n    },\n    {\n        \"Id\": 5421806,\n        \"ResourceId\": 38257,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18748,\n        \"DepartmentId\": 18,\n        \"DepartmentName\": \"BlueBird Belgium FR - Administration\"\n    },\n    {\n        \"Id\": 5421807,\n        \"ResourceId\": 38392,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18748,\n        \"DepartmentId\": 18,\n        \"DepartmentName\": \"BlueBird Belgium FR - Administration\"\n    },\n    {\n        \"Id\": 5421931,\n        \"ResourceId\": 41150,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18748,\n        \"DepartmentId\": 18,\n        \"DepartmentName\": \"BlueBird Belgium FR - Administration\"\n    },\n    {\n        \"Id\": 5421316,\n        \"ResourceId\": 19194,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18818,\n        \"DepartmentId\": 19,\n        \"DepartmentName\": \"BlueBird Empty - Administration\"\n    },\n    {\n        \"Id\": 5421332,\n        \"ResourceId\": 19313,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18818,\n        \"DepartmentId\": 19,\n        \"DepartmentName\": \"BlueBird Empty - Administration\"\n    },\n    {\n        \"Id\": 5421340,\n        \"ResourceId\": 19357,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18818,\n        \"DepartmentId\": 19,\n        \"DepartmentName\": \"BlueBird Empty - Administration\"\n    },\n    {\n        \"Id\": 5421346,\n        \"ResourceId\": 19454,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18818,\n        \"DepartmentId\": 19,\n        \"DepartmentName\": \"BlueBird Empty - Administration\"\n    },\n    {\n        \"Id\": 5421360,\n        \"ResourceId\": 19825,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18818,\n        \"DepartmentId\": 19,\n        \"DepartmentName\": \"BlueBird Empty - Administration\"\n    },\n    {\n        \"Id\": 5421902,\n        \"ResourceId\": 40858,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18818,\n        \"DepartmentId\": 19,\n        \"DepartmentName\": \"BlueBird Empty - Administration\"\n    },\n    {\n        \"Id\": 7020812,\n        \"ResourceId\": 79264,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18818,\n        \"DepartmentId\": 19,\n        \"DepartmentName\": \"BlueBird Empty - Administration\"\n    },\n    {\n        \"Id\": 5421335,\n        \"ResourceId\": 19335,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421336,\n        \"ResourceId\": 19337,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421377,\n        \"ResourceId\": 20019,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421382,\n        \"ResourceId\": 20141,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421391,\n        \"ResourceId\": 20267,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421393,\n        \"ResourceId\": 20315,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421394,\n        \"ResourceId\": 20316,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421517,\n        \"ResourceId\": 22124,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421523,\n        \"ResourceId\": 22132,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421532,\n        \"ResourceId\": 22174,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421629,\n        \"ResourceId\": 35494,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421668,\n        \"ResourceId\": 35724,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421678,\n        \"ResourceId\": 35831,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421680,\n        \"ResourceId\": 35871,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421683,\n        \"ResourceId\": 35902,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421685,\n        \"ResourceId\": 35906,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421686,\n        \"ResourceId\": 35908,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421687,\n        \"ResourceId\": 35911,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421688,\n        \"ResourceId\": 35913,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421691,\n        \"ResourceId\": 35953,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421698,\n        \"ResourceId\": 36014,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421701,\n        \"ResourceId\": 36179,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421723,\n        \"ResourceId\": 36485,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421726,\n        \"ResourceId\": 36491,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421819,\n        \"ResourceId\": 38836,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421885,\n        \"ResourceId\": 40810,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5421963,\n        \"ResourceId\": 41379,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5422076,\n        \"ResourceId\": 72658,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5422279,\n        \"ResourceId\": 75731,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5422282,\n        \"ResourceId\": 75768,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5422283,\n        \"ResourceId\": 75769,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422294,\n        \"ResourceId\": 75791,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5422340,\n        \"ResourceId\": 75943,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5659672,\n        \"ResourceId\": 77332,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5835465,\n        \"ResourceId\": 77572,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5896653,\n        \"ResourceId\": 77644,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5930767,\n        \"ResourceId\": 77680,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5935239,\n        \"ResourceId\": 77681,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 5960952,\n        \"ResourceId\": 77747,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5983748,\n        \"ResourceId\": 77767,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5988250,\n        \"ResourceId\": 77768,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5992752,\n        \"ResourceId\": 77769,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6344056,\n        \"ResourceId\": 78158,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6348750,\n        \"ResourceId\": 78159,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6421565,\n        \"ResourceId\": 78222,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6426315,\n        \"ResourceId\": 78223,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6431065,\n        \"ResourceId\": 78224,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6438190,\n        \"ResourceId\": 78226,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6440565,\n        \"ResourceId\": 78227,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6445315,\n        \"ResourceId\": 78228,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6447690,\n        \"ResourceId\": 78229,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6454815,\n        \"ResourceId\": 78232,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6614832,\n        \"ResourceId\": 78310,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6764984,\n        \"ResourceId\": 78937,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6792186,\n        \"ResourceId\": 78950,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6794621,\n        \"ResourceId\": 78951,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6870386,\n        \"ResourceId\": 78984,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6875510,\n        \"ResourceId\": 78986,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6879292,\n        \"ResourceId\": 78997,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6881732,\n        \"ResourceId\": 78998,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6896372,\n        \"ResourceId\": 79004,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6937852,\n        \"ResourceId\": 79039,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 275\n    },\n    {\n        \"Id\": 6981772,\n        \"ResourceId\": 79059,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6989092,\n        \"ResourceId\": 79062,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6991532,\n        \"ResourceId\": 79084,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6993972,\n        \"ResourceId\": 79106,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 6996412,\n        \"ResourceId\": 79128,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7001292,\n        \"ResourceId\": 79172,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 7015932,\n        \"ResourceId\": 79262,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7028132,\n        \"ResourceId\": 79268,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 7056340,\n        \"ResourceId\": 79347,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7100278,\n        \"ResourceId\": 79495,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7117365,\n        \"ResourceId\": 79526,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 237\n    },\n    {\n        \"Id\": 7122247,\n        \"ResourceId\": 79527,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7183272,\n        \"ResourceId\": 79659,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7185713,\n        \"ResourceId\": 79660,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7188154,\n        \"ResourceId\": 79661,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7324805,\n        \"ResourceId\": 79706,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 7217446,\n        \"ResourceId\": 79774,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 10832203,\n        \"ResourceId\": 81200,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10826687,\n        \"ResourceId\": 81209,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8697574,\n        \"ResourceId\": 81237,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8729373,\n        \"ResourceId\": 81244,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8734687,\n        \"ResourceId\": 81245,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8828664,\n        \"ResourceId\": 81300,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 8834000,\n        \"ResourceId\": 81304,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 8844672,\n        \"ResourceId\": 81306,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9455427,\n        \"ResourceId\": 81593,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9458145,\n        \"ResourceId\": 81594,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9460863,\n        \"ResourceId\": 81595,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10469981,\n        \"ResourceId\": 81978,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\"\n    },\n    {\n        \"Id\": 10503053,\n        \"ResourceId\": 81993,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 10577465,\n        \"ResourceId\": 82012,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11209923,\n        \"ResourceId\": 82146,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11560315,\n        \"ResourceId\": 82297,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 26,\n        \"DepartmentName\": \"Bluebird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421337,\n        \"ResourceId\": 19338,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 5421338,\n        \"ResourceId\": 19339,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 5421386,\n        \"ResourceId\": 20238,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 5421427,\n        \"ResourceId\": 21213,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 5421521,\n        \"ResourceId\": 22130,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 5421525,\n        \"ResourceId\": 22136,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 5422087,\n        \"ResourceId\": 72775,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 5422093,\n        \"ResourceId\": 72804,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 5422094,\n        \"ResourceId\": 72810,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 5422095,\n        \"ResourceId\": 72812,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 5422096,\n        \"ResourceId\": 72817,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 6396575,\n        \"ResourceId\": 75689,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 6940292,\n        \"ResourceId\": 79040,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\"\n    },\n    {\n        \"Id\": 6942732,\n        \"ResourceId\": 79041,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7378378,\n        \"ResourceId\": 80019,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7385788,\n        \"ResourceId\": 80022,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7673549,\n        \"ResourceId\": 80407,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8795496,\n        \"ResourceId\": 81264,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8937036,\n        \"ResourceId\": 81342,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9506489,\n        \"ResourceId\": 81624,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9652208,\n        \"ResourceId\": 81681,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 27,\n        \"DepartmentName\": \"Bluebird 3Dadministration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7889420,\n        \"ResourceId\": 39136,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19333,\n        \"DepartmentId\": 30,\n        \"DepartmentName\": \"T3administration\"\n    },\n    {\n        \"Id\": 8783222,\n        \"ResourceId\": 81260,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19333,\n        \"DepartmentId\": 30,\n        \"DepartmentName\": \"T3administration\"\n    },\n    {\n        \"Id\": 5421423,\n        \"ResourceId\": 21138,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19473,\n        \"DepartmentId\": 36,\n        \"DepartmentName\": \"Blue Testadministration\"\n    },\n    {\n        \"Id\": 5421512,\n        \"ResourceId\": 22110,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 36,\n        \"DepartmentName\": \"Blue Testadministration\"\n    },\n    {\n        \"Id\": 5421520,\n        \"ResourceId\": 22129,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19473,\n        \"DepartmentId\": 36,\n        \"DepartmentName\": \"Blue Testadministration\"\n    },\n    {\n        \"Id\": 5421531,\n        \"ResourceId\": 22173,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19473,\n        \"DepartmentId\": 36,\n        \"DepartmentName\": \"Blue Testadministration\"\n    },\n    {\n        \"Id\": 8850008,\n        \"ResourceId\": 81307,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19473,\n        \"DepartmentId\": 36,\n        \"DepartmentName\": \"Blue Testadministration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421378,\n        \"ResourceId\": 20045,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5421379,\n        \"ResourceId\": 20046,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421380,\n        \"ResourceId\": 20047,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5421860,\n        \"ResourceId\": 39134,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5421934,\n        \"ResourceId\": 41159,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5421935,\n        \"ResourceId\": 41160,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5421936,\n        \"ResourceId\": 41161,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5421937,\n        \"ResourceId\": 41162,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5421938,\n        \"ResourceId\": 41163,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5421949,\n        \"ResourceId\": 41227,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5421950,\n        \"ResourceId\": 41228,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5421951,\n        \"ResourceId\": 41231,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5422019,\n        \"ResourceId\": 72288,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 5422021,\n        \"ResourceId\": 72303,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422055,\n        \"ResourceId\": 72553,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\"\n    },\n    {\n        \"Id\": 7025692,\n        \"ResourceId\": 79266,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19943,\n        \"DepartmentId\": 46,\n        \"DepartmentName\": \"TUSLOGadministration\",\n        \"ApplicationAccessRoleId\": 275\n    },\n    {\n        \"Id\": 5421421,\n        \"ResourceId\": 21072,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20201,\n        \"DepartmentId\": 58,\n        \"DepartmentName\": \"Bluebird aoiadministration\"\n    },\n    {\n        \"Id\": 5421518,\n        \"ResourceId\": 22125,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20201,\n        \"DepartmentId\": 58,\n        \"DepartmentName\": \"Bluebird aoiadministration\"\n    },\n    {\n        \"Id\": 5421824,\n        \"ResourceId\": 38849,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 20201,\n        \"DepartmentId\": 58,\n        \"DepartmentName\": \"Bluebird aoiadministration\",\n        \"ApplicationAccessRoleId\": 310\n    },\n    {\n        \"Id\": 5421709,\n        \"ResourceId\": 36382,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20571,\n        \"DepartmentId\": 60,\n        \"DepartmentName\": \"Grandma's cookiesadministration\"\n    },\n    {\n        \"Id\": 5422301,\n        \"ResourceId\": 75819,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20571,\n        \"DepartmentId\": 60,\n        \"DepartmentName\": \"Grandma's cookiesadministration\"\n    },\n    {\n        \"Id\": 10671169,\n        \"ResourceId\": 81323,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20571,\n        \"DepartmentId\": 60,\n        \"DepartmentName\": \"Grandma's cookiesadministration\"\n    },\n    {\n        \"Id\": 5421945,\n        \"ResourceId\": 41199,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20587,\n        \"DepartmentId\": 62,\n        \"DepartmentName\": \"Itnel Company administration\"\n    },\n    {\n        \"Id\": 5421434,\n        \"ResourceId\": 21322,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20844,\n        \"DepartmentId\": 63,\n        \"DepartmentName\": \"Bluebird Testcompany administration\"\n    },\n    {\n        \"Id\": 5421862,\n        \"ResourceId\": 39149,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20844,\n        \"DepartmentId\": 63,\n        \"DepartmentName\": \"Bluebird Testcompany administration\"\n    },\n    {\n        \"Id\": 5422104,\n        \"ResourceId\": 72871,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20844,\n        \"DepartmentId\": 63,\n        \"DepartmentName\": \"Bluebird Testcompany administration\"\n    },\n    {\n        \"Id\": 5421425,\n        \"ResourceId\": 21178,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5421450,\n        \"ResourceId\": 21581,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5421451,\n        \"ResourceId\": 21582,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5421453,\n        \"ResourceId\": 21588,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5421454,\n        \"ResourceId\": 21589,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5421456,\n        \"ResourceId\": 21607,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5421460,\n        \"ResourceId\": 21640,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5421481,\n        \"ResourceId\": 21756,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5421555,\n        \"ResourceId\": 23099,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5421566,\n        \"ResourceId\": 34855,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421567,\n        \"ResourceId\": 34861,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5422038,\n        \"ResourceId\": 72450,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5422100,\n        \"ResourceId\": 72850,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5422101,\n        \"ResourceId\": 72851,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\",\n        \"ApplicationAccessRoleId\": 361\n    },\n    {\n        \"Id\": 5422102,\n        \"ResourceId\": 72852,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5422179,\n        \"ResourceId\": 73193,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5422272,\n        \"ResourceId\": 75715,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 5681806,\n        \"ResourceId\": 77355,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5874373,\n        \"ResourceId\": 77633,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 7405921,\n        \"ResourceId\": 77634,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6126162,\n        \"ResourceId\": 77981,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\"\n    },\n    {\n        \"Id\": 6853327,\n        \"ResourceId\": 78973,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7202800,\n        \"ResourceId\": 79728,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7210123,\n        \"ResourceId\": 79751,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 20866,\n        \"DepartmentId\": 66,\n        \"DepartmentName\": \"Blue Bird Fairy administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421381,\n        \"ResourceId\": 20048,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 70,\n        \"DepartmentName\": \"Runes klan\"\n    },\n    {\n        \"Id\": 5421445,\n        \"ResourceId\": 21573,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 70,\n        \"DepartmentName\": \"Runes klan\"\n    },\n    {\n        \"Id\": 5421559,\n        \"ResourceId\": 23149,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 70,\n        \"DepartmentName\": \"Runes klan\"\n    },\n    {\n        \"Id\": 5421699,\n        \"ResourceId\": 36175,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 70,\n        \"DepartmentName\": \"Runes klan\"\n    },\n    {\n        \"Id\": 5421700,\n        \"ResourceId\": 36177,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 70,\n        \"DepartmentName\": \"Runes klan\"\n    },\n    {\n        \"Id\": 5421266,\n        \"ResourceId\": 18675,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\"\n    },\n    {\n        \"Id\": 5421472,\n        \"ResourceId\": 21718,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\"\n    },\n    {\n        \"Id\": 5421499,\n        \"ResourceId\": 22021,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\"\n    },\n    {\n        \"Id\": 5421516,\n        \"ResourceId\": 22119,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\"\n    },\n    {\n        \"Id\": 5421587,\n        \"ResourceId\": 34971,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\"\n    },\n    {\n        \"Id\": 5421679,\n        \"ResourceId\": 35865,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\"\n    },\n    {\n        \"Id\": 5421764,\n        \"ResourceId\": 36777,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421775,\n        \"ResourceId\": 36954,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\"\n    },\n    {\n        \"Id\": 5421818,\n        \"ResourceId\": 38835,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7270822,\n        \"ResourceId\": 79882,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7542041,\n        \"ResourceId\": 80224,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7545960,\n        \"ResourceId\": 80232,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7549881,\n        \"ResourceId\": 80241,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7552378,\n        \"ResourceId\": 80242,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7554875,\n        \"ResourceId\": 80246,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7557372,\n        \"ResourceId\": 80247,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8516440,\n        \"ResourceId\": 81154,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\"\n    },\n    {\n        \"Id\": 8526944,\n        \"ResourceId\": 81156,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\"\n    },\n    {\n        \"Id\": 9736705,\n        \"ResourceId\": 81366,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9181865,\n        \"ResourceId\": 81448,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9589941,\n        \"ResourceId\": 81657,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10660145,\n        \"ResourceId\": 81743,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\"\n    },\n    {\n        \"Id\": 10169751,\n        \"ResourceId\": 81858,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 71,\n        \"DepartmentName\": \"The Lions\"\n    },\n    {\n        \"Id\": 5422115,\n        \"ResourceId\": 72900,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 22521,\n        \"DepartmentId\": 73,\n        \"DepartmentName\": \"123DetErEtTestFirma administration\"\n    },\n    {\n        \"Id\": 5422117,\n        \"ResourceId\": 72903,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 22521,\n        \"DepartmentId\": 73,\n        \"DepartmentName\": \"123DetErEtTestFirma administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421354,\n        \"ResourceId\": 19522,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421389,\n        \"ResourceId\": 20258,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421550,\n        \"ResourceId\": 23015,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421554,\n        \"ResourceId\": 23087,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421558,\n        \"ResourceId\": 23146,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421585,\n        \"ResourceId\": 34962,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421677,\n        \"ResourceId\": 35819,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421690,\n        \"ResourceId\": 35923,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421692,\n        \"ResourceId\": 35985,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421707,\n        \"ResourceId\": 36360,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 9703897,\n        \"ResourceId\": 36380,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421713,\n        \"ResourceId\": 36458,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421790,\n        \"ResourceId\": 37114,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421801,\n        \"ResourceId\": 37613,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421803,\n        \"ResourceId\": 37885,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421810,\n        \"ResourceId\": 38571,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421831,\n        \"ResourceId\": 38889,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421839,\n        \"ResourceId\": 39014,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421843,\n        \"ResourceId\": 39022,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421889,\n        \"ResourceId\": 40828,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421900,\n        \"ResourceId\": 40845,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421905,\n        \"ResourceId\": 40869,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421909,\n        \"ResourceId\": 40892,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421910,\n        \"ResourceId\": 40893,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421911,\n        \"ResourceId\": 40894,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421939,\n        \"ResourceId\": 41164,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421948,\n        \"ResourceId\": 41226,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421956,\n        \"ResourceId\": 41251,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421958,\n        \"ResourceId\": 41332,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421960,\n        \"ResourceId\": 41341,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421961,\n        \"ResourceId\": 41359,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 7891955,\n        \"ResourceId\": 41364,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421964,\n        \"ResourceId\": 41380,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421965,\n        \"ResourceId\": 41382,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421974,\n        \"ResourceId\": 41395,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421975,\n        \"ResourceId\": 41397,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421976,\n        \"ResourceId\": 41407,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421977,\n        \"ResourceId\": 41408,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421978,\n        \"ResourceId\": 41423,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421979,\n        \"ResourceId\": 41424,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421980,\n        \"ResourceId\": 41425,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421981,\n        \"ResourceId\": 41426,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421983,\n        \"ResourceId\": 41431,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421989,\n        \"ResourceId\": 41462,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421991,\n        \"ResourceId\": 41464,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421992,\n        \"ResourceId\": 41465,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5421994,\n        \"ResourceId\": 41468,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422001,\n        \"ResourceId\": 41528,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422009,\n        \"ResourceId\": 41610,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422010,\n        \"ResourceId\": 41615,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422018,\n        \"ResourceId\": 72284,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422020,\n        \"ResourceId\": 72290,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422022,\n        \"ResourceId\": 72326,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422023,\n        \"ResourceId\": 72331,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422026,\n        \"ResourceId\": 72345,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422039,\n        \"ResourceId\": 72460,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422050,\n        \"ResourceId\": 72518,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422062,\n        \"ResourceId\": 72595,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422063,\n        \"ResourceId\": 72596,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422075,\n        \"ResourceId\": 72649,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422097,\n        \"ResourceId\": 72826,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422098,\n        \"ResourceId\": 72845,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422108,\n        \"ResourceId\": 72878,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422110,\n        \"ResourceId\": 72881,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422122,\n        \"ResourceId\": 72912,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422125,\n        \"ResourceId\": 72934,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 6227433,\n        \"ResourceId\": 72987,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422139,\n        \"ResourceId\": 73015,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 7996360,\n        \"ResourceId\": 73079,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422164,\n        \"ResourceId\": 73091,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422165,\n        \"ResourceId\": 73108,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422215,\n        \"ResourceId\": 75516,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422219,\n        \"ResourceId\": 75521,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422244,\n        \"ResourceId\": 75590,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422309,\n        \"ResourceId\": 75830,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422338,\n        \"ResourceId\": 75923,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\"\n    },\n    {\n        \"Id\": 5422347,\n        \"ResourceId\": 76041,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422365,\n        \"ResourceId\": 76078,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5492039,\n        \"ResourceId\": 76177,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9544625,\n        \"ResourceId\": 81634,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 9887755,\n        \"ResourceId\": 81783,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10384408,\n        \"ResourceId\": 81939,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 74,\n        \"DepartmentName\": \"Awesome guys12\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 5421541,\n        \"ResourceId\": 22229,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421563,\n        \"ResourceId\": 30719,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421608,\n        \"ResourceId\": 35174,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421712,\n        \"ResourceId\": 36429,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421753,\n        \"ResourceId\": 36701,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421754,\n        \"ResourceId\": 36702,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421773,\n        \"ResourceId\": 36921,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421784,\n        \"ResourceId\": 37020,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421785,\n        \"ResourceId\": 37027,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421787,\n        \"ResourceId\": 37040,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421847,\n        \"ResourceId\": 39042,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421955,\n        \"ResourceId\": 41249,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5422103,\n        \"ResourceId\": 72870,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 230,\n        \"DepartmentName\": \"The best1\"\n    },\n    {\n        \"Id\": 5421914,\n        \"ResourceId\": 40906,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 240,\n        \"DepartmentName\": \"noget\"\n    },\n    {\n        \"Id\": 5421944,\n        \"ResourceId\": 41197,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 20193,\n        \"DepartmentId\": 250,\n        \"DepartmentName\": \"ok\"\n    },\n    {\n        \"Id\": 5422242,\n        \"ResourceId\": 75581,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 22521,\n        \"DepartmentId\": 252,\n        \"DepartmentName\": \"No. 1\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421463,\n        \"ResourceId\": 21644,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 263,\n        \"DepartmentName\": \"The Stars\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11846116,\n        \"ResourceId\": 78079,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 263,\n        \"DepartmentName\": \"The Stars\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421245,\n        \"ResourceId\": 16234,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421253,\n        \"ResourceId\": 18343,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421254,\n        \"ResourceId\": 18344,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421257,\n        \"ResourceId\": 18585,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421262,\n        \"ResourceId\": 18665,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421263,\n        \"ResourceId\": 18666,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421264,\n        \"ResourceId\": 18669,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421278,\n        \"ResourceId\": 18787,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421283,\n        \"ResourceId\": 18841,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421284,\n        \"ResourceId\": 18842,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421285,\n        \"ResourceId\": 18843,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421286,\n        \"ResourceId\": 18844,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421287,\n        \"ResourceId\": 18845,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421288,\n        \"ResourceId\": 18846,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421289,\n        \"ResourceId\": 18848,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421290,\n        \"ResourceId\": 18849,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421291,\n        \"ResourceId\": 18850,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421292,\n        \"ResourceId\": 18851,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421293,\n        \"ResourceId\": 18852,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421294,\n        \"ResourceId\": 18853,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421296,\n        \"ResourceId\": 18910,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421297,\n        \"ResourceId\": 18918,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421298,\n        \"ResourceId\": 18922,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421304,\n        \"ResourceId\": 18959,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421306,\n        \"ResourceId\": 18994,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421308,\n        \"ResourceId\": 19028,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421309,\n        \"ResourceId\": 19029,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421312,\n        \"ResourceId\": 19137,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421318,\n        \"ResourceId\": 19282,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421339,\n        \"ResourceId\": 19356,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421341,\n        \"ResourceId\": 19367,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421344,\n        \"ResourceId\": 19413,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421347,\n        \"ResourceId\": 19474,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421349,\n        \"ResourceId\": 19494,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421351,\n        \"ResourceId\": 19497,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421353,\n        \"ResourceId\": 19521,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421356,\n        \"ResourceId\": 19536,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421358,\n        \"ResourceId\": 19544,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421364,\n        \"ResourceId\": 19860,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421366,\n        \"ResourceId\": 19862,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421367,\n        \"ResourceId\": 19863,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421368,\n        \"ResourceId\": 19864,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421369,\n        \"ResourceId\": 19865,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421371,\n        \"ResourceId\": 19870,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421372,\n        \"ResourceId\": 19871,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421373,\n        \"ResourceId\": 19872,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421375,\n        \"ResourceId\": 19945,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421383,\n        \"ResourceId\": 20180,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421384,\n        \"ResourceId\": 20187,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6460827,\n        \"ResourceId\": 20240,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421388,\n        \"ResourceId\": 20257,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421390,\n        \"ResourceId\": 20261,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421392,\n        \"ResourceId\": 20314,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421396,\n        \"ResourceId\": 20544,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421397,\n        \"ResourceId\": 20556,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421398,\n        \"ResourceId\": 20557,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 310\n    },\n    {\n        \"Id\": 5421399,\n        \"ResourceId\": 20558,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421408,\n        \"ResourceId\": 20580,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421419,\n        \"ResourceId\": 20934,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421420,\n        \"ResourceId\": 20985,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421458,\n        \"ResourceId\": 21638,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421483,\n        \"ResourceId\": 21777,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421484,\n        \"ResourceId\": 21786,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421485,\n        \"ResourceId\": 21942,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421486,\n        \"ResourceId\": 21943,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421487,\n        \"ResourceId\": 21946,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421500,\n        \"ResourceId\": 22035,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421501,\n        \"ResourceId\": 22036,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421509,\n        \"ResourceId\": 22071,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421510,\n        \"ResourceId\": 22077,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421511,\n        \"ResourceId\": 22108,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421513,\n        \"ResourceId\": 22111,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421514,\n        \"ResourceId\": 22112,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421515,\n        \"ResourceId\": 22113,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421526,\n        \"ResourceId\": 22140,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421527,\n        \"ResourceId\": 22146,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421535,\n        \"ResourceId\": 22215,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421551,\n        \"ResourceId\": 23019,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421552,\n        \"ResourceId\": 23021,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421571,\n        \"ResourceId\": 34887,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421573,\n        \"ResourceId\": 34891,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421576,\n        \"ResourceId\": 34912,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421583,\n        \"ResourceId\": 34958,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421584,\n        \"ResourceId\": 34960,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421586,\n        \"ResourceId\": 34966,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421588,\n        \"ResourceId\": 34982,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421590,\n        \"ResourceId\": 34996,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421592,\n        \"ResourceId\": 35029,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421597,\n        \"ResourceId\": 35121,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421601,\n        \"ResourceId\": 35153,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421606,\n        \"ResourceId\": 35168,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421609,\n        \"ResourceId\": 35179,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5698497,\n        \"ResourceId\": 35230,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421616,\n        \"ResourceId\": 35298,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421633,\n        \"ResourceId\": 35534,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421634,\n        \"ResourceId\": 35537,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421635,\n        \"ResourceId\": 35543,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421636,\n        \"ResourceId\": 35545,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421637,\n        \"ResourceId\": 35559,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421672,\n        \"ResourceId\": 35763,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421673,\n        \"ResourceId\": 35776,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421674,\n        \"ResourceId\": 35782,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421684,\n        \"ResourceId\": 35904,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421694,\n        \"ResourceId\": 35998,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421696,\n        \"ResourceId\": 36005,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421697,\n        \"ResourceId\": 36007,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421715,\n        \"ResourceId\": 36461,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421716,\n        \"ResourceId\": 36462,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421717,\n        \"ResourceId\": 36463,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421718,\n        \"ResourceId\": 36467,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421720,\n        \"ResourceId\": 36482,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421721,\n        \"ResourceId\": 36483,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421722,\n        \"ResourceId\": 36484,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421727,\n        \"ResourceId\": 36565,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421734,\n        \"ResourceId\": 36612,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 334\n    },\n    {\n        \"Id\": 5421735,\n        \"ResourceId\": 36614,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421736,\n        \"ResourceId\": 36620,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421749,\n        \"ResourceId\": 36689,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421755,\n        \"ResourceId\": 36703,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421758,\n        \"ResourceId\": 36729,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421759,\n        \"ResourceId\": 36746,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421762,\n        \"ResourceId\": 36771,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421763,\n        \"ResourceId\": 36773,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421765,\n        \"ResourceId\": 36781,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421766,\n        \"ResourceId\": 36791,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421767,\n        \"ResourceId\": 36793,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421768,\n        \"ResourceId\": 36796,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421769,\n        \"ResourceId\": 36798,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421770,\n        \"ResourceId\": 36801,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421772,\n        \"ResourceId\": 36832,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 8747492,\n        \"ResourceId\": 37009,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421783,\n        \"ResourceId\": 37019,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421798,\n        \"ResourceId\": 37471,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421897,\n        \"ResourceId\": 40842,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421898,\n        \"ResourceId\": 40843,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421903,\n        \"ResourceId\": 40864,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421904,\n        \"ResourceId\": 40868,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421906,\n        \"ResourceId\": 40875,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421907,\n        \"ResourceId\": 40882,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421916,\n        \"ResourceId\": 40908,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421920,\n        \"ResourceId\": 40951,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421921,\n        \"ResourceId\": 40952,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421922,\n        \"ResourceId\": 40953,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421926,\n        \"ResourceId\": 41098,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421932,\n        \"ResourceId\": 41153,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421933,\n        \"ResourceId\": 41154,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421941,\n        \"ResourceId\": 41175,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421959,\n        \"ResourceId\": 41336,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421969,\n        \"ResourceId\": 41387,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421986,\n        \"ResourceId\": 41453,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421987,\n        \"ResourceId\": 41454,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421993,\n        \"ResourceId\": 41467,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 258\n    },\n    {\n        \"Id\": 5421996,\n        \"ResourceId\": 41499,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421997,\n        \"ResourceId\": 41500,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5421998,\n        \"ResourceId\": 41501,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422002,\n        \"ResourceId\": 41548,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422003,\n        \"ResourceId\": 41549,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422004,\n        \"ResourceId\": 41550,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422006,\n        \"ResourceId\": 41552,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422007,\n        \"ResourceId\": 41568,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422008,\n        \"ResourceId\": 41569,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422012,\n        \"ResourceId\": 72256,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422017,\n        \"ResourceId\": 72283,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422030,\n        \"ResourceId\": 72402,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422031,\n        \"ResourceId\": 72403,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422035,\n        \"ResourceId\": 72422,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422036,\n        \"ResourceId\": 72425,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422037,\n        \"ResourceId\": 72442,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422040,\n        \"ResourceId\": 72480,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422041,\n        \"ResourceId\": 72483,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422042,\n        \"ResourceId\": 72485,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422046,\n        \"ResourceId\": 72506,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422048,\n        \"ResourceId\": 72509,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422049,\n        \"ResourceId\": 72512,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422051,\n        \"ResourceId\": 72524,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422053,\n        \"ResourceId\": 72536,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422058,\n        \"ResourceId\": 72590,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422059,\n        \"ResourceId\": 72591,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422060,\n        \"ResourceId\": 72592,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422061,\n        \"ResourceId\": 72593,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422077,\n        \"ResourceId\": 72663,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422080,\n        \"ResourceId\": 72694,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422083,\n        \"ResourceId\": 72757,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422085,\n        \"ResourceId\": 72761,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422088,\n        \"ResourceId\": 72776,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422089,\n        \"ResourceId\": 72781,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422090,\n        \"ResourceId\": 72782,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422091,\n        \"ResourceId\": 72792,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422106,\n        \"ResourceId\": 72873,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422107,\n        \"ResourceId\": 72874,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422111,\n        \"ResourceId\": 72890,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422114,\n        \"ResourceId\": 72898,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422116,\n        \"ResourceId\": 72901,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422120,\n        \"ResourceId\": 72907,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422121,\n        \"ResourceId\": 72908,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422123,\n        \"ResourceId\": 72920,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19317,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422126,\n        \"ResourceId\": 72958,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422127,\n        \"ResourceId\": 72959,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 7873804,\n        \"ResourceId\": 73003,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422142,\n        \"ResourceId\": 73058,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422144,\n        \"ResourceId\": 73060,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422145,\n        \"ResourceId\": 73061,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422146,\n        \"ResourceId\": 73062,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422147,\n        \"ResourceId\": 73064,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422148,\n        \"ResourceId\": 73065,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5784665,\n        \"ResourceId\": 73067,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422150,\n        \"ResourceId\": 73068,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422152,\n        \"ResourceId\": 73070,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422167,\n        \"ResourceId\": 73113,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422169,\n        \"ResourceId\": 73118,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422170,\n        \"ResourceId\": 73126,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422171,\n        \"ResourceId\": 73127,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422172,\n        \"ResourceId\": 73134,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422174,\n        \"ResourceId\": 73154,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422177,\n        \"ResourceId\": 73182,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422181,\n        \"ResourceId\": 73214,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422182,\n        \"ResourceId\": 73215,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422183,\n        \"ResourceId\": 73216,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422188,\n        \"ResourceId\": 75375,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 306\n    },\n    {\n        \"Id\": 5422190,\n        \"ResourceId\": 75397,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422192,\n        \"ResourceId\": 75408,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422195,\n        \"ResourceId\": 75422,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422198,\n        \"ResourceId\": 75485,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 9347133,\n        \"ResourceId\": 75492,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422200,\n        \"ResourceId\": 75495,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422201,\n        \"ResourceId\": 75496,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422202,\n        \"ResourceId\": 75498,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422203,\n        \"ResourceId\": 75502,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422204,\n        \"ResourceId\": 75503,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5720351,\n        \"ResourceId\": 75504,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422206,\n        \"ResourceId\": 75505,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422207,\n        \"ResourceId\": 75506,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422208,\n        \"ResourceId\": 75507,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422209,\n        \"ResourceId\": 75508,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422210,\n        \"ResourceId\": 75509,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422211,\n        \"ResourceId\": 75510,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422212,\n        \"ResourceId\": 75511,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422214,\n        \"ResourceId\": 75513,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422216,\n        \"ResourceId\": 75517,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422217,\n        \"ResourceId\": 75518,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422220,\n        \"ResourceId\": 75523,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422221,\n        \"ResourceId\": 75524,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422222,\n        \"ResourceId\": 75525,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422223,\n        \"ResourceId\": 75535,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422224,\n        \"ResourceId\": 75537,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422225,\n        \"ResourceId\": 75539,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422226,\n        \"ResourceId\": 75540,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422227,\n        \"ResourceId\": 75541,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422228,\n        \"ResourceId\": 75542,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422229,\n        \"ResourceId\": 75543,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422230,\n        \"ResourceId\": 75544,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422231,\n        \"ResourceId\": 75545,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422232,\n        \"ResourceId\": 75546,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422234,\n        \"ResourceId\": 75556,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422235,\n        \"ResourceId\": 75557,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422236,\n        \"ResourceId\": 75558,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422237,\n        \"ResourceId\": 75561,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422238,\n        \"ResourceId\": 75562,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422239,\n        \"ResourceId\": 75563,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422240,\n        \"ResourceId\": 75564,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422241,\n        \"ResourceId\": 75565,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422243,\n        \"ResourceId\": 75587,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422247,\n        \"ResourceId\": 75595,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422249,\n        \"ResourceId\": 75599,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422250,\n        \"ResourceId\": 75602,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422252,\n        \"ResourceId\": 75646,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422257,\n        \"ResourceId\": 75679,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422298,\n        \"ResourceId\": 75808,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422328,\n        \"ResourceId\": 75896,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5422332,\n        \"ResourceId\": 75914,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422333,\n        \"ResourceId\": 75915,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422334,\n        \"ResourceId\": 75916,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422335,\n        \"ResourceId\": 75917,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422341,\n        \"ResourceId\": 75944,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5496269,\n        \"ResourceId\": 76200,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5508959,\n        \"ResourceId\": 76206,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5728221,\n        \"ResourceId\": 76207,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5517419,\n        \"ResourceId\": 76208,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5604116,\n        \"ResourceId\": 77301,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 345\n    },\n    {\n        \"Id\": 5611707,\n        \"ResourceId\": 77303,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5613848,\n        \"ResourceId\": 77304,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5618130,\n        \"ResourceId\": 77306,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5623586,\n        \"ResourceId\": 77310,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5677302,\n        \"ResourceId\": 77345,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5706171,\n        \"ResourceId\": 77418,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5708338,\n        \"ResourceId\": 77419,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5802495,\n        \"ResourceId\": 77550,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5894425,\n        \"ResourceId\": 77642,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 5898881,\n        \"ResourceId\": 77647,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5905725,\n        \"ResourceId\": 77664,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6005848,\n        \"ResourceId\": 77788,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6008108,\n        \"ResourceId\": 77792,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6017460,\n        \"ResourceId\": 77807,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 354\n    },\n    {\n        \"Id\": 6021988,\n        \"ResourceId\": 77808,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6097140,\n        \"ResourceId\": 77892,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6115665,\n        \"ResourceId\": 77950,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6117946,\n        \"ResourceId\": 77951,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 6122661,\n        \"ResourceId\": 77977,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6129665,\n        \"ResourceId\": 77986,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6131950,\n        \"ResourceId\": 77987,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6134235,\n        \"ResourceId\": 77988,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6136520,\n        \"ResourceId\": 77989,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6138805,\n        \"ResourceId\": 77990,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6141090,\n        \"ResourceId\": 77991,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6161751,\n        \"ResourceId\": 78014,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6170032,\n        \"ResourceId\": 78036,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6184305,\n        \"ResourceId\": 78049,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6198310,\n        \"ResourceId\": 78062,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6243631,\n        \"ResourceId\": 78081,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6256729,\n        \"ResourceId\": 78089,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6261367,\n        \"ResourceId\": 78090,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6277238,\n        \"ResourceId\": 78105,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6279565,\n        \"ResourceId\": 78107,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6298761,\n        \"ResourceId\": 78121,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6303431,\n        \"ResourceId\": 78123,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6324881,\n        \"ResourceId\": 78138,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6338119,\n        \"ResourceId\": 78155,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6406071,\n        \"ResourceId\": 78216,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6410819,\n        \"ResourceId\": 78217,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6478727,\n        \"ResourceId\": 78242,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6492989,\n        \"ResourceId\": 78247,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6570319,\n        \"ResourceId\": 78251,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6512178,\n        \"ResourceId\": 78257,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6515833,\n        \"ResourceId\": 78265,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6524598,\n        \"ResourceId\": 78271,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6532095,\n        \"ResourceId\": 78276,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6534484,\n        \"ResourceId\": 78277,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6536873,\n        \"ResourceId\": 78278,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6539262,\n        \"ResourceId\": 78279,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6541651,\n        \"ResourceId\": 78280,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6544040,\n        \"ResourceId\": 78281,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6546429,\n        \"ResourceId\": 78282,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6548818,\n        \"ResourceId\": 78283,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6553596,\n        \"ResourceId\": 78285,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6558374,\n        \"ResourceId\": 78287,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6560763,\n        \"ResourceId\": 78288,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6563152,\n        \"ResourceId\": 78289,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6565541,\n        \"ResourceId\": 78290,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6567930,\n        \"ResourceId\": 78291,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6572708,\n        \"ResourceId\": 78292,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6575097,\n        \"ResourceId\": 78293,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6577486,\n        \"ResourceId\": 78294,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6579875,\n        \"ResourceId\": 78295,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6582264,\n        \"ResourceId\": 78296,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6627220,\n        \"ResourceId\": 78316,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6666454,\n        \"ResourceId\": 78339,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6675198,\n        \"ResourceId\": 78344,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6703016,\n        \"ResourceId\": 78898,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6718595,\n        \"ResourceId\": 78914,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6721024,\n        \"ResourceId\": 78915,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6723453,\n        \"ResourceId\": 78916,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6725882,\n        \"ResourceId\": 78918,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 8529570,\n        \"ResourceId\": 78922,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 6799713,\n        \"ResourceId\": 78952,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6816772,\n        \"ResourceId\": 78953,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 7752305,\n        \"ResourceId\": 79986,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 7484460,\n        \"ResourceId\": 80108,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7634387,\n        \"ResourceId\": 80389,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 7636901,\n        \"ResourceId\": 80390,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7723849,\n        \"ResourceId\": 80426,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10280700,\n        \"ResourceId\": 81898,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 258\n    },\n    {\n        \"Id\": 10283452,\n        \"ResourceId\": 81899,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10286204,\n        \"ResourceId\": 81900,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10288956,\n        \"ResourceId\": 81901,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10293559,\n        \"ResourceId\": 81904,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10296312,\n        \"ResourceId\": 81905,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10301818,\n        \"ResourceId\": 81907,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10304571,\n        \"ResourceId\": 81908,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10307324,\n        \"ResourceId\": 81909,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10310077,\n        \"ResourceId\": 81910,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10326595,\n        \"ResourceId\": 81916,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10329348,\n        \"ResourceId\": 81917,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10337607,\n        \"ResourceId\": 81920,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10481005,\n        \"ResourceId\": 81982,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10497541,\n        \"ResourceId\": 81988,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11330696,\n        \"ResourceId\": 82177,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 11333459,\n        \"ResourceId\": 82178,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\"\n    },\n    {\n        \"Id\": 11801636,\n        \"ResourceId\": 82396,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 278,\n        \"DepartmentName\": \"Sales & Marketing\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422141,\n        \"ResourceId\": 73053,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 18726,\n        \"DepartmentId\": 289,\n        \"DepartmentName\": \"General\"\n    },\n    {\n        \"Id\": 6653798,\n        \"ResourceId\": 78322,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 73177,\n        \"DepartmentId\": 290,\n        \"DepartmentName\": \"123DetErEtTestFirma Copy Test administration\"\n    },\n    {\n        \"Id\": 6986652,\n        \"ResourceId\": 79061,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 73177,\n        \"DepartmentId\": 290,\n        \"DepartmentName\": \"123DetErEtTestFirma Copy Test administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7080750,\n        \"ResourceId\": 79425,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 73177,\n        \"DepartmentId\": 290,\n        \"DepartmentName\": \"123DetErEtTestFirma Copy Test administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5421681,\n        \"ResourceId\": 35879,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7259299,\n        \"ResourceId\": 36245,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 306\n    },\n    {\n        \"Id\": 5580196,\n        \"ResourceId\": 77288,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 5582332,\n        \"ResourceId\": 77289,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 6085616,\n        \"ResourceId\": 77870,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6087891,\n        \"ResourceId\": 77871,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6332186,\n        \"ResourceId\": 78151,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 6335773,\n        \"ResourceId\": 78153,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 6415567,\n        \"ResourceId\": 78218,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 7383318,\n        \"ResourceId\": 80021,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7475267,\n        \"ResourceId\": 80088,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7622898,\n        \"ResourceId\": 80369,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7686124,\n        \"ResourceId\": 80412,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7852734,\n        \"ResourceId\": 80622,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7880343,\n        \"ResourceId\": 80646,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8193960,\n        \"ResourceId\": 80882,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8249049,\n        \"ResourceId\": 80960,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8254213,\n        \"ResourceId\": 80961,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8608526,\n        \"ResourceId\": 81193,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8613798,\n        \"ResourceId\": 81194,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8619070,\n        \"ResourceId\": 81195,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8624342,\n        \"ResourceId\": 81196,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8629614,\n        \"ResourceId\": 81197,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8634886,\n        \"ResourceId\": 81198,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8705545,\n        \"ResourceId\": 81239,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8863348,\n        \"ResourceId\": 81311,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9110421,\n        \"ResourceId\": 81429,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9156287,\n        \"ResourceId\": 81440,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9498317,\n        \"ResourceId\": 81619,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9536453,\n        \"ResourceId\": 81631,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 9576316,\n        \"ResourceId\": 81650,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9656680,\n        \"ResourceId\": 81683,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 397\n    },\n    {\n        \"Id\": 9875010,\n        \"ResourceId\": 81768,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 9969169,\n        \"ResourceId\": 81802,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10356878,\n        \"ResourceId\": 81928,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10362384,\n        \"ResourceId\": 81930,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10387161,\n        \"ResourceId\": 81944,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 397\n    },\n    {\n        \"Id\": 10429501,\n        \"ResourceId\": 81962,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 10525101,\n        \"ResourceId\": 81997,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10527857,\n        \"ResourceId\": 81998,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10643609,\n        \"ResourceId\": 82040,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 310\n    },\n    {\n        \"Id\": 10693217,\n        \"ResourceId\": 82046,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 10734557,\n        \"ResourceId\": 82050,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 11117626,\n        \"ResourceId\": 82113,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 11153506,\n        \"ResourceId\": 82125,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11234781,\n        \"ResourceId\": 82155,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 11237543,\n        \"ResourceId\": 82156,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 11240305,\n        \"ResourceId\": 82157,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11254115,\n        \"ResourceId\": 82164,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11327933,\n        \"ResourceId\": 82176,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11434213,\n        \"ResourceId\": 82216,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 11485309,\n        \"ResourceId\": 82246,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\",\n        \"ApplicationAccessRoleId\": 397\n    },\n    {\n        \"Id\": 11837776,\n        \"ResourceId\": 82389,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 302,\n        \"DepartmentName\": \"Administrations (test)\"\n    },\n    {\n        \"Id\": 5421233,\n        \"ResourceId\": 184,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422245,\n        \"ResourceId\": 75592,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422253,\n        \"ResourceId\": 75666,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422255,\n        \"ResourceId\": 75669,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422260,\n        \"ResourceId\": 75684,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422261,\n        \"ResourceId\": 75685,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422263,\n        \"ResourceId\": 75687,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422265,\n        \"ResourceId\": 75691,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422266,\n        \"ResourceId\": 75693,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422267,\n        \"ResourceId\": 75695,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422268,\n        \"ResourceId\": 75697,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422269,\n        \"ResourceId\": 75698,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422273,\n        \"ResourceId\": 75717,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422274,\n        \"ResourceId\": 75719,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422275,\n        \"ResourceId\": 75722,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422277,\n        \"ResourceId\": 75726,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422278,\n        \"ResourceId\": 75728,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422281,\n        \"ResourceId\": 75741,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422284,\n        \"ResourceId\": 75773,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422285,\n        \"ResourceId\": 75774,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422286,\n        \"ResourceId\": 75778,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422287,\n        \"ResourceId\": 75779,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422288,\n        \"ResourceId\": 75780,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422289,\n        \"ResourceId\": 75781,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422292,\n        \"ResourceId\": 75789,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422293,\n        \"ResourceId\": 75790,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422307,\n        \"ResourceId\": 75828,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422308,\n        \"ResourceId\": 75829,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 7821989,\n        \"ResourceId\": 75838,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422316,\n        \"ResourceId\": 75843,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5747760,\n        \"ResourceId\": 75872,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422318,\n        \"ResourceId\": 75880,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422319,\n        \"ResourceId\": 75882,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422325,\n        \"ResourceId\": 75888,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422327,\n        \"ResourceId\": 75895,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422331,\n        \"ResourceId\": 75912,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422337,\n        \"ResourceId\": 75922,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422339,\n        \"ResourceId\": 75942,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422344,\n        \"ResourceId\": 75998,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422345,\n        \"ResourceId\": 75999,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422346,\n        \"ResourceId\": 76039,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422348,\n        \"ResourceId\": 76042,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422349,\n        \"ResourceId\": 76051,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422350,\n        \"ResourceId\": 76052,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422351,\n        \"ResourceId\": 76053,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422352,\n        \"ResourceId\": 76054,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422355,\n        \"ResourceId\": 76063,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5422358,\n        \"ResourceId\": 76066,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422359,\n        \"ResourceId\": 76068,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422360,\n        \"ResourceId\": 76069,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422362,\n        \"ResourceId\": 76074,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5422366,\n        \"ResourceId\": 76079,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5432084,\n        \"ResourceId\": 76120,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5434189,\n        \"ResourceId\": 76121,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5441645,\n        \"ResourceId\": 76127,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5446031,\n        \"ResourceId\": 76130,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5448139,\n        \"ResourceId\": 76131,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5462268,\n        \"ResourceId\": 76149,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5467635,\n        \"ResourceId\": 76152,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5473977,\n        \"ResourceId\": 76155,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5476091,\n        \"ResourceId\": 76156,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5478205,\n        \"ResourceId\": 76157,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5480319,\n        \"ResourceId\": 76158,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5504729,\n        \"ResourceId\": 76202,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5533358,\n        \"ResourceId\": 76233,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5535483,\n        \"ResourceId\": 76234,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5537608,\n        \"ResourceId\": 76235,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5540888,\n        \"ResourceId\": 76240,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5543014,\n        \"ResourceId\": 76251,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5558656,\n        \"ResourceId\": 77268,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5560790,\n        \"ResourceId\": 77270,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5562924,\n        \"ResourceId\": 77274,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5567192,\n        \"ResourceId\": 77276,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5569326,\n        \"ResourceId\": 77277,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5571460,\n        \"ResourceId\": 77279,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5573594,\n        \"ResourceId\": 77280,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5630012,\n        \"ResourceId\": 77311,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6473973,\n        \"ResourceId\": 78240,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6476350,\n        \"ResourceId\": 78241,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 7047652,\n        \"ResourceId\": 79322,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 7249527,\n        \"ResourceId\": 79872,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 7597068,\n        \"ResourceId\": 80313,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 7643369,\n        \"ResourceId\": 80395,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 7655944,\n        \"ResourceId\": 80400,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 7658459,\n        \"ResourceId\": 80401,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 7691154,\n        \"ResourceId\": 80414,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 7731394,\n        \"ResourceId\": 80428,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7838621,\n        \"ResourceId\": 80594,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8332307,\n        \"ResourceId\": 81026,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 8404789,\n        \"ResourceId\": 81088,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 9324112,\n        \"ResourceId\": 81513,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 9472433,\n        \"ResourceId\": 81603,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10585733,\n        \"ResourceId\": 82016,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10588489,\n        \"ResourceId\": 82017,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10605025,\n        \"ResourceId\": 82025,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10607781,\n        \"ResourceId\": 82026,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10610537,\n        \"ResourceId\": 82027,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10613293,\n        \"ResourceId\": 82028,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 10616049,\n        \"ResourceId\": 82029,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 10635341,\n        \"ResourceId\": 82037,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 10996186,\n        \"ResourceId\": 82088,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11012746,\n        \"ResourceId\": 82091,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11037586,\n        \"ResourceId\": 82095,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11114866,\n        \"ResourceId\": 82110,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11150746,\n        \"ResourceId\": 82124,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11194133,\n        \"ResourceId\": 82135,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11496421,\n        \"ResourceId\": 82269,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 11499199,\n        \"ResourceId\": 82270,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 303,\n        \"DepartmentName\": \"Remote\"\n    },\n    {\n        \"Id\": 5421251,\n        \"ResourceId\": 18335,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 317,\n        \"DepartmentName\": \"WCW\"\n    },\n    {\n        \"Id\": 5421627,\n        \"ResourceId\": 35480,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 317,\n        \"DepartmentName\": \"WCW\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8010611,\n        \"ResourceId\": 23036,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 318,\n        \"DepartmentName\": \"Quality Assurance\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422218,\n        \"ResourceId\": 75520,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 318,\n        \"DepartmentName\": \"Quality Assurance\",\n        \"ApplicationAccessRoleId\": 399\n    },\n    {\n        \"Id\": 6092441,\n        \"ResourceId\": 77872,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 318,\n        \"DepartmentName\": \"Quality Assurance\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7814011,\n        \"ResourceId\": 80048,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 318,\n        \"DepartmentName\": \"Quality Assurance\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 7417923,\n        \"ResourceId\": 80049,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 318,\n        \"DepartmentName\": \"Quality Assurance\",\n        \"ApplicationAccessRoleId\": 356\n    },\n    {\n        \"Id\": 7936349,\n        \"ResourceId\": 80688,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 318,\n        \"DepartmentName\": \"Quality Assurance\",\n        \"ApplicationAccessRoleId\": 328\n    },\n    {\n        \"Id\": 5422178,\n        \"ResourceId\": 73183,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 5422343,\n        \"ResourceId\": 75997,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\"\n    },\n    {\n        \"Id\": 5790210,\n        \"ResourceId\": 77535,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\"\n    },\n    {\n        \"Id\": 8574212,\n        \"ResourceId\": 78080,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\",\n        \"ApplicationAccessRoleId\": 331\n    },\n    {\n        \"Id\": 8579464,\n        \"ResourceId\": 81180,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\"\n    },\n    {\n        \"Id\": 9045669,\n        \"ResourceId\": 81410,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\"\n    },\n    {\n        \"Id\": 9059159,\n        \"ResourceId\": 81413,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9064555,\n        \"ResourceId\": 81414,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9069951,\n        \"ResourceId\": 81415,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10508565,\n        \"ResourceId\": 81995,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\",\n        \"ApplicationAccessRoleId\": 338\n    },\n    {\n        \"Id\": 11232019,\n        \"ResourceId\": 82154,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\"\n    },\n    {\n        \"Id\": 11818316,\n        \"ResourceId\": 82401,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 322,\n        \"DepartmentName\": \"Customer Care\"\n    },\n    {\n        \"Id\": 5421594,\n        \"ResourceId\": 35067,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 6584653,\n        \"ResourceId\": 78297,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6819209,\n        \"ResourceId\": 78959,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\"\n    },\n    {\n        \"Id\": 6826520,\n        \"ResourceId\": 78962,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6833831,\n        \"ResourceId\": 78965,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\"\n    },\n    {\n        \"Id\": 6836268,\n        \"ResourceId\": 78966,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6838705,\n        \"ResourceId\": 78967,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\"\n    },\n    {\n        \"Id\": 6841142,\n        \"ResourceId\": 78968,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6848453,\n        \"ResourceId\": 78971,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\"\n    },\n    {\n        \"Id\": 6850890,\n        \"ResourceId\": 78972,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\"\n    },\n    {\n        \"Id\": 6855764,\n        \"ResourceId\": 78974,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\"\n    },\n    {\n        \"Id\": 6858201,\n        \"ResourceId\": 78975,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 6860638,\n        \"ResourceId\": 78976,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\"\n    },\n    {\n        \"Id\": 7346986,\n        \"ResourceId\": 79983,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7683609,\n        \"ResourceId\": 80411,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9531005,\n        \"ResourceId\": 81630,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 9539177,\n        \"ResourceId\": 81632,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 9541901,\n        \"ResourceId\": 81633,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 9547349,\n        \"ResourceId\": 81635,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 9552797,\n        \"ResourceId\": 81637,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 9555521,\n        \"ResourceId\": 81638,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 9558245,\n        \"ResourceId\": 81639,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 9560969,\n        \"ResourceId\": 81640,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 9563693,\n        \"ResourceId\": 81641,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 323,\n        \"DepartmentName\": \"Private department!\",\n        \"ApplicationAccessRoleId\": 346\n    },\n    {\n        \"Id\": 6495366,\n        \"ResourceId\": 78248,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 324,\n        \"DepartmentName\": \"Product Management\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7124688,\n        \"ResourceId\": 79530,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 324,\n        \"DepartmentName\": \"Product Management\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7663489,\n        \"ResourceId\": 80403,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 324,\n        \"DepartmentName\": \"Product Management\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5810425,\n        \"ResourceId\": 77560,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\"\n    },\n    {\n        \"Id\": 6555985,\n        \"ResourceId\": 78286,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\"\n    },\n    {\n        \"Id\": 9490145,\n        \"ResourceId\": 81616,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\"\n    },\n    {\n        \"Id\": 10397308,\n        \"ResourceId\": 81950,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 310\n    },\n    {\n        \"Id\": 10629829,\n        \"ResourceId\": 82034,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11591128,\n        \"ResourceId\": 82310,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11593907,\n        \"ResourceId\": 82311,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11596686,\n        \"ResourceId\": 82312,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11599465,\n        \"ResourceId\": 82313,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11602244,\n        \"ResourceId\": 82314,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11605023,\n        \"ResourceId\": 82315,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11607802,\n        \"ResourceId\": 82316,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11610581,\n        \"ResourceId\": 82317,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11613360,\n        \"ResourceId\": 82318,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11616139,\n        \"ResourceId\": 82319,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11618918,\n        \"ResourceId\": 82320,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11621697,\n        \"ResourceId\": 82321,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11624476,\n        \"ResourceId\": 82322,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11627255,\n        \"ResourceId\": 82323,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11630034,\n        \"ResourceId\": 82324,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11632813,\n        \"ResourceId\": 82325,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11635592,\n        \"ResourceId\": 82326,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11638371,\n        \"ResourceId\": 82327,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11641150,\n        \"ResourceId\": 82328,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11643929,\n        \"ResourceId\": 82329,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11646708,\n        \"ResourceId\": 82330,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11649487,\n        \"ResourceId\": 82331,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11652266,\n        \"ResourceId\": 82332,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11655045,\n        \"ResourceId\": 82333,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11657824,\n        \"ResourceId\": 82334,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11660603,\n        \"ResourceId\": 82335,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11663382,\n        \"ResourceId\": 82336,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11666161,\n        \"ResourceId\": 82337,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11668940,\n        \"ResourceId\": 82338,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11671719,\n        \"ResourceId\": 82339,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11674498,\n        \"ResourceId\": 82340,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11677277,\n        \"ResourceId\": 82341,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11680056,\n        \"ResourceId\": 82342,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11682835,\n        \"ResourceId\": 82343,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11685614,\n        \"ResourceId\": 82344,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11688393,\n        \"ResourceId\": 82345,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11691172,\n        \"ResourceId\": 82346,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11693951,\n        \"ResourceId\": 82347,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11696730,\n        \"ResourceId\": 82348,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11699509,\n        \"ResourceId\": 82349,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11702288,\n        \"ResourceId\": 82350,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11705067,\n        \"ResourceId\": 82351,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11707846,\n        \"ResourceId\": 82352,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11710625,\n        \"ResourceId\": 82353,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11713404,\n        \"ResourceId\": 82354,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11716183,\n        \"ResourceId\": 82355,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11718962,\n        \"ResourceId\": 82356,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11721741,\n        \"ResourceId\": 82357,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11724520,\n        \"ResourceId\": 82358,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11727299,\n        \"ResourceId\": 82359,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 325,\n        \"DepartmentName\": \"Consultancy\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7671034,\n        \"ResourceId\": 80406,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 331,\n        \"DepartmentName\": \"Management\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7678579,\n        \"ResourceId\": 80409,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 331,\n        \"DepartmentName\": \"Management\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7681094,\n        \"ResourceId\": 80410,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 18743,\n        \"DepartmentId\": 331,\n        \"DepartmentName\": \"Management\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 5421890,\n        \"ResourceId\": 40829,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\"\n    },\n    {\n        \"Id\": 9475153,\n        \"ResourceId\": 77457,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\"\n    },\n    {\n        \"Id\": 5828691,\n        \"ResourceId\": 77571,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\"\n    },\n    {\n        \"Id\": 6071403,\n        \"ResourceId\": 77851,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 6073670,\n        \"ResourceId\": 77852,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7070986,\n        \"ResourceId\": 79377,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7313560,\n        \"ResourceId\": 79935,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7316019,\n        \"ResourceId\": 79936,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 414\n    },\n    {\n        \"Id\": 7828509,\n        \"ResourceId\": 80579,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 7974455,\n        \"ResourceId\": 80730,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 385\n    },\n    {\n        \"Id\": 8939705,\n        \"ResourceId\": 81344,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 418\n    },\n    {\n        \"Id\": 9053763,\n        \"ResourceId\": 81412,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9161683,\n        \"ResourceId\": 81441,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9192673,\n        \"ResourceId\": 81450,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9244673,\n        \"ResourceId\": 81459,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9259870,\n        \"ResourceId\": 81461,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 386\n    },\n    {\n        \"Id\": 9338988,\n        \"ResourceId\": 81538,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\"\n    },\n    {\n        \"Id\": 9776288,\n        \"ResourceId\": 81721,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11265163,\n        \"ResourceId\": 81855,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10175251,\n        \"ResourceId\": 81859,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10549905,\n        \"ResourceId\": 82005,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\"\n    },\n    {\n        \"Id\": 10558173,\n        \"ResourceId\": 82007,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10574709,\n        \"ResourceId\": 82010,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10657389,\n        \"ResourceId\": 82043,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11009986,\n        \"ResourceId\": 82090,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11073466,\n        \"ResourceId\": 82103,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11112106,\n        \"ResourceId\": 82109,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11159026,\n        \"ResourceId\": 82126,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11164546,\n        \"ResourceId\": 82128,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11170066,\n        \"ResourceId\": 82129,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11177567,\n        \"ResourceId\": 82131,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11218209,\n        \"ResourceId\": 82148,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11401796,\n        \"ResourceId\": 82200,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11826656,\n        \"ResourceId\": 82403,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 341,\n        \"DepartmentName\": \"QE Department\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11771763,\n        \"ResourceId\": 82380,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 342,\n        \"DepartmentName\": \"sad\",\n        \"ApplicationAccessRoleId\": 397\n    },\n    {\n        \"Id\": 9885009,\n        \"ResourceId\": 81782,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 343,\n        \"DepartmentName\": \"test\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11303831,\n        \"ResourceId\": 18721,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\"\n    },\n    {\n        \"Id\": 7243249,\n        \"ResourceId\": 36003,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\"\n    },\n    {\n        \"Id\": 5422180,\n        \"ResourceId\": 73196,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7227210,\n        \"ResourceId\": 79796,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7517834,\n        \"ResourceId\": 80170,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7567723,\n        \"ResourceId\": 80259,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7742229,\n        \"ResourceId\": 80452,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\"\n    },\n    {\n        \"Id\": 7747267,\n        \"ResourceId\": 80454,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 159\n    },\n    {\n        \"Id\": 7778956,\n        \"ResourceId\": 80491,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\"\n    },\n    {\n        \"Id\": 7789829,\n        \"ResourceId\": 80504,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7794877,\n        \"ResourceId\": 80506,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7831037,\n        \"ResourceId\": 80591,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7848733,\n        \"ResourceId\": 80604,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\"\n    },\n    {\n        \"Id\": 7917094,\n        \"ResourceId\": 80675,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8006576,\n        \"ResourceId\": 80745,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\"\n    },\n    {\n        \"Id\": 8017204,\n        \"ResourceId\": 80752,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8060768,\n        \"ResourceId\": 80794,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\"\n    },\n    {\n        \"Id\": 8071056,\n        \"ResourceId\": 80812,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8078772,\n        \"ResourceId\": 80815,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8081344,\n        \"ResourceId\": 80816,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8098274,\n        \"ResourceId\": 80837,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8100847,\n        \"ResourceId\": 80838,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8103420,\n        \"ResourceId\": 80839,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8113712,\n        \"ResourceId\": 80843,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8116285,\n        \"ResourceId\": 80844,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8118858,\n        \"ResourceId\": 80845,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8214500,\n        \"ResourceId\": 80938,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8298608,\n        \"ResourceId\": 81000,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8311034,\n        \"ResourceId\": 81009,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8379693,\n        \"ResourceId\": 81082,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\"\n    },\n    {\n        \"Id\": 8426233,\n        \"ResourceId\": 81102,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8532196,\n        \"ResourceId\": 81163,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8955956,\n        \"ResourceId\": 81358,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9169388,\n        \"ResourceId\": 81445,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9232185,\n        \"ResourceId\": 81455,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\"\n    },\n    {\n        \"Id\": 9447273,\n        \"ResourceId\": 81589,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9452709,\n        \"ResourceId\": 81591,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9805385,\n        \"ResourceId\": 81731,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9960928,\n        \"ResourceId\": 81799,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9966422,\n        \"ResourceId\": 81801,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9971916,\n        \"ResourceId\": 81803,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10348619,\n        \"ResourceId\": 81925,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10351372,\n        \"ResourceId\": 81926,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10354125,\n        \"ResourceId\": 81927,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10359631,\n        \"ResourceId\": 81929,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10365137,\n        \"ResourceId\": 81931,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10367890,\n        \"ResourceId\": 81932,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 361\n    },\n    {\n        \"Id\": 10370643,\n        \"ResourceId\": 81933,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10373396,\n        \"ResourceId\": 81935,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 361\n    },\n    {\n        \"Id\": 10376149,\n        \"ResourceId\": 81936,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\",\n        \"ApplicationAccessRoleId\": 361\n    },\n    {\n        \"Id\": 11243067,\n        \"ResourceId\": 82158,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\"\n    },\n    {\n        \"Id\": 11248591,\n        \"ResourceId\": 82159,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 345,\n        \"DepartmentName\": \"Mobile Development\"\n    },\n    {\n        \"Id\": 7797401,\n        \"ResourceId\": 80507,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 80050,\n        \"DepartmentId\": 372,\n        \"DepartmentName\": \"Bleubird France administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 7799925,\n        \"ResourceId\": 80508,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 80050,\n        \"DepartmentId\": 372,\n        \"DepartmentName\": \"Bleubird France administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9309905,\n        \"ResourceId\": 81507,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 80281,\n        \"DepartmentId\": 378,\n        \"DepartmentName\": \"PurpleBird administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9620432,\n        \"ResourceId\": 81675,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 18725,\n        \"DepartmentId\": 389,\n        \"DepartmentName\": \"BBUS - Departments\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8157453,\n        \"ResourceId\": 80865,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 394,\n        \"DepartmentName\": \"MVP Company administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8172891,\n        \"ResourceId\": 80870,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 394,\n        \"DepartmentName\": \"MVP Company administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8243885,\n        \"ResourceId\": 80959,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 394,\n        \"DepartmentName\": \"MVP Company administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8423616,\n        \"ResourceId\": 81101,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 394,\n        \"DepartmentName\": \"MVP Company administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8453978,\n        \"ResourceId\": 81120,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 81118,\n        \"DepartmentId\": 394,\n        \"DepartmentName\": \"MVP Company administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8868684,\n        \"ResourceId\": 81312,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 394,\n        \"DepartmentName\": \"MVP Company administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 8874020,\n        \"ResourceId\": 81313,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 394,\n        \"DepartmentName\": \"MVP Company administration\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9022436,\n        \"ResourceId\": 81400,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 394,\n        \"DepartmentName\": \"MVP Company administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 10202751,\n        \"ResourceId\": 81869,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 394,\n        \"DepartmentName\": \"MVP Company administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9428247,\n        \"ResourceId\": 81582,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 81179,\n        \"DepartmentId\": 397,\n        \"DepartmentName\": \"Marek Test administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9430965,\n        \"ResourceId\": 81583,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 81179,\n        \"DepartmentId\": 397,\n        \"DepartmentName\": \"Marek Test administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 9289266,\n        \"ResourceId\": 81497,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 81492,\n        \"DepartmentId\": 407,\n        \"DepartmentName\": \"Bluebird Denmark administration\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 11259639,\n        \"ResourceId\": 82165,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 409,\n        \"DepartmentName\": \"MVP DEP\",\n        \"ApplicationAccessRoleId\": 310\n    },\n    {\n        \"Id\": 8134296,\n        \"ResourceId\": 80853,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 411,\n        \"DepartmentName\": \"MVP-DEP-WBS\",\n        \"ApplicationAccessRoleId\": 2\n    },\n    {\n        \"Id\": 8259377,\n        \"ResourceId\": 80963,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 411,\n        \"DepartmentName\": \"MVP-DEP-WBS\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10024956,\n        \"ResourceId\": 81822,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 80851,\n        \"DepartmentId\": 411,\n        \"DepartmentName\": \"MVP-DEP-WBS\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10867274,\n        \"ResourceId\": 82065,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 19002,\n        \"DepartmentId\": 443,\n        \"DepartmentName\": \"Development\"\n    },\n    {\n        \"Id\": 5421236,\n        \"ResourceId\": 599,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 579,\n        \"DepartmentId\": 452,\n        \"DepartmentName\": \"Digital General test Y\"\n    },\n    {\n        \"Id\": 11431448,\n        \"ResourceId\": 80729,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 2,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 463,\n        \"DepartmentName\": \"BTS Department\",\n        \"ApplicationAccessRoleId\": 360\n    },\n    {\n        \"Id\": 9948167,\n        \"ResourceId\": 81767,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 463,\n        \"DepartmentName\": \"BTS Department\"\n    },\n    {\n        \"Id\": 5500499,\n        \"ResourceId\": 76201,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 484,\n        \"DepartmentName\": \"marek department\"\n    },\n    {\n        \"Id\": 7263138,\n        \"ResourceId\": 79878,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 494,\n        \"DepartmentName\": \"GSR department\"\n    },\n    {\n        \"Id\": 7998914,\n        \"ResourceId\": 80740,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 494,\n        \"DepartmentName\": \"GSR department\"\n    },\n    {\n        \"Id\": 9051065,\n        \"ResourceId\": 81411,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 494,\n        \"DepartmentName\": \"GSR department\"\n    },\n    {\n        \"Id\": 10638097,\n        \"ResourceId\": 82038,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 494,\n        \"DepartmentName\": \"GSR department\"\n    },\n    {\n        \"Id\": 11834996,\n        \"ResourceId\": 82039,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 4,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 494,\n        \"DepartmentName\": \"GSR department\"\n    },\n    {\n        \"Id\": 10646365,\n        \"ResourceId\": 82041,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 494,\n        \"DepartmentName\": \"GSR department\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11766205,\n        \"ResourceId\": 82374,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 494,\n        \"DepartmentName\": \"GSR department\"\n    },\n    {\n        \"Id\": 11798856,\n        \"ResourceId\": 82395,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 494,\n        \"DepartmentName\": \"GSR department\"\n    },\n    {\n        \"Id\": 11807196,\n        \"ResourceId\": 82397,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 5,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 494,\n        \"DepartmentName\": \"GSR department\"\n    },\n    {\n        \"Id\": 11809976,\n        \"ResourceId\": 82398,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 494,\n        \"DepartmentName\": \"GSR department\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11815536,\n        \"ResourceId\": 82399,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": true,\n        \"Display\": true,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 494,\n        \"DepartmentName\": \"GSR department\",\n        \"ApplicationAccessRoleId\": 3\n    }\n]"}],"_postman_id":"79c1ff42-322c-45c4-836c-b53b7b7a003a"},{"name":"CustomerAccessMultiRequest","id":"bc58298a-e325-4ef7-9e3f-f5a5c1c44cd8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Id\": {{integer}},\r\n        \"State\": {{string}},\r\n        \"Type\": {{integer}}\r\n    }\r\n]"},"url":"{{base_url}}/CustomerAccessMultiRequest","description":"<p>Updates customer access request based on a given WorkBook resource.</p>\n<p><strong>API</strong><br /><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#82b6dede-2131-4d23-a5c1-36ed66752fd5\">ResourceAccessVisualization</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["CustomerAccessMultiRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b387c63c-d194-4801-bbf0-cc143cb1b841","name":"CustomerAccessMultiRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"81502","type":"text","description":"*Required.*  \n(int32)  \nThe identifier of the associated customer access item."},{"key":"State","value":"false","type":"text","description":"*Required.*   \nThe flag that indicates whether or not it is a state to update to.\nIf true, the state is to update to. Otherwise, it is not."},{"key":"Type","value":"1","type":"text","description":"*Required.*  \n(int32)  \nThe type of operation of the customer access multirequest."}],"options":{"raw":{"language":"json"}}},"url":"{{base_url}}/CustomerAccessMultiRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Date","value":"Wed, 16 Nov 2022 22:15:42 GMT","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 9299645,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 171,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Agnes Hanson\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299646,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 173,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Samsung Telecom Nordic\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299647,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 174,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Áarstova\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299648,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 176,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Amet Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299649,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 177,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ubitech Moldes Y Modelos Industriales SL 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299650,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 178,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"jando (this is a really, really, really, really, really, really, really, really, really, really, really, really, really, really, really long name)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299651,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 179,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Erat Vitae Risus Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299652,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 180,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Est Mauris Eu Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299653,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 193,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Libero Inc._1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299654,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 197,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 197\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299655,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 210,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 210\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299656,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 212,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 212\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299657,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 217,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gravida Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299658,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 218,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Channel No 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299659,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 221,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 221\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299660,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 224,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 224\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299661,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 228,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Mi Eleifend Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299662,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 230,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Cubilia Curae; Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299663,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 232,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Metus In Associates_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299664,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 234,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 234\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299665,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 237,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 237\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299666,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 240,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 240\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299667,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 247,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 247\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299668,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 249,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 249\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299669,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 253,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"At Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299670,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 256,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nibh LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299671,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 259,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 259\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299672,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 265,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 265\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299673,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 267,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 267\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299674,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 269,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 269\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299675,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 274,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 274\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299676,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 299,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 299\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299677,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 306,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 306\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299678,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 312,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Est Nunc Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299679,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 314,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 314\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299680,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 316,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 316\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299681,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 317,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Saxo Bank A/S (ID317)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299682,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 331,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 331\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299683,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 335,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 335\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299684,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 336,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 336\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299685,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 341,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 341\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299686,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 344,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 344\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299687,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 345,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 345\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299688,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 346,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"wdwfefefsds\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299689,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 347,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Green Technologies WB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299690,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 359,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 359\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299691,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 362,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Schultz Information\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299692,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 369,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 369\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299693,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 378,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 378\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299694,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 381,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ipsum Primis Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299695,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 383,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 383\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299696,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 385,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 385\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299697,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 388,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bang & Olufsen A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299698,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 395,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 395\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299699,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 397,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"DSB Kommerciel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299700,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 399,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Illum\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299701,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 400,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jn\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299702,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 401,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Medi Team\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299703,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 404,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"QXL Ricardo Danmark A/S (ID404)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299704,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 407,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 407\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299705,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 410,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TV2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299706,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 411,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sagittis Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299707,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 418,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 418\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299708,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 420,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 420\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299709,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 422,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Metus In PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299710,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 431,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 431\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299711,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 435,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Leo Elementum Sem Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299712,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 438,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Arcu Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299713,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 439,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 439\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299714,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 456,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 456\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299715,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 459,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Cursus Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299716,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 469,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 469\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299717,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 473,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 473\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299718,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 477,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 477\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299719,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 480,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 480\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299720,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 485,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 485\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299721,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 501,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mauris Sagittis Placerat Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299722,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 534,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Imperdiet Dictum Magna Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299723,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 552,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 552\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299724,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 561,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 561\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299725,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 571,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Est LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299726,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 575,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Placerat Eget Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299727,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 577,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 577\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299728,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 600,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hallo!com\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299729,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 601,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tivoli\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299730,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 602,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"· Newbizz Worldwide <cool>\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299731,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 603,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Unized Enterprise\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299732,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 604,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 604\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299733,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 606,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 606\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299734,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 608,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 608\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299735,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 610,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 610\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299736,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 613,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 613\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299737,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 618,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Id Erat Etiam Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299738,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 620,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Henrik Tåster 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299739,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 622,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"GlaxoSmithKline Consumer Healthcare A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299740,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 624,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Novartis Sverige\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299741,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 626,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Phadia AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299742,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 629,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 629\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299743,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 631,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sanofi-Aventis Norge AS (ID631)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299744,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 633,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Schering-Plough AB (ID633)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299745,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 635,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"GlaxoSmithKline AB (ID635)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299746,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 637,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Auctor Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299747,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 639,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Novo Nordisk Scandinavia AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299748,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 641,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rhoncus Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299749,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 643,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bayer AB - Sweden\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299750,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 646,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"AstraZeneca Sverige\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299751,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 648,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 648\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299752,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 654,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Apple Scandinavia AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299753,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 656,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma AB (ID656)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299754,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 659,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bristol-Myers Squibb AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299755,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 661,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Boehringer Ingelheim AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299756,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 663,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Baxter Medical AB g (ID663)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299757,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 671,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Merck Sharp & Dohme (Sweden) AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299758,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 681,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 681\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299759,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 684,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ferring Legemidler A/S (ID684)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299760,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 686,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"FERRING Arzneimittel GmbH (ID686)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299761,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 688,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 688\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299762,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 690,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 690\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299763,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 695,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nycomed AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299764,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 698,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ret & Råd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299765,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 701,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ferring Läkemedel AB (ID701)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299766,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 703,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nycomed Norge (ID703)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299767,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 706,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"C706\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299768,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 707,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 707\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299769,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 712,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 712\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299770,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 713,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Otsuka Pharma Scandinavia AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299771,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 715,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Audiomedia\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299772,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 717,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Id Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299773,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 719,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Libero Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299774,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 721,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 721\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299775,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 723,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WWF\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299776,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 725,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 725\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299777,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 727,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Oxygen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299778,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 729,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Oriflame Kosmetikklub (ID729)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299779,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 731,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eget Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299780,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 733,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Benjamin Media (ID733)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299781,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 735,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Homeenter AB (ID735)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299782,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 737,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børnefonden\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299783,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 739,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Discovery Channel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299784,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 741,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Oticon A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299785,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 745,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 745\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299786,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 749,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ProStrakan AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299787,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 756,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Institut Produits Synthèse (IPSEN) AB (ID756)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299788,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 759,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 759\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299789,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 763,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Mauris Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299790,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 764,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Egestas Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299791,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 767,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 767\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299792,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 769,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Renapharma Vifor (ID769)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299793,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 771,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Orion Pharma AB (ID771)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299794,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 773,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sorin Group Scandinavia (ID773)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299795,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 784,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 784\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299796,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 786,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 786\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299797,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 788,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børsens Bogklub (ID788)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299798,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 790,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Astellas Pharma a/s; Nordic Headquarters\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299799,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 795,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Novartis Healthcare A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299800,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 799,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Allderma AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299801,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 801,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Galderma Nordic AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299802,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 803,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"E. Merck AB/Merck Serono (ID803)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299803,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 806,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Meda AB (ID806)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299804,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 810,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nuvó\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299805,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 816,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CSL Behring GmbH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299806,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 819,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"GlaxoSmithKline AS (ID819)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299807,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 821,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Janssen-Cilag AB (ID821)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299808,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 824,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Alcon Norge AS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299809,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 829,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Novo Nordisk Scandinavia AS (ID829)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299810,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 835,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"AstraZeneca AS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299811,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 837,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Solvay Pharma AS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299812,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 840,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Den meget fine kunde med det gode navn\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299813,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 844,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Turpis Nec Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299814,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 846,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"H. Lundbeck AB\\r\\nH. Lundbeck AB\\r\\n H. Lundbeck AB (ID846)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299815,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 847,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Et Malesuada Fames Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299816,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 855,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Convatec (Sweden) AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299817,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 858,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Barnens Bokklubb (ID858)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299818,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 862,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Månadens Bok (ID862)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299819,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 864,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bonniers Bokklubb (ID864)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299820,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 873,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 873\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299821,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 876,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adipiscing Fringilla Porttitor Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299822,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 881,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Strandhotellerne (ID881)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299823,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 883,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TÆNK (ID883)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299824,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 885,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eu Ligula Aenean Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299825,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 887,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 887\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299826,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 889,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pengeinstitutternes Udviklingssamarbejde (ID889)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299827,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 891,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gyldendals Bogklubber\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299828,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 895,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Roche AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299829,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 899,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 899\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299830,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 902,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 902\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299831,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 904,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"De Norske Bokklubbene As\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299832,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 908,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nycomed Danmark (ID908)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299833,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 910,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eli Lilly Danmark A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299834,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 916,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 916\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299835,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 917,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Pulvinar Arcu Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299836,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 921,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Area 921\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299837,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 926,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Visit Sweden\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299838,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 930,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma GmbH (ID930)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299839,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 934,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"VIASAT, Jesper Schneider\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299840,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 935,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Telia Stofa (ID935)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299841,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 936,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Oticon, Britt Damkær\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299842,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 937,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 937\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299843,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 940,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Roche Norge AS, Pipeline 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299844,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 942,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Roche Diagnostics Norge AS:  Molekylærbiologiske analysesystemer for diagnostikk og forskning\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299845,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 944,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Associates7\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299846,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 946,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Roche Diagnostics Norge AS: Diabetes Care og Accu-Chek\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299847,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 948,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Biogen Idec Denmark A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299848,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 951,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Quis Tristique Ac Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299849,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 955,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 955\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299850,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 959,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Otsuka Pharma GmbH (ID959)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299851,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 967,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"UCB NORDIC A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299852,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 980,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sanofi-Aventis Deutschland GmbH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299853,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 985,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mundipharma AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299854,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 987,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 987\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299855,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 988,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 988\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299856,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 994,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MSD (Norge) A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299857,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 996,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Lectus Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299858,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 998,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Orci In Consequat Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299859,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1003,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Arzneimittel ProStrakan GmbH\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299860,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1005,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vifor Pharma Deutschland GmbH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299861,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1008,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Roche AB (ID1008)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299862,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1015,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1015\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299863,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1017,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eget Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299864,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1020,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sanofi Pasteur MSD (ID1020)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299865,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1022,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ALK Nordic\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299866,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1027,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Newbizz Internal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299867,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1035,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1035\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299868,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1047,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1047\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299869,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1049,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1049\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299870,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1051,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299871,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1057,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1057\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299872,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1062,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Roche Diagnostics Diabetes Care (ID1062)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299873,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1063,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tempor Augue Ac Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299874,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1065,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ecco1234\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299875,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1069,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bestseller\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299876,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1091,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vero Moda\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299877,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1100,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1100\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299878,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1116,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Quisque Ornare Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299879,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1139,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1139\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299880,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1141,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Apple GmbH & Co. KG\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299881,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1142,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1142\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299882,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1146,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Novo\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299883,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1151,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"norpharma a/s (ID1151)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299884,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1153,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pharmovital ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299885,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1155,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Apple Danmark\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299886,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1158,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eisai AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299887,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1165,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ipsum Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299888,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1168,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nibh Quisque Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299889,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1172,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Id Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299890,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1177,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Ullamcorper Velit Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299891,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1182,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Natoque Penatibus Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299892,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1189,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1189\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299893,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1191,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1191\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299894,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1193,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Medivir AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299895,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1196,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aabavis Ltd.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299896,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1202,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1202\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299897,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1207,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1207\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299898,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1210,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Merck AB, E Merck Serono (ID1210)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299899,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1214,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ipsum Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299900,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1216,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Quis Turpis Vitae Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299901,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1219,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 1219\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299902,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1222,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sapien Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299903,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 1231,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Boehringer Ingelheim Pharma GmbH & Co. KG\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299904,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18338,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Facilisis Suspendisse Commodo Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299905,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18339,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"n_________1111\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299906,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18346,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Euro RSCG (S) Pte Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299907,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18347,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enfatico Pte Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299908,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18383,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Arnaud SA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299909,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18384,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Azelis\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299910,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18385,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Azelis Benelux nv\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299911,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18386,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Azelis Italy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299912,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18387,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Celsius  International\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299913,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18388,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Chance \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299914,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18389,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Danfors Commercial Compressors\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299915,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18390,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299916,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18391,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299917,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18392,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell AS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299918,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18393,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell BV\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299919,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18394,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Computer AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299920,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18395,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Computer Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299921,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18396,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Computer s.r.o.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299922,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18397,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Corporation Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299923,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18398,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Corporation Limited UK\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299924,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18399,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Direct\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299925,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18400,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Distribution (EMEA) Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299926,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18401,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Emerging Markets Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299927,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18402,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell GmbH\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299928,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18403,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell NV (Belgium)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299929,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18404,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell NV/SA\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299930,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18405,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell S.P.A.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299931,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18406,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell SA\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299932,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18407,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell SA (Frankrig)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299933,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18408,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Sp. z o.o.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299934,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18409,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Technology Products \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299935,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18410,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Detaljpartner Stockholm AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299936,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18411,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Duni AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299937,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18412,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enfatico Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299938,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18413,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eurographic GmbH\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299939,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18414,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"GE Capital Equipm. Finance Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299940,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18415,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"GE Capital Equipment Finance\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299941,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18416,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hamilton Imperial s.l.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299942,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18417,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"IICE PARQUE COMERCIAL JEREZ XX\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299943,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18418,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Impex Química, S.A.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299944,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18419,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299945,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18420,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Austria GmbH\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299946,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18421,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Bry\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299947,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18422,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Ceska\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299948,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18423,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Deutschland\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299949,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18424,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Espana\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299950,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18425,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Fleury\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299951,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18426,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre France S.A.S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299952,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18427,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Polska S.A.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299953,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18428,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"INTER IKEA CENTRE PORTUGAL S.A\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299954,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18429,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Vedéne SAS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299955,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18430,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kraemer \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299956,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18431,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kraemer and Martin\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299957,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18432,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Macromedia Europe Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299958,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18433,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sale Nordic\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299959,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18434,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Solar-Power-Europe SIA\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299960,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18435,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Espoo\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299961,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18436,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Hellerup\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299962,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18437,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Helsinki\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299963,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18438,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Jumbo\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299964,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18439,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Lanterna\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299965,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18440,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Europe (Belgium) NV-BE11\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299966,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18441,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Finland\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299967,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18442,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Nordic AS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299968,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18443,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Sweden\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299969,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18444,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony United Kingdom Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299970,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18445,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Uppsala - Allradio AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299971,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18446,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"VIA NET WORKS Deutschland GmbH\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299972,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18447,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Wunderman\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299973,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18448,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Wunderman/Enfatico\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299974,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18449,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dansk Shelly A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299975,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18450,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mus Proin PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299976,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18451,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ambu A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299977,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18452,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ann Barbara Birkmand\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299978,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18454,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bauhaus Danmark AS165\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299979,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18455,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Biofields Holding  ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299980,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18456,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Boehringer Ingelheim Danmark\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299981,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18457,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ambott Laboratories\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299982,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18458,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Brøste A/S (Azelis)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299983,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18459,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Coloplast A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299984,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18460,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Coloplast Danmark A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299985,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18461,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Comendo A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299986,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18462,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Coop Danmark A/S (18462)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299987,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18463,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"COOP Norden AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299988,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18464,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Copenhagen Airport A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299989,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18465,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Co-Production\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299990,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18466,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Danfoss Refrigeration \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299991,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18467,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Danisco A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299992,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18468,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Danske Civil- og Akademi-\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299993,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18469,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"E. Sæther  A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299994,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18470,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Edithouse ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299995,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18471,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Elevate\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299996,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18472,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eli Job\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299997,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18473,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ementor ASA\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299998,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18474,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eurographic A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9299999,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18475,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Exiqon A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300000,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18476,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"FLSmidth A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300001,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18477,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Flügger A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300002,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18478,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Framfab\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300003,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18479,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Frisørernes Vikarbureau\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300004,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18480,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Geertsen Copenhagen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300005,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18481,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gertsen Copenhagen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300006,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18482,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"GlaxoSmithKline Pharma A/S (18482)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300007,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18483,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"HTH Køkkener A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300008,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18484,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Center Group A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300009,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18485,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"INTERSPORT\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300010,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18486,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jasmus\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300011,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18487,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Konstant ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300012,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18488,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Linkage\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300013,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18489,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MCH A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300014,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18490,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"mediacenter danmark a-s\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300015,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18491,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mediasyd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300016,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18492,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mette Boye\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300017,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18493,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mia Hougaard\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300018,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18494,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Michael Amsinck\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300019,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18495,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Microsoft Danmark\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300020,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18496,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Microsoft Denmark ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300021,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18497,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Miljøstyrelsen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300022,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18498,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Monday Morning\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300023,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18499,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MP Strategy Consulting ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300024,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18500,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NeuroSearch A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300025,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18501,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nick Sigby-Hansen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300026,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18502,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Niels Heilberg\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300027,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18503,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Novo Nordisk Scandinavia AB (18503)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300028,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18504,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Novozymes A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300029,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18505,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nycomed\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300030,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18506,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nycomed Danmark Aps\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300031,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18507,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Philips Lighting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300032,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18508,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rockwool A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300033,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18509,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rockwool International A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300034,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18510,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rosenmeier Electronics A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300035,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18511,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sampension A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300036,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18512,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SHOUT CPH ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300037,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18513,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SILVAN Kæden\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300038,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18514,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sol og Strand\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300039,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18515,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sonofon A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300040,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18516,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300041,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18517,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Fields\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300042,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18518,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Herning\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300043,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18519,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Hillerød\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300044,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18520,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Kolding\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300045,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18521,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Randers\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300046,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18522,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Rødovre\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300047,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18523,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Vejle\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300048,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18524,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Waves\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300049,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18525,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Aalborg\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300050,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18526,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Danmark A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300051,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18527,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Nordic A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300052,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18528,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Stibo Graphic A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300053,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18529,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TacticalPeople A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300054,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18530,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Timeline\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300055,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18531,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Toyota Danmark A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300056,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18532,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Valentino Markovski\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300057,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18533,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Velux A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300058,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18534,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Widex A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300059,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18535,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Winther's A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300060,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18536,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Danfoss, Refrigeration \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300061,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18537,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300062,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18538,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Emea SMB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300063,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18539,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Emerging Markets (EMEA)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300064,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18540,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Products\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300065,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18541,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Detaljpartner Bergen AS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300066,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18542,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enfatico (18542)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300067,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18543,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enfatico US\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300068,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18544,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ExpoRent A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300069,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18545,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"GraphicPeople\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300070,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18546,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter IKEA Centre Switzerland\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300071,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18547,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"OY Dell AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300072,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18548,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Royal Danish Embassy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300073,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18549,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ruschke \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300074,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18550,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SoftwarePeople Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300075,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18551,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Baltic, Sony Nordic AS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300076,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18552,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Center Stavanger\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300077,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18553,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sony Norway\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300078,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18554,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Team Celsius Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300079,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18555,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vignette Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300080,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18556,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Artners ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300081,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18557,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Isio Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300082,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18558,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EventPeople\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300083,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18559,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"IdentityPeople A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300084,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18560,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"JuniorPeople\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300085,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18561,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NetPeople A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300086,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18562,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"PeopleGroup A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300087,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18563,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Relationspeople A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300088,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18564,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SoftwarePeople A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300089,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18565,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Wibroe, Duckert \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300090,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18566,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jan Nygaard\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300091,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18567,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ROCKWOOL PENINSULAR. S.A.U.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300092,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18568,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The Aid Agency /M.Sondergaard\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300093,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18569,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla Tincidunt Neque Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300094,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18571,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"black\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300095,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18586,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Sapien Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300096,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18594,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tristique Senectus Et Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300097,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18615,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300098,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18618,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"nodebtor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300099,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18619,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"nodebtor (18619)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300100,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18623,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RP Customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300101,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18628,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RP CURR\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300102,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18631,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"hello\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300103,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18633,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tortor Integer LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300104,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18643,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Elit Elit Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300105,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18646,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdasd asdas\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300106,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18650,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Theoneandonly\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300107,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18662,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"rene\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300108,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18663,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hotopp\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300109,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18671,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New customer (18671)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300110,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18672,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"My only one\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300111,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18673,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"E.ON\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300112,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18680,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rene____\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300113,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18688,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Purcs\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300114,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18697,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Turpis Egestas Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300115,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18698,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dolor Egestas Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300116,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18699,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Est Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300117,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18700,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"HelloWorld\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300118,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18701,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"helloWorld2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300119,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18704,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Banana Shop Center\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300120,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18705,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Metus Eu Erat Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300121,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18706,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dui Fusce Diam Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300122,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18707,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fermentum Risus Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300123,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18708,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"yrdy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300124,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18709,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dignissim Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300125,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18717,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Augue Malesuada Malesuada Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300126,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18718,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eget Metus Eu Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300127,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18722,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Molestie Sed Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300128,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18723,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Est Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300129,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18727,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ymerdrys fra BonBon\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300130,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18728,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"JKKlzac\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300131,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18729,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fames Ac Turpis Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300132,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18730,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tjekker\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300133,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18745,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mauris Ut Quam Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300134,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18799,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nike US\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300135,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18800,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nike CA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300136,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18805,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Retainer customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300137,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18807,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Consolidated customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300138,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18814,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Est Nunc Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300139,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18821,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"US Customer 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300140,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18822,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"In Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300141,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18823,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"US Customer 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300142,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18824,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lorem Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300143,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18826,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Odio LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300144,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18828,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ASSDA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300145,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18829,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna Cras Convallis Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300146,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18830,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300147,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18832,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eget Ipsum Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300148,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18833,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suspendisse Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300149,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18834,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hold on\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300150,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18835,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hold on\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300151,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18838,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300152,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18840,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"kdlgkdl\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300153,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18854,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New lead\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300154,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18855,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vulputate Nisi Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300155,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18856,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Posuere At Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300156,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18857,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fusce Mollis Duis Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300157,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18861,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vel Pede Blandit LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300158,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18870,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"AutoSmarta\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300159,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18871,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"mads pedersen \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300160,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18872,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Skodnavnet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300161,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18879,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jensen Scotland\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300162,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18880,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300163,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18881,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Taratar\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300164,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18883,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rene prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300165,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18897,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Non Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300166,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18901,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TUS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300167,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18902,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"FFFF (ID18902)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300168,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18905,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hauurr\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300169,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18911,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"lalala company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300170,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18912,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nonummy Ipsum Non PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300171,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18915,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tuborg Danmark\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300172,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18923,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bunny Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300173,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18930,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hausted A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300174,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18931,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"YouAre f\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300175,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18932,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nike LA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300176,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18933,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Smørhullet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300177,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18935,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dolor Sit Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300178,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18940,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"HHHHHH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300179,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18944,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dell Albania\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300180,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18945,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Elit Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300181,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18946,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdfasdf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300182,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18947,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Auctor Odio A Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300183,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18948,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eu Elit Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300184,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18952,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Checkout\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300185,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18953,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300186,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18954,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Neque LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300187,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18956,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WRITEOFF CUSTOMER\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300188,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18958,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdfasdf (18958)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300189,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18965,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ullamcorper Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300190,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18966,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sodales Nisi Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300191,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18968,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tiger Beer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300192,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18969,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Huntley Help Care\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300193,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18970,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Morten Knudsen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300194,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18971,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suspendisse Dui Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300195,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18972,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Leo Morbi Neque Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300196,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18973,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Porttitor Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300197,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18974,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Turpis Aliquam Adipiscing LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300198,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18975,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Consequat Purus Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300199,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18976,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Scelerisque Scelerisque Dui Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300200,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18981,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hotel Golden Star\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300201,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18982,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tapperiet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300202,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18985,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jensen Denmark\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300203,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18988,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Convallis Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300204,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18992,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"First National Bank\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300205,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18993,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bank of Heaven\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300206,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 18999,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Huntley Non Food\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300207,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19000,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"t34t34t34t34tg\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300208,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19032,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"McDonalds\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300209,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19033,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Wallstreet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300210,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19034,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Wallstreet (19034)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300211,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19035,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Coca cola\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300212,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19036,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Peters kunde\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300213,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19038,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"OMNOLOG\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300214,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19039,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Snave Slam\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300215,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19040,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Arcu Nunc Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300216,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19084,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fætter BR\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300217,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19085,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lego\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300218,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19105,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vitae Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300219,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19121,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tristique Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300220,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19123,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Toblerone\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300221,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19124,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Luctus Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300222,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19125,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The food king 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300223,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19128,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Cola\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300224,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19132,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Proin Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300225,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19135,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Blå\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300226,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19136,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sort\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300227,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19142,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SomeCustomer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300228,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19156,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"yrdy (19156)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300229,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19157,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Libero Et LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300230,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19158,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fermentum Fermentum Arcu LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300231,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19162,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SierraMountain\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300232,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19163,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SerraNevada\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300233,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19164,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Numero uno\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300234,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19165,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Morbi Neque Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300235,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19166,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"In Consectetuer Ipsum PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300236,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19167,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Lectus Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300237,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19177,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Luctus Lobortis Class Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300238,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19178,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ipsum Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300239,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19192,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla Tincidunt Neque Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300240,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19193,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RP Inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300241,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19195,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vel Faucibus Id Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300242,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19196,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LOL 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300243,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19197,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fail\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300244,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19198,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fail (19198)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300245,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19199,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Superior\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300246,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19202,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Superior 4\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300247,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19203,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Superior 5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300248,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19204,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Superior 6\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300249,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19206,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sup1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300250,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19208,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sup3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300251,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19209,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Su123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300252,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19210,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sub321\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300253,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19211,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"sublime231\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300254,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19212,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sublime233\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300255,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19213,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sun Inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300256,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19214,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sun inc2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300257,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19215,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suna inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300258,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19216,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suni inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300259,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19217,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sumo corp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300260,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19218,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suomi corp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300261,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19219,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sumatra inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300262,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19220,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sumba corp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300263,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19221,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suit inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300264,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19222,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suite1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300265,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19223,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suite2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300266,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19224,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suiter\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300267,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19225,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suima\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300268,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19226,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suo\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300269,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19227,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Soosa\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300270,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19228,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Soisa\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300271,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19229,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suiet\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300272,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19230,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suait\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300273,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19231,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sulk\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300274,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19233,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"FeinFood Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300275,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19234,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Esben\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300276,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19235,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SuperDuper\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300277,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19236,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Beckford\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300278,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19237,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Coala Safekeepers\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300279,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19238,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Animatrix\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300280,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19239,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Plotajka\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300281,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19240,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kroznit\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300282,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19241,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Knæk og Bræk\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300283,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19243,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Newone\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300284,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19244,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kim Il Seung\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300285,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19246,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"John (ID19246)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300286,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19247,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Karla\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300287,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19248,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Loyd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300288,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19249,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lee\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300289,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19250,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Orla\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300290,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19251,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Angela\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300291,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19252,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Joey Moe\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300292,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19253,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Poika\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300293,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19254,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hoshi Mining Corp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300294,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19255,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Okra Flowers\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300295,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19256,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Johan\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300296,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19257,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jill\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300297,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19258,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gorm\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300298,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19259,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hans (ID19259)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300299,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19260,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Torn & Jerry\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300300,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19261,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gromgol\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300301,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19262,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jok\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300302,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19263,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Freja\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300303,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19264,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Silas\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300304,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19266,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Viggo & søn\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300305,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19268,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Homer & Bart\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300306,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19269,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Xcustomer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300307,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19271,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SomeProspect\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300308,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19273,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jensen England\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300309,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19274,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Abe Monkey\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300310,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19290,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aliquam Nec Enim Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300311,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19292,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eros Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300312,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19293,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Åge Hansen ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300313,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19295,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"AA Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300314,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19297,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"onside sport\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300315,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19307,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Condimentum Eget Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300316,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19309,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bryggerhesten\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300317,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19310,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Velit Justo Nec Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300318,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19315,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børskompagniet\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300319,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19319,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Skæg Metal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300320,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19322,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"customer 1234\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300321,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19327,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"APAC IC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300322,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19340,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tellus Non Magna Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300323,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19341,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jensen Germany\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300324,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19346,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Felis Eget Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300325,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19350,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New One\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300326,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19351,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New Two\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300327,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19352,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"derp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300328,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19353,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"fa\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300329,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19360,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Derps\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300330,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19363,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"We love fun\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300331,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19364,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"DErppsss\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300332,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19365,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"T3-1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300333,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19382,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"T1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300334,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19388,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mac Customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300335,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19399,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pede Ultrices A Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300336,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19404,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The Mansion Paradise\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300337,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19412,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"OMNOLOG\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300338,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19414,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dapibus Ligula PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300339,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19415,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ny kunde A\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300340,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19418,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pepsi co\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300341,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19425,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mr Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300342,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19446,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"heehehheehhe\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300343,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19447,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New Eur\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300344,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19455,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ak81\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300345,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19457,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Derps is a cool customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300346,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19460,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jackson & Sons & The bad guys\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300347,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19461,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Another Custom 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300348,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19462,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Another Customer 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300349,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19463,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Another Customer 5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300350,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19464,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Oh my god! Another customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300351,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19465,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Star Food\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300352,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19467,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Some new customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300353,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19468,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"j\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300354,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19469,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"csfsd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300355,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19470,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ubitech Moldes Y Modelos Industriales SL\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300356,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19472,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"B. Jensen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300357,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19484,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxaacadadasdasd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300358,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19488,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Albani Øl\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300359,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19490,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"X1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300360,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19493,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pellentesque Habitant Morbi Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300361,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19501,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Iaculis Odio LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300362,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19504,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300363,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19507,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Montes Nascetur Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300364,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19510,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tincidunt Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300365,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19512,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"prospect5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300366,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19516,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Elementum Sem Vitae PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300367,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19517,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"dssds\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300368,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19518,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Turpis Nec LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300369,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19531,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Die kunde\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300370,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19548,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bugfix\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300371,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19553,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MMMM\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300372,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19554,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tristique Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300373,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19555,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Cursus Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300374,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19562,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook Software A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300375,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19563,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook+\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300376,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19564,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"XABC Customer 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300377,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19565,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"IdealConceptions\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300378,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19568,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"IdealSystems\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300379,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19569,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ideal\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300380,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19570,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"IdealLism\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300381,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19571,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"<script>alert(1)</script>\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300382,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19573,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Suspendisse Aliquet Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300383,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19579,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ddadasd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300384,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19588,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna Tellus Faucibus Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300385,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19589,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Demo\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300386,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19593,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"DP Technology\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300387,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19604,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Consequat Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300388,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19633,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Poker 888\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300389,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19635,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"yyyy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300390,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19651,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Maecenas Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300391,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19653,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Praesent Luctus Curabitur Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300392,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19656,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Metus Industries A/S - TUS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300393,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19658,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MJ\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300394,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19667,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mi Enim Condimentum Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300395,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19670,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Quatre Vents\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300396,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19675,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Et Ipsum Cursus Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300397,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19680,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"x_________1112\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300398,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19681,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"_________1113 event longer name here1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300399,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19684,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"_________1114\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300400,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19685,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sylvia Copas Luxury\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300401,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19686,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"_________1118\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300402,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19687,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Automations Ltd. and more_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300403,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19689,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Turpis PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300404,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19690,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300405,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19692,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hold nu op med de åndsvage kundenavne\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300406,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19694,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Cust7\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300407,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19695,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Et Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300408,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19696,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Little\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300409,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19710,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Egestas Associates change name and folder\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300410,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19713,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bluebird Internal 633\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300411,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19714,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bluebird Internal 634\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300412,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19719,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Quisque Tincidunt Pede Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300413,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19723,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"bluebird internal 102\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300414,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19742,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hospital Health Partners\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300415,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19746,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"John hok\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300416,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19748,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Co\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300417,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19750,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Com\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300418,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19752,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Metus Vitae Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300419,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19757,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ttt\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300420,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19758,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The food king 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300421,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19761,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Accummsan Corp. Old\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300422,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19762,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ut Lacus Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300423,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19765,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Elit Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300424,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19768,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ipsum Curabitur Consequat Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300425,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19770,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"tyu10\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300426,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19774,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Felis Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300427,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19781,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eu Accummsan Sed Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300428,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19783,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Amet PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300429,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19787,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mattis Velit Justo Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300430,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19804,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Vitae Erat Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300431,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19809,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Etiam Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300432,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19814,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rainy men Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300433,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19816,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Done With It\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300434,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19818,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LALAL + LALAL\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300435,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19823,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Elit Pretium Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300436,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19830,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"hvorfor tager det lang tid?\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300437,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19831,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"winners world wide\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300438,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19832,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ut Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300439,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19833,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"yui52\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300440,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19834,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"yui53\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300441,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19835,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Suspendisse Dui Fusce Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300442,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19836,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TUS (19836)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300443,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19839,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adipiscing Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300444,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19841,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"DANIELDANIELDANIEL\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300445,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19842,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"gdfgfgdgfgf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300446,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19843,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"jkhkjhji\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300447,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19844,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"qwwqe\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300448,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19845,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"erw\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300449,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19846,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"erew\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300450,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19847,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Est Ac Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300451,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19873,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Metus Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300452,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19888,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"XYX1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300453,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19928,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aart Communicatons Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300454,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19929,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Acart Communicatons Inc.Acart Communicatons Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300455,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19936,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"roflol2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300456,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19946,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vivamus Nisi PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300457,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19948,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pellentesque Ut Ipsum Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300458,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19949,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Et Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300459,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19950,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nam Consequat Dolor Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300460,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19963,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"In Condimentum Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300461,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19981,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"uniquefoldername\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300462,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19982,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"uniquefoldername (19982)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300463,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19983,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"uniquefoldername2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300464,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19984,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"uniquefoldername2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300465,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19985,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"uniquefoldername2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300466,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19986,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tincidunt Dui Augue PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300467,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19987,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tempor Erat Neque Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300468,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19990,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dapibus LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300469,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19991,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ornare Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300470,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19992,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Orci Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300471,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19993,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nec Mauris Blandit Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300472,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19994,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Et Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300473,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19995,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"dot.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300474,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19996,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vivamus Sit Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300475,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19998,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Søren\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300476,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 19999,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"søren (19999)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300477,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20000,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Søren (20000)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300478,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20002,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Søren (20002)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300479,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20003,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Søren (20003)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300480,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20005,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TiTan\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300481,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20006,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"søren (20006)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300482,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20008,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"folder name 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300483,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20009,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Consequat PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300484,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20010,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vel Quam Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300485,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20017,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Elgiganten Customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300486,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20020,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Alan's Adventures\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300487,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20029,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Shit stuff\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300488,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20030,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Baba Bues Big Band\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300489,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20031,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Abehuset A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300490,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20032,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"gfgfghghghgfhhggfgf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300491,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20033,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Id Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300492,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20034,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Non Dui LLP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300493,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20035,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"dsfsfsfsfsfdsf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300494,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20036,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sollicitudin A Malesuada Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300495,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20037,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"rsfddsff\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300496,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20049,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Praesent Luctus LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300497,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20050,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Leber | Rubes Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300498,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20051,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Leber | Rubes Inc. (20051)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300499,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20065,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mollis Phasellus Libero Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300500,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20067,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Amet Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300501,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20070,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fusce Aliquam Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300502,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20073,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ut Cursus Luctus Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300503,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20075,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect_new\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300504,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20078,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Felis Nulla PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300505,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20085,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Quisque Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300506,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20087,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Funny and more\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300507,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20089,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdasd llll\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300508,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20104,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RRNNNE\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300509,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20105,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"dddddd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300510,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20125,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Woop (ID20125)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300511,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20126,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ATX Cars\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300512,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20127,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WSSSSSSOOOOOO\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300513,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20128,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Odio Tristique Pharetra Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300514,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20129,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ggggggg\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300515,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20130,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"jhgjhgjhghjg\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300516,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20131,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"oaisdjaosiudoauids\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300517,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20132,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdsadasdasda\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300518,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20133,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Swoop\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300519,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20134,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mere BØV\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300520,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20135,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Molestie Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300521,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20136,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"lhdalskjhd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300522,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20137,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nonummy Ut Molestie Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300523,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20138,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ækjqdhsakdljhaksljdhal\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300524,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20139,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pharetra Nam Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300525,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20142,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Et Malesuada Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300526,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20143,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Auctor Non Feugiat Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300527,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20144,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adipiscing Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300528,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20145,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"FocusProspect\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300529,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20147,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ullamcorper Duis Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300530,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20150,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300531,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20152,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bolvig er kongen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300532,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20157,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"At LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300533,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20158,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gaffa Kompagniet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300534,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20159,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Baxter Medical AB g customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300535,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20160,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Molestie Orci Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300536,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20161,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Habitant Morbi LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300537,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20169,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Polly Pops\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300538,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20173,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Non Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300539,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20175,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Microsoft (ID20175)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300540,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20182,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Johnson & Johnson\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300541,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20184,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sweet House\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300542,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20185,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Leo In Lobortis Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300543,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20188,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Mi Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300544,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20189,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"At Risus Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300545,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20190,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Penatibus Et Magnis Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300546,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20194,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Matsuda Soft Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300547,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20197,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer with a very long name here here here\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300548,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20202,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"kevin\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300549,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20203,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"kevin2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300550,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20204,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"kevin3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300551,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20207,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"kevin34\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300552,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20212,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Quis LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300553,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20213,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Massa Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300554,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20217,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Alcart Vehicles\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300555,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20222,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MyMENA\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300556,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20229,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Erat In Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300557,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20237,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lectus Ante Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300558,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20247,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BMW\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300559,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20268,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Porttitor Tellus Non Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300560,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20269,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Superkunden a\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300561,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20309,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Stufff\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300562,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20317,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Proin Ultrices Duis Limited\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300563,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20347,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Et LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300564,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20437,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dui Cum Sociis Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300565,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20450,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dis Parturient Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300566,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20451,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Diam Nunc Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300567,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20452,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rutrum Eu Ultrices LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300568,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20454,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eget Volutpat Ornare Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300569,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20457,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Accummsan LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300570,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20458,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300571,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20459,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Felis Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300572,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20460,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Epic\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300573,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20462,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Epics\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300574,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20464,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Epiczzz\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300575,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20466,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Epics\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300576,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20468,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdadasdsadad\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300577,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20474,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxasdsadsad\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300578,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20478,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mauris Ipsum Porta Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300579,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20482,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Myshit - Myshit\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300580,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20484,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdasdsadasd - asdasdsadasd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300581,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20489,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Royal Albert\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300582,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20490,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Id PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300583,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20494,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"B2B\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300584,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20495,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Barclays\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300585,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20496,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BlackRock\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300586,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20497,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Canada Dry Motts\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300587,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20498,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dealuxe\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300588,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20499,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hallmark\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300589,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20500,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"McCain Food (Canada)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300590,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20501,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nightingale\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300591,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20502,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pinnacles Food\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300592,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20503,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Skechers\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300593,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20504,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Subway\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300594,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20505,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WeirFoulds\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300595,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20507,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New Customer Price Quote\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300596,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20509,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Canadian Glory\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300597,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20511,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ciabatti (Canadian)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300598,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20512,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Glorified Canada\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300599,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20514,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Belgium Architects\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300600,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20517,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"FunHouse\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300601,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20531,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Turpis Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300602,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20533,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"DPD Denmark\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300603,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20570,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MHK1 Customer2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300604,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20589,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"KS Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300605,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20591,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ølhytten i Brønshøj\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300606,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20592,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Virtuelle Gulvmåtter\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300607,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20596,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prislistekunde 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300608,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20597,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Semper Pretium PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300609,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20601,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Libero Et Tristique Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300610,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20602,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Etiam Imperdiet Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300611,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20678,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SSI SCHAEFER\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300612,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20695,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"dotcom.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300613,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20696,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"dotcom. AS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300614,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20736,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Christmas Customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300615,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20745,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"C1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300616,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20746,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nisi Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300617,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20747,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Habitant Morbi Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300618,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20748,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ut Eros Non Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300619,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20755,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna Praesent PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300620,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20760,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospecty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300621,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20767,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Korsbæk Bank\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300622,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20769,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Wonderful Pandrup\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300623,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20773,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Ltd.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300624,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20774,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Justo Nec Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300625,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20781,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børges reklame\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300626,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20784,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Taciti Sociosqu Ad Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300627,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20788,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Neque Pellentesque Massa LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300628,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20794,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Es Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300629,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20797,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mr Prospect (ID20797)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300630,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20798,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kunden\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300631,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20799,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aspiranten\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300632,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20807,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aspiranter 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300633,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20808,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Velit Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300634,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20809,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ipsum Primis In Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300635,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20810,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tristique Senectus Et Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300636,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20811,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aliquam Tincidunt PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300637,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20812,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tincidunt Aliquam Arcu Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300638,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20813,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Herr Kund\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300639,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20815,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kunden AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300640,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20825,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MAgnus nye customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300641,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20832,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"magnus customer2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300642,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20833,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Neque Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300643,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20834,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"min nye customer (MOM)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300644,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20835,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"min nye customer2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300645,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20839,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vivamus Nibh Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300646,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20841,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Complete Adventures\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300647,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20849,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Alkan A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300648,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20850,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Albreda Tyres\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300649,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20851,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"My customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300650,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20852,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SomeCustomerFromAlgeri\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300651,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20853,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"In PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300652,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20854,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Arcu Eu Odio Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300653,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20855,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nullam Vitae Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300654,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20858,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"min nye customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300655,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20859,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Scelerisque Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300656,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20873,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"my customer 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300657,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20877,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Metus Aliquam Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300658,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20881,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna Nam PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300659,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20884,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ida Blom\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300660,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20885,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ida Blom (20885)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300661,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20888,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Niels Heimburger\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300662,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20889,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ida blom (20889)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300663,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20890,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ida Blom (20890)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300664,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20891,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla Aliquet Proin Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300665,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20897,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Odio A Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300666,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20898,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Est Arcu Ac Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300667,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20899,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Henrik Anumali\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300668,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20900,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aliquet Vel LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300669,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20901,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Arcu Curabitur Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300670,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20902,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tempus Scelerisque Lorem Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300671,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20903,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Cras Eget Nisi Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300672,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20904,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ImportTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300673,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20905,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adipiscing Lobortis Risus Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300674,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20906,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Interdum Libero Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300675,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20907,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mi Fringilla Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300676,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20908,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Imperdiet Nec Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300677,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20909,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxxabc1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300678,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20910,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Facilisis Vitae Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300679,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20911,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Varius LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300680,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20912,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Semper Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300681,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20913,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna Suspendisse Tristique Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300682,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20914,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Malesuada Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300683,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20916,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Non Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300684,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20917,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Porta Elit Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300685,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20918,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sociis Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300686,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20919,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aliquam Nisl Nulla Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300687,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20920,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Et Rutrum Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300688,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20921,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"In Tincidunt Congue Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300689,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20922,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Faucibus Leo In Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300690,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20923,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lacus Cras Interdum Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300691,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20924,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lasse A\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300692,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20925,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nec Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300693,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20926,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aliquam Erat Volutpat LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300694,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20927,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla Eu LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300695,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20928,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Metus Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300696,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20929,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lectus Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300697,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20930,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Mattis Velit Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300698,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20931,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Condimentum Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300699,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20932,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Donec Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300700,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20933,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Felis Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300701,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20935,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Afflemann Prints\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300702,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20936,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Allerhvems\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300703,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20937,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"HD\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300704,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20939,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Diam LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300705,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20940,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"T430\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300706,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20941,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Est Mauris Rhoncus Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300707,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20942,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ullas Uldfabrik\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300708,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20943,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ina Maze\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300709,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20944,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ina segment\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300710,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20945,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Cum Sociis Natoque LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300711,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20946,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vehicula Aliquet Libero PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300712,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20947,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Integer Sem Elit LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300713,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20948,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pharetra Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300714,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20949,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Quis Massa Mauris Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300715,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20950,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rhoncus Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300716,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20951,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mollis Dui In Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300717,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20952,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Quis Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300718,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20953,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vel Sapien Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300719,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20954,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Odio Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300720,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20955,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ridiculus Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300721,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20956,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"A Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300722,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20957,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tincidunt Adipiscing Mauris Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300723,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20962,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Augue Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300724,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20963,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tortor Nunc Commodo PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300725,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20966,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Amet Consectetuer PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300726,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20967,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Marks nye kunde\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300727,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20969,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna A Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300728,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20970,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300729,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20971,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nisl Nulla Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300730,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20972,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Augue Scelerisque Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300731,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20978,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lead Inc\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300732,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20982,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eleifend Nunc Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300733,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20983,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Elementum At Egestas Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300734,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20984,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Risus LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300735,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20986,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mr Kund\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300736,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20987,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lectus Rutrum LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300737,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20988,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Nibh Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300738,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20989,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ultricies Adipiscing LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300739,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20990,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Faucibus Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300740,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20991,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Semper Nam Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300741,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20992,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ante Maecenas Mi LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300742,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20993,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Scelerisque Lorem Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300743,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20994,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vel Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300744,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20995,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Sed Pede LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300745,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20996,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Parturient Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300746,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20997,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vitae Diam Proin LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300747,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20998,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Roger Rabbit's Steaks\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300748,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 20999,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Blandit LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300749,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21000,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Interdum Enim Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300750,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21001,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Libero At Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300751,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21002,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Semper Dui Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300752,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21006,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rikki Tikki Shop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300753,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21008,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Take Offer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300754,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21010,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nibh Lacinia Orci Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300755,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21011,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kund import\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300756,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21012,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kund import2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300757,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21013,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Arcu Sed Et PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300758,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21014,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"funkyname áðíý\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300759,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21015,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"funkyname2 áðíý\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300760,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21022,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kund Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300761,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21024,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"karls new new prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300762,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21025,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"karls new new new prospect\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300763,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21033,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"In Magna Phasellus Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300764,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21034,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mollis Non Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300765,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21035,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ungalf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300766,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21046,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sollicitudin Adipiscing Ligula Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300767,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21047,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300768,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21049,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300769,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21051,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy9\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300770,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21052,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy8\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300771,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21054,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy7\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300772,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21056,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ticket customer - copy6\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300773,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21058,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Posuere Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300774,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21061,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Euismod Enim LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300775,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21064,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Id Sapien Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300776,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21078,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Urna Nec Luctus Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300777,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21079,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Erat Nonummy LLP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300778,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21080,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"General Sales\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300779,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21100,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Valbuena\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300780,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21101,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Database Weekly\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300781,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21103,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook_404\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300782,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21104,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook_405\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300783,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21105,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook_406\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300784,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21106,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook_407\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300785,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21107,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WorkBook_408\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300786,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21108,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"x123 Royal Albert\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300787,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BlueBird 171 - copy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300788,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21110,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BlueBird 171 - copy2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300789,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21111,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 228 - copy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300790,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21112,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mr Reliable Customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300791,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21113,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Helpful Customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300792,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21114,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nasty Customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300793,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21117,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Duis Volutpat Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300794,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21134,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Durundi\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300795,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21135,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"B123\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300796,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21136,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Huntley Vine\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300797,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21137,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ultricies Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300798,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21139,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"uganda\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300799,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21140,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"uganda 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300800,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21141,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Non Justo Proin PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300801,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21142,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lorem Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300802,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21143,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sit Amet Ultricies PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300803,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21149,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Massa Suspendisse Eleifend Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300804,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21153,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Travemünde Slagterhus\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300805,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21163,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ML1 Customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300806,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21165,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Samson data\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300807,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21166,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"customer 2000\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300808,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21167,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"customer 2001\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300809,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21168,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"customer 2002\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300810,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21169,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"customer 2003\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300811,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21170,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer 2004\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300812,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21173,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vestibulum Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300813,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21174,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lacus Cras LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300814,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21175,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Non Egestas LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300815,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21176,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dapibus Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300816,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21177,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aenean Eget Magna Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300817,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21179,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nec Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300818,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21180,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300819,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21183,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tellus Phasellus Elit Consulting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300820,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21189,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"AdSense X\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300821,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21193,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prosa\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300822,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21196,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eget PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300823,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21197,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Porttitor Interdum Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300824,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21203,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bilka\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300825,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21204,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Volvo AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300826,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21205,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Honda\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300827,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21224,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nascetur Ridiculus Mus Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300828,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21228,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Id Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300829,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21229,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Feugiat Sed Nec Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300830,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21230,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sagittis Semper Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300831,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21231,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dui Lectus Rutrum Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300832,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21232,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Montes LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300833,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21233,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Convallis Ante Lectus Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300834,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21238,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bolvig kunden\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300835,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21255,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"wwd wdwd 1234567\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300836,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21271,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nybolig\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300837,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21272,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"esoft\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300838,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21273,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"thomasrisager\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300839,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21275,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Amet Foundation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300840,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21276,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla In Tincidunt LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300841,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21277,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tempus Scelerisque Lorem Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300842,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21317,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Israeli internal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300843,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21318,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adel Nielsen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300844,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21320,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Massa Lobortis LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300845,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21330,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ambu Productions A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300846,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21331,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jørn A. Rullepølser\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300847,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21340,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bauhaus\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300848,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21341,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Emirala Petopidor\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300849,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21342,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tinna Tupi\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300850,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21356,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Neque Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300851,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21370,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Duis A Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300852,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21371,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nisi Magna Sed Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300853,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21372,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pede Suspendisse LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300854,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21373,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Quisque Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300855,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21374,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Maecenas Malesuada LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300856,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21375,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Egestas Urna Justo Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300857,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21376,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Phasellus Nulla Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300858,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21377,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Semper Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300859,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21378,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sed Neque Sed LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300860,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21379,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dapibus Id Blandit LLC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300861,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21380,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ultrices Iaculis Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300862,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21381,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Primis Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300863,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21382,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lorem Auctor LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300864,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21383,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Non Sollicitudin Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300865,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21384,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nulla Cras Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300866,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21385,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Odio Tristique LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300867,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21386,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vulputate Dui Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300868,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21387,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lacus Aliquam Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300869,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21388,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"henrik\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300870,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21389,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lobortis Tellus Justo Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300871,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21390,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Justo Faucibus Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300872,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21391,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Arcu Vel Quam LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300873,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21392,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Ullamcorper Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300874,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21393,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ligula Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300875,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21394,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Diam Vel Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300876,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21395,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pede Praesent Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300877,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21396,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sem Egestas Blandit Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300878,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21397,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ante Ipsum Primis LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300879,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21398,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Urna Ut Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300880,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21399,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Interdum Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300881,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21400,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sodales Elit Erat Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300882,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21401,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Neque Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300883,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21402,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Erat Nonummy Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300884,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21403,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300885,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21404,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Purus Maecenas Libero Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300886,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21405,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Natoque PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300887,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21406,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nascetur Ridiculus Mus Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300888,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21407,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rhoncus Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300889,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21408,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vivamus Nisi Mauris Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300890,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21409,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Id Nunc Interdum Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300891,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21410,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ut Cursus Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300892,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21411,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ridiculus Mus Donec Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300893,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21412,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lorem Luctus Ut Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300894,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21413,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sociis Natoque Penatibus Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300895,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21414,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Et Tristique Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300896,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21415,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Turpis Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300897,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21416,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer A\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300898,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21417,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark customer b\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300899,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21418,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer C\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300900,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21419,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tempus Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300901,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21420,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Luctus Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300902,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21421,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nullam Suscipit Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300903,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21422,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer D\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300904,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21423,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer E\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300905,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21424,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer F\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300906,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21425,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lorem Ipsum Dolor Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300907,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21426,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Class Aptent PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300908,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21427,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eu Odio Phasellus Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300909,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21428,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"At Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300910,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21429,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ut Institute\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300911,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21430,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nibh Donec Est LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300912,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21431,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Penatibus Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300913,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21432,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sapien Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300914,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21433,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Morbi Metus Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300915,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21434,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eu Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300916,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21435,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Class Aptent Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300917,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21436,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Diam Vel Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300918,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21437,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Augue Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300919,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21438,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mus Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300920,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21439,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300921,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21440,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mauris Integer Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300922,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21441,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna A PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300923,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21442,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ipsum Primis Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300924,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21443,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Quis Turpis Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300925,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21444,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nam Ligula Elit Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300926,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21445,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tellus Imperdiet LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300927,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21446,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nam Consequat Corporation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300928,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21447,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aenean Eget Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300929,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21448,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sagittis Lobortis Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300930,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21449,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Feugiat Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300931,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21450,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Orci Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300932,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21451,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Erat Nonummy Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300933,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21452,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sit Industries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300934,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21453,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adipiscing Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300935,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21454,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mollis Lectus Pede PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300936,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21455,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Et Magnis PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300937,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21456,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aenean Massa Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300938,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21457,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Etiam Gravida LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300939,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21458,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eget Odio Aliquam Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300940,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21459,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Curabitur Ut Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300941,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21460,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Non LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300942,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21461,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer G\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300943,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21462,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Est Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300944,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21463,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer H\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300945,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21464,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tincidunt Nunc PC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300946,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21465,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fringilla Mi Lacinia Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300947,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21466,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer I\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300948,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21467,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer J\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300949,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21468,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"mam first kunde\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300950,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21469,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ups igen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300951,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21470,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Cursus Luctus Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300952,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21471,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Senectus Et Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300953,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21472,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Auctor Vitae LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300954,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21473,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Interdum Nunc Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300955,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21474,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdfasdgfadsfgagdsf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300956,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21475,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer K\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300957,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21476,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer L\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300958,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21477,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Customer M\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300959,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21481,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Alpha\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300960,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21483,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lectus Quis Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300961,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21484,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dolor Quam Elementum Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300962,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21502,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vulputate Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300963,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21503,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Metus Sit Amet Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300964,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21504,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ut Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300965,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21505,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Arcu Institute\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300966,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21506,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dui Cras Pellentesque Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300967,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21507,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mogens Ny\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300968,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21563,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Cola\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300969,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21564,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sagittis Felis LLP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300970,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21565,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ubitech Moldes Y Modelos Industriales SL 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300971,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21566,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"B20141029\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300972,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21567,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"gullible buyers\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300973,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21568,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"René's client - do not touch\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300974,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21584,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"sadgdsfgdsfgsdfgsdf\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300975,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21602,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nibh Aliquam Ornare Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300976,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21603,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Enim Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300977,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21604,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Libero Consulting\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300978,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21606,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Non Lobortis Quis Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300979,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21608,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"tim\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300980,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21633,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Morten Industries (ID21633)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300981,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21641,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Frederik Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300982,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21650,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nunc Est Inc.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300983,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21712,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Antarktis Ølkiosk\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300984,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21713,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"accleinvate\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300985,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21720,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Microsoft (ID21720)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300986,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21722,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Spotify Denmark ApS\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300987,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21726,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ferie\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300988,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21740,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Wealthy Car Wash Owners\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300989,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21741,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Wealthy Chinese Grandparents\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300990,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21749,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Købmand Jørgensens hjælper\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300991,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21750,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kkk\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300992,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21752,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Convallis Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300993,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21778,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gode gamle\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300994,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21780,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gamle jaz\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300995,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21781,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Johnny Romero\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300996,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21782,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ac Corp.\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300997,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21783,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Stanley\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300998,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21785,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tincidunt Vehicula Risus Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9300999,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21787,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vel Faucibus Id Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301000,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21788,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Luctus Sit Amet Ltd\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301001,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21791,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hendrerit A Arcu Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301002,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21792,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"dsfkjhndafslkda\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301003,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21793,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Molestie In Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301004,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21794,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Blommenslyst catering\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301005,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21796,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kings and Queens Catering\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301006,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21797,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kings and Queens Catering 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301007,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21798,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kings and Queens Catering 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301008,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21799,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kings and Queens Catering 4\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301009,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21800,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kings and Queens Catering 5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301010,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21825,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Baxter Medical AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301011,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21839,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Orion Pharma AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301012,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21843,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Meda AB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301013,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21851,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bonniers Club & Entertainment\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301014,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21858,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eu Tellus PC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301015,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21886,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rune Klanens Koncern\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301016,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21887,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Snagit A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301017,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21896,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"En gang hed byen Peking\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301018,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21914,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tossebageren\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301019,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21915,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tossebageren (21915)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301020,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21916,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ttttttttttttttt\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301021,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21918,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Diam Eu Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301022,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21920,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer syssetting 948 - value 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301023,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21921,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer syssetting 948 - value 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301024,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21922,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer syssetting 948 - value 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301025,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21944,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vulputate Posuere Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301026,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21947,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aenean Gravida Nunc Associates\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301027,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21953,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Case Craft AB\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301028,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21954,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Brotherhood of NOD\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301029,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21955,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Global Defense Initiative\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301030,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21956,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Augue LLP\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301031,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21957,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Euismod Ac Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301032,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21958,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rhoncus Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301033,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21992,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"hvor er jeg fra?\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301034,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21993,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"er jeg fra dk\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301035,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21996,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ældresagen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301036,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 21998,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Østerbro Terrorkorps\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301037,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22047,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dont Do Dat\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301038,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22066,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nick Carter Company - copy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301039,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22073,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna Foundation\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301040,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22074,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BLB Pipeline Emne 10\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301041,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22078,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Festivals\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301042,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22079,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Keen saga \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301043,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22082,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Entertainments\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301044,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22084,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mattis Velit Justo Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301045,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22086,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Coca Boca\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301046,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22088,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rawson\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301047,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22089,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Euell\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301048,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22095,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Group\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301049,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22096,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Circus\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301050,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22097,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Helberg Print & Posters\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301051,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22099,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ivory 5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301052,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22100,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"hhjjhhhh\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301053,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22104,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Games\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301054,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22105,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nesbit Air travel\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301055,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22106,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Brian B\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301056,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22107,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"My new customer\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301057,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jaeger boms\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301058,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22116,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Denim Company\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301059,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22148,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect BLB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301060,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22153,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Donec Limited\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301061,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22154,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Eu Erat Incorporated\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301062,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22155,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Risus Odio LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301063,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22160,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Amet Consectetuer Adipiscing LLC\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301064,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22161,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Duis Risus Odio Associates\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301065,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22206,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jægermeister A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301066,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22208,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test show disabled contacts\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301067,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22212,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mily Gay\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301068,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22288,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The Coca-Cola Company US\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301069,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22289,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test47\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301070,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22296,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"kentkannemt\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301071,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22297,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kentkannemt\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301072,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22304,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Christian's Test Customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301073,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22314,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Christian's Prospect Subject 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301074,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22343,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hansen Luxus Vare fra CPH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301075,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22344,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hansen Slamsugning\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301076,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22387,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Københavns ErhvervsAkademi\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301077,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22388,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The Coca Cola Company manu users\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301078,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22389,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Danxx ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301079,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22390,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Københavns Erhvervsakademi (22390)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301080,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22392,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kristeligt Dagblad\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301081,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22394,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testerink BV Aannemersbedrijf J\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301082,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22395,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testerink BV Aannemersbedrijf J 22\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301083,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22396,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testerink BV Aannemersbedrijf J 55\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301084,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22397,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"localhost Leipzig GbR\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301085,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22402,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bestseller Warehouse A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301086,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22404,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"René Schmidt (22404)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301087,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22405,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Poul Pulsen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301088,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22406,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Halsnæs Forsyning\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301089,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22408,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rich Kids\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301090,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22417,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Einen namen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301091,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22418,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Flink Fyr\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301092,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22419,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"22419\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301093,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22421,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SPQR\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301094,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22423,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Creation Test 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301095,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22424,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New Customer Creation Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301096,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22425,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Creation Test 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301097,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22426,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Creation Test 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301098,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22427,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Creation Test 5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301099,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22428,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Creation Test  6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301100,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22429,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Creation Test 7\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301101,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22478,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Resource 9\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301102,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22505,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"This customer has got a pretty long name\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301103,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22506,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Random pedestrians against racism and stawberries\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301104,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22507,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vridløselille og omegns sofadistribution ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301105,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22513,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Finn Ulrik Claus Karlsen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301106,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22514,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hans Erik Rasmus Peter Eigil Sørensen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301107,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22515,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lars Ulrik Svendsen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301108,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22516,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Christian Jensen Olsen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301109,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22517,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"hi hih hih hi\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301110,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22518,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Trust headphones\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301111,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22520,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pjerrot T. Ivoli\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301112,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22533,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Poul Ib Sørensen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301113,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22547,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Luk mig igen kunde\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301114,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22548,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Loading screen testing\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301115,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22549,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Loading screen customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301116,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22571,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing the loading screen customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301117,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22581,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301118,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22582,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Peter Jensen Pedersen Poul\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301119,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22584,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Vridsløselille Statsfængsels Fredagsbar\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301120,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22585,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Herlufmagle Kostskole for autister og Tim\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301121,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22592,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"1Abekats\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301122,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 22755,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"poop po\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301123,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23000,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dynamic Management Solutions\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301124,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23035,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ikea gentofte\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301125,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23040,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CrashBusters\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301126,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23041,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ballerup Super Arena\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301127,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23044,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Høje Taastrup Kommune\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301128,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23045,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"customer timeout not timeout \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301129,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23070,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adams Æbler\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301130,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23073,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adams Hemmelighed\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301131,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23079,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adams Holder\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301132,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23080,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adams Grønthandler\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301133,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23081,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ADAM\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301134,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23134,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Joe & The Juice\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301135,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23148,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Telmore\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301136,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23163,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Samsung\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301137,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23164,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Werkbok\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301138,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23222,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 23222\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301139,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 23524,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 23524\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301140,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25415,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25415\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301141,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25416,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25416\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301142,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25439,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25439\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301143,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25462,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25462\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301144,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25485,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25485\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301145,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25508,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25508\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301146,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25585,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25585\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301147,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25608,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25608\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301148,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25672,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25672\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301149,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25673,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25673\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301150,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25674,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25674\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301151,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25675,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25675\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301152,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25676,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25676\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301153,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25677,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25677\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301154,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25688,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25688\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301155,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25717,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25717\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301156,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25720,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25720\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301157,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25722,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25722\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301158,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25740,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25740\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301159,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25788,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25788\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301160,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25823,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25823\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301161,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 25869,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 25869\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301162,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 26318,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 26318\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301163,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 26485,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 26485\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301164,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 26959,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 26959\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301165,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 27001,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Boots Advantage \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301166,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 27151,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 27151\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301167,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 27197,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 27197\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301168,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 27220,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 27220\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301169,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 27243,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 27243\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301170,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 27646,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 27646\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301171,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 28379,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 28379\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301172,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 28402,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 28402\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301173,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 28502,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 28502\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301174,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 28525,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 28525\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301175,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 28548,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 28548\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301176,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 28594,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 28594\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301177,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 29672,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 29672\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301178,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 29707,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 29707\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301179,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 29830,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 29830\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301180,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 29853,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 29853\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301181,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 29876,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 29876\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301182,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 29899,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 29899\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301183,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 29922,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 29922\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301184,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 29942,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 29942\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301185,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 29944,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 29944\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301186,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 30294,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 30294\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301187,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 30396,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tesco Club card \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301188,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 30437,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 30437\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301189,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 30563,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 30563\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301190,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 30570,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Procespect 30570\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301191,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 30677,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"renes?\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301192,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 30689,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Renes rederi\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301193,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 30700,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The dream supplier\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301194,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 30701,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The resource supplier\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301195,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 30702,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The worth supplier\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301196,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34878,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"A new supplier test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301197,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34879,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Høje Taastrup Kommune Affald\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301198,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34885,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adams Æbleret\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301199,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34898,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301200,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34899,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 9\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301201,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34900,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 10\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301202,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34901,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 11\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301203,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34935,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Skyworkers\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301204,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34954,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam Adams\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301205,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34955,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"John Wayne\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301206,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34964,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Shimmering Santa Clothing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301207,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34977,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"FossTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301208,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34978,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ABC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301209,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34979,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gaylord National Resort Conv Ctr\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301210,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34980,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mariah Carey\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301211,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34985,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxxxxxxx\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301212,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34987,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"mere test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301213,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34992,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MPTEST\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301214,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34993,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MPTEST1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301215,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34994,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MpTEST2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301216,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34995,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Oakenshield Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301217,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34997,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Another client name\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301218,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34998,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Allans cache test kunde\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301219,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 34999,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Allans cache test kunde 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301220,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35000,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Allans cache test kunde 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301221,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35005,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Frederiksberg Girafudlejning\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301222,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35006,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Frederiksberg Elefant- og movieboxudlejning\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301223,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35009,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ny kunde test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301224,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35025,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tomorrow news\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301225,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35026,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Access Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301226,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35028,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Musab\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301227,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35040,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"moneyloaded client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301228,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35041,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301229,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35058,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fiskehuset i Bøvlingbjerg\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301230,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35068,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Amet2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301231,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35089,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"2 dumme \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301232,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35095,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"testET\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301233,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35113,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Daniels Debtor Setup Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301234,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35114,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"hsfbuhfuf\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301235,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35117,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Puges default valued customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301236,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35118,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer Copy Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301237,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35119,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test customer1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301238,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35120,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test customer2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301239,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35128,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Puge test customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301240,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35130,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Abehuset A/S - copy\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301241,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35147,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"HKH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301242,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35148,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Another test customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301243,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35149,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Abehuset A/S - copy1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301244,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35150,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Abehuset A/S - copy2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301245,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35156,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"accelerated graphics port (35156)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301246,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35172,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test22\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301247,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35197,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Morten New Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301248,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35222,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Honkadonker\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301249,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35224,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Honkadonka\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301250,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35235,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Trumpet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301251,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35237,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lomholt Advertising\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301252,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35287,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ANO Data Analytics Factory\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301253,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35289,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ANO World Wide Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301254,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35294,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Don Juans Projekt \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301255,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35320,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Marvel inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301256,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35336,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Benny og Børge\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301257,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35337,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Crowley Skinner\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301258,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35338,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Buksebanditten\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301259,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35339,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dont Do Dat\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301260,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35340,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Koala\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301261,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35342,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ditte til Tango\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301262,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35343,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hogan of Hulk\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301263,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35400,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Another Test 123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301264,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35415,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301265,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35419,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gambit Cards Inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301266,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35420,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"akjsdhkasjhd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301267,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35423,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"1 (35423)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301268,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35428,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Obsession Electrionics Corp.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301269,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35435,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testboy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301270,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35436,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Never\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301271,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35437,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gonna\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301272,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35438,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Give\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301273,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35439,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"You\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301274,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35445,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Down <div class=\\\"ScInTest\\\"></div><script>var x=$(\\\".ScInTest:not([id])\\\");x.uniqueId();var y=\\\"#\\\"+x.attr(\\\"id\\\");alert(\\\"C35445: \\\" + $(y).closest(\\\".workBookPage\\\").attr(\\\"filelocation\\\") + \\\", \\\" + $(y).parent().attr(\\\"class\\\"))</script>\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301275,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35448,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Balls Von Fire\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301276,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35451,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestInterAdmin\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301277,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35452,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hoppeti Hop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301278,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35453,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestHoliday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301279,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35454,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Azys_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301280,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35455,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestInterPR\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301281,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35456,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301282,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35457,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Latino Bean King\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301283,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35459,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Okeokeoke\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301284,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35460,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"PohDaMonk\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301285,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35461,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Help me\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301286,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35462,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"John Faxen\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301287,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35463,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mama Mia\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301288,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35464,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Momo mio\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301289,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35465,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"testymctest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301290,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35466,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Latino Banana King\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301291,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35471,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Illegal -\\t\\\"Name\\\" (Customer)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301292,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35473,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Illegal chars \\\"-(With stuff\\\" and cookies\\\")-\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301293,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35475,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Illegal chars \\\"With more stuff\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301294,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35476,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"No way man\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301295,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35477,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client - \\\"MISC\\\"(LOL)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301296,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35485,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"AKQA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301297,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35498,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Svend Tveskæg A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301298,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35499,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aitest\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301299,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35501,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Det fantastiske bureau\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301300,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35504,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fyns Kardan & Bremsecenter\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301301,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35505,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestProspect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301302,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35506,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestIllness\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301303,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35507,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestyFoods\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301304,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35520,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hfh Holding ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301305,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35542,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Swankerz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301306,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35548,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Silversea Sales Company\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301307,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35566,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test kunde\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301308,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35567,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mandril ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301309,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35568,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mandrilskæg\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301310,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35606,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nicks Ninjas\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301311,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35629,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"*Tim Jensen kunde 26\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301312,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35640,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New Awesome Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301313,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35708,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EVERYTHING IS 42\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301314,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35718,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Byens Bedste Bageri\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301315,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35719,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Guldhorns Bageri\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301316,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35752,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nicky20\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301317,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35760,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Luke Skywalker\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301318,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35766,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"John Wayne (35766)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301319,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35770,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"client 35770\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301320,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35780,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"1 (35419)(35419)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301321,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35781,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ADAM (35781)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301322,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35799,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ND test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301323,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35801,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"AC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301324,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35803,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Don Juan Dos\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301325,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35804,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"HEJHEJHEJ\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301326,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35813,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fitness world\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301327,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35815,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Donald Trump AKA Best Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301328,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35816,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Greenhouse Incorporated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301329,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35817,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Evil Inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301330,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35818,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Overgrowth\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301331,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35821,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Chantay's Brawling Ring\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301332,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35824,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Donald Drumpf\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301333,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35841,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Woop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301334,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35842,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Woop2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301335,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35843,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Woop3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301336,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35844,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Johnny J. Johnson\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301337,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35847,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testeronedongers\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301338,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35848,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testerigenigen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301339,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35849,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"try again\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301340,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35851,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301341,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35852,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test prospect 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301342,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35853,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bonksen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301343,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35854,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Oh pros\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301344,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35855,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Oh pros 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301345,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35863,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Birke Brian\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301346,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35868,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tesst1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301347,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35877,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Super duper Client\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301348,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35885,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Drumph INC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301349,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35889,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Creative Labz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301350,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35900,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Affluence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301351,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35901,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Internal PR/Marketing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301352,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35940,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Morten tester prospect, slet mig igen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301353,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35944,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Morten tester igen. Slet mig\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301354,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35946,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ChhTestClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301355,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35971,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"faTestWorkbook\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301356,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35972,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"S A D B O Y S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301357,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35975,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Invoice Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301358,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35978,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WHY\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301359,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35979,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"N I K O L A J\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301360,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35980,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nikolaj <div class=\\\"ScInTest\\\"></div><script>var x=$(\\\".ScInTest:not([id])\\\");x.uniqueId();var y=\\\"#\\\"+x.attr(\\\"id\\\");alert(\\\"C35980: \\\" + $(y).closest(\\\".workBookPage\\\").attr(\\\"filelocation\\\") + \\\", \\\" + $(y).parent().attr(\\\"class\\\"))</script>\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301361,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35981,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"nikolaj hvorfor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301362,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35982,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børge 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301363,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35989,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ulala\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301364,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35991,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Albani\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301365,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 35992,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nordea\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301366,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36009,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test create new client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301367,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36016,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Read only create new client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301368,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36021,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gadford advertising\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301369,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36140,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Focus on me after I've been created\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301370,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36141,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Creme La Boyo\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301371,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36144,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect Test Selection Data\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301372,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36182,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kongehuset Kæphøj\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301373,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36200,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestRess\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301374,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36201,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestRess>\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301375,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36202,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestRess/\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301376,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36203,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestRess[\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301377,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36204,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestRess\\\"\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301378,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36205,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"/Testress 2 supplier edtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedtedt\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301379,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36206,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"[TestRess\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301380,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36207,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \">TestRess 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301381,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36260,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Advanced Logistics Lenti\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301382,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36261,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Futureframe\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301383,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36281,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"faTestLangueLCID\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301384,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36305,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Abc3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301385,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36307,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Def 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301386,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36308,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Def 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301387,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36309,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Def 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301388,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36315,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestConvertResourceType\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301389,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36329,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdaa\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301390,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36330,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SuperClient1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301391,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36331,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SuperClient2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301392,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36332,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"<script> alert(\\\"test\\\") </script>\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301393,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36334,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect Lenti\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301394,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36375,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Morten Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301395,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36387,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"_Consultant #2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301396,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36391,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"_Consultant #5 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301397,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36404,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Cats Tomorrow\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301398,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36405,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bauhaus New\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301399,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36406,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Martin Zielke\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301400,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36409,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301401,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36412,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Emils Snedkerværksted\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301402,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36414,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"kage\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301403,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36416,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect kage test\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301404,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36417,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Super Kage\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301405,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36437,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Timmy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301406,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36447,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test2121\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301407,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36451,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test121212\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301408,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36466,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ML New Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301409,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36468,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bobby's Bar\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301410,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36478,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SteaMFlow\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301411,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36479,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"HP & Goblin of Fire\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301412,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36494,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testitest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301413,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36504,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test4244124\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301414,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36507,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"3124521\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301415,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36518,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"654321\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301416,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36521,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"12451234 TE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301417,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36525,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"51123\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301418,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36531,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"53123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301419,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36537,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"4121\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301420,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36540,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"213244\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301421,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36545,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"21334\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301422,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36552,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"412214\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301423,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36559,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"3213154214\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301424,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36562,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"2321312321\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301425,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36569,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Ban\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301426,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36573,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"awoubfaouwbf oawbd oauwbd oa\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301427,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36576,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"University of Massachusetts at Amherst\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301428,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36579,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ArcTouch\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301429,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36580,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test22\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301430,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36604,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"AAAA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301431,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36644,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"f\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301432,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36667,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Swan\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301433,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36679,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test21312\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301434,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36680,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test1321321\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301435,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36681,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test12141212\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301436,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36708,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301437,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36734,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"World of Nerdcraft\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301438,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36738,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tester prospect yes\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301439,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36744,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client card test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301440,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36755,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"tester igen negi\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301441,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36767,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testy McClientface\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301442,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36795,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ignorance\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301443,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36803,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Will Smith's love nest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301444,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36834,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kim Possible\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301445,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36836,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"1234 (ID36836)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301446,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36839,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"HEEEEJ00000\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301447,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36843,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"987\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301448,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36846,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"9875\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301449,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36850,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"2468\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301450,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36853,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"24468\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301451,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36857,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"321654 oh\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301452,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36860,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"159753456\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301453,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36864,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test01\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301454,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36872,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test0211\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301455,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36880,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test098\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301456,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36887,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MF1 (ID36887)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301457,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36894,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MF22\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301458,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36915,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bilbo Baggins\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301459,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36916,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Frodo Baggins\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301460,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36917,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MFTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301461,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36920,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rick Grimes\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301462,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36935,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"DebtorCreateTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301463,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36936,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"DebtorCreateTest2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301464,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36944,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bloomberg News\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301465,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36945,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"D-Wave\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301466,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36968,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test abc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301467,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36969,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test (ID36969)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301468,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36970,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"A very good client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301469,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36973,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"KR testing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301470,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36989,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børge's famøse pølser\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301471,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36990,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børge's Pølser\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301472,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36991,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børge's Pølser 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301473,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36992,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børge's Pølser 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301474,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36993,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børge's Pølser  4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301475,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36994,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børge's Pølser 5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301476,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 36995,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børge's Pølser 6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301477,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37004,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing New Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301478,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37005,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New Client ABC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301479,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37006,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New Client Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301480,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37036,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nikolaj's Client belgium\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301481,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37038,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nikolaj's Client USA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301482,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37079,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ready for deactivation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301483,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37101,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Karina's Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301484,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37123,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test WB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301485,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37124,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing WB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301486,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37142,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Green Technology \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301487,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37150,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Michael Petersen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301488,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37157,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma CD\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301489,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37160,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma E\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301490,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37161,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma F\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301491,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37163,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Merge client 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301492,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37164,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Merge client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301493,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37165,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma G\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301494,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37168,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma H\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301495,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37170,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma I\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301496,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37171,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma J\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301497,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37173,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma K\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301498,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37177,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma L\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301499,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37178,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma M\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301500,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37179,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test client morten\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301501,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37180,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Making a new test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301502,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37181,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma O\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301503,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37182,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Thomathy's adventure\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301504,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37183,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Schæbel's Cykelhjelme\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301505,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37194,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Uth's Kaffe\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301506,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37201,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BBB Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301507,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37404,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Prospect B\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301508,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37411,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LEO Pharma P\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301509,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37452,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"5675765\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301510,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37455,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarkes customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301511,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37463,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"teetet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301512,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37524,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"rewtywerty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301513,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37545,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"_To_Fit_Designer #13\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301514,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37615,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarke test bruger 2 #2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301515,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 37633,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarke test bruger 2 #20\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301516,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38061,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"123 TEST Pipeline\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301517,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38070,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"awiopdapwidnawd awd awd \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301518,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38071,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"a da aaad  \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301519,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38074,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bad Girl\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301520,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38081,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"123 (38081)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301521,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38566,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TUS test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301522,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38854,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dont Do Dat\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301523,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38864,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"K.I.S.S. Inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301524,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38865,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Emir Test 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301525,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38873,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"World Subjugation for merge\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301526,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38893,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jimmys bukser\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301527,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38898,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Job Team client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301528,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38949,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301529,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38950,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"1234 Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301530,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38951,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"123 Oh\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301531,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38952,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"9875\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301532,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38954,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"123_PS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301533,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38955,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fermentum Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301534,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38957,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301535,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38959,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"This Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301536,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38969,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"XXXX2016\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301537,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38983,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestTask1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301538,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38997,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"retertertertert\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301539,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38998,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Winter, Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301540,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 38999,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"winter 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301541,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39000,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Winter 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301542,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39013,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WB-testing A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301543,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39018,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Project retainer client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301544,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39033,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"bubbyyuppy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301545,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39035,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"A-Town Fresh fish\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301546,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39038,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"kuGASFW\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301547,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39047,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jonas nye client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301548,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39051,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CMG\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301549,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39057,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarkes anden test customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301550,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39080,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The WIP report client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301551,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39082,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Retainer job Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301552,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39083,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"UGA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301553,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39084,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"University of Virginia Athletics\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301554,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39086,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Tim\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301555,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39091,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"testing dash\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301556,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39123,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarkes customer 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301557,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39124,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Winter Inc 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301558,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39125,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Winter 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301559,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39152,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Grant Lewis LTD 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301560,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39153,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Grant Lewis LTD 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301561,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39154,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Grant Lewis LTD 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301562,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39155,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Grant Lewis LTD 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301563,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39157,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mikkels WIP sexy Report\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301564,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39165,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test0504\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301565,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39167,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TESTER0504\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301566,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39176,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Gervoe client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301567,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39177,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TEST123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301568,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39212,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tester0504 (39212)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301569,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39231,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Camillatest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301570,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 39236,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client with many contacts\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301571,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40737,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"camillastest0504\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301572,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40741,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"rankone\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301573,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40752,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"John Lewis\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301574,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40754,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fernanda Torres\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301575,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40761,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Shawarma Frederiksværk ApS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301576,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40764,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test (40764)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301577,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40765,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"This Is A Connection\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301578,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40767,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"This is also a connection\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301579,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40841,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Summer A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301580,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40895,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Camilla's client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301581,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40913,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Chris Cheenis\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301582,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40926,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Wayne A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301583,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 40932,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SD prospect\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301584,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41046,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nicks pony farm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301585,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41047,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nicks horse farm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301586,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41048,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nicks elephant farm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301587,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41049,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nicks seahorse farm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301588,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41050,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nicks Ninjas Farm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301589,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41052,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Seahorse inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301590,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41085,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test resource\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301591,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41086,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test resource 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301592,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41096,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Christian's Prospect Subject 4 (41096)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301593,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41131,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bitter Lemon\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301594,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41132,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Schweppes\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301595,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41133,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test client Ltd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301596,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41134,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New Prosp\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301597,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41136,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prosp1212\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301598,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41137,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prosp2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301599,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41138,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect1313\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301600,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41148,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Abbot\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301601,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41151,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test prospectro\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301602,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41152,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bananaboyo\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301603,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41155,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The Dan Dream\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301604,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41180,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Advokatinnovation A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301605,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41182,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"A3B Client BBA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301606,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41237,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"South Dakota\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301607,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41469,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"__<div class=\\\"ScInTest\\\"></div><script>var x=$(\\\".ScInTest:not([id])\\\");x.uniqueId();var y=\\\"#\\\"+x.attr(\\\"id\\\");alert(\\\"Client name\\\" + $(y).closest(\\\".workBookPage\\\").attr(\\\"filelocation\\\") + \\\", \\\" + $(y).parent().attr(\\\"class\\\"))</script>\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301608,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41483,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"=cmd|'/C calc'!A0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301609,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41485,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"=cmd|'/C calc'!A0 (41485)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301610,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41488,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"That Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301611,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41492,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The moon\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301612,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41507,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"John Goodie2shoes\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301613,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41512,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Security Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301614,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41520,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"hej nyclient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301615,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41571,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"wdwfefefsds1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301616,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41573,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"wdwfefefsds (41573)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301617,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41579,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ubitech Moldes Y Modelos Industriales SL 3000\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301618,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41583,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"client 41583\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301619,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41593,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Dansk folkeparti (41593)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301620,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41600,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Newone (41600)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301621,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41609,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TUS Retainer test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301622,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 41635,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ANO Data Analytics Factory (41635)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301623,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72241,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Harambro's test zoo (no touchy)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301624,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72246,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Access Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301625,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72267,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"< Test >\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301626,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72312,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Green Technologies WB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301627,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72357,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The Accumsan Tiny Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301628,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72365,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client buster testing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301629,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72379,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Buster\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301630,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72383,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client buster (72383)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301631,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72384,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bridgestone\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301632,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72437,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CBT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301633,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72542,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Mc Clientface\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301634,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72543,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Clients are forever\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301635,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72545,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestTestTest (72545)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301636,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72546,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"JT Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301637,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72555,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client have been renamed\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301638,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72556,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New client for renaming\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301639,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72566,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fosses test kunde\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301640,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72575,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pipeline Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301641,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72583,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hej med dig\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301642,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72584,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The God of Consolidation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301643,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72643,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Setting 1140 test 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301644,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72644,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Setting 1140 test 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301645,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72645,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Setting 1140 test 3 NewClientAutoGeneratedDeliveryLabel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301646,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72679,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"31231241hh\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301647,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72687,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"141311\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301648,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72744,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mikkel's Hestegård\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301649,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72747,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MStesttest1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301650,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72748,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MStesttest2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301651,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72752,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nitro client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301652,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72762,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301653,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72763,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301654,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72764,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301655,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72765,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301656,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72766,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301657,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72767,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301658,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72768,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TEST7\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301659,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72769,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"mikkels client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301660,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72770,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tester sys var 959\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301661,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72771,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tester sys var 1140\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301662,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72772,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tester hulu bulu\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301663,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72777,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"John Wonderland\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301664,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72853,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Swankerz 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301665,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72854,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Swankerz 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301666,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72856,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Progressive A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301667,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72928,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CT Test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301668,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72930,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing Adding\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301669,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72946,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Thomas's test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301670,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72962,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Thomas's second test client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301671,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 72990,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Saul Goodman\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301672,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73014,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Approval test (73014)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301673,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73026,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"123 Oh (73026)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301674,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73027,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TheNeusClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301675,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73028,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TheNeusClient2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301676,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73050,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"9875\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301677,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73101,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Wendy's from Texas (API TEST CLIENT DO NOT TOUCH)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301678,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73119,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Herr Greve A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301679,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73129,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EB test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301680,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73130,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EB test job no 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301681,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73164,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EB client test RENAMED\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301682,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73168,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nitro client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301683,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73169,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"hej med dig\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301684,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73172,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Thomas Favorite Thing - WIP Client!\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301685,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73176,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EB client test 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301686,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73181,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EB client test 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301687,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73190,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EB testerrrr\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301688,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73199,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Olivers Mileage Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301689,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73203,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The one without a name\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301690,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73204,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Check this one\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301691,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73212,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301692,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 73217,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CT PQ Test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301693,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75358,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ChhProspectTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301694,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75362,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"This is a new prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301695,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75369,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testy prospect (75369)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301696,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75386,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client #1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301697,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75387,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301698,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75391,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Aalfons Åberg\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301699,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75392,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Alfons Åberg\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301700,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75393,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Åberg Alfons\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301701,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75398,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client for deactivation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301702,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75400,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pors client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301703,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75401,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EB testing cust \",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301704,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75402,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EB testing client 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301705,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75403,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EbB testing client 3\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301706,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75404,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EB testt\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301707,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75405,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EB testtt\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301708,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75407,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test client 112233\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301709,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75409,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301710,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75410,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301711,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75411,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New client 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301712,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75412,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New client 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301713,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75421,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"hej med dig nicki\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301714,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75423,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client folder setup test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301715,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75453,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ChhTestValue\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301716,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75514,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Pricelist client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301717,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75536,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test nitro client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301718,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75551,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing minimal creation customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301719,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75560,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"_________1113 event longer name here (ID75560) (ID75560)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301720,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75627,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 1 (75627)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301721,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75628,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301722,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75629,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301723,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75630,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301724,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75631,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301725,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75632,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 1 (75632)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301726,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75633,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Adam d 1 (75633)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301727,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75642,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"EB test client (75642)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301728,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75675,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"No Pricelist Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301729,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75676,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ManagementManagement\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301730,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75705,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nitro test client resources preparation \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301731,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75725,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"nitro test prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301732,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75737,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"sdfsdfsdfs\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301733,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75739,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdasdasdasdasd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301734,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75742,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"XXX CLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301735,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75743,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"XXX CLIENT 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301736,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75744,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"XXX CLIENT 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301737,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75752,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SomeNewClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301738,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75756,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BjarkeCust15\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301739,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75757,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BjarkeCust11\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301740,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75758,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BjarkeCust12\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301741,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75759,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BjarkeCust13\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301742,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75760,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BjarkeCust14\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301743,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75761,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BjarkeCust3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301744,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75762,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BjarkeCust4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301745,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75763,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BjarkeCust5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301746,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75764,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BjarkeCust8\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301747,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75765,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BjarkeCust9\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301748,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75767,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NoScamHere Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301749,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75792,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BBC Dock House\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301750,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75793,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BBC Television Centre\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301751,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75794,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BBGi\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301752,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75797,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tlalnepantla de Baz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301753,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75798,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"HSBC Bus Stop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301754,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75881,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"My bizzzz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301755,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75897,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Daniel Tester\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301756,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75903,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CL01 Co.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301757,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75908,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nikol\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301758,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75909,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nikolas\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301759,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75991,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarke's fishing shop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301760,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75992,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarkes other fishing shop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301761,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 75993,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarkes third fishing shop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301762,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76000,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Something inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301763,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76003,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"rdgr\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301764,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76010,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"No debtor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301765,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76040,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Morten Industries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301766,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76067,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RG's test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301767,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76071,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Client I\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301768,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76082,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BBC Television Centre (76082)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301769,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76087,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing supplier issue\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301770,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76089,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Supplier issue test 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301771,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76099,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WB Internal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301772,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76101,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test (76101)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301773,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76102,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"client n\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301774,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76103,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New Awesome Client | Internal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301775,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76104,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New Awesome Client | Internal 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301776,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76107,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing (76107)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301777,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76108,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing (76108)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301778,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76109,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"xxx dirty\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301779,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76110,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CHHOnTestDuty (76110)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301780,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76111,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CHHOnTestDuty2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301781,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76112,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CHHOnTestDuty3 (76112)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301782,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76126,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"pipeline mysteries\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301783,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76128,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"myClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301784,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76129,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"myClient 2.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301785,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76136,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"_________1113 event longer name here 222 (76136)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301786,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76141,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"_________1113 event longer name here (ID75560)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301787,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76142,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"1 (35415) (76142)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301788,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76144,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Notore Chemical Industries Plc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301789,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76145,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"9875 (76145)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301790,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76151,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ClientXyZ\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301791,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76159,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tim's import\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301792,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76219,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test importv2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301793,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76220,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test importv3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301794,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76221,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test importv3.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301795,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76222,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test importv4.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301796,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76223,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test importv5.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301797,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76224,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test importv6.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301798,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76225,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test importv7.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301799,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76226,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test importv8.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301800,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76227,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test importv9.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301801,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76228,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test importv10.1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301802,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76231,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"AC Lentinus Excelsius\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301803,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 76237,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Umbrella Corporation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301804,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77256,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna Tellus Faucibus Inc. copy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301805,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77257,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna v1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301806,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77258,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna v2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301807,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77259,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna v3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301808,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77260,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna v4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301809,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77261,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna v5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301810,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77262,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna v6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301811,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77263,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Magna v7\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301812,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77265,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"May.s PRO\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301813,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77283,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BBA Client Co\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301814,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77285,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hello.xom\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301815,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77294,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect01\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301816,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77307,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Consolidation company client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301817,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77314,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Will this client even get created\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301818,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77315,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"nitro test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301819,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77316,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test (77316)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301820,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77317,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"nicki test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301821,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77318,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Project Retainer Dope\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301822,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77319,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Georgia\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301823,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77320,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Deltek, Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301824,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77322,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test client (77322)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301825,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77323,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"testing 1 (77323)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301826,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77324,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Workbook Software A/S (77324)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301827,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77325,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Workbook Software A/S (77325)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301828,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77326,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Deltek Systems (Philippines), Ltd.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301829,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77333,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"_________1113 event longer name here (76136) (77333) A/S\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301830,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77334,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MyCopiedClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301831,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77335,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"My amazing client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301832,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77336,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"World Trade Center\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301833,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77352,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Addidas Sport\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301834,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77360,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301835,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77361,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Techworks\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301836,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77362,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Worktech\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301837,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77396,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 1 (77396)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301838,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77423,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Test Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301839,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77461,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 1 (77461)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301840,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77462,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She NRF Testing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301841,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77463,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Test Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301842,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77465,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"5 (77465)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301843,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77491,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Prospect Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301844,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77499,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client BBA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301845,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77501,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Zara\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301846,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77534,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RYD Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301847,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77539,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301848,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77546,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301849,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77548,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CT Kunde 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301850,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77551,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Coca cola inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301851,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77553,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client BBA (77553)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301852,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77559,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"PES TESTER\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301853,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77561,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client of client type \\\"Client\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301854,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77562,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client of client type \\\"Prospect\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301855,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77563,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client of client type \\\"Internal PR/Marketing\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301856,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77564,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client of client type \\\"Internal administration\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301857,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77565,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client of client type \\\"Holiday\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301858,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77566,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client of client type \\\"Illness and absence\\\"\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301859,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77568,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BBA Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301860,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77569,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BBCA Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301861,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77585,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Management (77585)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301862,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77590,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"AKQA Intercompany NYC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301863,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77591,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Alcatel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301864,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77592,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Brahma\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301865,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77593,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Burger King\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301866,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77594,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Coca-Cola\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301867,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77595,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Converse\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301868,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77596,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Creative Hub\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301869,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77597,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Deezer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301870,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77598,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fartetch\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301871,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77599,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Global Citizen\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301872,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77600,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Google\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301873,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77601,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"IESSI\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301874,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77602,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"iFood\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301875,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77603,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mondelez\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301876,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77604,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MSP – Turma da Mônica\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301877,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77605,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NBP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301878,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77606,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Netflix\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301879,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77607,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nike\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301880,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77608,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Qualcomm\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301881,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77609,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Red Bull\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301882,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77610,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Scotiabank\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301883,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77611,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tiferet Comercio de Roupas LTDA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301884,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77612,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Uber do Brasil Tecnologia LTDA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301885,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77613,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"UFC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301886,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77614,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Unilever\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301887,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77615,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Unilever Brasil Industrial LTDA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301888,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77616,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"VISA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301889,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77623,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client for 477321\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301890,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77651,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"470468_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301891,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77652,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"470468_2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301892,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77665,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client 468024\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301893,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77666,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"468024_2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301894,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77667,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"468024_3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301895,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77668,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Regular Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301896,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77678,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"479506\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301897,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77688,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"df\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301898,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77694,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CIT Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301899,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77695,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CountryCode Client Test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301900,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77696,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mirror Mirror On The Wall_3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301901,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77697,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lizard People Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301902,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77708,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdasdasd (77708)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301903,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77715,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CIT Client (77715)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301904,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77723,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 480024\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301905,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77724,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301906,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77725,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NClientT5\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301907,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77726,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Zè Frénch Canàd'iàn Cùmpani\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301908,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77740,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Camilla's test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301909,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77754,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Required Fields approval flow\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301910,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77755,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Required Field 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301911,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77758,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Test Supplier\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301912,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77759,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Accumsan Corp\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301913,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77762,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BB_USA_Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301914,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77770,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMPLE CLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301915,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77771,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMP Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301916,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77772,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMP Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301917,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77775,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMP Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301918,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77777,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMP Client 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301919,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77779,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMP Client 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301920,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77781,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMP Client 5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301921,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77783,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMP Client 6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301922,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77786,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMP Client 7\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301923,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77793,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMP Client 8\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301924,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77794,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMP Client 9\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301925,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77795,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAMP Client 10\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301926,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77799,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client BBUSA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301927,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77810,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RYD client - TEST\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301928,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77812,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource Required Field test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301929,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77849,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Skynet\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301930,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77853,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BBUSA 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301931,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77859,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 474540_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301932,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77862,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 474540_3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301933,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77863,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 474540_3A\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301934,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77866,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She USA Client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301935,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77867,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client CA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301936,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77868,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client CA2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301937,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77877,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NSupplier Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301938,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77880,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 480989_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301939,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77893,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She CINV\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301940,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77930,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test client test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301941,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77941,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Marvel Inc\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301942,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77943,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 479642\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301943,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77952,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"asdasd (77952)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301944,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77956,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Zè Frénch Canàd'iàn Cùmpani - COPY\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301945,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77972,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RYD USA Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301946,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77978,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 479492\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301947,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77982,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BB - Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301948,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77992,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SHE 483846_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301949,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77993,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client USA Billable\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301950,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77994,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Prospect USA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301951,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77995,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Retainer Job\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301952,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77996,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client Job\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301953,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77997,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client OPS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301954,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 77998,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Prospect Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301955,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78000,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She USA Billable\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301956,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78001,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She USA No Client type\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301957,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78002,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Billable Client CAP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301958,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78003,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Prospect Billable CAP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301959,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78004,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"You know what to do\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301960,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78008,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 483980\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301961,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78016,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"John Wick\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301962,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78023,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"DR OZ\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301963,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78026,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"GTech \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301964,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78039,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"The One and Only\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301965,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78041,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SSA Non Client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301966,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78043,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SSA B3D Client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301967,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78044,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAU2  B3D Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301968,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78046,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SSA B3D Expired Job \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301969,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78047,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAUFA B3D Expired job\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301970,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78053,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Countdown\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301971,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78055,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Fantasy Bookshop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301972,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78058,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Homes are US\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301973,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78066,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Approval flow client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301974,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78073,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SHE B3D Client 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301975,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78074,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nitro test client (78074)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301976,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78082,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BBUS Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301977,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78092,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Failed Subjugation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301978,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78095,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Access Test 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301979,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78096,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NY KLIENT!\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301980,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78097,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NY ADVANCED KLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301981,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78098,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"KLIENT OTHER COMPANY\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301982,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78099,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"KLIENT SOMEWHERE ELSE AAAAA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301983,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78101,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Access Check\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301984,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78102,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"I AM A NEW CONTACT NO BBUSA ACCESS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301985,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78110,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Regular Nice Language Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301986,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78111,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New budget test client\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301987,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78114,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SSA 481593\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301988,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78115,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 481593\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301989,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78116,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"481593\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301990,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78117,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BBD client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301991,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78118,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BBD Client WIP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301992,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78119,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAU2 WIP Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301993,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78127,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SA22 US Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301994,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78128,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She USA Client 5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301995,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78129,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NClient Testv1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301996,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78130,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NClient Testv2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301997,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78131,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SHE BB Digital Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301998,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78133,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She B3D Client 483948\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9301999,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78141,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SAUFA Client for 479533\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302000,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78145,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 474540 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302001,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78150,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client OX\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302002,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78152,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SA 486000 BBDigital\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302003,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78157,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"hej med dig nicki2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302004,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78162,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 475359_Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302005,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78164,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 475359_Client 1_Duplicate\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302006,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78165,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 475359_Ccreate Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302007,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78166,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 475359_Create Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302008,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78167,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Contact Folder Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302009,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78169,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NClient USA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302010,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78171,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NClient BDigital\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302011,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78175,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New Client 111\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302012,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78177,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 487536\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302013,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78178,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 485437\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302014,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78179,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 485437A\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302015,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78180,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 485437 (KID)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302016,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78181,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Beer factory\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302017,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78183,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 485530\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302018,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78184,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Prospect 1234\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302019,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78185,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Internal test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302020,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78186,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"IT client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302021,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78187,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Internal client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302022,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78188,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"My new clean mouthed client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302023,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78189,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New client test 1234\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302024,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78190,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 485915 _ A\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302025,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78191,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302026,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78192,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302027,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78193,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test client 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302028,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78194,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test client 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302029,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78195,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test client 5\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302030,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78196,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test client 6\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302031,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78220,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 475359_A\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302032,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78234,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 485530 C1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302033,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78239,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 485530 C2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302034,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78253,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"sd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302035,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78256,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"g\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302036,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78263,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"jkgmhjgfjgfjfgjffgjjfg\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302037,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78266,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Greg's\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302038,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78267,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jimmy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302039,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78268,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 487699\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302040,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78269,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 487699\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302041,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78270,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 475359 B\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302042,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78272,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 475359 B2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302043,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78273,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 475359 B3 - Duplicate BU- selected\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302044,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78274,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 475359 AU\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302045,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78275,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 475359 AU DuP BU\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302046,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78307,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarkes garden furniture 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302047,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78308,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarkes garden furniture 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302048,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78309,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarke garden furniture 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302049,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78311,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"475359 She Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302050,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78312,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"475359 She Client Dup\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302051,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78313,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarke garden furniture 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302052,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78315,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Project Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302053,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78320,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She NRF Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302054,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78321,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SHE 488301 -TM NONE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302055,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78323,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 488301 TM CAPSP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302056,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78324,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 488301 TM CAPCP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302057,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78325,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 488301 TM OPS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302058,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78335,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 485913 NRF\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302059,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78337,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 5 Holiday 484649\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302060,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78338,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 6 illness and absence 484649\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302061,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78340,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect World Subjugation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302062,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78341,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect World Subjugation 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302063,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78342,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospect 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302064,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78343,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test 112414\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302065,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78347,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"No Price List\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302066,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78348,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"No Price List 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302067,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78349,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 5 - Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302068,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78351,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BBUSA 5 Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302069,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78352,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarkes car shop\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302070,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78883,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NClient (78883)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302071,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78885,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 487662\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302072,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78886,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 487662 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302073,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78887,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client 478928 USA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302074,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78899,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SD Public Reg No\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302075,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78900,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client for Debtor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302076,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78901,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client BB Debtor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302077,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78902,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 487662 BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302078,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78903,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client in BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302079,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78904,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 487662 BB 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302080,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78905,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 487662 BB 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302081,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78908,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She US 489576 BBUS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302082,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78909,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BB USA 485905\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302083,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78913,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"wre\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302084,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78923,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Initials\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302085,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78924,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New name client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302086,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78941,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Martin testing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302087,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78942,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"US client test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302088,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78945,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Martin client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302089,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 78996,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BBD Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302090,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79345,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Some wierd customer type\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302091,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79821,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"491447 She Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302092,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79877,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Tested\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302093,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79879,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client 829\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302094,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79880,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"You need is understand\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302095,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79884,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"World Subjugation Holiday Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302096,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79885,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"World Subjugation Absence Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302097,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79887,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Clients (79887)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302098,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79888,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client 2019\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302099,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79892,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 489496 Capitalized S P\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302100,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79893,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 489496 Capitalized C P\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302101,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79894,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 489496 OPS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302102,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79895,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 489496 None\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302103,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79898,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Selfridges \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302104,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79899,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Selfridges 5 Payment terms and currency from debtor \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302105,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79903,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 487624\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302106,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79913,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ane (79913)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302107,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79928,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"488\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302108,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79938,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"tzt\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302109,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79947,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Price list test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302110,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79948,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TEST (79948)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302111,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79951,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Brent\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302112,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79953,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Clients 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302113,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79955,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Elite\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302114,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79956,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client  for Job 490311\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302115,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79957,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"HappeMansnagement\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302116,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79987,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"AB CL\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302117,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 79988,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Absence CL\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302118,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80013,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302119,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80034,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 493456 BBD\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302120,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80040,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BB Client for 489973\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302121,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80043,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Job 490311\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302122,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80044,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Albani A/S\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302123,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80046,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Albani AS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302124,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80047,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Albani2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302125,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80052,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MP tzt\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302126,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80057,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing Client 1.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302127,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80058,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing Client 2.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302128,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80060,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing Client 3.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302129,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80061,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing Client 4.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302130,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80062,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing Client 5.0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302131,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80074,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mind Valley\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302132,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80094,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Yakult\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302133,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80104,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 493475 BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302134,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80105,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bjarke another client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302135,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80110,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BB 491568\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302136,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80114,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 493601 NRF\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302137,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80129,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"123 another test_3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302138,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80139,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client for testing name check 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302139,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80158,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Georgina\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302140,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80175,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 492936 \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302141,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80221,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Next\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302142,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80223,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 493605 Client C BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302143,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80225,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Required resource client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302144,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80233,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Required resource client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302145,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80250,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Über Diablo\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302146,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80257,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 492591\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302147,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80260,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"FedEx 123\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302148,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80267,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Job cost testing 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302149,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80268,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"FedEx1234\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302150,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80275,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Summer Lady\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302151,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80279,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BB 496213 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302152,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80280,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hej2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302153,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80282,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Deactivated supplier1 (ID80282)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302154,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80283,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Purple Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302155,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80301,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"What will happen with this client\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302156,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80314,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Deactivate 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302157,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80316,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Deactivate 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302158,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80328,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mark Eyre\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302159,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80344,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Windrush\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302160,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80355,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BB Client for 491568\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302161,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80364,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Reuters \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302162,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80387,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client Contact\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302163,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80392,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She PWP Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302164,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80429,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"testasdasd\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302165,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80432,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"new client for testing job setting team setting\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302166,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80435,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BB 492506 She client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302167,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80436,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 492506 BBD\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302168,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80479,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She PWP Client 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302169,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80493,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She PWP Client 2 BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302170,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80496,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client NAAA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302171,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80498,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Christmas \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302172,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80509,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"NClient 01\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302173,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80523,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Accummsan debtor test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302174,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80530,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Accumsan MP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302175,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80567,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test cust 191\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302176,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80620,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Zuffa Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302177,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80628,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Docklands \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302178,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80632,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Deliotte \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302179,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80634,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Lenovo \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302180,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80636,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BBD Client 1142020\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302181,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80645,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TRC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302182,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80656,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BBD 497956 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302183,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80661,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Boom Box\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302184,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80662,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Games Board \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302185,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80664,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"New CL\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302186,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80665,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"N CL2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302187,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80666,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"World Liberation Inc.\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302188,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80687,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"111 test disabled project\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302189,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80689,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test project client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302190,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80693,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SD Prospect 1337\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302191,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80697,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SSA Client 499925\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302192,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80700,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BB 500691 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302193,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80703,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mobile Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302194,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80704,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"garbie test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302195,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80714,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BB 499925 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302196,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80716,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 499925 BBD\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302197,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80719,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 499925 Client on S4OC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302198,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80723,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"World Subjugation Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302199,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80724,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"World Subjugation Internal PR/Marketing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302200,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80725,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"World Subjugation Internal\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302201,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80733,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Brent BBD\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302202,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80748,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Clients B\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302203,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80751,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client PH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302204,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80756,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SHE BBD EUR Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302205,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80760,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MS Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302206,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80761,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She EUR Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302207,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80762,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Garbie Test - CIT Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302208,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80763,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She s4oc client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302209,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80764,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Config Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302210,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80765,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Config Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302211,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80766,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She SOC Config Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302212,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80767,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Prospect Config \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302213,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80768,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She  InternalMarktg Config\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302214,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80769,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She internal Admin Config\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302215,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80770,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Holiday Config\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302216,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80771,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Illness&Absence Config\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302217,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80788,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Samsung V3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302218,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80790,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Versus Artritis \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302219,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80793,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She GBP Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302220,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80820,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Tenable\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302221,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80875,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302222,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80877,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Microsoft\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302223,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80885,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"accessor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302224,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80887,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Basketball\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302225,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80918,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Drum pads \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302226,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80926,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She CSP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302227,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80942,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Crocs\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302228,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80954,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"504493 She Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302229,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80966,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client SSA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302230,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80970,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Client 504226\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302231,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80971,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She Bb Client 504226\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302232,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80981,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 504923 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302233,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 80982,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"she gbp client ssA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302234,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81001,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Acme INC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302235,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81003,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Buddy the Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302236,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81004,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BB Client 07202020\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302237,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81011,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She BB 506002\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302238,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81015,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SJ Testing 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302239,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81016,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"sjt 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302240,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81018,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"505619 She BB Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302241,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81019,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"505619 BB She Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302242,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81020,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BBD She 505539 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302243,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81021,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CA 505539 She Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302244,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81027,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Absence Sickness\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302245,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81029,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Absence - Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302246,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81030,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R122Absence - Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302247,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81039,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CLMVP\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302248,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81042,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SHE AUD Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302249,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81046,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Freewheel Entertainment \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302250,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81047,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Freewheel Entertainment 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302251,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81061,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource Test 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302252,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81062,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Test Data 1\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302253,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81063,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Test Data 2\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302254,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81068,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Test Data 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302255,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81069,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client Test Data 4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302256,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81070,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Clirrrn\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302257,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81071,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Børge 47\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302258,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81075,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302259,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81076,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Javis\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302260,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81078,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kg is testing job folders\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302261,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81079,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kg is still testing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302262,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81083,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She 506465 Client BB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302263,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81091,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CIT Client (81091)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302264,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81117,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She GBP Client 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302265,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81123,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Holiday - Absence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302266,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81125,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Regression Test Client 1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302267,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81126,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Absence Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302268,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81127,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"marektest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302269,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81131,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Nicolai's client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302270,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81139,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R12.1CU4\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302271,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81150,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She SOC\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302272,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81151,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"She AUD Client (81151)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302273,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81153,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mr. Test Prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302274,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81182,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Holiday Absence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302275,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81183,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Illness Absence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302276,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81185,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R12.3CU0 Holiday Absence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302277,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81186,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R12.3CU0 ILLNESS ABSENCE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302278,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81187,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R12.3CU0 ILLNESS ABSENCE (81187)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302279,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81188,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Ane AUD client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302280,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81189,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81189\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302281,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81190,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R123 Absence Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302282,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81191,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R123 Illness Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302283,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81192,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Holiday Absece - R12.3CU0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302284,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81199,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81199\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302285,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81201,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81201\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302286,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81203,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mærsk\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302287,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81205,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81205\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302288,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81206,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81206\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302289,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81207,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81207\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302290,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81208,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81208\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302291,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81210,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81210\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302292,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81211,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81211\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302293,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81213,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R13 General\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302294,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81215,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81215\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302295,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81220,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81220\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302296,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81221,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81221\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302297,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81223,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81223\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302298,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81224,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81224\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302299,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81225,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81225\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302300,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81226,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RC A 3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302301,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81232,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81232\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302302,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81233,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81233\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302303,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81234,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81234\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302304,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81235,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81235\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302305,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81246,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81246\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302306,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81249,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81249\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302307,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81250,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81250\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302308,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81253,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81253\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302309,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81257,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81257\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302310,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81259,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81259\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302311,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81265,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81265\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302312,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81266,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Absence client created for use in BlueBird 3D\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302313,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81276,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RC A 10\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302314,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81279,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"GDPR Client R13\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302315,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81326,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"LelitoTestClient\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302316,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81345,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R13 DEMO\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302317,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81347,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Revenue Forecast Client Outdated\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302318,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81348,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Revenue Forecast Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302319,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81350,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Astra Zeneca\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302320,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81357,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Approval test \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302321,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81372,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"_aHolding\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302322,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81374,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Customer and Debtor OH\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302323,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81375,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Debtor based on Customer 666\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302324,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81376,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Debtor based on customer 777\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302325,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81377,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"qwe1 508954\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302326,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81378,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Jide Offor \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302327,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81379,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Chinua Achebe\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302328,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81380,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Johnny Vegas\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302329,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81381,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Johnny Vagas 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302330,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81382,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Hello Stranger\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302331,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81383,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sway\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302332,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81384,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Sway 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302333,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81385,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Company guy\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302334,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81386,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Billy Holiday\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302335,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81387,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"testy (81387)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302336,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81388,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"portesty213\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302337,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81389,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"portesty312\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302338,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81390,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"testy999\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302339,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81391,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"testy888\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302340,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81392,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Create Client with debtor\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302341,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81393,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Create client and debtor test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302342,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81394,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Create client and debtor test 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302343,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81403,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BENI CLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302344,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81442,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"API_Test_Customer\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302345,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81443,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"API_RC_1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302346,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81444,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"API_RC_6\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302347,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81446,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Clientel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302348,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81454,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"t (81454)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302349,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81458,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"HOLIDAY - ABSENCE CLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302350,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81468,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MVPVP CLIENT\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302351,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81469,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MVPVP CLIENT (81469)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302352,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81474,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Holiday (81474)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9302353,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81499,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"job folder test client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9312160,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81508,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ClientNow\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9313843,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81509,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Rommel's Guitars\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9326368,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81514,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Borrowed-1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9328052,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81515,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Borrowed-2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9329736,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81516,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Borrowed-3\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9334134,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81518,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Wondrous Imaginarium\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9419982,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81577,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MG Client\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9421679,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81578,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"sarah jessica prospect\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9423376,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81579,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"sj prosp 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9465839,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81599,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Resource has been anonymised 81599\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9467546,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81600,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"JOGr new\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9477411,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81605,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"CAD- Client 001 \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9479118,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81607,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"G1 Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9486269,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81613,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"webdav folder client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9487976,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81615,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ClientTest\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9574123,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81648,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SOA Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9592200,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81661,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test (81661)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9593933,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81662,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SPR\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9612028,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81667,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"No Costing Code \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9613764,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81669,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"No costing Code on Client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9615500,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81673,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"qwe (81673)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9622696,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81676,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"My no costing code client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9654473,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81682,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"testClient (81682)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9669874,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81684,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client RRGA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9677082,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81686,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RRGA Test Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9784023,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81724,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"JUN\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9807653,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81732,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"ABSENCE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9809408,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81733,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"IJ ABSENCE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9811163,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81734,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"IJ Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9821132,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81738,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Global Productivity Hub\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9850281,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81744,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Spring Field Elementary \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9852039,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81746,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"JOGR Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9853795,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81747,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Mrs Edna Krabappel\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9855551,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81750,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R13.1 HOLIDAY\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9857307,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81751,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R13.1 LEAVE1\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9859063,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81753,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R13.1 HOLIDAY/LEAVE\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9877289,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81769,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Testing folder creation\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9958685,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81798,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RC Client to disable\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 9974197,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81804,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SOA Test Client (81804)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10019946,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81821,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"qwe1575661\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10027239,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81823,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Springfield General \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10205035,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81870,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"WB\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10242623,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81883,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Team 2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10291242,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81903,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"TestRetainerPQ\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10394954,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81949,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BBA_CAD\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10407858,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81955,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Client NS\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10464850,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 81975,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Inter-Company Client \",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10811258,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82058,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Test Client BBA\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10824253,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82062,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RC_Client\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10840010,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82063,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"l560_API_17\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 10902674,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82073,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MVPVP CLIENT R133CU0\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11172359,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82130,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"MVPVP CLIENT R133CU0 (82130)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11207471,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82145,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"RC_GSR_10\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11306126,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82171,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"test copy default debtor settings\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11338518,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82179,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Bruce Wayne (82179)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11409621,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82210,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"R13.3CU0 CL01\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11436512,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82217,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"qwe client temp\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11452352,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82223,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"BBD Client (82223)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11454365,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82224,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Kliyente de ti\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11463929,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82230,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Paul Lanag\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11465944,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82231,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Paul Lanag (82231)\",\n        \"CustomerActive\": false,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11469974,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82234,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"PR MArketing\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11471989,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82235,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Internal Administration\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11474004,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82236,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Holiday (82236)\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11476019,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82237,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Illness and absence\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11478034,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82238,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Prospectz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11480049,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82239,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Holidaysz\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11574746,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82304,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"Studio Gibli2\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    },\n    {\n        \"Id\": 11774074,\n        \"ResourceId\": 81502,\n        \"CustomerId\": 82381,\n        \"AccessLevel\": false,\n        \"Display\": false,\n        \"CustomerName\": \"SD Job Folder test\",\n        \"CustomerActive\": true,\n        \"UserAccountType\": 3,\n        \"CompanyId\": 1,\n        \"DepartmentId\": 1,\n        \"DepartmentName\": \"General\",\n        \"ApplicationAccessRoleId\": 3\n    }\n]"}],"_postman_id":"bc58298a-e325-4ef7-9e3f-f5a5c1c44cd8"},{"name":"GenderTermRequest","id":"3ddf35a9-d343-4112-ba21-af255b90f136","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/GenderTermRequest?Id={{integer}}","description":"<p>Retrieves the translated term for a single gender based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#1f05fb1a-58f1-4cdc-a4e8-0ba1ed40e105\">GenderTerm</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["GenderTermRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required</em>.<br />(int32)<br />The identifier of the gender.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"841d13c2-e1d4-4cb6-b997-0e7ffae4578d","name":"GenderTermRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/GenderTermRequest?Id=1","host":["{{base_url}}"],"path":["GenderTermRequest"],"query":[{"key":"Id","value":"1","description":"*Required*.  \n(int32)  \nThe identifier of the gender."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"143","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 1,\n    \"Title\": \"Male\"\n}"}],"_postman_id":"3ddf35a9-d343-4112-ba21-af255b90f136"},{"name":"GenderTermsRequest","id":"506a1958-c3b6-4209-a3c6-fe210509d99d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/GenderTermsRequest","description":"<p>Retrieves a list of all translated gender terms.</p>\n<p><strong>API</strong><br /><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#1f05fb1a-58f1-4cdc-a4e8-0ba1ed40e105\">GenderTerm</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["GenderTermsRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e2d16076-72e0-45a3-bfa2-48b584fd9fa2","name":"GenderTermsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/GenderTermsRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"242","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 2,\n        \"Title\": \"25\"\n    },\n    {\n        \"Id\": 3,\n        \"Title\": \"25\"\n    },\n    {\n        \"Id\": 1,\n        \"Title\": \"Male\"\n    },\n    {\n        \"Id\": 116,\n        \"Title\": \"test\"\n    },\n    {\n        \"Id\": 118,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 120,\n        \"Title\": \"oki\"\n    },\n    {\n        \"Id\": 122,\n        \"Title\": \"okoko\"\n    },\n    {\n        \"Id\": 123,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 124,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 125,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 126,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 127,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 129,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 130,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 131,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 132,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 133,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 134,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"Id\": 138,\n        \"Title\": \"<Empty>\"\n    }\n]"}],"_postman_id":"506a1958-c3b6-4209-a3c6-fe210509d99d"},{"name":"GenderTermsTranslationsRequest","id":"023e092f-12ca-463d-8126-07393fd60ff7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/GenderTermsTranslationsRequest","description":"<p>Retrieves the various translations for all gender terms.</p>\n<p><strong>API</strong><br /><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes (<em>Advanced)</em></p>\n<p><strong>Returns</strong><br />List [<a href=\"#912549c3-382c-4494-87e7-5b645d3a05b4\">GenderTermTranslation</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["GenderTermsTranslationsRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"930afbc1-6342-4f50-9e9a-de1f8a72423d","name":"GenderTermsTranslationsRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/GenderTermsTranslationsRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"839","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 0,\n        \"Title\": \"Male\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 0,\n        \"Title\": \"Female\"\n    },\n    {\n        \"GenderTermId\": 3,\n        \"LCID\": 0,\n        \"Title\": \"N/A\"\n    },\n    {\n        \"GenderTermId\": 116,\n        \"LCID\": 0,\n        \"Title\": \"test\"\n    },\n    {\n        \"GenderTermId\": 118,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 120,\n        \"LCID\": 0,\n        \"Title\": \"oki\"\n    },\n    {\n        \"GenderTermId\": 122,\n        \"LCID\": 0,\n        \"Title\": \"okoko\"\n    },\n    {\n        \"GenderTermId\": 123,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 124,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 125,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 126,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 127,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 129,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 130,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 131,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 132,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 133,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 134,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 138,\n        \"LCID\": 0,\n        \"Title\": \"<Empty>\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 414,\n        \"Title\": \"ذكر\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1026,\n        \"Title\": \" мъжки\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1028,\n        \"Title\": \"在吗\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1029,\n        \"Title\": \"?????? ???????? ??¨??????\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1030,\n        \"Title\": \"test male\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1031,\n        \"Title\": \"Männlich\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1032,\n        \"Title\": \"????????\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1033,\n        \"Title\": \"Ma-LE / Ma-LE / \"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1034,\n        \"Title\": \"Macho\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1036,\n        \"Title\": \"Mâle\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1040,\n        \"Title\": \"Maschio\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1043,\n        \"Title\": \"māl\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1053,\n        \"Title\": \"māl\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 1103,\n        \"Title\": \"Sanskrit\"\n    },\n    {\n        \"GenderTermId\": 1,\n        \"LCID\": 2067,\n        \"Title\": \"Man\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 414,\n        \"Title\": \"أنثى\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1026,\n        \"Title\": \" пол\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1027,\n        \"Title\": \"geseette\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1028,\n        \"Title\": \"在吗\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1030,\n        \"Title\": \"Kvinde\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1031,\n        \"Title\": \" Weiblich\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1034,\n        \"Title\": \"Hembra\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1036,\n        \"Title\": \"Femme\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1040,\n        \"Title\": \"Femmina\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1043,\n        \"Title\": \"ˈfēˌmāl\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1044,\n        \"Title\": \"Hunn  Hunn Hunn  Hunn Hunn  Hunn Hunn  Hunn Hunn  Hunn z\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1053,\n        \"Title\": \"ˈfēˌmāl\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1061,\n        \"Title\": \"Naine\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1066,\n        \"Title\": \"Nữ giới\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 1103,\n        \"Title\": \"Sanskrit\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 2067,\n        \"Title\": \"Vrouw\"\n    },\n    {\n        \"GenderTermId\": 2,\n        \"LCID\": 10249,\n        \"Title\": \"25\"\n    },\n    {\n        \"GenderTermId\": 3,\n        \"LCID\": 414,\n        \"Title\": \"مرد\"\n    },\n    {\n        \"GenderTermId\": 3,\n        \"LCID\": 1026,\n        \"Title\": \"      N/A     \"\n    },\n    {\n        \"GenderTermId\": 3,\n        \"LCID\": 1028,\n        \"Title\": \"test!@##%^$%&^*^(()\"\n    },\n    {\n        \"GenderTermId\": 3,\n        \"LCID\": 1030,\n        \"Title\": \"test daminsh2\"\n    },\n    {\n        \"GenderTermId\": 3,\n        \"LCID\": 1031,\n        \"Title\": \"N / A\"\n    },\n    {\n        \"GenderTermId\": 3,\n        \"LCID\": 1040,\n        \"Title\": \"N/A-Non applicabile\"\n    },\n    {\n        \"GenderTermId\": 3,\n        \"LCID\": 1043,\n        \"Title\": \"n/a\"\n    },\n    {\n        \"GenderTermId\": 3,\n        \"LCID\": 1066,\n        \"Title\": \"kiểm tra hai\"\n    },\n    {\n        \"GenderTermId\": 3,\n        \"LCID\": 10249,\n        \"Title\": \"25\"\n    },\n    {\n        \"GenderTermId\": 120,\n        \"LCID\": 1054,\n        \"Title\": \"klkl\"\n    }\n]"}],"_postman_id":"023e092f-12ca-463d-8126-07393fd60ff7"},{"name":"GenderTermInsertRequest","id":"577fc585-149b-41bd-9bac-58917ac498ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Title","value":"{{string}}","description":"<p><em>Required</em>.<br />The title of the new gender.</p>\n","type":"text"}]},"url":"{{base_url}}/GenderTermInsertRequest","description":"<p>Creates a new gender term.</p>\n<p><strong>API</strong><br /><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#1f05fb1a-58f1-4cdc-a4e8-0ba1ed40e105\">GenderTerm</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["GenderTermInsertRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"624d4532-a037-4c84-9905-dc6a3ce65f2b","name":"GenderTermInsertRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Title","value":"queer","description":"*Required*.  \nThe title of the new gender.","type":"text"}]},"url":"{{base_url}}/GenderTermInsertRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"147","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 142,\n    \"Title\": \"queer\"\n}"}],"_postman_id":"577fc585-149b-41bd-9bac-58917ac498ec"},{"name":"GenderTermDeleteRequest","id":"01c25893-a921-40f5-aecc-994a3aa3caad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/GenderTermDeleteRequest?Id={{integer}}","description":"<p>Deletes a gender term based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["GenderTermDeleteRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required</em>.<br />(int32)<br />The identifier of the gender to be removed.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"60bbefe3-4390-48ae-8e70-9dfaca9043ea","name":"GenderTermDeleteRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/GenderTermDeleteRequest?Id=142","host":["{{base_url}}"],"path":["GenderTermDeleteRequest"],"query":[{"key":"Id","value":"142","description":"*Required*.  \n(int32)  \nThe identifier of the gender to be removed."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"4","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"01c25893-a921-40f5-aecc-994a3aa3caad"}],"id":"61a1e30d-43ce-49e6-8d1f-68ccf570b5a3","description":"<p>Manipulates resource access data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#\">GenderTerm</a></td>\n<td>Represents a gendb8348fb6-bf8e-4e3d-b8d5-fb213050fc05er term object.</td>\n</tr>\n<tr>\n<td><a href=\"#912549c3-382c-4494-87e7-5b645d3a05b4\">GenderTerm<br />Translation<br /></a></td>\n<td>Represents a gender term translation object.</td>\n</tr>\n<tr>\n<td><a href=\"#82b6dede-2131-4d23-a5c1-36ed66752fd5\">ResourceAccess<br />Visualization<br /></a></td>\n<td>Represents a visualization object for an employee access profile.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#cfeaa621-1cfe-4cde-bafe-1ed1aa6237c8\">GET CustomerAccess<br />VisualizationRequest<br /></a></td>\n<td>Retrieves a single visualization for a customer access data based on a given identifier of a resource.</td>\n</tr>\n<tr>\n<td><a href=\"#2da52643-a475-4a20-a44a-8d89e33c0fe1\">GET CustomersAccess<br />VisualizationRequest<br /></a></td>\n<td>Retrieves a list of visualization for all customer access level.</td>\n</tr>\n<tr>\n<td><a href=\"#641ab3b4-fae6-4d88-beb6-94f035d7ce84\">GET CustomerEmployees<br />AccessVisualization<br />Request<br /></a></td>\n<td>Retrieves a list of visualization for a customer employees access.</td>\n</tr>\n<tr>\n<td><a href=\"#e29059fe-ac24-42ba-9c38-b5deb13ab066\">POST CustomerAccess<br />MultiRequest<br /></a></td>\n<td>Updates customer access request based on a given WorkBook resource.</td>\n</tr>\n<tr>\n<td><a href=\"#22042f65-ca19-4a44-b095-ecd173a2ee82\">GET GenderTerm<br />Request<br /></a></td>\n<td>Retrieves the translated term for a single gender based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#e5ba4b6c-b781-4e14-9a21-8c4fbdebe2da\">GET GenderTerms<br />Request<br /></a></td>\n<td>Retrieves the translated term for all genders.</td>\n</tr>\n<tr>\n<td><a href=\"#ad38a59b-fe7e-4f2e-8f56-84d45b458640\">GET GenderTerms<br />TranslationsRequest<br /></a></td>\n<td>Retrieves the various translations for all gender terms..</td>\n</tr>\n<tr>\n<td><a href=\"#3c4d1d5b-2979-48a2-a845-40de8ae08d2d\">PUT GenderTerm<br />InsertRequest<br /></a></td>\n<td>Creates a new gender term.</td>\n</tr>\n<tr>\n<td><a href=\"#e84d7dc1-6a4d-4f27-a79e-14c92436b4bb\">DELETE GenderTerm<br />DeleteRequest<br /></a></td>\n<td>Deletes a gender term based on a given identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"61a1e30d-43ce-49e6-8d1f-68ccf570b5a3"},{"name":"Scrum API","item":[{"name":"ScrumboardTaskFilterRequest","id":"d12043cc-91fc-4aef-a100-146bafe3ed07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/ScrumboardTaskFilterRequest","description":"<p>Retrieves a list of all tasks for a specified sprint.</p>\n<p><strong>API</strong><br /><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [integer]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ScrumboardTaskFilterRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the scrum print to load resources from.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the plan to limit tasks to</p>\n","type":"text/plain"},"key":"PlanId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The associated resource specific filter.</p>\n","type":"text/plain"},"key":"ResourceFilter","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the resource list is using union instead of intersection.<br />If true,  the resource list is using union instead of intersection. Otherwise it is not.</p>\n","type":"text/plain"},"key":"Union","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The associated task specific filter.</p>\n","type":"text/plain"},"key":"TaskFilter","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The associated project specific filter.</p>\n","type":"text/plain"},"key":"ProjectFilter","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The associated job dimension specific filter.</p>\n","type":"text/plain"},"key":"JobDimension","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not low priority tasks are included.<br />If true, low priority tasks are included. Otherwise, it is not. </p>\n","type":"text/plain"},"key":"HideLowPriorityTasks","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The associated employee dimension specific filter.</p>\n","type":"text/plain"},"key":"EmployeeDimension","value":"{{string}}"}],"variable":[]}},"response":[{"id":"64ff3c6e-1153-4429-94ac-7be92543164e","name":"ScrumboardTaskFilterRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{base_url}}/ScrumboardTaskIDsRequest","host":["{{base_url}}"],"path":["ScrumboardTaskIDsRequest"],"query":[{"key":"Id","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the scrum print to load resources from.","disabled":true},{"key":"PlanId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the plan to limit tasks to","disabled":true},{"key":"ResourceFilter","value":"{{string}}","description":"*Optional.*  \nThe associated resource specific filter.","disabled":true},{"key":"Union","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the resource list is using union instead of intersection.  \nIf true,  the resource list is using union instead of intersection. Otherwise it is not.","disabled":true},{"key":"TaskFilter","value":"{{string}}","description":"*Optional.*  \nThe associated task specific filter.","disabled":true},{"key":"ProjectFilter","value":"{{string}}","description":"*Optional.*  \nThe associated project specific filter.","disabled":true},{"key":"JobDimension","value":"{{string}}","description":"*Optional.*  \nThe associated job dimension specific filter.","disabled":true},{"key":"HideLowPriorityTasks","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not low priority tasks are included.  \nIf true, low priority tasks are included. Otherwise, it is not. ","disabled":true},{"key":"EmployeeDimension","value":"{{string}}","description":"*Optional.*  \nThe associated employee dimension specific filter.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"124","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    55\n]"}],"_postman_id":"d12043cc-91fc-4aef-a100-146bafe3ed07"},{"name":"ScrumSprintPutRequest","id":"76d509b8-8104-4c62-bb12-ae6376ced311","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": \"{{integer}}\",\r\n    \"Title\": \"{{string}}\",\r\n    \"ResponsibleId\": {{integer}},\r\n    \"StartDate\": \"{{string}}\",\r\n    \"EndDate\": \"{{string}}\",\r\n    \"TeamId\": {{integer}}\r\n}"},"url":"{{base_url}}/ScrumSprintPutRequest","description":"<p>Retrieves a list of available tasks.</p>\n<p><strong>API</strong><br /><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Advanced)</em></p>\n<p><strong>Returns</strong><br /><a href=\"#fd36bbbd-66e3-401e-9edc-76f90742ec10\">ScrumSprint</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ScrumSprintPutRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"58610717-fc30-4929-9c09-db94d660bc78","name":"ScrumSprintPutRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 0,\r\n    \"Title\": \"String\",\r\n    \"ResponsibleId\": 0,\r\n    \"StartDate\": \"2022-09-28T00:00:00.000Z\",\r\n    \"EndDate\": \"2023-12-11T00:00:00.000Z\"\r\n    \"TeamId\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/ScrumSprintPutRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1715","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": \"19861\",\n    \"Title\": \"API\",\n    \"ResponsibleId\": 1,\n    \"StartDate\": \"2022-09-28T00:00:00.000Z\",\n    \"EndDate\": \"2023-12-11T00:00:00.000Z\"\n}"}],"_postman_id":"76d509b8-8104-4c62-bb12-ae6376ced311"}],"id":"ef23d1b2-3e19-476c-a67e-a06591d3caed","description":"<p>Manipulates scrum data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#fd36bbbd-66e3-401e-9edc-76f90742ec10\">ScrumSprint</a></td>\n<td>Represents a scrum sprint object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#080da83a-f2b0-4970-8ac9-04c5ab374157\">GET ScrumboardTaskFilterRequest</a></td>\n<td>Retrieves a list of all tasks for a specified sprint.</td>\n</tr>\n<tr>\n<td><a href=\"#0a80a641-f718-494e-a036-fa16e9166a68\">PUT ScrumSprint<br />PutRequest<br /></a></td>\n<td>Retrieves the backlog priority of a task.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"ef23d1b2-3e19-476c-a67e-a06591d3caed"},{"name":"System Variable API","item":[{"name":"SystemVariableUpdateRequest","id":"1434531d-dd80-4f25-88c5-e78c1764cf02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"{{SystemVariableEnum}}","description":"<p><em>Optional.</em><br />The identifier of the system variable.</p>\n","type":"text"},{"key":"Value","value":"{{string}}","description":"<p><em>Optional.</em><br />The associated value.</p>\n","type":"text"}]},"url":"{{base_url}}/SystemVariableUpdateRequest","description":"<p>Sets a value for a system variable.</p>\n<p><strong>API</strong><br /><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Admin)</em></p>\n<p><strong>Returns</strong><br />N/A</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["SystemVariableUpdateRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"54be07c2-5333-4843-9ff5-978eccbd9a61","name":"SystemVariableUpdateRequest (where Id = 1192 and Value = doc)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"1192","description":"*Optional.*  \nThe identifier of the system variable.","type":"text"},{"key":"Value","value":"doc","description":"*Optional.*  \nThe associated value.","type":"text"}]},"url":"{{base_url}}/SystemVariableUpdateRequest"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Content-Length","value":"0","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":null},{"id":"6ce7a4c2-5c6e-4251-98ce-49e46da5c0ea","name":"SystemVariableUpdateRequest (500 NullReferenceException Error)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"1192","description":"*Optional.*  \nThe identifier of the system variable.","type":"text"},{"key":"Value","value":"","description":"*Optional.*  \nThe associated value.","type":"text"}]},"url":"{{base_url}}/SystemVariableUpdateRequest"},"status":"NullReferenceException","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1903","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"NullReferenceException\",\n        \"Message\": \"Object reference not set to an instance of an object.\",\n        \"StackTrace\": \"[SystemVariableUpdateRequest: 11/15/2022 10:19:40 PM]:\\n[REQUEST: {Id:1192}]\\r\\nSystem.NullReferenceException: Object reference not set to an instance of an object.\\r\\n   at WorkBook.RestEngine.ConfigurationValidators.AllowedFileExtensionsValidator.ValidateAllowedFileExtensions(String fileExtensions, SystemVariableEnum systemVariableEnum) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.RestEngine\\\\ConfigurationValidators\\\\AllowedFileExtensionsValidator.cs:line 26\\r\\n   at WorkBook.RestEngine.Configuration.ConfigurationInDbSetter.CustomSystemVariableValidation(SystemVariablesDefinition definition, String value) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.RestEngine\\\\Configuration\\\\ConfigurationInDbSetter.cs:line 216\\r\\n   at WorkBook.RestEngine.Configuration.ConfigurationInDbSetter.SetSystemVariable(SystemVariableEnum id, Object value) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.RestEngine\\\\Configuration\\\\ConfigurationInDbSetter.cs:line 108\\r\\n   at WorkBook.RestEngine.WorkBookService.SetSystemVariable(SystemVariableEnum id, Object value) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.RestEngine\\\\WorkBookService.cs:line 741\\r\\n   at WorkBook.Core.Module.Services.CoreService.Post(SystemVariableUpdateRequest request) in C:\\\\BuildAgent\\\\work\\\\18bc3772718abf2c\\\\WorkBook.Modules\\\\WorkBook.Core.Module\\\\Services\\\\CoreService.cs:line 396\\r\\n   at ServiceStack.Host.ServiceExec`1.<>c__DisplayClass3_0.<CreateExecFn>b__0(Object service, Object request) in C:\\\\BuildAgent\\\\work\\\\3481147c480f4a2f\\\\src\\\\ServiceStack\\\\Host\\\\ServiceExec.cs:line 130\\r\\n   at ServiceStack.Host.ServiceRunner`1.<ExecuteAsync>d__15.MoveNext() in C:\\\\BuildAgent\\\\work\\\\3481147c480f4a2f\\\\src\\\\ServiceStack\\\\Host\\\\ServiceRunner.cs:line 133\\r\\n\",\n        \"Errors\": []\n    }\n}"},{"id":"ee17cadd-01d0-4d43-a8b4-6417953eeffe","name":"SystemVariableUpdateRequest (400 WorkBookMessageException Error)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"Id","value":"1192","description":"*Optional.*  \nThe identifier of the system variable.","type":"text"},{"key":"Value","value":"exe","description":"*Optional.*  \nThe associated value.","type":"text"}]},"url":"{{base_url}}/SystemVariableUpdateRequest"},"status":"WorkBookMessageException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"630","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"WorkBookMessageException\",\n        \"Message\": \"###67483$$$ The System Variable cannot be changed, please check your extensions, the following list of extensions are not allow: exe,dll,bat,cmd,ps1,sh,vbs,vb,bin,jar,js,msi,src,app,dmg\",\n        \"StackTrace\": \"[SystemVariableUpdateRequest: 11/15/2022 10:16:53 PM]:\\n[REQUEST: {Id:1192,Value:exe}]\\r\\nWorkBook.Shared.ServiceModel.Exceptions.WorkBookMessageException: ###67483$$$ The System Variable cannot be changed, please check your extensions, the following list of extensions are not allow: exe,dll,bat,cmd,ps1,sh,vbs,vb,bin,jar,js,msi,src,app,dmg\\r\\n\",\n        \"Errors\": []\n    }\n}"}],"_postman_id":"1434531d-dd80-4f25-88c5-e78c1764cf02"}],"id":"6169360b-e5fa-45d2-9bb4-569a63a37686","description":"<p>Manipulates system variable data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<p>None.</p>\n<h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#d32c5a17-575a-4aae-9ebb-2d00a1fda9c0\">POST SystemVariable<br />UpdateRequest</a></td>\n<td>Sets a value for a system variable.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"6169360b-e5fa-45d2-9bb4-569a63a37686"},{"name":"Task API","item":[{"name":"ScheduleResourceFilterTasksRequest","id":"847782ee-c2e1-41db-b03c-15185e69f5b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"TaskIds","value":"[{{integer}}]","description":"<p><em>Optional.</em><br />The task identifier or the list of identifiers to find by specifying the filter.</p>\n","type":"text","disabled":true},{"key":"TaskFilter","value":"{{string}}","description":"<p><em>Optional.</em><br />The associated task specific filter.</p>\n","type":"text","disabled":true},{"key":"ProjectFilter","value":"{{string}}","description":"<p><em>Optional.</em><br />The associated project specific filter.</p>\n","type":"text","disabled":true},{"key":"JobDimension","value":"{{string}}","description":"<p><em>Optional.</em><br />The associated job dimension specific filter.</p>\n","type":"text","disabled":true},{"key":"PlanId","value":"{{integer}}","description":"<p><em>Optional.</em><br />(int32)<br />The associated plan identifier to limit filer to.</p>\n","type":"text","disabled":true}]},"url":"{{base_url}}/ScheduleResourceFilterTasksRequest","description":"<p>Retrieves a list of all task identifiers that fit the current filter.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [integer]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ScheduleResourceFilterTasksRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"60d44c20-5c05-4b19-8e79-9942ad2fea81","name":"ScheduleResourceFilterTasksRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"TaskIds\": [\r\n        6348\r\n    ],\r\n    \"TaskFilter\": \" \",\r\n    \"ProjectFilter\": \" \",\r\n    \"JobDimension\": \" \",\r\n    \"PlanId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/ScheduleResourceFilterTasksRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1434","enabled":true}],"cookie":[],"responseTime":null,"body":"[0]"}],"_postman_id":"847782ee-c2e1-41db-b03c-15185e69f5b2"},{"name":"SuggestedResourceReplacementsRequest","id":"24bf114f-e299-4189-a84d-2822cc8d5edb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/:TaskId/Resources/:ResourceId/SuggestedReplacements","description":"<p>Retrieves suggested resources for a resource replacement.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#\">ResourceCapacityVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":[":TaskId","Resources",":ResourceId","SuggestedReplacements"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the suggested task resource is suggested.<br /><strong>NOTE</strong>: The value to use for 'today' in case system variable 1172 does not allow bookings in the past. It is set by default to today in UTC if not provided.</p>\n","type":"text/plain"},"key":"Today","value":"{{string}}"}],"variable":[{"id":"c3c09b7a-3e6c-4f2c-abe0-83f5121986c2","description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The indentifier of the task to which resource is suggested.<br /><strong>NOTE:</strong> For information about the Task object, see Task.</p>\n","type":"text/plain"},"type":"any","value":"{{integer}}","key":"TaskId"},{"id":"1c937775-7e14-4d68-8a52-a4c1c9367434","description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The indentifier of the resource to be replaced.<br /><strong>NOTE:</strong> For information about the Resource object, see Resource.</p>\n","type":"text/plain"},"type":"any","value":"{{integer}}","key":"ResourceId"}]}},"response":[],"_postman_id":"24bf114f-e299-4189-a84d-2822cc8d5edb"},{"name":"SuggestedTaskResourcesRequest","id":"a18ac7f5-27aa-441d-8dc0-61fe06d8e4b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/:TaskId/SuggestedTaskResourcesRequest","description":"<p>Retrieves suggested resources for a task.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#27090a5e-f4ed-4302-b567-8e673eb8e750\">ResourceCapacityVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":[":TaskId","SuggestedTaskResourcesRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the suggested task resource is suggested.<br /><strong>NOTE</strong>: The value to use for 'today' in case system variable 1172 does not allow bookings in the past. It is set by default to today in UTC if not provided.</p>\n","type":"text/plain"},"key":"Today","value":"{{string}}"}],"variable":[{"id":"6bae6789-e27e-4bf2-a171-9ad75cd6f3ca","description":{"content":"<p><strong>Required.</strong><br />(int32)<br />The indentifier of the task to which resource is suggested.<br /><strong>NOTE:</strong> For information about the Task object, see Task.</p>\n","type":"text/plain"},"type":"any","value":"{{integer}}","key":"TaskId"}]}},"response":[],"_postman_id":"a18ac7f5-27aa-441d-8dc0-61fe06d8e4b6"},{"name":"TasksRequest","id":"5713d825-9dec-4e74-997a-15c585ffacfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TasksRequest","description":"<p>Retrieves a list of available tasks.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#27090a5e-f4ed-4302-b567-8e673eb8e750\">Task</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TasksRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource.<br />For information about the <strong>Resource</strong> object, see Resource.</p>\n","type":"text/plain"},"key":"ResourceId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the task will start.</p>\n","type":"text/plain"},"key":"Start","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the task will end.</p>\n","type":"text/plain"},"key":"End","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The list of identifiers of the associated priorities.</p>\n","type":"text/plain"},"key":"Priorities","value":"[{{integer}}]"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the task is active.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"Active","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated plan.</p>\n","type":"text/plain"},"key":"PlanId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The number of the associated phase.</p>\n","type":"text/plain"},"key":"PhaseNumber","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><strong>IMPORTANT:</strong> This is obsolete. Use the <strong>JobIds</strong> query parameter instead.<br /><em>Optional.</em><br />(int32)<br />The identifier of the associated job.<br />For information about the <strong>Job</strong> object, see <a href=\"#9bba8cab-9518-4d20-b9b9-8e89482dbc9d\">Job</a>.</p>\n","type":"text/plain"},"key":"JobId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The list of identifiers of the associated jobs.</p>\n","type":"text/plain"},"key":"JobIds","value":"[{{integer}}]"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The list of identifiers of the associated job status.</p>\n","type":"text/plain"},"key":"StatusIds","value":"[{{integer}}]"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the task allows time registration.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"AllowTimeRegistration","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the associated job of the task has access to costing codes for personal expense.<br />If you want to retrieve the tasks whose associated job has access to costing codes for personal expense, set this query parameter to <strong>true</strong> and specify a single job identifier for the <strong>JobIds</strong> query parameter. Otherwise, your request will return a <strong>400 WorkBookException</strong> error code.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"ApplyCostingCodeFilteringOnPersonalExpense","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not to include the tasks that have not yet ended (expired tasks).<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>true</strong> if not specified.</p>\n","type":"text/plain"},"key":"IncludeExpiredTasks","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br /> The flag that indicates whether or not to include the tasks that have not yet started (future tasks).<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>true</strong> if not specified.</p>\n","type":"text/plain"},"key":"IncludeFutureTasks","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the task has its resource booking approved.<br />If you want to only retrieve the tasks whose resource bookings have been approved, use this query parameter together with the <strong>ResourceId</strong> query parameter.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"OnlyTasksWithApprovedBookings","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><strong>IMPORTANT:</strong> This is obsolete. Use the <strong>POST ScheduleResourceFilterTasksRequest</strong> API endpoint instead.<br /><em>Optional.</em><br />The filter for tasks.</p>\n","type":"text/plain"},"key":"TaskFilter","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><strong>IMPORTANT:</strong> This is obsolete. Use the <strong>POST ScheduleResourceFilterTasksRequest</strong> API endpoint instead.<br /><em>Optional.</em><br />The filter for projects.</p>\n","type":"text/plain"},"key":"ProjectFilter","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><strong>IMPORTANT:</strong> This is obsolete. Use the <strong>POST ScheduleResourceFilterTasksRequest</strong> API endpoint instead.<br /><em>Optional.</em><br />The filter for job dimensions.</p>\n","type":"text/plain"},"key":"JobDimension","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The filter for search results, either by Id or TaskName.</p>\n","type":"text/plain"},"key":"Search","value":"{{string}}"}],"variable":[]}},"response":[{"id":"0a1a137d-6bd8-4a7d-b6e7-f1e3ed5160aa","name":"TasksRequest (where ResourceId = 35879)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TasksRequest?ResourceId=35879","host":["{{base_url}}"],"path":["TasksRequest"],"query":[{"key":"ResourceId","value":"35879","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \nFor information about the **Resource** object, see Resource."},{"key":"Start","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the task will start.","type":"text","disabled":true},{"key":"End","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the task will end.","type":"text","disabled":true},{"key":"Priorities","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated priorities.","type":"text","disabled":true},{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task is active.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"PlanId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated plan.","type":"text","disabled":true},{"key":"PhaseNumber","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe number of the associated phase.","type":"text","disabled":true},{"key":"JobId","value":"{{integer}}","description":"**IMPORTANT:** This is obsolete. Use the **JobIds** query parameter instead.  \n*Optional.*  \n(int32)  \nThe identifier of the associated job.  \nFor information about the **Job** object, see [Job](#9bba8cab-9518-4d20-b9b9-8e89482dbc9d).","type":"text","disabled":true},{"key":"JobIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated jobs.","type":"text","disabled":true},{"key":"StatusIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated job status.","type":"text","disabled":true},{"key":"AllowTimeRegistration","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task allows time registration.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"ApplyCostingCodeFilteringOnPersonalExpense","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the associated job of the task has access to costing codes for personal expense.  \nIf you want to retrieve the tasks whose associated job has access to costing codes for personal expense, set this query parameter to **true** and specify a single job identifier for the **JobIds** query parameter. Otherwise, your request will return a **400 WorkBookException** error code.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"IncludeExpiredTasks","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not to include the tasks that have not yet ended (expired tasks).  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"IncludeFutureTasks","value":"{{boolean}}","description":"*Optional.*  \n The flag that indicates whether or not to include the tasks that have not yet started (future tasks).  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"OnlyTasksWithApprovedBookings","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task has its resource booking approved.  \nIf you want to only retrieve the tasks whose resource bookings have been approved, use this query parameter together with the **ResourceId** query parameter.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"TaskFilter","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for tasks.","type":"text","disabled":true},{"key":"ProjectFilter","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for projects.","type":"text","disabled":true},{"key":"JobDimension","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for job dimensions.","type":"text","disabled":true},{"key":"Search","value":"{{string}}","description":"*Optional.*  \nThe filter for search results, either by Id or TaskName.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1921819","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 6348,\n        \"PlanId\": 1518,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Advertising\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2011-04-27T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2011-04-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-04-26T09:31:11.780Z\",\n        \"CreateEmployeeId\": 18611,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2018-07-19T11:50:56.723Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 24539,\n        \"PlanId\": 3200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"b / Senior Project Manager\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2012-02-10T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2012-02-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-06-14T11:24:24.110Z\",\n        \"CreateEmployeeId\": 18336,\n        \"UpdateEmployeeId\": 7217,\n        \"UpdateDate\": \"2011-06-16T11:27:19.010Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 27134,\n        \"PlanId\": 1579,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Art Director12\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-01-26T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2015-02-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-09-06T04:09:57.223Z\",\n        \"CreateEmployeeId\": 7217,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2011-09-07T07:55:52.740Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 6,\n        \"TaskFolderName\": \"T27134 003 Art Director12\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 28102,\n        \"PlanId\": 3785,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Den fjollede konsulent DK\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2013-09-10T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2013-09-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-11-09T14:39:46.233Z\",\n        \"UpdateEmployeeId\": 18632,\n        \"UpdateDate\": \"2011-11-09T14:39:46.233Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 31016,\n        \"PlanId\": 1478,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Demo\",\n        \"StartDate\": \"2016-05-27T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-05-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2012-02-06T14:14:54.443Z\",\n        \"CreateEmployeeId\": 593,\n        \"UpdateEmployeeId\": 37226,\n        \"UpdateDate\": \"2017-01-11T11:34:16.077Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 56839,\n        \"PlanId\": 24142,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2013-06-03T00:00:00.000Z\",\n        \"WorkDays\": 857,\n        \"EndDate\": \"2016-11-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 28,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2013-06-06T13:25:02.730Z\",\n        \"CreateEmployeeId\": 20325,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-11-18T11:13:47.750Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 59411,\n        \"PlanId\": 3478,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Some testing ticket for v9!!\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2013-05-06T00:00:00.000Z\",\n        \"StartTime\": \"2013-05-06T08:06:00.000Z\",\n        \"WorkDays\": 166,\n        \"EndDate\": \"2014-01-02T00:00:00.000Z\",\n        \"EndTime\": \"2014-01-02T08:06:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2013-11-04T08:55:04.563Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-05-22T09:25:54.843Z\",\n        \"TaskResponsibleResouceId\": 36728,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2013-11-04T08:55:04.563Z\",\n        \"TicketAuthorResourceId\": 15371,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 7217,\n        \"ServiceLineId\": 2,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 3\n    },\n    {\n        \"Id\": 60877,\n        \"PlanId\": 25263,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"En ny taksks\",\n        \"StartDate\": \"2014-09-18T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2014-09-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2014-03-04T11:01:32.847Z\",\n        \"CreateEmployeeId\": 20985,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-09-04T08:43:16.703Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T60877 001 En ny taksks\",\n        \"Billable\": true,\n        \"Depended\": false,\n        \"TaskProgressId\": 0,\n        \"ScrumSprintId\": 28,\n        \"EmailNotificationMethod\": 3\n    },\n    {\n        \"Id\": 60879,\n        \"PlanId\": 25263,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Designer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-12-18T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-12-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2014-03-04T11:01:32.847Z\",\n        \"CreateEmployeeId\": 20985,\n        \"UpdateEmployeeId\": 20985,\n        \"UpdateDate\": \"2014-03-04T11:01:32.847Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T60879 003 Designer\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 3\n    },\n    {\n        \"Id\": 61785,\n        \"PlanId\": 24535,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"med hellligdage\",\n        \"StartDate\": \"2015-01-19T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2015-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 8,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2014-05-22T15:21:22.490Z\",\n        \"CreateEmployeeId\": 7217,\n        \"UpdateEmployeeId\": 7217,\n        \"UpdateDate\": \"2014-05-22T15:21:22.490Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"TaskFolderName\": \"T61785 001 med hellligdage\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 62747,\n        \"PlanId\": 24536,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"9 timer, 3 timer per dag new day\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2014-06-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2014-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2014-06-20T12:59:01.600Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-11-28T12:24:43.493Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 19294,\n        \"TaskFolderName\": \"T62747 001 9 timer, 3 timer per dag\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 62795,\n        \"PlanId\": 24535,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"no plan task\",\n        \"StartDate\": \"2014-01-22T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2014-01-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2014-06-23T09:52:46.960Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2014-06-23T09:52:46.960Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 64755,\n        \"PlanId\": 25877,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Hallo new task 6\",\n        \"StartDate\": \"2014-10-31T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2014-11-07T00:00:00.000Z\",\n        \"EndTime\": \"2014-03-04T15:03:54.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2014-10-31T10:07:30.990Z\",\n        \"CreateEmployeeId\": 21366,\n        \"UpdateEmployeeId\": 21366,\n        \"UpdateDate\": \"2014-10-31T10:07:30.990Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 66080,\n        \"PlanId\": 27321,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Presentation\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2014-12-29T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2014-12-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2014-12-22T09:34:35.473Z\",\n        \"CreateEmployeeId\": 21491,\n        \"UpdateEmployeeId\": 35121,\n        \"UpdateDate\": \"2016-03-07T14:24:40.217Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 72481,\n        \"PlanId\": 25992,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Populære julegaver - Spar op til 66% på dansk design, Peugeot-kværne, luksus-sengetøj og meget mere\",\n        \"StartDate\": \"2015-06-01T00:00:00.000Z\",\n        \"StartTime\": \"2015-06-01T10:51:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2015-06-08T00:00:00.000Z\",\n        \"EndTime\": \"2015-06-08T21:41:28.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-06-01T10:51:03.670Z\",\n        \"CreateEmployeeId\": 7217,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-01-27T14:06:25.003Z\",\n        \"TaskResponsibleResouceId\": 36728,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2015-06-01T08:51:05.240Z\",\n        \"TicketAuthorResourceId\": 21648,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 32,\n        \"MailImportId\": 62498,\n        \"AssignedResourceId\": 35494,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 72727,\n        \"PlanId\": 33659,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"I'm enjoying this so much / Account Manager \",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-06-01T00:00:00.000Z\",\n        \"WorkDays\": 58,\n        \"EndDate\": \"2015-08-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-06-10T10:05:39.553Z\",\n        \"CreateEmployeeId\": 19031,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2016-11-09T11:57:50.107Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-05-18T17:08:38.533Z\",\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 21201,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 76636,\n        \"PlanId\": 3748,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"sdfhtrhf\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-07-27T00:00:00.000Z\",\n        \"WorkDays\": 799,\n        \"EndDate\": \"2018-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-22T15:10:29.520Z\",\n        \"CreateEmployeeId\": 21575,\n        \"UpdateEmployeeId\": 16852,\n        \"UpdateDate\": \"2018-12-14T04:29:22.250Z\",\n        \"TaskResponsibleResouceId\": 75886,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-04T08:45:58.817Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 77423,\n        \"PlanId\": 33710,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"New task\",\n        \"StartDate\": \"2015-08-03T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2015-08-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-08-03T14:36:13.217Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 18929,\n        \"UpdateDate\": \"2015-08-03T14:36:13.217Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 77549,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 187,\n        \"TaskName\": \"Apple's Big day\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 0,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-08-06T13:43:58.497Z\",\n        \"CreateEmployeeId\": 21579,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-11-02T09:28:58.057Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 72123\n    },\n    {\n        \"Id\": 80739,\n        \"PlanId\": 39006,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task 1\",\n        \"TaskNote\": \"holpa notes\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2012-06-21T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2012-06-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-09-03T12:22:34.797Z\",\n        \"CreateEmployeeId\": 21491,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:11.750Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2015-09-03T10:22:34.797Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TaskFolderName\": \"T80739 001 Task 1\",\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 18336,\n        \"ServiceLineId\": 2,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 32321\n    },\n    {\n        \"Id\": 80867,\n        \"PlanId\": 4400,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 33845\",\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-09-07T14:26:22.740Z\",\n        \"CreateEmployeeId\": 21579,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-31T09:52:55.270Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 33845\n    },\n    {\n        \"Id\": 86281,\n        \"PlanId\": 1721,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2015-10-08T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2015-10-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": true,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-10-08T13:38:25.533Z\",\n        \"CreateEmployeeId\": 21748,\n        \"UpdateEmployeeId\": 19308,\n        \"UpdateDate\": \"2017-03-09T09:52:44.193Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T86281 001 Test\",\n        \"Billable\": true\n    },\n    {\n        \"Id\": 86314,\n        \"PlanId\": 25827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Kick Malfoy in the ass\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-10-10T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2015-10-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-10-09T14:37:12.573Z\",\n        \"CreateEmployeeId\": 23161,\n        \"UpdateEmployeeId\": 23161,\n        \"UpdateDate\": \"2015-10-09T14:37:12.573Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 86546,\n        \"PlanId\": 1654,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"The end of the week...almost\",\n        \"StartDate\": \"2015-10-16T00:00:00.000Z\",\n        \"WorkDays\": 426,\n        \"EndDate\": \"2017-08-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-10-16T10:15:08.393Z\",\n        \"CreateEmployeeId\": 22399,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-08-10T10:28:01.313Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 88480,\n        \"PlanId\": 35869,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Mail testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-12-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2015-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-12-07T14:32:01.543Z\",\n        \"CreateEmployeeId\": 16143,\n        \"UpdateEmployeeId\": 16143,\n        \"UpdateDate\": \"2019-10-03T11:12:46.417Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T88480 001 Mail testing\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 90979,\n        \"PlanId\": 35935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": -1,\n        \"TaskName\": \"This task is being changed\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2012-11-13T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2012-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 17,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-12-21T16:30:22.130Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 19543,\n        \"UpdateDate\": \"2017-03-10T11:06:41.600Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-03-10T12:06:41.670Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 79992\n    },\n    {\n        \"Id\": 92146,\n        \"PlanId\": 36081,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Apple's Big day\",\n        \"StartDate\": \"2015-05-17T00:00:00.000Z\",\n        \"WorkDays\": 150,\n        \"EndDate\": \"2015-12-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 0,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-12-28T14:53:51.163Z\",\n        \"CreateEmployeeId\": 19859,\n        \"UpdateEmployeeId\": 19859,\n        \"UpdateDate\": \"2015-12-28T14:53:51.163Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 77549\n    },\n    {\n        \"Id\": 93106,\n        \"PlanId\": 36156,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 33865\",\n        \"StartDate\": \"2012-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2012-08-21T09:48:18.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2012-08-23T00:00:00.000Z\",\n        \"EndTime\": \"2012-08-23T09:48:18.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-01-07T12:54:56.817Z\",\n        \"CreateEmployeeId\": 19294,\n        \"UpdateEmployeeId\": 19859,\n        \"UpdateDate\": \"2016-06-13T13:28:24.780Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 33865\n    },\n    {\n        \"Id\": 99015,\n        \"PlanId\": 36217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Japan: 饵 訧尤 リュ橎びゃ 坣㛤襃どツュ 榞樧れ䩣ト 軣ぶ狧猪榯\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2014-06-02T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2014-06-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-01-18T09:29:24.080Z\",\n        \"CreateEmployeeId\": 22834,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-01-18T09:29:24.080Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 66582\n    },\n    {\n        \"Id\": 101786,\n        \"PlanId\": 35869,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Another test mail \",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-02-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-02-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-02-02T12:49:00.260Z\",\n        \"CreateEmployeeId\": 16143,\n        \"UpdateEmployeeId\": 16143,\n        \"UpdateDate\": \"2019-08-20T11:18:40.540Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T101786 005 Another test mail\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 101885,\n        \"PlanId\": 36286,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 135,\n        \"TaskName\": \"Account Manager DK\\t\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-12-07T00:00:00.000Z\",\n        \"WorkDays\": 39,\n        \"EndDate\": \"2016-02-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-02-03T10:00:06.200Z\",\n        \"CreateEmployeeId\": 34886,\n        \"UpdateEmployeeId\": 34886,\n        \"UpdateDate\": \"2016-02-03T11:00:06.193Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 102366,\n        \"PlanId\": 3913,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Whoa! Chariots chariots. For some reason, some of the audio was bleeding through in this universe. Don't know if you were catching the subtext there, but that computer Cave is crazy. So: Greg was righ\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-12-03T00:00:00.000Z\",\n        \"StartTime\": \"2015-12-03T12:00:00.000Z\",\n        \"WorkDays\": 48,\n        \"EndDate\": \"2016-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": false,\n        \"CreateDate\": \"2016-02-08T11:52:43.680Z\",\n        \"CreateEmployeeId\": 19148,\n        \"UpdateEmployeeId\": 18611,\n        \"UpdateDate\": \"2019-04-03T11:38:44.560Z\",\n        \"TemporaryId\": 90615,\n        \"TaskResponsibleResouceId\": 36728,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketAuthorResourceId\": 19148,\n        \"TicketStatusId\": 5,\n        \"TicketCategoryId\": 66,\n        \"TaskFolderName\": \"T102366 012 Whoa! Chariots chariots For so\",\n        \"AssignedResourceId\": 18611,\n        \"ServiceLineId\": 499,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"TaskProgressId\": 198\n    },\n    {\n        \"Id\": 116044,\n        \"PlanId\": 36945,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-02-25T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-02-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-02-25T14:45:45.133Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 21491,\n        \"UpdateDate\": \"2017-10-27T13:33:37.663Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-10-27T13:33:37.663Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 118187,\n        \"PlanId\": 35707,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"The paper factory - Headquaters <div>\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-11-24T00:00:00.000Z\",\n        \"WorkDays\": 1399,\n        \"EndDate\": \"2021-07-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-03-04T20:48:49.307Z\",\n        \"CreateEmployeeId\": 20557,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2021-10-14T10:04:08.130Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T118187 002 The paper factory - Headquater\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"TaskProgressId\": 185,\n        \"ScrumSprintId\": 57,\n        \"CostingCodeId\": 4\n    },\n    {\n        \"Id\": 120220,\n        \"PlanId\": 37504,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2014-06-02T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2014-06-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 32,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-03-21T10:36:50.130Z\",\n        \"CreateEmployeeId\": 19859,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2019-01-31T11:46:06.890Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-01-31T11:46:06.890Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 62000\n    },\n    {\n        \"Id\": 120266,\n        \"PlanId\": 37511,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-02T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-01-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-03-21T12:04:26.647Z\",\n        \"CreateEmployeeId\": 19859,\n        \"UpdateEmployeeId\": 38889,\n        \"UpdateDate\": \"2017-01-02T12:04:18.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 62000\n    },\n    {\n        \"Id\": 120883,\n        \"PlanId\": 35869,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"4185 - Mail testing job testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-03-31T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-04-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-03-31T10:23:03.910Z\",\n        \"CreateEmployeeId\": 16143,\n        \"UpdateEmployeeId\": 16143,\n        \"UpdateDate\": \"2016-03-31T10:23:04.697Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T120883 015 4185 - Mail testing job testin\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 121473,\n        \"PlanId\": 37689,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"1234ytrewq\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2017-01-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-04-13T08:43:48.690Z\",\n        \"CreateEmployeeId\": 18721,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2017-01-13T09:30:50.873Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 120148\n    },\n    {\n        \"Id\": 121992,\n        \"PlanId\": 33996,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 111,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2016-04-26T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-04-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 15,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-04-26T11:01:14.593Z\",\n        \"CreateEmployeeId\": 19869,\n        \"UpdateEmployeeId\": 19869,\n        \"UpdateDate\": \"2016-04-26T11:01:21.647Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 122357,\n        \"PlanId\": 37761,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Account Manager\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2014-12-18T00:00:00.000Z\",\n        \"StartTime\": \"2014-12-18T10:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2015-01-19T00:00:00.000Z\",\n        \"EndTime\": \"2015-01-19T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 0,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-04-28T11:26:31.850Z\",\n        \"CreateEmployeeId\": 35480,\n        \"UpdateEmployeeId\": 35480,\n        \"UpdateDate\": \"2016-04-28T13:26:31.850Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 65944\n    },\n    {\n        \"Id\": 124689,\n        \"PlanId\": 37932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"1234ytrewq\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-16T00:00:00.000Z\",\n        \"WorkDays\": 460,\n        \"EndDate\": \"2019-08-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-05-19T10:29:19.337Z\",\n        \"CreateEmployeeId\": 18721,\n        \"UpdateEmployeeId\": 34886,\n        \"UpdateDate\": \"2018-10-30T09:59:18.990Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:31.027Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 120148\n    },\n    {\n        \"Id\": 125481,\n        \"PlanId\": 37995,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Jeg ska teste copy briefing man\",\n        \"StartDate\": \"2017-09-05T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2017-09-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-05-25T14:19:31.147Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-09-06T19:49:24.887Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 123741\n    },\n    {\n        \"Id\": 125828,\n        \"PlanId\": 38838,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"HALLO\\\"\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-02-16T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-02-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-05-30T08:36:13.890Z\",\n        \"CreateEmployeeId\": 35161,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-30T09:00:24.543Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-08-30T13:02:28.770Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 126865,\n        \"PlanId\": 38137,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dadadads\",\n        \"StartDate\": \"2016-07-14T00:00:00.000Z\",\n        \"WorkDays\": 23,\n        \"EndDate\": \"2016-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-06T07:15:59.877Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2016-08-10T13:50:01.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T126865 001 dadadads\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 126978,\n        \"PlanId\": 37139,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 40,\n        \"TaskName\": \"tt\",\n        \"ActivityId\": 600,\n        \"StartDate\": \"2016-06-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-07T10:34:15.250Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2016-12-07T12:29:16.107Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:17:28.370Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127009,\n        \"PlanId\": 37839,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"TimmyTim\",\n        \"StartDate\": \"2016-06-13T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-08T11:08:23.870Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-06-08T11:17:18.490Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 127373,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 227,\n        \"TaskName\": \"Tiimmy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-09T00:00:00.000Z\",\n        \"WorkDays\": 1352,\n        \"EndDate\": \"2021-08-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-09T08:59:35.253Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:00.200Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:00.200Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T127373 227 Tiimmy\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127723,\n        \"PlanId\": 38206,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Chief Director EN\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2014-05-21T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2014-05-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-14T07:25:02.733Z\",\n        \"CreateEmployeeId\": 18674,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2016-06-14T09:25:02.730Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T127723 003 Chief Director EN\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 62431\n    },\n    {\n        \"Id\": 127781,\n        \"PlanId\": 38237,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Text author freelance\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2014-05-09T00:00:00.000Z\",\n        \"WorkDays\": 18,\n        \"EndDate\": \"2014-06-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-16T10:43:54.300Z\",\n        \"CreateEmployeeId\": 21575,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:25.020Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:25.020Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T127781 002 Text author freelance\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 62430\n    },\n    {\n        \"Id\": 127857,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 230,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-16T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-02-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:31:06.537Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:31:00.517Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:31:00.517Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127858,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 231,\n        \"TaskName\": \"fasts\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:34:23.770Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:01.930Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:01.930Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127859,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 232,\n        \"TaskName\": \"fdsfd\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-12-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:35:00.980Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:06.950Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:06.950Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127860,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 233,\n        \"TaskName\": \"asdada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:35:57.503Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:29.837Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:29.837Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127861,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 234,\n        \"TaskName\": \"asdas\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-12T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:43:00.303Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:35.093Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:35.093Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127862,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 235,\n        \"TaskName\": \"sefss\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:43:37.730Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:23.267Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:23.267Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127881,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 236,\n        \"TaskName\": \"test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:44:40.253Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:53.470Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:53.470Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127882,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 237,\n        \"TaskName\": \"asdasad\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:45:43.780Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:47.293Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:47.293Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127883,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 238,\n        \"TaskName\": \"dasdasd\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:47:17.147Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:51.770Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:51.770Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127885,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 239,\n        \"TaskName\": \"asds\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 157,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:49:54.457Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:22.307Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:22.307Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127887,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 241,\n        \"TaskName\": \"asdaaas\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:00:08.707Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:58.460Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:58.460Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127888,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 242,\n        \"TaskName\": \"asdasdas\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-16T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-02-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:02:15.357Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:32.180Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:32.180Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127889,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 243,\n        \"TaskName\": \"adssaads\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:03:13.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:30.370Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:30.370Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127890,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 244,\n        \"TaskName\": \"sadas\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:03:42.077Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:20.667Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:20.667Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127891,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 245,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:04:53.533Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:05.910Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:05.910Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127892,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 246,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:19:48.777Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:11.277Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:11.277Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127893,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 247,\n        \"TaskName\": \"asdasdassadsadsad\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:20:19.960Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:24.193Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:24.193Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127894,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 248,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:20:57.127Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:30.213Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:30.213Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127895,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 249,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:21:25.077Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:04.850Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:04.850Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127896,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 250,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:21:57.177Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:08.453Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:08.453Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127897,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 251,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:22:34.200Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:26.300Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:26.300Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127898,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 252,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:23:58.110Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:18.983Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:18.983Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127899,\n        \"PlanId\": 37697,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2016-06-17T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-06-24T00:00:00.000Z\",\n        \"EndTime\": \"2016-06-24T10:34:22.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 9,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:34:22.460Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:19.977Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-03-10T12:32:49.200Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketReceived\": \"2016-06-17T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 234,\n        \"AssignedResourceId\": 21775,\n        \"ServiceLineId\": 50,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127900,\n        \"PlanId\": 37703,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"testing 11\",\n        \"StartDate\": \"2016-06-17T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-06-24T00:00:00.000Z\",\n        \"EndTime\": \"2016-06-24T10:42:01.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:42:01.120Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:18:11.980Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:11.977Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketReceived\": \"2016-06-17T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 50,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 127903,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 253,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-23T00:00:00.000Z\",\n        \"WorkDays\": 12,\n        \"EndDate\": \"2017-03-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:51:17.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:32.733Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:32.733Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127904,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 254,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-06-26T00:00:00.000Z\",\n        \"EndTime\": \"2016-06-26T10:59:38.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:59:38.203Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 21775,\n        \"UpdateDate\": \"2016-06-17T10:59:38.203Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-07T14:15:33.453Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketReceived\": \"2016-06-17T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 21775,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128054,\n        \"PlanId\": 37697,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 50,\n        \"TaskName\": \"Hello it's Dimitri I was wondering if after all these years I learn this game\",\n        \"StartDate\": \"2016-12-16T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-12-16T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-16T10:38:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 36,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-20T08:38:23.240Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-31T09:41:40.757Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 299,\n        \"TicketReceived\": \"2016-06-20T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35166,\n        \"TicketStatusId\": 28,\n        \"TicketCategoryId\": 139,\n        \"TaskFolderName\": \"T128054 050 Hello its Dimitri I was wonder\",\n        \"AssignedResourceId\": 35166,\n        \"ServiceLineId\": 478,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 128057,\n        \"PlanId\": 38272,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Hello friend\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2014-06-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2014-06-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": true,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-20T09:07:57.563Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2016-06-20T11:07:57.570Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 62002\n    },\n    {\n        \"Id\": 128077,\n        \"PlanId\": 37932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2018-11-08T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2018-11-15T00:00:00.000Z\",\n        \"EndTime\": \"2018-11-15T15:38:10.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-20T13:38:10.657Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22050,\n        \"UpdateDate\": \"2018-11-08T11:51:36.633Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:31.027Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-06-20T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 259,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128284,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"test1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:32:55.127Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:17:31.047Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:17:31.037Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128285,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"test2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:33:12.747Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2017-08-17T13:36:35.760Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:17:34.763Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128286,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"test3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:33:36.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:17:45.617Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:17:45.613Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128287,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"test4\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:33:57.340Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2017-08-17T13:35:08.010Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:17:37.843Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128288,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"test5\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-06-20T00:00:00.000Z\",\n        \"WorkDays\": 740,\n        \"EndDate\": \"2021-06-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:35:28.490Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2016-08-04T08:14:00.260Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-08-04T10:14:00.087Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128289,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"test6\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:35:48.427Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:17:43.277Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:17:43.270Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128290,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"test7\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:36:08.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:18:01.530Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:01.523Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128291,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"test8\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:36:39.737Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:17:56.880Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:17:56.883Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128292,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"test9\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:36:54.273Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:17:50.797Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:17:50.797Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128296,\n        \"PlanId\": 25300,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"T357297T357297\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:43:17.753Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:18:05.380Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:05.390Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128297,\n        \"PlanId\": 25300,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 16,\n        \"TaskName\": \"T3572975\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:43:33.447Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:17:48.707Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:17:48.707Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128299,\n        \"PlanId\": 25300,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"test11\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:44:22.760Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:18:34.210Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:34.223Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128329,\n        \"PlanId\": 25300,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"test12\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:45:46.710Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:18:38.360Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:38.360Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128330,\n        \"PlanId\": 25300,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"test13\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:46:39.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:18:27.533Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:27.537Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128334,\n        \"PlanId\": 25300,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"test14\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T11:47:35.573Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:18:30.747Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:30.753Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128441,\n        \"PlanId\": 25180,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T12:31:07.473Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:18:23.260Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:23.253Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128450,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Testing\",\n        \"StartDate\": \"2016-07-22T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-22T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-22T09:20:30.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 0,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T12:34:21.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-02-15T14:25:13.120Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 65947\n    },\n    {\n        \"Id\": 128456,\n        \"PlanId\": 37564,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Testing\",\n        \"StartDate\": \"2015-04-08T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2015-04-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T12:34:21.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-06-22T14:34:21.070Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T128456 014 Testing\",\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 71566\n    },\n    {\n        \"Id\": 128457,\n        \"PlanId\": 1509,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 49,\n        \"TaskName\": \"Testing if the resource comes on the task card\",\n        \"StartDate\": \"2015-04-22T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2015-05-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T12:34:21.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2016-10-12T13:59:13.600Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-12T15:59:13.590Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T128457 016 Testing if the resource comes\",\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 71690\n    },\n    {\n        \"Id\": 128458,\n        \"PlanId\": 37564,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"ggkjgjkgjkgjkgkj\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-08-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2015-08-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T12:34:21.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-06-22T14:34:21.070Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T128458 018 ggkjgjkgjkgjkgkj\",\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 77487\n    },\n    {\n        \"Id\": 128459,\n        \"PlanId\": 37564,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Testing 1-2-3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-11-28T00:00:00.000Z\",\n        \"WorkDays\": 69,\n        \"EndDate\": \"2016-02-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T12:34:21.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:17:12.950Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-07-05T12:17:13.370Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T128459 019 Testing 1-2-3\",\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 86513\n    },\n    {\n        \"Id\": 128464,\n        \"PlanId\": 37564,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Not named..\",\n        \"StartDate\": \"2015-04-13T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2015-04-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T12:34:21.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-06-22T14:34:21.070Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T128464 015 Not named\",\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 71664\n    },\n    {\n        \"Id\": 128483,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"Test1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-22T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-22T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-22T12:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:11:13.793Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 81103,\n        \"UpdateDate\": \"2021-02-17T14:38:33.527Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:43.670Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"ScrumSprintId\": 299\n    },\n    {\n        \"Id\": 128485,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-22T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:11:44.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 81103,\n        \"UpdateDate\": \"2021-02-17T14:38:35.137Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:40.870Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"ScrumSprintId\": 299\n    },\n    {\n        \"Id\": 128486,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Test4\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:11:59.783Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 81103,\n        \"UpdateDate\": \"2021-02-17T14:38:39.403Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:52.150Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 299\n    },\n    {\n        \"Id\": 128487,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Test5\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:12:13.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:18:49.280Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:49.280Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128488,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Test6\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:12:28.860Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:18:46.457Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:46.460Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128489,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 24,\n        \"TaskName\": \"Test7\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:12:44.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:19:32.367Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:19:32.360Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128490,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"Test8\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:12:59.797Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:19:57.577Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:19:57.570Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128491,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test8\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:13:16.847Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:18:57.733Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:18:57.733Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128492,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test9\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:13:30.950Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:20:08.170Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:20:08.170Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128493,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"Test10\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:13:44.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:20:50.087Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:20:50.073Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128494,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test11\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:14:00.323Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:20:39.243Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:20:39.253Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128495,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 30,\n        \"TaskName\": \"Test12\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:14:14.253Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:21:35.917Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:21:35.917Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128496,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test12\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:14:29.917Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:21:43.173Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:21:43.177Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128497,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"Test13\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:14:46.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:21:54.980Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:21:54.987Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128498,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"Test14\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:15:01.647Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:22:06.947Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:22:06.940Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128499,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Test15\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:15:15.563Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:21:10.270Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:21:10.263Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128500,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test15\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:15:31.287Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:21:02.673Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:21:02.683Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128501,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"Test16\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-01T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:15:48.090Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:18.777Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:18.777Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128502,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test17\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-01T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:16:05.110Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:29:25.910Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:29:25.917Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128503,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"Test18\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-01T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:16:20.053Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:27:36.837Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:36.830Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128504,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"Test18\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-01T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:16:35.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:27:27.960Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:27.953Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128505,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 40,\n        \"TaskName\": \"Test19\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-01T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:17:06.837Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:29:39.140Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:29:39.137Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128506,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"Test20\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:17:20.970Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:29:43.587Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:29:43.590Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128507,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"Test21\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:17:33.933Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:27:45.853Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:45.853Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128508,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 43,\n        \"TaskName\": \"Test22\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:17:48.740Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:08.037Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:08.050Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128509,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Test24\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:18:01.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:27:32.250Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:32.250Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128510,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 45,\n        \"TaskName\": \"Test25\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:18:15.260Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:29:54.630Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:29:54.637Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128511,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Test26\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:18:28.783Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:27:06.840Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:06.830Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128512,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Test26\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:18:44.370Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:29:59.530Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:29:59.527Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128513,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 48,\n        \"TaskName\": \"Test27\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:18:58.230Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:29:34.773Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:29:34.767Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128514,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 49,\n        \"TaskName\": \"Test28\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:19:15.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:27:02.673Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:02.677Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128515,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 50,\n        \"TaskName\": \"Test29\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:19:30.700Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:54.547Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:54.537Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128516,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Test30\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:20:05.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:50.350Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:50.343Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128517,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Test31\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:20:18.827Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:46.513Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:46.507Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128518,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 53,\n        \"TaskName\": \"Test32\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:20:36.970Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:27:19.333Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:19.330Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128519,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 54,\n        \"TaskName\": \"Test33\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:21:07.873Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:27:10.910Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:10.923Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128520,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"Test34\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:21:21.320Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:38.417Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:38.417Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128521,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"Test35\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:21:39.277Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:29:01.247Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:29:01.237Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128522,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"Test36\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:22:00.273Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:22.863Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:22.863Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128523,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"Test37\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:22:15.203Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:58.413Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:58.413Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128524,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"Test38\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:22:31.007Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:26.450Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:26.450Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128525,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Test40\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:22:46.700Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:30.913Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:30.920Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128526,\n        \"PlanId\": 38307,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 61,\n        \"TaskName\": \"Test40\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-22T14:23:03.390Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:34.610Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:34.607Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 128605,\n        \"PlanId\": 38316,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 45,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2016-08-25T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-09-01T00:00:00.000Z\",\n        \"EndTime\": \"2016-06-24T10:34:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 9,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-23T09:10:47.383Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2016-06-23T11:10:47.383Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 127899\n    },\n    {\n        \"Id\": 129027,\n        \"PlanId\": 23925,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"test time entry\",\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 48,\n        \"EndDate\": \"2016-09-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 9,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T07:07:19.057Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 34982,\n        \"UpdateDate\": \"2016-09-08T00:07:06.003Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:57.710Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129029,\n        \"PlanId\": 23926,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"test time entry\",\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T07:47:17.013Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:19:00.653Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:19:00.653Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129039,\n        \"PlanId\": 23926,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"test time entry 2\",\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T08:04:56.967Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:29:10.030Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:29:10.023Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129043,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 16,\n        \"TaskName\": \"Test 357 - 0\",\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T08:31:05.830Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:19:02.977Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:19:02.980Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129045,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Test 357 - 1\",\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T08:45:39.013Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:30:26.563Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:30:26.563Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129130,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"Test 357 - 2\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 9,\n        \"EndDate\": \"2016-07-08T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T09:01:05.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:30:38.140Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:30:38.137Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129132,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test 357 - 3\",\n        \"StartDate\": \"2016-07-07T00:00:00.000Z\",\n        \"WorkDays\": 12,\n        \"EndDate\": \"2016-07-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T09:20:52.927Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:30:18.890Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:30:18.893Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129153,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test 357 - 3 (ignore the other)\",\n        \"StartDate\": \"2016-06-20T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2016-07-08T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T09:25:04.977Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:29:05.180Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:29:05.183Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129155,\n        \"PlanId\": 37139,\n        \"PhaseNumber\": -112,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"i said no, mark!\",\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 497,\n        \"EndDate\": \"2018-08-22T00:00:00.000Z\",\n        \"EndTime\": \"2018-08-22T11:26:14.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T09:26:42.100Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 36756,\n        \"UpdateDate\": \"2018-08-22T10:06:22.577Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-08-22T10:06:22.560Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-06-27T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 19861,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 33,\n        \"AssignedResourceId\": 19861,\n        \"ServiceLineId\": 2,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129161,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Test - 357 - Second\",\n        \"StartDate\": \"2016-07-05T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T09:59:48.447Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:16.913Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:16.903Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129166,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Test 357 - 4\",\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T10:19:10.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:19:15.347Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:19:15.353Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129167,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Test - 357 - 5\",\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T10:37:19.113Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:19:44.393Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:19:44.400Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129192,\n        \"PlanId\": 23935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 24,\n        \"TaskName\": \"Test 357 - 6\",\n        \"StartDate\": \"2016-06-27T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-27T12:15:53.997Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:20:27.933Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:20:27.933Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129327,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Sys 357: 2\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T09:10:47.753Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:51.077Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:22:14.067Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129328,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Sys 357: 2\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T09:20:16.333Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:51.170Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:21:24.260Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129329,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Sys 357: 1\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T09:26:59.997Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:51.297Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:24:34.703Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129330,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Sys 357: 1 (click)\",\n        \"StartDate\": \"2016-07-01T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T09:30:38.027Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:51.577Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-06-28T13:40:45.620Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129331,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Sys 357: 1 (click) (retry)\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T09:34:25.263Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:51.467Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:24:48.333Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129332,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Sys 357: 0\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T10:07:47.033Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:51.733Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:24:06.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129333,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Sys 357: 0 (click)\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T10:11:18.350Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:51.843Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:24:20.327Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129334,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Sys 357: 3\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T10:16:53.543Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:51.953Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:29:30.233Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129335,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Sys 357: 3 (click\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T10:20:21.693Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:52.060Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:23:39.583Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129336,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Sys 357: 4\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T10:26:10.353Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:52.170Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:23:28.647Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129338,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Sys 357: 4 (click)\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T10:29:32.527Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:52.297Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:23:18.210Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129339,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Sys 357: 5\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T10:34:48.470Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:52.430Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:22:56.907Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129345,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Sys 357: 5 (click)\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T10:38:04.797Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:52.523Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:22:44.227Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129346,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Sys 357: 6\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T10:43:09.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:52.650Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:25:08.753Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129347,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Sys 357: 6 (click)\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T10:46:16.940Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:52.757Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:23:52.893Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129348,\n        \"PlanId\": 24025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Sys 357: 2 (2)\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 18,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T10:52:09.477Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2019-03-19T14:31:52.867Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:29:21.560Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129360,\n        \"PlanId\": 25592,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test binding 1\",\n        \"StartDate\": \"2016-06-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T13:07:14.910Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:22:30.113Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:22:30.100Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129361,\n        \"PlanId\": 25592,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test binding 2\",\n        \"StartDate\": \"2016-07-01T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T13:07:55.767Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:42.440Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:42.450Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129362,\n        \"PlanId\": 25592,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test binding 3\",\n        \"StartDate\": \"2016-07-01T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T13:08:04.410Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:25:33.753Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:25:33.750Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129363,\n        \"PlanId\": 25592,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test binding 4\",\n        \"StartDate\": \"2016-07-07T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T13:08:10.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:26:14.953Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:26:14.950Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129364,\n        \"PlanId\": 25592,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test binding 5\",\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-08T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T13:08:16.873Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:27:15.077Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:15.077Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129365,\n        \"PlanId\": 25592,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Test binding 6\",\n        \"StartDate\": \"2016-07-04T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T13:08:22.770Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:21.983Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:21.980Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 129370,\n        \"PlanId\": 37932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-08T00:00:00.000Z\",\n        \"WorkDays\": 20,\n        \"EndDate\": \"2016-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T13:21:18.030Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:27.460Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:27.460Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129375,\n        \"PlanId\": 37986,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Testing weekly schedule\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-14T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2016-08-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T13:23:32.830Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:46.427Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:46.420Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129376,\n        \"PlanId\": 37932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-09-09T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-28T13:33:08.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:27:50.517Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:50.517Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129442,\n        \"PlanId\": 36371,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Mail with attachments\",\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"StartTime\": \"2016-06-29T09:45:58.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-06T09:45:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-29T07:45:58.753Z\",\n        \"CreateEmployeeId\": 16143,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-07-12T11:49:48.330Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-07-12T13:49:48.323Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-06-29T07:45:58.757Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 4,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1313463,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129465,\n        \"PlanId\": 38358,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"123\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-29T08:14:59.263Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-08-15T08:58:07.187Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T129465 001 123\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129578,\n        \"PlanId\": 38345,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2016-07-18T00:00:00.000Z\",\n        \"WorkDays\": 45,\n        \"EndDate\": \"2016-09-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-30T06:56:42.900Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-01T10:48:32.303Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketReceived\": \"2016-06-30T05:56:42.900Z\",\n        \"TicketAuthorResourceId\": 35166,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 5,\n        \"TaskFolderName\": \"T129578 002 2\",\n        \"TicketTeamId\": 59,\n        \"AssignedResourceId\": 35166,\n        \"ServiceLineId\": 50,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"TaskProgressId\": 206\n    },\n    {\n        \"Id\": 129618,\n        \"PlanId\": 38405,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Sys var 1030: 2\",\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-07T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-07T12:54:44.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-30T10:54:44.210Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:31.577Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:31.573Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-06-30T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 50,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129619,\n        \"PlanId\": 38405,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Sys var 1030: 1\",\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-07T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-07T12:55:51.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-30T10:55:51.893Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:39.033Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:39.037Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-06-30T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129620,\n        \"PlanId\": 38405,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Sys var 1030: 3\",\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-07T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-07T12:59:52.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-30T10:59:52.790Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:49.360Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:49.353Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-06-30T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 50,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129621,\n        \"PlanId\": 38405,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Sys var 1030: 4\",\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-07T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-07T13:01:07.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-30T11:01:07.510Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:41.983Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:41.987Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-06-30T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 50,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129622,\n        \"PlanId\": 38405,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 24,\n        \"TaskName\": \"Sys var 1030: 5 (with production manager)\",\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-07T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-07T13:02:21.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-30T11:02:21.173Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:34.727Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:34.720Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-06-30T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 50,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129635,\n        \"PlanId\": 38406,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Testing 1-2-3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-11-28T00:00:00.000Z\",\n        \"StartTime\": \"2015-11-28T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2015-11-28T00:00:00.000Z\",\n        \"EndTime\": \"2015-11-28T08:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-30T11:03:12.883Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 39114,\n        \"UpdateDate\": \"2017-02-17T13:30:47.483Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 86513,\n        \"TaskProgressId\": 98\n    },\n    {\n        \"Id\": 129730,\n        \"PlanId\": 24553,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test expenditures after invoice\",\n        \"StartDate\": \"2016-06-30T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-30T12:02:59.717Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:27:57.210Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:57.213Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 129815,\n        \"PlanId\": 37139,\n        \"PhaseNumber\": -112,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test 1030\",\n        \"StartDate\": \"2016-07-01T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-08T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-08T14:02:39.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-01T12:02:39.730Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2016-12-07T12:29:10.680Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:30:04.253Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-01T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 50,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129818,\n        \"PlanId\": 37139,\n        \"PhaseNumber\": -112,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"test 1030: 0\",\n        \"StartDate\": \"2016-07-01T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-08T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-08T14:05:41.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-01T12:05:41.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2016-12-07T12:29:10.803Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:23.477Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-01T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 50,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129865,\n        \"PlanId\": 37139,\n        \"PhaseNumber\": -112,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Test time\",\n        \"StartDate\": \"2016-07-04T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-04T07:12:38.880Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2016-12-07T12:29:10.913Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:03.180Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129880,\n        \"PlanId\": 38433,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Polar bears\",\n        \"StartDate\": \"2016-07-05T00:00:00.000Z\",\n        \"WorkDays\": 475,\n        \"EndDate\": \"2018-07-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-04T10:52:34.600Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2018-06-13T12:02:23.577Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 129881,\n        \"PlanId\": 36589,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 167,\n        \"TaskName\": \"Time test\",\n        \"StartDate\": \"2016-07-04T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-04T11:06:43.977Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:12.157Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:12.160Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 129898,\n        \"PlanId\": 37139,\n        \"PhaseNumber\": -112,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Test time 2\",\n        \"StartDate\": \"2016-07-01T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2016-07-14T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-05T07:30:30.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2016-12-07T12:29:11.023Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:27:41.283Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129900,\n        \"PlanId\": 36594,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-07-05T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-05T08:03:34.480Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:54.370Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:54.360Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 129968,\n        \"PlanId\": 24054,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test time reg.\",\n        \"StartDate\": \"2016-07-13T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2016-08-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-05T10:32:08.680Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:24:47.790Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T129968 004 Test time reg\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129969,\n        \"PlanId\": 24054,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test time reg. 2\",\n        \"StartDate\": \"2016-07-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-07-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-05T10:32:18.397Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:32.727Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 130965,\n        \"PlanId\": 38460,\n        \"PhaseNumber\": 0,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Sys 1030: 0\",\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-13T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-13T08:55:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-06T06:55:00.797Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:49.153Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:49.150Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-06T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 130966,\n        \"PlanId\": 38460,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"1030: 1\",\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-13T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-13T08:56:07.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-06T06:56:07.990Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:32.257Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:32.263Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-06T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 130967,\n        \"PlanId\": 38460,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"1030: 2\",\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-13T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-13T08:57:25.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-06T06:57:25.273Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:35.660Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:35.647Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-06T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 130968,\n        \"PlanId\": 38460,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"1030: 3\",\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-13T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-13T08:58:26.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-06T06:58:26.347Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:38.733Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:38.727Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-06T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 130969,\n        \"PlanId\": 38460,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 24,\n        \"TaskName\": \"1030: 4\",\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-13T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-13T08:59:38.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-06T06:59:38.937Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:41.557Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:41.557Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-06T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 130970,\n        \"PlanId\": 38460,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"1030: 5 (with production manager)\",\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-13T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-13T09:02:13.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-06T07:02:13.283Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:46.923Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:46.927Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-06T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 130971,\n        \"PlanId\": 38460,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"1030: 5\",\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-07-13T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-13T09:04:25.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-06T07:04:25.617Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:44.723Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:44.717Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-06T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 130990,\n        \"PlanId\": 25300,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-08T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-06T07:53:31.847Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:22.227Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:22.227Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 130999,\n        \"PlanId\": 38405,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"#test querySelector\",\n        \"StartDate\": \"2016-07-08T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-06T09:26:27.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:27.610Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:27.593Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131134,\n        \"PlanId\": 38476,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Testing briefing\",\n        \"StartDate\": \"2016-07-07T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-07T08:32:46.513Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-07T10:32:46.510Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 131499,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-07-21T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:27:10.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:00.793Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:00.783Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-21T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131500,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"weq\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:31:23.547Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:05.067Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:05.070Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131502,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"dadasda\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-07-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:33:51.687Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:45.660Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:45.663Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 50,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131503,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"wedwa\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-08-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:34:54.397Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:02.867Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:02.863Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131504,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"asa\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-07-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:36:25.587Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:38.327Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:38.323Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131505,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"sad\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:40:41.810Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:58.360Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:58.360Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131506,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"asdas\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:42:19.697Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:41.103Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:41.110Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131507,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"as\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-07-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:43:13.563Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:35.490Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:35.507Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131508,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"sdsad\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-07-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:46:48.940Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:27.227Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-10-19T13:36:27.237Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131509,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"eqweqw\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-07-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:47:41.633Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:50.963Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:50.970Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131510,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"d\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-07-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:48:35.283Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:43.273Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:43.270Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 50,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131511,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"fdfasfs\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-07-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:49:23.237Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:55.770Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:55.763Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131512,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"erewew\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-07-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:50:30.347Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:53.243Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:53.240Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131513,\n        \"PlanId\": 33328,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"dgsdfsd\",\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T10:54:30.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:48.297Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:48.297Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-07-25T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131541,\n        \"PlanId\": 25352,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Testing test\",\n        \"TaskNote\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-25T00:00:00.000Z\",\n        \"StartTime\": \"2016-07-25T22:30:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-25T00:00:00.000Z\",\n        \"EndTime\": \"2016-07-25T23:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 38,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-25T13:50:59.467Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-15T10:00:01.677Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:46:46.360Z\",\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 35879,\n        \"TaskFolderName\": \"T131541 021 Testing test\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131547,\n        \"PlanId\": 39338,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"test copy\",\n        \"StartDate\": \"2016-06-20T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-06-27T00:00:00.000Z\",\n        \"EndTime\": \"2016-06-27T15:38:10.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-26T11:10:07.527Z\",\n        \"CreateEmployeeId\": 22834,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:24.257Z\",\n        \"TemporaryId\": 128077,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:24.263Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T131547 010 test copy\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131576,\n        \"PlanId\": 37697,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23232335,\n        \"TaskName\": \"<div class=\\\"ScInTest\\\"></div><script>var x=$(\\\".ScInTest:not([id])\\\");x.uniqueId();var y=\\\"#\\\"+x.attr(\\\"id\\\");alert(\\\"T131476: \\\" + $(y).closest(\\\".workBookPage\\\").attr(\\\"filelocation\\\") + \\\", \\\" + $(y).parent().attr(\\\"class\\\"))</script>\",\n        \"StartDate\": \"2016-07-27T00:00:00.000Z\",\n        \"WorkDays\": 36,\n        \"EndDate\": \"2016-09-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-27T08:26:34.347Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-06-26T13:41:04.727Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-07-27T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35166,\n        \"TicketStatusId\": 1,\n        \"TaskFolderName\": \"T131576 334 Chaching\",\n        \"AssignedResourceId\": 35166,\n        \"ServiceLineId\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131677,\n        \"PlanId\": 38552,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Presentation / result of analyses\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-02-16T00:00:00.000Z\",\n        \"WorkDays\": 767,\n        \"EndDate\": \"2018-05-18T00:00:00.000Z\",\n        \"EndTime\": \"2018-05-18T13:33:28.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 0,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-28T07:51:17.690Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-18T13:08:38.383Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 65943\n    },\n    {\n        \"Id\": 133397,\n        \"PlanId\": 38345,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"shiggy\",\n        \"ActivityId\": 606,\n        \"StartDate\": \"2019-01-24T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-08T07:35:04.427Z\",\n        \"CreateEmployeeId\": 36351,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-25T08:15:41.703Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 6,\n        \"TaskFolderName\": \"T133397 003 shiggy\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 50\n    },\n    {\n        \"Id\": 133447,\n        \"PlanId\": 38623,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"StartDate\": \"2016-08-09T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-08-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-08T08:02:49.590Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-08T08:39:45.120Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T133447 001 Test 1\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 133449,\n        \"PlanId\": 38623,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test3\",\n        \"StartDate\": \"2016-09-16T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-08T08:02:53.477Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:30.293Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:30.300Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T133449 003 Test3\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 133450,\n        \"PlanId\": 38623,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-08-01T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-08-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-08T08:02:59.823Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-08T08:09:35.323Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-08-08T10:09:54.117Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T133450 004 Test 4\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 133601,\n        \"PlanId\": 38638,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task Uno\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-03T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2016-08-12T00:00:00.000Z\",\n        \"TaskStatus\": 2,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-08T13:52:44.067Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:21.133Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T133601 001 Task Uno\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"TaskProgressId\": 3\n    },\n    {\n        \"Id\": 133651,\n        \"PlanId\": 38642,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-09T10:31:00.883Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-09T12:31:00.877Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 131005\n    },\n    {\n        \"Id\": 133701,\n        \"PlanId\": 25352,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Super Kage\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-09T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-09T13:23:42.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-09T15:23:42.260Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:46:46.360Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 133702,\n        \"PlanId\": 38302,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-08-09T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-08-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-09T13:34:19.303Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-09T15:34:19.303Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-08-17T11:35:15.247Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 133710,\n        \"PlanId\": 25352,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-08-10T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-08-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-10T06:57:10.827Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-10T08:57:10.820Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:46:46.360Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 133818,\n        \"PlanId\": 38136,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2016-08-15T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-08-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-10T13:56:45.193Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2016-08-10T15:56:45.190Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 133820,\n        \"PlanId\": 38135,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Advanced user approval 1\",\n        \"StartDate\": \"2016-08-10T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-08-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-10T14:12:46.843Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-06-04T12:23:49.520Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-06-04T14:23:49.520Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 133920,\n        \"PlanId\": 37568,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"hhh\",\n        \"StartDate\": \"2016-08-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-11T07:00:39.027Z\",\n        \"CreateEmployeeId\": 36351,\n        \"UpdateEmployeeId\": 36351,\n        \"UpdateDate\": \"2016-08-30T13:08:07.967Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 133971,\n        \"PlanId\": 38135,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Advanced user approval 2\",\n        \"StartDate\": \"2016-08-15T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-08-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-11T07:28:07.383Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2016-08-11T09:28:07.393Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T133971 002 Advanced user approval 2\",\n        \"Billable\": true\n    },\n    {\n        \"Id\": 134125,\n        \"PlanId\": 36352,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 24,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-08-14T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-14T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-12T09:21:20.417Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2021-11-24T12:41:52.077Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:57.877Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-08-12T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 134212,\n        \"PlanId\": 38358,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"123 copy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-15T08:17:50.260Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-18T11:38:10.993Z\",\n        \"TemporaryId\": 129465,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-08-18T13:38:10.990Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 134228,\n        \"PlanId\": 38358,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"123 copy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-15T08:24:17.333Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-08-15T09:01:59.247Z\",\n        \"TemporaryId\": 129465,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 134249,\n        \"PlanId\": 37697,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23232339,\n        \"TaskName\": \"da b\",\n        \"StartDate\": \"2016-08-22T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-15T08:42:11.907Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:17.433Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-06-04T13:54:53.290Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T134249 338 da b\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 134256,\n        \"PlanId\": 25352,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-08T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2016-08-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-15T09:59:58.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-15T10:13:29.380Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:46:46.360Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 136863,\n        \"PlanId\": 38782,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"chh2TestLoginTask / NEW ACTIVITY\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-01-20T00:00:00.000Z\",\n        \"WorkDays\": 32,\n        \"EndDate\": \"2016-03-03T00:00:00.000Z\",\n        \"EndTime\": \"2016-03-03T02:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-17T08:53:40.487Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-17T10:53:40.490Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-08-17T10:55:13.687Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 116030\n    },\n    {\n        \"Id\": 136918,\n        \"PlanId\": 38783,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"chh2TestLoginTask / NEW ACTIVITY\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-01-20T00:00:00.000Z\",\n        \"WorkDays\": 32,\n        \"EndDate\": \"2016-03-03T00:00:00.000Z\",\n        \"EndTime\": \"2016-03-03T02:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-17T10:15:48.670Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-17T12:15:48.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 116030\n    },\n    {\n        \"Id\": 137277,\n        \"PlanId\": 4148,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-19T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-19T12:14:32.907Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:34:12.303Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:34:12.313Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137292,\n        \"PlanId\": 24385,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-22T13:36:56.800Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-22T13:44:59.723Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-08-22T15:44:59.717Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137300,\n        \"PlanId\": 36220,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test convert task to ticket\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T10:22:22.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:55.360Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:55.353Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-08-23T08:22:22.750Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137301,\n        \"PlanId\": 36926,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T10:35:30.977Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:41.873Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:41.870Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-08-23T08:35:30.977Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137302,\n        \"PlanId\": 23925,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test convert task to ticket 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-19T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 9,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T10:40:19.320Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:33.060Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:33.053Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-08-23T08:40:19.320Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 137303,\n        \"PlanId\": 33707,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test convert task to ticket 3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-25T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T10:54:54.527Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:35.337Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:35.350Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-08-23T08:54:54.527Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137304,\n        \"PlanId\": 36086,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test conver task to ticket 4\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-25T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T11:01:10.127Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:15:46.707Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:46:46.360Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketReceived\": \"2016-08-23T09:01:10.127Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 2,\n        \"TaskFolderName\": \"T137304 026 Test conver task to ticket 4\",\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 137305,\n        \"PlanId\": 35921,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test convert task to ticket 5\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-25T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T11:02:52.120Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:37.740Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:37.750Z\",\n        \"FromExternal\": false,\n        \"TicketReceived\": \"2016-08-23T09:02:52.120Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 7,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137306,\n        \"PlanId\": 37305,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test convert task to ticket\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 2,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T11:05:56.953Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-30T13:23:09.867Z\",\n        \"TaskResponsibleResouceId\": 36728,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-08-23T09:05:56.953Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TaskFolderName\": \"T137306 005 Test convert task to ticket\",\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137307,\n        \"PlanId\": 33763,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test conver task to ticket 6\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-08-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T11:07:54.753Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:18:13.347Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:18:13.353Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137309,\n        \"PlanId\": 33647,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test convert task to ticket 7\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-29T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T12:59:56.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-01T08:25:20.467Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-09-01T10:25:20.480Z\",\n        \"FromExternal\": false,\n        \"TicketReceived\": \"2016-08-23T10:59:56.050Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137311,\n        \"PlanId\": 38460,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-08-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T13:23:47.337Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:52.787Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:52.790Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 137334,\n        \"PlanId\": 38827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Contact user\",\n        \"StartDate\": \"2016-08-24T00:00:00.000Z\",\n        \"WorkDays\": 27,\n        \"EndDate\": \"2016-09-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-24T06:49:20.977Z\",\n        \"CreateEmployeeId\": 36481,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-09T12:39:51.683Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 138026,\n        \"PlanId\": 38881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 30,\n        \"TaskName\": \"Start 3 / Tekstoversættelse\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-03T00:00:00.000Z\",\n        \"WorkDays\": 38,\n        \"EndDate\": \"2016-12-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-29T12:56:20.373Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-01-02T13:58:57.250Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-10-19T13:33:29.903Z\",\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 36197,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 116429\n    },\n    {\n        \"Id\": 138149,\n        \"PlanId\": 38887,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-29T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-09-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-30T09:03:51.513Z\",\n        \"CreateEmployeeId\": 35174,\n        \"UpdateEmployeeId\": 35174,\n        \"UpdateDate\": \"2016-08-30T11:03:51.510Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 138994,\n        \"PlanId\": 38895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"123\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-31T09:37:03.083Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-09-02T12:23:22.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-09-02T12:15:53.850Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 138997,\n        \"PlanId\": 38895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Test convert to ticket\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-31T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2017-08-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-31T09:37:03.083Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-09-02T12:35:11.530Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139000,\n        \"PlanId\": 38895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"123\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-23T00:00:00.000Z\",\n        \"WorkDays\": 12,\n        \"EndDate\": \"2016-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-31T09:37:03.083Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-09-02T11:59:47.407Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 134252\n    },\n    {\n        \"Id\": 139008,\n        \"PlanId\": 38895,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"123 copy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-31T09:37:03.083Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-08-31T11:37:03.080Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 134212\n    },\n    {\n        \"Id\": 139013,\n        \"PlanId\": 38895,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"123 copy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-31T09:37:03.083Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-08-31T11:37:03.080Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 134228\n    },\n    {\n        \"Id\": 139038,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-10-04T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:58:55.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:51.657Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:51.657Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139039,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test 1\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:58:58.113Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:53.957Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:53.957Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139040,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test 2\",\n        \"StartDate\": \"2016-10-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:00.237Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:11.367Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:11.363Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139041,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:01.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:28.907Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:28.903Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139042,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-11-01T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:03.510Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:31.550Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:31.550Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139043,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-11-08T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:05.123Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:34.317Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:34.317Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139044,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"New name\",\n        \"StartDate\": \"2016-01-04T00:00:00.000Z\",\n        \"WorkDays\": 229,\n        \"EndDate\": \"2016-12-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:06.850Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36481,\n        \"UpdateDate\": \"2016-11-23T15:33:40.020Z\",\n        \"TaskResponsibleResouceId\": 35923,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-09-01T05:59:06.850Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35174,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139045,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Test 7\",\n        \"StartDate\": \"2016-11-22T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:08.987Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:42.110Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:42.103Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139046,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Test 8\",\n        \"StartDate\": \"2016-11-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:10.780Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:53.357Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:53.363Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139047,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test 9\",\n        \"StartDate\": \"2016-12-06T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:15.043Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:56.837Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:56.833Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139048,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Test 10\",\n        \"StartDate\": \"2016-12-13T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:17.443Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:56.700Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:56.700Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139049,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test 11\",\n        \"StartDate\": \"2016-12-20T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:19.453Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-01T09:59:19.457Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-09-14T10:50:26.780Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139050,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"Test 12\",\n        \"StartDate\": \"2016-12-28T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:22.153Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:59.450Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:59.450Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139051,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Test 13\",\n        \"StartDate\": \"2017-01-04T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:24.337Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-01T09:59:24.330Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-09-14T10:51:12.483Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139052,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 16,\n        \"TaskName\": \"Test 14\",\n        \"StartDate\": \"2017-01-11T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:27.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:02.067Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:02.067Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139053,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Test 15\",\n        \"StartDate\": \"2017-01-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:29.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:04.710Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:04.683Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139054,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"Not a game!\",\n        \"StartDate\": \"2017-01-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:31.170Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-13T08:40:52.823Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139055,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"This isn't a game\",\n        \"StartDate\": \"2017-02-01T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-02-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:34.477Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:59.487Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:59.487Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139056,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test 18\",\n        \"StartDate\": \"2017-02-08T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-02-14T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:36.737Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:06.853Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:06.853Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139057,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Test 19\",\n        \"StartDate\": \"2017-02-15T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-02-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:39.733Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:08.973Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:08.973Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139058,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Test 20\",\n        \"StartDate\": \"2017-02-22T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:42.107Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:15.887Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:15.887Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139059,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Test 21\",\n        \"StartDate\": \"2017-03-01T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:44.447Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:18.183Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:18.180Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139060,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 24,\n        \"TaskName\": \"Test 22\",\n        \"StartDate\": \"2017-03-08T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:46.193Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:20.560Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:20.560Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139061,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"Test 23\",\n        \"StartDate\": \"2017-03-15T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:47.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:23.270Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:23.270Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139062,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"New name\",\n        \"StartDate\": \"2017-03-22T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:50.250Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:36.757Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:36.757Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139063,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test 25\",\n        \"StartDate\": \"2017-03-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:51.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:26.063Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:26.060Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139064,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"New nam\",\n        \"StartDate\": \"2017-04-05T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-04-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:53.947Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:34.250Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:34.250Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139065,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"New name\",\n        \"StartDate\": \"2017-04-12T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-04-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:56.600Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:40.333Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:40.330Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139066,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 30,\n        \"TaskName\": \"New name\",\n        \"StartDate\": \"2017-04-24T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:58.813Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:43.463Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:43.460Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139067,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Getting removed?\",\n        \"StartDate\": \"2017-05-01T00:00:00.000Z\",\n        \"WorkDays\": 79,\n        \"EndDate\": \"2017-08-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:00:01.043Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-02-20T15:27:55.707Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139068,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"New name\",\n        \"StartDate\": \"2017-05-08T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:00:03.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:46.430Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:46.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139070,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-09-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:00.563Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:04.807Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:04.807Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139071,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test 1\",\n        \"StartDate\": \"2016-09-09T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-09-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:03.403Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:09.923Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:09.937Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139072,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test 2\",\n        \"StartDate\": \"2016-09-16T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-09-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:05.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:50.127Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:50.120Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139073,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-09-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-09-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:07.363Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:52.560Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:52.557Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139074,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-09-30T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:09.473Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:35:28.160Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:35:28.173Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139075,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-10-07T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:11.293Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:05.710Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:05.707Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139076,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test 6\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:13.523Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:08.937Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:08.933Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139077,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Test 7\",\n        \"StartDate\": \"2016-10-21T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:15.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:12.167Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:12.167Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139078,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Test 8\",\n        \"StartDate\": \"2016-10-28T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:19.020Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:14.520Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:14.520Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139079,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test 9\",\n        \"StartDate\": \"2016-11-04T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:21.223Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:19.817Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:19.817Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139080,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Test 10\",\n        \"StartDate\": \"2016-11-11T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:23.467Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:13.357Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:13.367Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139081,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test 11\",\n        \"StartDate\": \"2016-11-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:25.880Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:15.633Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:15.633Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139082,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"Test 12\",\n        \"StartDate\": \"2016-11-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:28.053Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:18.317Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:18.317Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139083,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Test 13\",\n        \"StartDate\": \"2016-12-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-08T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:31.017Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:21.843Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:21.840Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139084,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 16,\n        \"TaskName\": \"Test 14\",\n        \"StartDate\": \"2016-12-09T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:33.170Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:32.763Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:32.757Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139085,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Test 15\",\n        \"StartDate\": \"2016-12-16T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:35.373Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:36.023Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:36.027Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139086,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"Test 16\",\n        \"StartDate\": \"2016-12-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:37.943Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:38.970Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:38.980Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139087,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test 17\",\n        \"StartDate\": \"2017-01-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:41.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:41.810Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:41.810Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139088,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Børge\",\n        \"StartDate\": \"2017-01-09T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:44.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:01.873Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:01.880Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139089,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Test 19\",\n        \"StartDate\": \"2017-01-16T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:47.163Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:46.273Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:46.273Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139090,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Test 20\",\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:49.503Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:55.210Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:55.207Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139101,\n        \"PlanId\": 38903,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T13:33:58.970Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2016-10-06T12:00:47.257Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 139104,\n        \"PlanId\": 38395,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"double check\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-31T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-02T09:17:11.360Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-10-25T10:55:01.177Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-08-31T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35166,\n        \"TicketStatusId\": 1,\n        \"TaskFolderName\": \"T139104 006 double check\",\n        \"AssignedResourceId\": 36484,\n        \"ServiceLineId\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 139308,\n        \"PlanId\": 37789,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-09-06T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-09-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 3,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-06T08:45:15.340Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-11-14T12:34:28.973Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139325,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-08-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-06T12:09:27.030Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-07T12:23:57.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:45:11.810Z\",\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 36481,\n        \"TaskFolderName\": \"T139325 001 Test\",\n        \"Billable\": true,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 139340,\n        \"PlanId\": 25512,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-09-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-06T13:51:55.910Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:22.067Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:22.067Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 139370,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-08-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-08-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-07T11:53:30.787Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:35:34.357Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:35:34.363Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139371,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-09-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-07T11:53:36.510Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-11T12:42:01.627Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:45:11.810Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139372,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-08-12T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-07T11:53:39.897Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-11-28T09:01:07.460Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:45:11.810Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139423,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test copy\",\n        \"StartDate\": \"2016-08-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-09T09:09:33.613Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-09T09:09:35.103Z\",\n        \"TemporaryId\": 139325,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:45:11.810Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139424,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test copy\",\n        \"StartDate\": \"2016-08-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-09T09:11:40.827Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-09T09:11:41.807Z\",\n        \"TemporaryId\": 139325,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:45:11.810Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T139424 001 Test copy\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139430,\n        \"PlanId\": 38345,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"New test task\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-11T00:00:00.000Z\",\n        \"EndTime\": \"2016-11-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-09T11:53:31.740Z\",\n        \"CreateEmployeeId\": 36697,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:20.710Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:18:26.233Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139434,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 1\",\n        \"StartDate\": \"2016-09-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-09T12:43:57.167Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:35:12.897Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:35:12.927Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139536,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Test unsubscribe\",\n        \"StartDate\": \"2016-09-12T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-12T12:47:17.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-02-26T16:27:52.257Z\",\n        \"TaskResponsibleResouceId\": 35923,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-26T17:27:55.017Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-09-12T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 234,\n        \"TaskFolderName\": \"T139536 009 Test unsubscribe\",\n        \"AssignedResourceId\": 36197,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139568,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test booking 2\",\n        \"StartDate\": \"2016-09-13T00:00:00.000Z\",\n        \"WorkDays\": 25,\n        \"EndDate\": \"2016-10-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-13T08:17:12.827Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-14T12:42:42.507Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:45:11.810Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139606,\n        \"PlanId\": 37697,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23232358,\n        \"TaskName\": \"Babararamama\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-14T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-14T08:30:49.267Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:17.870Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:18:18.690Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139622,\n        \"PlanId\": 38987,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-09-15T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-09-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-15T11:58:47.557Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-15T11:59:42.627Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-09-15T13:59:42.640Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139827,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-09-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-16T08:47:49.117Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:37:03.250Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:37:03.250Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139828,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-09-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-16T08:52:01.590Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:37:00.890Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:37:00.890Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139833,\n        \"PlanId\": 38994,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-16T12:44:26.797Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-16T14:44:26.797Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 139835,\n        \"PlanId\": 38995,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-16T13:05:05.230Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-16T15:05:05.230Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 139900,\n        \"PlanId\": 39006,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-09-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T08:57:32.440Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2017-11-16T10:05:00.133Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-09-20T12:36:23.870Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139901,\n        \"PlanId\": 39006,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2016-10-04T00:00:00.000Z\",\n        \"WorkDays\": 199,\n        \"EndDate\": \"2017-08-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T08:57:41.870Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-22T13:02:16.533Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139904,\n        \"PlanId\": 39007,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2016-10-21T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T11:25:22.830Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:35:56.540Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:35:56.543Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139905,\n        \"PlanId\": 39008,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2016-10-21T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T11:25:59.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36480,\n        \"UpdateDate\": \"2016-09-21T06:30:04.323Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-09-21T08:30:04.323Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 139906,\n        \"PlanId\": 38072,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task D\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-10-14T00:00:00.000Z\",\n        \"TaskStatus\": 2,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T12:11:51.847Z\",\n        \"CreateEmployeeId\": 18721,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2016-11-25T13:53:21.717Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139911,\n        \"PlanId\": 39010,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"104 - Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-20T00:00:00.000Z\",\n        \"WorkDays\": 30,\n        \"EndDate\": \"2016-10-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T13:11:16.017Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:18.990Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:18.993Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139912,\n        \"PlanId\": 39010,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-20T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-10-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T13:12:57.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:21.453Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:21.450Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 140002,\n        \"PlanId\": 39028,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 196,\n        \"EndDate\": \"2017-09-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-22T11:13:33.373Z\",\n        \"CreateEmployeeId\": 36697,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:54.347Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:54.347Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 140415,\n        \"PlanId\": 39033,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Travel time\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T07:12:22.287Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:09.583Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:09.587Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 140449,\n        \"PlanId\": 38881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Very Important Task With A Very Long Name Indeed\",\n        \"StartDate\": \"2017-10-10T00:00:00.000Z\",\n        \"WorkDays\": 9,\n        \"EndDate\": \"2017-10-20T00:00:00.000Z\",\n        \"EndTime\": \"2017-10-20T09:20:30.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 0,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T10:54:52.733Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2021-07-12T07:34:40.070Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T140449 040 Very Important Task With A Ver\",\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 125837\n    },\n    {\n        \"Id\": 140725,\n        \"PlanId\": 38881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 315,\n        \"TaskName\": \"123\",\n        \"StartDate\": \"2016-05-02T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T11:00:20.970Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-01-02T13:59:52.880Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T140725 056 123\",\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 123152\n    },\n    {\n        \"Id\": 141257,\n        \"PlanId\": 38908,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 139,\n        \"TaskName\": \"Travel time\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T11:49:46.847Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:32.583Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:32.583Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 140415\n    },\n    {\n        \"Id\": 141262,\n        \"PlanId\": 1476,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 448,\n        \"TaskName\": \"TENTATIVE - \",\n        \"StartDate\": \"2016-12-09T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-09T12:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-12-09T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-09T14:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T12:04:08.823Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-11-28T09:08:32.923Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-10-19T13:34:08.747Z\",\n        \"FromExternal\": true,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141263,\n        \"PlanId\": 1476,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 449,\n        \"TaskName\": \"Free\",\n        \"StartDate\": \"2016-12-24T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-24T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-12-25T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T12:04:09.967Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-11-28T09:08:33.203Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-10-19T13:33:54.620Z\",\n        \"FromExternal\": true,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141264,\n        \"PlanId\": 1476,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 450,\n        \"TaskName\": \"Free\",\n        \"StartDate\": \"2016-12-25T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-25T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-12-26T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T12:04:10.220Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-11-28T09:08:33.453Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-10-19T13:33:57.780Z\",\n        \"FromExternal\": true,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141265,\n        \"PlanId\": 1476,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 451,\n        \"TaskName\": \"Free\",\n        \"StartDate\": \"2016-12-26T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-26T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-12-27T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T12:04:10.477Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-11-28T09:08:33.633Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-10-19T13:34:03.057Z\",\n        \"FromExternal\": true,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141435,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 645,\n        \"EndDate\": \"2019-08-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-30T06:47:04.527Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2019-10-10T13:14:26.257Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-10-10T13:14:26.240Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T141435 001 Senior Developer\",\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 141436,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-30T06:48:49.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-30T11:30:59.283Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-11-30T11:30:59.283Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141597,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-03T06:56:50.850Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-04-28T13:01:19.737Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-11-28T10:03:21.557Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141598,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-03T07:41:13.690Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:01:22.303Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:01:22.303Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-10-03T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145389,\n        \"PlanId\": 39220,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Subscription task\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-07T13:49:49.590Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-25T08:33:23.260Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-08-25T10:33:23.270Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 145390,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-07T13:53:40.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:01:27.397Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:01:27.367Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-10-07T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 19861,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145514,\n        \"PlanId\": 37697,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 23232362,\n        \"TaskName\": \"Det her er en test, igen\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"StartTime\": \"2016-10-10T16:20:16.000Z\",\n        \"WorkDays\": 12,\n        \"EndDate\": \"2016-10-26T00:00:00.000Z\",\n        \"EndTime\": \"2016-10-26T16:20:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 15,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-10T14:20:16.523Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:19.370Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:44.163Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-10-10T14:20:16.527Z\",\n        \"TicketAuthorResourceId\": 35166,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 59,\n        \"MailImportId\": 1315919,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145544,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Quick Time Entry 114411\",\n        \"StartDate\": \"2016-10-13T00:00:00.000Z\",\n        \"WorkDays\": 652,\n        \"EndDate\": \"2019-08-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-11T12:19:55.547Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-08-21T10:40:59.360Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 145545,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-11T12:20:39.483Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-02-21T10:16:14.877Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:34:24.773Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-10-11T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145547,\n        \"PlanId\": 39043,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Mail for import\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2016-10-11T15:43:22.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-10-13T00:00:00.000Z\",\n        \"EndTime\": \"2016-10-13T15:43:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-11T13:43:24.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:34:37.750Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:34:37.750Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-10-11T13:43:24.327Z\",\n        \"TicketAuthorResourceId\": 36481,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1333485,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 145549,\n        \"PlanId\": 39043,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Here is another one\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2016-10-11T15:44:21.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-18T00:00:00.000Z\",\n        \"EndTime\": \"2016-10-18T15:44:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-11T13:44:21.943Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:34:33.257Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:34:33.257Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-10-11T13:44:21.947Z\",\n        \"TicketAuthorResourceId\": 36988,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1333456,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 145554,\n        \"PlanId\": 39220,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Testing loading\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-11T14:23:32.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36481,\n        \"UpdateDate\": \"2016-10-13T08:38:43.463Z\",\n        \"TaskResponsibleResouceId\": 36728,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-10-11T12:23:32.297Z\",\n        \"TicketAuthorResourceId\": 21575,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TaskFolderName\": \"T145554 008 This task have a task name tha\",\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 21575,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145557,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong task name\",\n        \"StartDate\": \"2016-11-01T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-09T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-12T05:08:58.797Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:34:42.990Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:34:42.983Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145558,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Hej\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-18T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-12T05:10:01.730Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:34:40.510Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:34:40.507Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145563,\n        \"PlanId\": 39297,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 306,\n        \"StartDate\": \"2016-11-21T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-11-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-12T07:40:02.100Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-11-21T15:26:23.017Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 145657,\n        \"PlanId\": 38937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"TESTING\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-02-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-12T14:06:20.893Z\",\n        \"CreateEmployeeId\": 36697,\n        \"UpdateEmployeeId\": 35043,\n        \"UpdateDate\": \"2018-07-13T11:29:02.823Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T145657 007 TESTING\",\n        \"Billable\": true,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 145676,\n        \"PlanId\": 39302,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Schedule 1 task\",\n        \"StartDate\": \"2016-11-15T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-13T09:52:37.103Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:04.717Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:04.713Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145677,\n        \"PlanId\": 39303,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Schedule 2 task\",\n        \"StartDate\": \"2016-10-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-13T09:53:06.433Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:07.070Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:07.077Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 145678,\n        \"PlanId\": 39304,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-13T10:36:29.923Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-07-27T09:09:32.600Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 145684,\n        \"PlanId\": 33491,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Phone Ambu A/S\",\n        \"StartDate\": \"2016-10-13T00:00:00.000Z\",\n        \"WorkDays\": 1054,\n        \"EndDate\": \"2020-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-13T10:57:21.570Z\",\n        \"CreateEmployeeId\": 7217,\n        \"UpdateEmployeeId\": 7217,\n        \"UpdateDate\": \"2016-10-13T12:57:21.570Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 145732,\n        \"PlanId\": 34004,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-18T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 2,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-14T07:56:57.453Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:19.797Z\",\n        \"TaskResponsibleResouceId\": 21491,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:19.787Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145737,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-14T09:18:02.160Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-02-21T10:16:15.003Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:34:18.937Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145741,\n        \"PlanId\": 39006,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Move task to another job\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 139,\n        \"EndDate\": \"2017-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-14T09:33:51.917Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36775,\n        \"UpdateDate\": \"2017-05-02T12:45:44.897Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketAuthorResourceId\": 1194,\n        \"TaskFolderName\": \"T145741 002 Move task to another job\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145744,\n        \"PlanId\": 39343,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-14T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-14T10:34:01.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-14T12:34:01.467Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 145918,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Testing weird conversation\",\n        \"StartDate\": \"2016-10-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-14T12:48:20.947Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-02-21T10:16:15.130Z\",\n        \"TaskResponsibleResouceId\": 36197,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketReceived\": \"2016-10-14T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 3,\n        \"AssignedResourceId\": 35166,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145964,\n        \"PlanId\": 39297,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-17T10:25:40.970Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-10T07:10:30.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-10-10T07:10:30.467Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T145964 003 Task 2\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145965,\n        \"PlanId\": 39297,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task 3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-23T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-12-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-17T10:26:16.383Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-17T10:27:00.890Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145966,\n        \"PlanId\": 39297,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Task 4\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-02T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-01-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-17T10:27:08.373Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36775,\n        \"UpdateDate\": \"2017-02-07T13:26:56.223Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T145966 005 Task 4\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145967,\n        \"PlanId\": 39297,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Task 5\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-12-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-17T10:27:44.237Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-17T10:28:08.433Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145969,\n        \"PlanId\": 39297,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"task 6\",\n        \"StartDate\": \"2016-12-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-17T10:29:06.603Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:00.643Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:00.637Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146021,\n        \"PlanId\": 39370,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"1073: 5 1074: 1\",\n        \"StartDate\": \"2016-10-19T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-19T12:40:18.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-31T12:10:35.830Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-31T13:10:35.833Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 146131,\n        \"PlanId\": 39377,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-21T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-11-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-20T07:30:27.487Z\",\n        \"CreateEmployeeId\": 19294,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-04T11:54:10.273Z\",\n        \"TaskResponsibleResouceId\": 19522,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 146132,\n        \"PlanId\": 39378,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-21T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2016-11-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-20T07:46:44.067Z\",\n        \"CreateEmployeeId\": 19294,\n        \"UpdateEmployeeId\": 36481,\n        \"UpdateDate\": \"2016-11-25T14:38:00.040Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 146387,\n        \"PlanId\": 39010,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task widget\",\n        \"StartDate\": \"2016-10-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-26T07:27:57.443Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-26T07:54:37.900Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 146454,\n        \"PlanId\": 39432,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-10-17T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-10-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-27T10:25:29.090Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:52.243Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:52.243Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146561,\n        \"PlanId\": 39432,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-10-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-27T11:00:11.097Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:02.100Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:02.100Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146706,\n        \"PlanId\": 38638,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Approve booking 3\",\n        \"StartDate\": \"2017-07-04T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-07-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-27T19:04:36.230Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 22050,\n        \"UpdateDate\": \"2017-07-25T06:55:10.467Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T146706 004 Approve booking 3\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146707,\n        \"PlanId\": 38638,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Approve booking 4\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"WorkDays\": 32,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-27T19:04:41.063Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:20.960Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T146707 005 Approve booking 4\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146709,\n        \"PlanId\": 39461,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-22T00:00:00.000Z\",\n        \"WorkDays\": 343,\n        \"EndDate\": \"2019-02-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 5,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-28T06:46:55.687Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2019-02-18T09:14:38.853Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 6,\n        \"TaskFolderName\": \"T146709 001 Senior Developer\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 146734,\n        \"PlanId\": 39471,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior <script>alert(\\\"!\\\")</script>Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-01T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-11-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-28T11:31:59.317Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-18T09:30:09.193Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 146752,\n        \"PlanId\": 39484,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-11-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-31T11:32:50.467Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-31T12:32:50.470Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 146762,\n        \"PlanId\": 39484,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Unlimited booking\",\n        \"StartDate\": \"2018-10-23T00:00:00.000Z\",\n        \"StartTime\": \"2018-10-23T05:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-10-23T00:00:00.000Z\",\n        \"EndTime\": \"2018-10-23T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-31T11:49:33.480Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-10-22T13:59:20.963Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146767,\n        \"PlanId\": 37995,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1208,\n        \"TaskName\": \"ThisIsLikelyTheFinalTicketTest\",\n        \"StartDate\": \"2018-07-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-07-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-31T13:00:24.423Z\",\n        \"CreateEmployeeId\": 22834,\n        \"UpdateEmployeeId\": 36967,\n        \"UpdateDate\": \"2018-05-30T12:13:29.740Z\",\n        \"TaskResponsibleResouceId\": 21575,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 6,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-10-31T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 22834,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146850,\n        \"PlanId\": 39352,\n        \"PhaseNumber\": 15,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"NEW ACTIVITY <>\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 2,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-01T12:52:25.623Z\",\n        \"CreateEmployeeId\": 19869,\n        \"UpdateEmployeeId\": 37226,\n        \"UpdateDate\": \"2020-07-01T09:00:20.723Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"TaskProgressId\": 204\n    },\n    {\n        \"Id\": 146851,\n        \"PlanId\": 39352,\n        \"PhaseNumber\": 16,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Automations konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-02T00:00:00.000Z\",\n        \"WorkDays\": 9,\n        \"EndDate\": \"2017-01-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-01T12:52:25.770Z\",\n        \"CreateEmployeeId\": 19869,\n        \"UpdateEmployeeId\": 23138,\n        \"UpdateDate\": \"2016-11-03T12:35:37.330Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146899,\n        \"PlanId\": 39354,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Timer task\",\n        \"StartDate\": \"2016-11-10T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-11-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-03T09:17:58.460Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-11-14T14:05:18.170Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"BookingLevel\": 4,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 147008,\n        \"PlanId\": 39509,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Does this show up\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-11-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-03T16:13:53.867Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-10T08:55:26.620Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 147233,\n        \"PlanId\": 40896,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Phase 2\",\n        \"StartDate\": \"2016-11-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-08T08:54:27.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:13.350Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:13.350Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T147233 002 Phase 2\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 147235,\n        \"PlanId\": 39538,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Phase 222\",\n        \"StartDate\": \"2016-11-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-08T09:04:22.520Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36747,\n        \"UpdateDate\": \"2017-01-05T12:21:53.803Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 147305,\n        \"PlanId\": 38417,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"4567\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 84,\n        \"EndDate\": \"2017-09-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-09T09:32:24.720Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2018-04-05T11:04:18.573Z\",\n        \"TaskResponsibleResouceId\": 21575,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-11-09T08:32:24.720Z\",\n        \"TicketAuthorResourceId\": 36971,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TaskFolderName\": \"T147305 002 456\",\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 36971,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 147373,\n        \"PlanId\": 39033,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Travel time\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-09T12:02:17.820Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:07.483Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:07.483Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 148036,\n        \"PlanId\": 39623,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2016-11-22T00:00:00.000Z\",\n        \"WorkDays\": 9000,\n        \"EndDate\": \"2053-03-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-21T12:22:59.250Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-09-26T11:06:14.153Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 21775,\n        \"TaskFolderName\": \"T148036 001 Task\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 148055,\n        \"PlanId\": 39355,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"xzlay\",\n        \"StartDate\": \"2016-11-21T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-21T13:25:01.170Z\",\n        \"CreateEmployeeId\": 38571,\n        \"UpdateEmployeeId\": 38571,\n        \"UpdateDate\": \"2016-11-21T14:18:51.233Z\",\n        \"TaskResponsibleResouceId\": 19403,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 148075,\n        \"PlanId\": 39297,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Long date range\",\n        \"ActivityId\": 786,\n        \"StartDate\": \"2016-11-21T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-12-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-22T07:19:44.693Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-12-21T13:20:58.667Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"TaskFolderName\": \"T148075 011 Long date range\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 148138,\n        \"PlanId\": 1480,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"testing button\",\n        \"StartDate\": \"2016-11-22T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-22T11:09:45.310Z\",\n        \"CreateEmployeeId\": 38571,\n        \"UpdateEmployeeId\": 38571,\n        \"UpdateDate\": \"2016-11-22T11:09:53.867Z\",\n        \"TaskResponsibleResouceId\": 30798,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"TaskFolderName\": \"T148138 001 testing button\",\n        \"Billable\": true\n    },\n    {\n        \"Id\": 148236,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Manual booking v8 (Manual booking checked)\",\n        \"StartDate\": \"2016-11-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-23T11:13:19.667Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:11.633Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:11.633Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 148237,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Manual booking v8 (manual booking unchecked)\",\n        \"StartDate\": \"2016-11-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-23T11:14:51.390Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:41.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:41.240Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 148557,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task name\",\n        \"StartDate\": \"2016-12-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-12-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-23T14:32:43.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-02-05T15:12:14.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-05T15:12:14.660Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 148564,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2016-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-24T07:56:20.993Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:34.143Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:34.143Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149023,\n        \"PlanId\": 39686,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Den fine konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-29T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-11-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 13,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T10:03:36.547Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-11-25T11:03:36.557Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 27376\n    },\n    {\n        \"Id\": 172830,\n        \"PlanId\": 39789,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2016-12-27T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2017-01-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-05T08:31:51.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-12-06T14:43:13.517Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 172892,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Import it\",\n        \"StartDate\": \"2016-12-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-12-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-05T12:10:55.520Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36481,\n        \"UpdateDate\": \"2017-01-11T12:38:46.447Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 172893,\n        \"PlanId\": 39810,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-05T13:49:16.267Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-05T14:49:16.263Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 172900,\n        \"PlanId\": 25445,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 45,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-12-05T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-12T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-12T16:23:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-05T15:23:31.643Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-25T08:43:03.773Z\",\n        \"TaskResponsibleResouceId\": 19861,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-05T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 172926,\n        \"PlanId\": 24997,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"test\",\n        \"ActivityId\": 336,\n        \"StartDate\": \"2016-12-06T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-06T14:35:45.057Z\",\n        \"CreateEmployeeId\": 19294,\n        \"UpdateEmployeeId\": 38571,\n        \"UpdateDate\": \"2016-12-09T14:07:08.663Z\",\n        \"TaskResponsibleResouceId\": 21969,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 172956,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 71,\n        \"TaskName\": \"Test 10\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-01T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2016-12-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T10:21:39.687Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2018-07-27T13:52:44.093Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-06-09T15:57:34.813Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173001,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 114,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T11:29:40.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T11:29:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T10:29:40.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:32.513Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:32.510Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T10:29:40.607Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334790,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173002,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T11:30:52.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-12-08T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-08T11:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T10:30:52.287Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:36.927Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:36.930Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T10:30:52.287Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334801,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173003,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T11:31:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-12-07T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-07T11:31:23.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T10:31:23.207Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:42.153Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:42.150Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T10:31:23.207Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334823,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173075,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 119,\n        \"TaskName\": \"Test mail type 10\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-01T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2016-12-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:29:21.870Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2018-07-27T13:52:43.857Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:39.447Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173079,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 121,\n        \"TaskName\": \"Test mail type 10\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:30:34.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:30:34.670Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:59:25.233Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:30:34.670Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334955,\n        \"AssignedResourceId\": 38571,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173080,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 122,\n        \"TaskName\": \"Test mail type 10\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:30:44.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:30:44.273Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:59:22.627Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:30:44.273Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334965,\n        \"AssignedResourceId\": 38571,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173081,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 123,\n        \"TaskName\": \"Test mail type 10\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:30:52.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:30:52.527Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:59:20.070Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:30:52.527Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334975,\n        \"AssignedResourceId\": 38571,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173082,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 124,\n        \"TaskName\": \"Test mail type 10\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:31:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:31:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:31:00.280Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:31:00.287Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:31:00.280Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334985,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173083,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 125,\n        \"TaskName\": \"Test mail type 10\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:31:10.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:31:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:31:10.543Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:59:17.293Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:31:10.547Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334995,\n        \"AssignedResourceId\": 38571,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173084,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 126,\n        \"TaskName\": \"Test mail type 10\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:31:18.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:31:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:31:18.500Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:59:14.860Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:31:18.500Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335005,\n        \"AssignedResourceId\": 38571,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173090,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 132,\n        \"TaskName\": \"Test mail type 9\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:32:11.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:32:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:32:11.743Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:32:11.747Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:32:11.743Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334956,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173091,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 133,\n        \"TaskName\": \"Test mail type 9\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:32:17.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:32:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:32:17.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:32:17.767Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:32:17.763Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334966,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173092,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 134,\n        \"TaskName\": \"Test mail type 9\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:32:24.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:32:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:32:24.457Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:32:24.460Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:32:24.457Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334976,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173093,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 135,\n        \"TaskName\": \"Test mail type 9\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:32:31.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:32:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:32:31.110Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:32:31.110Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:32:31.113Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334986,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173094,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 136,\n        \"TaskName\": \"Test mail type 9\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:32:37.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:32:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:32:37.317Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:32:37.317Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:32:37.320Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334996,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173100,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 142,\n        \"TaskName\": \"Test mail type 8\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:33:19.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:33:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:33:19.583Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:33:19.583Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:33:19.583Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334957,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173101,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 143,\n        \"TaskName\": \"Test mail type 8\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:33:25.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:33:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:33:25.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:33:25.467Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:33:25.467Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334967,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173102,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 144,\n        \"TaskName\": \"Test mail type 8\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:33:30.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:33:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:33:30.560Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:33:30.560Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:33:30.563Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334977,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173103,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 145,\n        \"TaskName\": \"Test mail type 8\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:33:37.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:33:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:33:38.013Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:33:38.010Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:33:38.013Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334987,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173104,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 146,\n        \"TaskName\": \"Test mail type 8\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:33:44.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:33:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:33:44.280Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:33:44.280Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:33:44.283Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334997,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173110,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 152,\n        \"TaskName\": \"Test mail type 7\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:34:27.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:34:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:34:27.880Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:34:27.863Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:34:27.880Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334958,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173111,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 153,\n        \"TaskName\": \"Test mail type 7\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:34:34.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:34:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:34:34.103Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:34:34.100Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:34:34.103Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334968,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173112,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 154,\n        \"TaskName\": \"Test mail type 7\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:34:42.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:34:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:34:42.800Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:34:42.800Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:34:42.800Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334978,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173113,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 155,\n        \"TaskName\": \"Test mail type 7\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:34:49.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:34:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:34:49.043Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:34:49.043Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:34:49.043Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334988,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173114,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 156,\n        \"TaskName\": \"Test mail type 7\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:34:54.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:34:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:34:54.893Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:34:54.893Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:34:54.893Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334998,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173119,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 161,\n        \"TaskName\": \"Test mail type 6\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:36:28.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:36:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:36:28.320Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:36:28.320Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:36:28.320Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334949,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173120,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 162,\n        \"TaskName\": \"Test mail type 6\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:36:36.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:36:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:36:36.807Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:36:36.813Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:36:36.807Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334959,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173121,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 163,\n        \"TaskName\": \"Test mail type 6\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:36:42.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:36:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:36:42.873Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:36:42.870Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:36:42.877Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334969,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173122,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 164,\n        \"TaskName\": \"Test mail type 6\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:36:49.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:36:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:36:49.910Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:36:49.897Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:36:49.910Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334979,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173123,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 165,\n        \"TaskName\": \"Test mail type 6\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:36:56.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:36:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:36:56.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:36:56.770Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:36:56.773Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334989,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173124,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 166,\n        \"TaskName\": \"Test mail type 6\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:37:03.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:37:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:37:03.153Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:37:03.157Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:37:03.153Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334999,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173130,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 172,\n        \"TaskName\": \"Test mail type 5\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:37:51.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:37:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:37:51.757Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:37:51.750Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:37:51.757Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334960,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173131,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 173,\n        \"TaskName\": \"Test mail type 5\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:37:57.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:37:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:37:57.800Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:37:57.807Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:37:57.803Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334970,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173132,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 174,\n        \"TaskName\": \"Test mail type 5\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:38:03.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:38:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:38:03.790Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:38:03.800Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:38:03.790Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334980,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173133,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 175,\n        \"TaskName\": \"Test mail type 5\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:38:09.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:38:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:38:09.860Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:38:09.860Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:38:09.860Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334990,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173134,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 176,\n        \"TaskName\": \"Test mail type 5\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:38:15.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:38:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:38:15.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:38:15.390Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:38:15.383Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335000,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173140,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 182,\n        \"TaskName\": \"Test mail type 4\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:39:17.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:39:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:39:17.453Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:39:17.453Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:39:17.457Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334961,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173141,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 183,\n        \"TaskName\": \"Test mail type 4\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:39:25.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:39:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:39:25.333Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:39:25.320Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:39:25.333Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334971,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173142,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 184,\n        \"TaskName\": \"Test mail type 4\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:39:32.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:39:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:39:32.367Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:39:32.360Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:39:32.370Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334981,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173143,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 185,\n        \"TaskName\": \"Test mail type 4\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:39:38.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:39:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:39:38.593Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:39:38.593Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:39:38.593Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334991,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173144,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 186,\n        \"TaskName\": \"Test mail type 4\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:39:46.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:39:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:39:46.860Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:39:46.867Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:39:46.863Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335001,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173152,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 192,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:41:59.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:41:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:41:59.273Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:41:59.277Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:41:59.273Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334962,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173153,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 193,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:42:05.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:42:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:42:05.733Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:42:05.733Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:42:05.737Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334972,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173154,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 194,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:42:12.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:42:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:42:12.377Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:42:12.377Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:42:12.380Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334982,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173155,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 195,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:42:19.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:42:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:42:19.147Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:42:19.160Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:42:19.150Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334992,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173156,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 196,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:42:26.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:42:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:42:26.090Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:42:26.090Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:42:26.090Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335002,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173162,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 202,\n        \"TaskName\": \"Test mail type 2\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:43:21.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:43:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:43:21.593Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:43:21.600Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:43:21.597Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334963,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173163,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 203,\n        \"TaskName\": \"Test mail type 2\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:43:27.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:43:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:43:27.897Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:43:27.890Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:43:27.897Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334973,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173164,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 204,\n        \"TaskName\": \"Test mail type 2\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:43:35.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:43:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:43:35.260Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:43:35.267Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:43:35.263Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334983,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173165,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 205,\n        \"TaskName\": \"Test mail type 2\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:43:42.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:43:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:43:42.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:43:42.127Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:43:42.140Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334993,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173166,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 206,\n        \"TaskName\": \"Test mail type 2\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:43:48.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:43:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:43:48.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-07T16:43:48.550Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:43:48.553Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335003,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173172,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 212,\n        \"TaskName\": \"Test Mail Type 1\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:44:56.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:44:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:44:56.583Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:59:01.957Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:44:56.583Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334964,\n        \"AssignedResourceId\": 38571,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173173,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 213,\n        \"TaskName\": \"Test Mail Type 1\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:45:52.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:45:52.213Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:59:04.687Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:45:52.213Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334974,\n        \"AssignedResourceId\": 38571,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173174,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 214,\n        \"TaskName\": \"Test Mail Type 1\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:45:59.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:45:59.543Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:59:07.417Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:45:59.547Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334984,\n        \"AssignedResourceId\": 38571,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173175,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 215,\n        \"TaskName\": \"Test Mail Type 1\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:46:07.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:46:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:46:07.203Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:59:09.977Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:46:07.203Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334994,\n        \"AssignedResourceId\": 38571,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173176,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 216,\n        \"TaskName\": \"Test Mail Type 1\",\n        \"StartDate\": \"2016-12-07T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-07T16:46:14.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-14T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-14T16:46:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:46:14.770Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:59:12.207Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-07T15:46:14.770Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335004,\n        \"AssignedResourceId\": 38571,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173249,\n        \"PlanId\": 39877,\n        \"PhaseNumber\": 24,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Travel time\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-08T14:58:24.720Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:50.553Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:50.553Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 140415\n    },\n    {\n        \"Id\": 173250,\n        \"PlanId\": 39877,\n        \"PhaseNumber\": 24,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Travel time\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-20T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2017-01-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-08T14:58:24.810Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:02.380Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:02.380Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 147373\n    },\n    {\n        \"Id\": 173289,\n        \"PlanId\": 24997,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"rugbrpd\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-09T14:07:07.257Z\",\n        \"CreateEmployeeId\": 38571,\n        \"UpdateEmployeeId\": 38571,\n        \"UpdateDate\": \"2016-12-09T14:07:08.010Z\",\n        \"TaskResponsibleResouceId\": 21969,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 173311,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 220,\n        \"TaskName\": \"Test mail type 10\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-01T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2016-12-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T10:19:58.267Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 77457,\n        \"UpdateDate\": \"2018-09-21T08:26:28.127Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:45.890Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173321,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 227,\n        \"TaskName\": \"Test mail type 8\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T11:22:54.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T11:22:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T10:22:55.210Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T11:22:55.200Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T10:22:55.217Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335038,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173322,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 228,\n        \"TaskName\": \"Test mail type 8\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T11:23:07.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T11:23:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T10:23:07.580Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T11:23:07.583Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T10:23:07.580Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335048,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173323,\n        \"PlanId\": 27350,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Test mail type 7\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T11:23:39.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T11:23:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T10:23:39.373Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T11:23:39.380Z\",\n        \"TaskResponsibleResouceId\": 78219,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T10:23:39.373Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335019,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173324,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 229,\n        \"TaskName\": \"Test mail type 7\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:15:57.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:15:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:15:57.280Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:15:57.283Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:15:57.287Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335029,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173325,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 230,\n        \"TaskName\": \"Test mail type 7\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:16:14.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:16:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:16:14.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:16:14.287Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:16:14.310Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335039,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173326,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 231,\n        \"TaskName\": \"Test mail type 7\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:16:24.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:16:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:16:24.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:16:24.290Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:16:24.290Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335049,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173327,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 232,\n        \"TaskName\": \"Test mail type 6\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:16:32.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:16:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:16:32.760Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:16:32.760Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:16:32.760Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335020,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173328,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 233,\n        \"TaskName\": \"Test mail type 6\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:16:40.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:16:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:16:40.980Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:16:40.983Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:16:40.983Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335030,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173329,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 234,\n        \"TaskName\": \"Test mail type 6\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:16:50.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:16:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:16:50.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:16:50.220Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:16:50.217Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335040,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173330,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 235,\n        \"TaskName\": \"Test mail type 6\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:16:59.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:16:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:16:59.377Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:16:59.383Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:16:59.377Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335050,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173331,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 236,\n        \"TaskName\": \"Test mail type 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:17:07.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:17:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:17:07.870Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:17:07.867Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:17:07.900Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335021,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173332,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 237,\n        \"TaskName\": \"Test mail type 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:17:15.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:17:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:17:15.860Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:17:15.873Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:17:15.863Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335031,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173333,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 238,\n        \"TaskName\": \"Test mail type 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:17:23.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:17:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:17:23.617Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:17:23.620Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:17:23.620Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335041,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173334,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 239,\n        \"TaskName\": \"Test mail type 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:17:34.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:17:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:17:34.620Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:17:34.620Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:17:34.620Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335051,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173335,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 240,\n        \"TaskName\": \"Test mail type 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:17:44.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:17:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:17:44.887Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:17:44.900Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:17:44.887Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335022,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173336,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 241,\n        \"TaskName\": \"Test mail type 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:17:54.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:17:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:17:54.777Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:17:54.767Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:17:54.783Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335032,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173337,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 242,\n        \"TaskName\": \"Test mail type 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:18:02.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:18:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:18:02.907Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:18:02.910Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:18:02.907Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335042,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173338,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 243,\n        \"TaskName\": \"Test mail type 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:18:10.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:18:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:18:10.520Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:18:10.517Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:18:10.523Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335052,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173339,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 244,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:18:18.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:18:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:18:18.893Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:18:18.893Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:18:18.893Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335023,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173340,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 245,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:18:28.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:18:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:18:28.133Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:18:28.130Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:18:28.133Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335033,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173341,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 246,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:18:39.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:18:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:18:39.540Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:18:39.540Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:18:39.540Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335043,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173342,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 247,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:18:47.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:18:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:18:47.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:18:47.650Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:18:47.650Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335053,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173343,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 248,\n        \"TaskName\": \"Test mail type 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:18:56.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:18:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:18:56.110Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:18:56.110Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:18:56.110Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335024,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173344,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 249,\n        \"TaskName\": \"Test mail type 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:19:05.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:19:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:19:05.230Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:19:05.223Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:19:05.230Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335034,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173345,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 250,\n        \"TaskName\": \"Test mail type 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:19:12.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:19:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:19:12.163Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:19:12.157Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:19:12.167Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335044,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173346,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 251,\n        \"TaskName\": \"Test mail type 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:19:20.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:19:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:19:20.790Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-12T12:19:20.803Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:19:20.793Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335054,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173347,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 252,\n        \"TaskName\": \"Test Mail Type 1\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:19:34.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:19:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:19:34.147Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:57.310Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:19:34.160Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335025,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173348,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 253,\n        \"TaskName\": \"Test Mail Type 1\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:20:25.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:20:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:20:25.847Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:54.313Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:20:25.847Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335035,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173349,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 254,\n        \"TaskName\": \"Test Mail Type 1\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:20:37.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:20:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:20:37.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:49.603Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:20:37.753Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335045,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173350,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 255,\n        \"TaskName\": \"Test Mail Type 1\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:20:46.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:20:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:20:46.560Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:51.880Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:20:46.563Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1335055,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173351,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 256,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:20:55.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:20:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:20:55.950Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:04.633Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:04.627Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:20:55.957Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334867,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173352,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 257,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:21:04.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:21:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:21:04.037Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:28.987Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:28.997Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:21:04.037Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334878,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173353,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 258,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:21:14.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:21:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:21:14.603Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:59.750Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:59.753Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:21:14.607Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334812,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173354,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 259,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:21:23.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:21:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:21:23.927Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:55.397Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:55.397Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:21:23.927Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334834,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173355,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 260,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:21:31.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:21:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:21:31.320Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:50.420Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:50.420Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:21:31.323Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334856,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173356,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 261,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:21:40.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:21:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:21:40.557Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:47.800Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:47.810Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:21:40.557Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334845,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173357,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 262,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:21:50.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:21:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:21:50.260Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:18.427Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:18.420Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:21:50.260Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334791,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173358,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 263,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:21:58.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:21:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:21:58.603Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:15.803Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:15.803Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:21:58.607Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334846,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173359,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 264,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:22:06.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:22:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:22:06.527Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:13.060Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:13.063Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:22:06.527Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334835,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173360,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 265,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:23:17.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:23:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:23:17.480Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:10.000Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:10.000Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:23:17.480Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334824,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173361,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 266,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:23:26.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:23:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:23:26.557Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:06.600Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:06.607Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:23:26.557Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334802,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173362,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 267,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:23:56.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:23:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:23:56.180Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:01.827Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:01.840Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:23:56.180Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334813,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173363,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 268,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:24:05.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:24:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:24:06.020Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:22:58.677Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:22:58.663Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:24:06.020Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334868,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173364,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 269,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:24:58.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:24:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:24:58.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:22:54.993Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:22:54.993Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:24:58.550Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334857,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173365,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 270,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:25:09.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:25:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:25:09.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:22:51.343Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:22:51.357Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:25:09.663Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334879,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173366,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 271,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:25:17.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:25:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:25:17.950Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:22:46.837Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:22:46.830Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:25:17.953Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334880,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173367,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 272,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:25:27.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:25:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:25:27.577Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:57.777Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:57.780Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:25:27.580Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334792,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173368,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 273,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:26:01.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:26:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:26:01.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:22:40.253Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:22:40.263Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:26:01.153Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334803,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173369,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 274,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:26:24.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:26:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:26:24.740Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:22:36.603Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:22:36.597Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:26:24.740Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334814,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173370,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 275,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:26:34.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:26:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:26:34.280Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:22:32.920Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:22:32.920Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:26:34.283Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334825,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173371,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 276,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:26:43.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:26:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:26:43.157Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:22:28.537Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:22:28.537Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:26:43.157Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334836,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173372,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 277,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:26:53.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:26:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:26:53.757Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:21:22.737Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:21:22.730Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:26:53.757Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334847,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173373,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 278,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:27:12.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:27:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:27:12.593Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:21:18.790Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:21:18.793Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:27:12.597Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334858,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173374,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 279,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:27:22.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:27:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:27:22.927Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:21:13.673Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:21:13.683Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:27:22.930Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334869,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173375,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 280,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:27:31.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:27:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:27:31.923Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:11.007Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:10.997Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:27:31.927Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334793,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173376,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 281,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:27:40.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:27:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:27:40.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:22.067Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:22.057Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:27:40.240Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334848,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173377,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 282,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:27:48.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:27:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:27:48.663Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:25.110Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:25.110Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:27:48.663Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334837,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173378,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 283,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:27:56.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:27:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:27:56.930Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:28.867Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:28.863Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:27:56.933Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334815,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173379,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 284,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:28:06.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:28:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:28:06.870Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:54.407Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:54.403Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:28:06.873Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334826,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173383,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 285,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:28:17.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:28:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:28:17.563Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:51.130Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:51.117Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:28:17.567Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334870,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173384,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 286,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:28:24.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:28:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:28:24.700Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:45.887Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:45.880Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:28:24.700Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334881,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173386,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 287,\n        \"TaskName\": \"Test mail 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:28:32.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:28:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:28:32.813Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:44.610Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:28:32.813Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334882,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173387,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 288,\n        \"TaskName\": \"Test mail 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:28:41.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:28:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:28:41.377Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:42.520Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:28:41.380Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334871,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173388,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 289,\n        \"TaskName\": \"Test mail 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:28:48.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:28:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:28:48.820Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:19.557Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:28:48.820Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334816,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173389,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 290,\n        \"TaskName\": \"Test mail 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:28:57.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:28:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:28:57.733Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:34.813Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:28:57.737Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334805,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173390,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 291,\n        \"TaskName\": \"Test mail 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:29:05.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:29:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:29:05.027Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:32.053Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:29:05.030Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334827,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173391,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 292,\n        \"TaskName\": \"Test mail 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:29:20.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:29:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:29:20.410Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:22.320Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:29:20.410Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334838,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173392,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 293,\n        \"TaskName\": \"Test mail 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:29:28.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:29:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:29:28.520Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:37.700Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:29:28.523Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334849,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173393,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 294,\n        \"TaskName\": \"Test mail 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:29:36.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:29:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:29:36.617Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:46.997Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:29:36.617Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334794,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173394,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 295,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:29:53.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:29:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:29:53.223Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:25:54.550Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:25:54.553Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:29:53.227Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334784,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173395,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 296,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:30:01.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:30:01.370Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:25:58.280Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:25:58.270Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:30:01.373Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334783,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173396,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 297,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:30:10.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:30:10.107Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:26:02.350Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:26:02.343Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:30:10.110Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334782,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173397,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 298,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:30:16.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:30:16.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:26:06.360Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:26:06.363Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:30:16.957Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334781,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173398,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 299,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:30:25.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:30:25.067Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:26:10.103Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:26:10.107Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:30:25.070Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334780,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173399,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 300,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:30:37.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:30:37.690Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:43.190Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:43.193Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:30:37.690Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334804,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173400,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 301,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:30:49.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:30:49.413Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:39.757Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:39.760Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:30:49.413Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334859,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173401,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 302,\n        \"TaskName\": \"Test mail 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:30:59.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:30:59.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:40.197Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:30:59.053Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334860,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173402,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 303,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:31:09.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:31:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:31:09.313Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:16.470Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:31:09.313Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334850,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173403,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 304,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:31:22.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:31:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:31:22.273Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:13.473Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:31:22.273Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334839,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173404,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 305,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:31:29.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:31:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:31:29.677Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:10.573Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:31:29.677Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334828,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173405,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 306,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:31:37.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:31:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:31:37.757Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:07.607Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:31:37.757Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334817,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173406,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 307,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:31:45.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:31:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:31:45.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:57:51.523Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:31:45.553Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334806,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173407,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 308,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:31:54.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:31:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:31:54.947Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:57:56.813Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:31:54.950Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334795,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173408,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 309,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:32:02.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:32:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:32:02.807Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:57:54.300Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:32:02.807Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334779,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173409,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 310,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:32:13.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:32:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:32:13.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:57:40.340Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:32:13.303Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334778,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173410,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 311,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:32:21.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:32:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:32:22.103Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-06T13:37:45.730Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-06-06T15:37:45.760Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:32:22.107Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334777,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173411,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 312,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:33:02.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:33:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:33:02.757Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:57:48.543Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:33:02.760Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334776,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173412,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 313,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2017-03-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-03-03T12:33:13.000Z\",\n        \"WorkDays\": 19,\n        \"EndDate\": \"2017-03-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:33:13.397Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:27:08.723Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:33:13.400Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 4,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334775,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173413,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 314,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:33:21.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:33:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:33:21.320Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:39.657Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:39.647Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:33:21.323Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334774,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173414,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 315,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:33:31.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:33:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:33:31.523Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:25:45.597Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:25:45.597Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:33:31.527Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334773,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173415,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 316,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:33:39.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:33:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:33:39.100Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:25:25.300Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:25:25.310Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:33:39.103Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334772,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173416,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 317,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:33:46.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:33:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:33:46.477Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:25:21.543Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:25:21.540Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:33:46.480Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334771,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173417,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 318,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:34:06.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:34:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:34:06.460Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:25:18.157Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:25:18.160Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:34:06.460Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334770,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173418,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 319,\n        \"TaskName\": \"Test 10\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:34:17.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:34:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:34:17.267Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:19:12.367Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:19:12.360Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:34:17.270Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334884,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173419,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 320,\n        \"TaskName\": \"Test 10\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:34:26.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:34:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:34:27.007Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:54.913Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:54.900Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:34:27.010Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334896,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173420,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 321,\n        \"TaskName\": \"Test 9\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:34:40.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:34:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:34:40.460Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:34.680Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:34.680Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:34:40.463Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334897,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173421,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 322,\n        \"TaskName\": \"Test 9\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:34:52.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:34:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:34:52.483Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:28.533Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:28.533Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:34:52.483Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334885,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173422,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 323,\n        \"TaskName\": \"test 8\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:34:59.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:34:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:34:59.847Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:25.693Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:25.680Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:34:59.850Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334886,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173423,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 324,\n        \"TaskName\": \"test 8\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:35:11.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:35:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:35:12.007Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:22.293Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:22.290Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:35:12.007Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334898,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173424,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 325,\n        \"TaskName\": \"test 7\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:35:34.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:35:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:35:34.433Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:19.470Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:19.477Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:35:34.433Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334899,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173425,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 326,\n        \"TaskName\": \"test 7\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:36:43.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:36:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:36:43.743Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:15.773Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:15.770Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:36:43.747Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334887,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173426,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 327,\n        \"TaskName\": \"test 6\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:36:53.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:36:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:36:53.137Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:12.277Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:12.283Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:36:53.137Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334900,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173427,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 328,\n        \"TaskName\": \"test 6\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:37:03.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:37:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:37:03.853Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:07.473Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:07.460Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:37:03.853Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334888,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173428,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 329,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:37:12.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:37:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:37:12.790Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:22.980Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:22.967Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:37:12.793Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334901,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173429,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 330,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:37:20.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:37:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:37:20.373Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:23:44.883Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:23:44.873Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:37:20.373Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334889,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173430,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 331,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:37:30.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:37:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:37:30.247Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:21:01.363Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:21:01.363Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:37:30.250Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334890,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173432,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 332,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:37:38.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:37:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:37:38.923Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:22:43.887Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:22:43.893Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:37:38.927Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334902,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173433,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 333,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:37:47.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:37:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:37:47.760Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:21:04.483Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:21:04.490Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:37:47.760Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334903,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173434,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 334,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:38:01.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:38:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:38:01.557Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:21:10.177Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:21:10.180Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:38:01.557Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334891,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173435,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 335,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:38:13.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:38:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:38:13.097Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:36.077Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:36.087Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:38:13.100Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334904,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173436,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 336,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:38:20.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:38:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:38:20.913Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:20:32.673Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:20:32.670Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:38:20.913Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334892,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173437,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 337,\n        \"TaskName\": \"Test mail 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:38:56.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:38:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:38:56.590Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:28.823Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:38:56.590Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334893,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173439,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 338,\n        \"TaskName\": \"Test mail 2\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:39:05.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:39:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:39:05.263Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-09T13:58:25.673Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:39:05.263Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334905,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173440,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 339,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:39:18.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:39:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:39:18.273Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:25:01.730Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:25:01.733Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:39:18.273Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334895,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173441,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 340,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:39:27.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:39:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:39:27.293Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:25:14.723Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:25:14.720Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:39:27.293Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334883,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173442,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 341,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:39:51.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:39:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:39:51.810Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:24:58.330Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:24:58.340Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:39:51.813Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334872,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173443,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 342,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2016-12-12T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-12T12:40:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-19T12:40:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:40:00.460Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-24T08:25:51.010Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-02-24T09:25:51.013Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:40:00.467Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334861,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173543,\n        \"PlanId\": 39027,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Rhino\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-19T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-16T08:09:11.680Z\",\n        \"CreateEmployeeId\": 38571,\n        \"UpdateEmployeeId\": 38571,\n        \"UpdateDate\": \"2016-12-21T07:01:31.053Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-21T08:01:31.060Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"TaskFolderName\": \"T173543 009 Rhino\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173544,\n        \"PlanId\": 37136,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Rhino\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-19T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-16T08:34:33.347Z\",\n        \"CreateEmployeeId\": 38571,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2018-10-25T08:03:00.873Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173597,\n        \"PlanId\": 38417,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Delete tag test\",\n        \"StartDate\": \"2016-12-20T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-12-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-20T11:58:02.097Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2017-03-20T14:27:34.670Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-03-20T15:27:34.687Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-12-20T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 36971,\n        \"TicketStatusId\": 234,\n        \"TaskFolderName\": \"T173597 006 Delete tag test\",\n        \"AssignedResourceId\": 36971,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173630,\n        \"PlanId\": 39358,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 9\",\n        \"StartDate\": \"2017-01-10T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-21T14:21:14.650Z\",\n        \"CreateEmployeeId\": 36481,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-24T14:32:10.140Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173706,\n        \"PlanId\": 39358,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Conversation Privacy 4\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-02-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-28T07:43:45.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-28T07:54:00.677Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 173707,\n        \"PlanId\": 39358,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Conversation Privacy 5\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-02-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-28T07:59:00.007Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-12-28T08:59:00.010Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 173741,\n        \"PlanId\": 39549,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task / Senior Developer 3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-29T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-29T08:19:16.527Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2018-02-26T13:13:05.510Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T173741 001 Task\",\n        \"Billable\": false\n    },\n    {\n        \"Id\": 173764,\n        \"PlanId\": 40000,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-29T14:28:34.213Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:13.267Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:13.267Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 173765,\n        \"PlanId\": 40001,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-29T14:31:36.500Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:19.053Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:19.053Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 173768,\n        \"PlanId\": 40002,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-29T14:46:53.467Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:26.963Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:26.963Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 173771,\n        \"PlanId\": 40005,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-12-30T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-30T07:48:35.893Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:09.087Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:09.087Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 173789,\n        \"PlanId\": 38552,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"ABC\",\n        \"StartDate\": \"2017-01-04T00:00:00.000Z\",\n        \"WorkDays\": 198,\n        \"EndDate\": \"2017-11-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-02T09:34:32.020Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2020-03-04T13:10:53.337Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-03-04T13:10:46.393Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketAuthorResourceId\": 20232,\n        \"TicketStatusId\": 1,\n        \"TaskFolderName\": \"T173789 001 HEJ1234\",\n        \"TicketTeamId\": 83,\n        \"AssignedResourceId\": 80603,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"TaskProgressId\": 204,\n        \"ScrumSprintId\": 28\n    },\n    {\n        \"Id\": 173804,\n        \"PlanId\": 37511,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"throt\",\n        \"StartDate\": \"2017-01-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-09T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-02T12:08:18.260Z\",\n        \"CreateEmployeeId\": 38889,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:55.377Z\",\n        \"TaskResponsibleResouceId\": 19859,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:55.377Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173805,\n        \"PlanId\": 37511,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"po\",\n        \"StartDate\": \"2017-01-10T00:00:00.000Z\",\n        \"WorkDays\": 127,\n        \"EndDate\": \"2017-08-03T00:00:00.000Z\",\n        \"EndTime\": \"2017-08-03T13:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-02T12:09:04.287Z\",\n        \"CreateEmployeeId\": 38889,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-03T12:00:13.147Z\",\n        \"TaskResponsibleResouceId\": 19859,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173860,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"TEST123\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-03T00:00:00.000Z\",\n        \"WorkDays\": 473,\n        \"EndDate\": \"2019-01-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-03T13:26:24.583Z\",\n        \"CreateEmployeeId\": 39114,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-25T10:02:22.390Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-05T16:12:15.047Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173864,\n        \"PlanId\": 39836,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Ticket close test\",\n        \"StartDate\": \"2017-01-13T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-02-02T00:00:00.000Z\",\n        \"EndTime\": \"2017-02-02T16:33:15.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-03T15:33:49.803Z\",\n        \"CreateEmployeeId\": 23138,\n        \"UpdateEmployeeId\": 20557,\n        \"UpdateDate\": \"2017-03-09T18:08:20.000Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-01-03T16:33:58.867Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2017-01-03T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 23138,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 1,\n        \"TaskFolderName\": \"T173864 010 Ticket close test\",\n        \"TicketTeamId\": 33,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 478,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173958,\n        \"PlanId\": 40066,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"_QA Tester @_T\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-01-11T00:00:00.000Z\",\n        \"WorkDays\": 472,\n        \"EndDate\": \"2019-02-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-05T12:27:12.637Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-28T09:36:09.230Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T173958 001 _QA Tester @_T\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174119,\n        \"PlanId\": 40137,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task test\",\n        \"StartDate\": \"2017-01-10T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-10T11:45:07.993Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:22.660Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 174352,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Import it copy\",\n        \"StartDate\": \"2016-12-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-12-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-11T12:53:18.433Z\",\n        \"CreateEmployeeId\": 36481,\n        \"UpdateEmployeeId\": 36481,\n        \"UpdateDate\": \"2017-01-11T12:53:19.993Z\",\n        \"TemporaryId\": 172892,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174721,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Conversation task 1\",\n        \"StartDate\": \"2017-01-18T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-18T14:11:03.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-01-18T15:11:03.667Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174722,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Conversation task 2\",\n        \"StartDate\": \"2017-01-27T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-02-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-18T14:11:05.483Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-01-18T15:11:05.477Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174723,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Conversation task 3\",\n        \"StartDate\": \"2017-02-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 27,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-18T14:11:07.920Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 34886,\n        \"UpdateDate\": \"2018-08-21T07:53:46.470Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174724,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Conversation task 4\",\n        \"StartDate\": \"2017-02-16T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-02-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-18T14:11:09.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-01-18T15:11:09.777Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174725,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Conversation task 5\",\n        \"StartDate\": \"2017-02-27T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-18T14:11:12.287Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-07T12:00:52.417Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174776,\n        \"PlanId\": 39373,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-01-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-20T09:08:46.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:17.933Z\",\n        \"TaskResponsibleResouceId\": 19294,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:17.933Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174777,\n        \"PlanId\": 39373,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2017-01-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-20T09:09:14.020Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:38.290Z\",\n        \"TaskResponsibleResouceId\": 19294,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:38.290Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174780,\n        \"PlanId\": 39810,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-01-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-20T09:09:44.467Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:45.437Z\",\n        \"TaskResponsibleResouceId\": 15371,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:45.420Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 174782,\n        \"PlanId\": 39314,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-01-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-20T09:11:03.753Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:13.610Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:13.610Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 174942,\n        \"PlanId\": 37697,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23232390,\n        \"TaskName\": \"Test1\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-01-26T00:00:00.000Z\",\n        \"WorkDays\": 18,\n        \"EndDate\": \"2017-02-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-26T09:05:00.817Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:18.370Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T174942 389 Test1\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174945,\n        \"PlanId\": 37969,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Camilla test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-26T00:00:00.000Z\",\n        \"WorkDays\": 18,\n        \"EndDate\": \"2017-02-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-26T09:17:35.250Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:59.490Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:59.490Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"TaskFolderName\": \"T174945 002 Camilla test\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175106,\n        \"PlanId\": 37932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"HELLO\",\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-27T14:33:37.680Z\",\n        \"CreateEmployeeId\": 39114,\n        \"UpdateEmployeeId\": 39114,\n        \"UpdateDate\": \"2017-03-27T11:33:11.853Z\",\n        \"TemporaryId\": 174666,\n        \"TaskResponsibleResouceId\": 34855,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:31.027Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketAuthorResourceId\": 39114,\n        \"TicketStatusId\": 5,\n        \"TicketCategoryId\": 3,\n        \"AssignedResourceId\": 39114,\n        \"ServiceLineId\": 2,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175174,\n        \"PlanId\": 1509,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-01T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-02-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 42,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-01T10:46:56.150Z\",\n        \"CreateEmployeeId\": 40894,\n        \"UpdateEmployeeId\": 40894,\n        \"UpdateDate\": \"2017-02-01T11:46:56.147Z\",\n        \"TaskResponsibleResouceId\": 18611,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"TaskFolderName\": \"T175174 051 test\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175253,\n        \"PlanId\": 25981,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"moar tests\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-02T00:00:00.000Z\",\n        \"WorkDays\": 60,\n        \"EndDate\": \"2017-03-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-03-28T10:39:17.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-03T09:39:17.827Z\",\n        \"CreateEmployeeId\": 40894,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2018-12-04T12:22:37.050Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketReceived\": \"2017-02-03T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 40894,\n        \"TicketStatusId\": 4,\n        \"AssignedResourceId\": 40894,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175306,\n        \"PlanId\": 39624,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Booking\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-27T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-02-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-06T15:03:58.160Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-06T15:13:31.623Z\",\n        \"TaskResponsibleResouceId\": 22224,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T11:07:59.090Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175307,\n        \"PlanId\": 39624,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Booking 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-06T15:04:03.870Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-06T15:13:33.587Z\",\n        \"TaskResponsibleResouceId\": 22224,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T11:07:59.090Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175478,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-08T09:05:33.853Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:02:38.073Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:02:38.073Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-02-08T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175480,\n        \"PlanId\": 39624,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-16T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2017-03-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-08T10:15:54.233Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-07T11:38:12.773Z\",\n        \"TaskResponsibleResouceId\": 22224,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T11:07:59.090Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175495,\n        \"PlanId\": 40070,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-02-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-08T15:42:24.207Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-08T15:42:33.460Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175715,\n        \"PlanId\": 39624,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Task in the future\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-07T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-03-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-15T12:16:53.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-07T11:39:19.447Z\",\n        \"TaskResponsibleResouceId\": 22224,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T11:07:59.090Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175787,\n        \"PlanId\": 40474,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-02-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-20T14:15:24.803Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-20T15:15:24.803Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 175791,\n        \"PlanId\": 38881,\n        \"PhaseNumber\": 19,\n        \"TaskNumber\": 567,\n        \"TaskName\": \"Tester email attachments\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"StartTime\": \"2017-02-20T15:56:38.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2017-03-14T00:00:00.000Z\",\n        \"EndTime\": \"2017-03-14T15:56:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-20T14:56:38.140Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-03-24T14:10:08.540Z\",\n        \"TaskResponsibleResouceId\": 34855,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-02-20T14:56:38.140Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 4,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1550527,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175907,\n        \"PlanId\": 40489,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Den fine konsulent !!\",\n        \"TaskNote\": \"teskt\\rlinie 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2012-09-17T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2012-09-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-23T08:52:25.207Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-02-23T09:52:25.197Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 30212\n    },\n    {\n        \"Id\": 175916,\n        \"PlanId\": 40490,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Water 4 / Analyse og research / New Activity\",\n        \"ActivityId\": 218,\n        \"StartDate\": \"2017-01-03T00:00:00.000Z\",\n        \"WorkDays\": 235,\n        \"EndDate\": \"2017-12-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-23T09:17:28.113Z\",\n        \"CreateEmployeeId\": 40894,\n        \"UpdateEmployeeId\": 40894,\n        \"UpdateDate\": \"2017-04-07T06:50:28.373Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T175916 004 Water 4 _ Analyse og research\",\n        \"Billable\": true,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 175928,\n        \"PlanId\": 40251,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Testing manual booking\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-06T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-23T12:46:59.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-28T08:37:11.633Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175950,\n        \"PlanId\": 40251,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task Timer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-16T00:00:00.000Z\",\n        \"WorkDays\": 19,\n        \"EndDate\": \"2017-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-24T08:15:48.877Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-07T11:45:53.040Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175981,\n        \"PlanId\": 40513,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Conversation task 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-03-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-27T13:04:42.053Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-03-08T12:20:55.843Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175982,\n        \"PlanId\": 39624,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Conversation2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-29T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-04-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-27T13:05:28.823Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-27T14:05:28.823Z\",\n        \"TaskResponsibleResouceId\": 22224,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T11:07:59.090Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 176009,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Booked resources\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-21T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2019-02-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-28T13:27:15.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-25T11:19:27.243Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-05T16:12:15.047Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 176136,\n        \"PlanId\": 39007,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"1233123\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-02T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2017-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-02T08:23:22.417Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:36.667Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:36.667Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 176166,\n        \"PlanId\": 40529,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-02T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2017-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-02T13:17:56.933Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-02T14:17:56.947Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 176228,\n        \"PlanId\": 39389,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-03-07T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-03-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-07T15:03:12.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-07T16:03:12.553Z\",\n        \"TaskResponsibleResouceId\": 16852,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-03-07T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176229,\n        \"PlanId\": 39389,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Tes\",\n        \"StartDate\": \"2017-03-03T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-03-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-07T15:05:01.180Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-07T16:05:01.190Z\",\n        \"TaskResponsibleResouceId\": 16852,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-03-03T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176230,\n        \"PlanId\": 39389,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Testing ticket\",\n        \"StartDate\": \"2017-03-07T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-07T15:07:42.437Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-07T16:07:42.440Z\",\n        \"TaskResponsibleResouceId\": 16852,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-03-07T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 4,\n        \"TaskFolderName\": \"T176230 004 Testing ticket\",\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 50,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176290,\n        \"PlanId\": 40558,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"testing 213\",\n        \"StartDate\": \"2017-03-09T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-03-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-03-16T12:48:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-09T11:48:01.073Z\",\n        \"CreateEmployeeId\": 39227,\n        \"UpdateEmployeeId\": 39227,\n        \"UpdateDate\": \"2017-03-09T12:48:01.070Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-03-09T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 18929,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 18929,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 176321,\n        \"PlanId\": 40535,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2017-03-15T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-10T11:09:35.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-15T09:56:25.793Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 176340,\n        \"PlanId\": 40567,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-05-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-10T14:36:38.803Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:38.543Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:38.543Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176341,\n        \"PlanId\": 40568,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-01T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2017-02-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-10T14:54:37.253Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-10T14:56:40.620Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 176342,\n        \"PlanId\": 40569,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-02T00:00:00.000Z\",\n        \"WorkDays\": 42,\n        \"EndDate\": \"2017-03-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-10T14:59:04.500Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-10T15:00:24.107Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 176384,\n        \"PlanId\": 40571,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test contact\",\n        \"StartDate\": \"2017-03-13T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-13T15:36:28.040Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 37202,\n        \"UpdateDate\": \"2017-03-13T15:44:59.687Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-03-13T16:44:59.690Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-03-13T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 234,\n        \"TaskFolderName\": \"T176384 003 Test contact\",\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176385,\n        \"PlanId\": 40571,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test contact\",\n        \"StartDate\": \"2017-03-13T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-13T15:47:13.287Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 37202,\n        \"UpdateDate\": \"2017-03-13T15:48:15.610Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-03-13T16:48:15.603Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-03-11T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 234,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176386,\n        \"PlanId\": 40571,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test contact\",\n        \"StartDate\": \"2017-03-13T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-13T15:48:50.023Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 19543,\n        \"UpdateDate\": \"2017-03-15T08:50:29.143Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-03-13T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 4,\n        \"TaskFolderName\": \"T176386 005 Test contact\",\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176492,\n        \"PlanId\": 40604,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-16T14:18:42.840Z\",\n        \"CreateEmployeeId\": 41336,\n        \"UpdateEmployeeId\": 41336,\n        \"UpdateDate\": \"2017-03-16T15:18:42.840Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 176717,\n        \"PlanId\": 40386,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 126,\n        \"TaskName\": \"*Tim Jensen kunde 2, Pipeline 7\",\n        \"StartDate\": \"2017-03-23T00:00:00.000Z\",\n        \"WorkDays\": 86,\n        \"EndDate\": \"2017-08-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-23T08:36:05.537Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-31T09:53:07.670Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 176755,\n        \"PlanId\": 40628,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-24T08:24:56.400Z\",\n        \"CreateEmployeeId\": 40894,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2018-08-23T12:11:17.193Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-08-23T14:12:15.530Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 176892,\n        \"PlanId\": 40668,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2017-03-28T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-04-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-28T13:59:56.793Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-28T15:59:56.797Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-04-01T10:37:48.640Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176893,\n        \"PlanId\": 40668,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2017-04-06T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-04-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-28T13:59:58.137Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-28T14:05:09.343Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-03-28T16:05:09.333Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176894,\n        \"PlanId\": 40668,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 3\",\n        \"StartDate\": \"2017-04-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-28T13:59:59.620Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-28T14:05:04.447Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-04-01T10:37:48.640Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176922,\n        \"PlanId\": 39623,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test den gode test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-31T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-03-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-31T09:31:01.420Z\",\n        \"CreateEmployeeId\": 41336,\n        \"UpdateEmployeeId\": 41336,\n        \"UpdateDate\": \"2017-04-03T12:35:41.460Z\",\n        \"TaskResponsibleResouceId\": 41336,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"TaskFolderName\": \"T176922 004 test\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 176983,\n        \"PlanId\": 40680,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task\",\n        \"StartDate\": \"2017-04-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-04-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-03T10:32:27.983Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-04-03T12:32:27.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T176983 001 task\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 176996,\n        \"PlanId\": 38327,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-04-03T00:00:00.000Z\",\n        \"WorkDays\": 94,\n        \"EndDate\": \"2017-09-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-03T13:22:56.587Z\",\n        \"CreateEmployeeId\": 41336,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2019-04-08T08:20:20.170Z\",\n        \"TaskResponsibleResouceId\": 41336,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177085,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Contact task\",\n        \"StartDate\": \"2019-01-28T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2019-01-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-05T14:02:14.600Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-25T10:14:31.757Z\",\n        \"TaskResponsibleResouceId\": 36775,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-05T16:12:15.047Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 177096,\n        \"PlanId\": 40705,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-04-06T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-04-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-06T10:31:59.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-04-06T12:31:59.543Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 177100,\n        \"PlanId\": 40705,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2017-04-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-06T11:29:50.810Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-04-06T13:29:50.803Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 177124,\n        \"PlanId\": 39623,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Delete task test\",\n        \"StartDate\": \"2017-04-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-04-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-07T08:14:43.173Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-09-19T13:36:10.800Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-19T13:36:10.800Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 177168,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-11T12:01:32.157Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:02:46.683Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:02:46.683Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-04-11T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 177248,\n        \"PlanId\": 40604,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"testestestsetsetsetestsetsetsetesttes\",\n        \"ActivityId\": 9999,\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-24T13:42:47.057Z\",\n        \"CreateEmployeeId\": 41336,\n        \"UpdateEmployeeId\": 41336,\n        \"UpdateDate\": \"2017-04-24T15:42:47.057Z\",\n        \"TaskResponsibleResouceId\": 41336,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177379,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-25T10:06:21.053Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:02:58.460Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:02:58.460Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-04-25T10:06:21.087Z\",\n        \"TicketAuthorResourceId\": 41149,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TaskFolderName\": \"T177379 034 Vedhaeftet\",\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563231,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177393,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-25T10:44:26.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:03:45.757Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:03:45.757Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-04-25T10:44:26.330Z\",\n        \"TicketAuthorResourceId\": 41149,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563214,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177432,\n        \"PlanId\": 4374,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 70,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-26T09:54:59.113Z\",\n        \"CreateEmployeeId\": 16143,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:35:27.667Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:35:27.667Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177442,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-26T12:30:34.123Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:04:07.497Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:04:07.497Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-04-26T12:30:34.470Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563427,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177451,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-26T13:08:22.020Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:04:11.293Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:04:11.293Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-04-26T13:08:22.053Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563393,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177452,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-26T13:11:31.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:04:14.740Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:04:14.740Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-04-26T13:11:31.657Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563447,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177453,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-26T13:12:09.313Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:04:17.727Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:04:17.727Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-04-26T13:12:09.347Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563446,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177454,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-26T13:12:36.350Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:04:21.073Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:04:21.073Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-04-26T13:12:36.367Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563445,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177455,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-26T13:13:23.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:04:24.357Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:04:24.357Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-04-26T13:13:23.167Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563443,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177456,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-26T13:13:55.520Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:04:27.753Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:04:27.753Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-04-26T13:13:55.550Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563444,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177527,\n        \"PlanId\": 40620,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test not booked 2\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-28T07:34:52.330Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:48.023Z\",\n        \"TaskResponsibleResouceId\": 41223,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:48.023Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177556,\n        \"PlanId\": 39555,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"Test task2\",\n        \"ActivityId\": 218,\n        \"StartDate\": \"2019-11-14T00:00:00.000Z\",\n        \"WorkDays\": 431,\n        \"EndDate\": \"2021-10-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-28T12:11:31.097Z\",\n        \"CreateEmployeeId\": 36728,\n        \"UpdateEmployeeId\": 36728,\n        \"UpdateDate\": \"2019-12-05T10:44:49.400Z\",\n        \"TaskResponsibleResouceId\": 36728,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"TaskFolderName\": \"T177556 002 Test task2\",\n        \"Billable\": true\n    },\n    {\n        \"Id\": 177652,\n        \"PlanId\": 40789,\n        \"PhaseNumber\": 12,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Ticket close test\",\n        \"StartDate\": \"2024-02-28T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2024-03-19T00:00:00.000Z\",\n        \"EndTime\": \"2024-03-19T16:33:15.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-01T08:30:36.750Z\",\n        \"CreateEmployeeId\": 35044,\n        \"UpdateEmployeeId\": 81031,\n        \"UpdateDate\": \"2020-12-01T09:51:44.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 173864\n    },\n    {\n        \"Id\": 177784,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-03T08:30:48.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:05:05.980Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:05:05.980Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-05-03T08:30:48.497Z\",\n        \"TicketAuthorResourceId\": 75819,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563657,\n        \"AssignedResourceId\": 36481,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177856,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-05T10:50:27.230Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:05:06.513Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:05:06.513Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2017-05-05T10:50:27.497Z\",\n        \"TicketAuthorResourceId\": 37202,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563470,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 177887,\n        \"PlanId\": 40826,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-05T11:49:15.707Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2018-12-20T08:06:13.760Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T14:59:45.827Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-05-05T11:49:15.723Z\",\n        \"TicketAuthorResourceId\": 75819,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563763,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 177895,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-08T07:12:25.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-07-28T07:39:47.423Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-07-28T09:39:47.423Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 178024,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-09T13:57:05.683Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2018-02-08T11:48:55.167Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-07-28T09:40:01.950Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 178027,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-10T08:01:03.243Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2018-02-08T11:48:55.180Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-07-28T09:40:05.470Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-05-10T08:01:04.277Z\",\n        \"TicketAuthorResourceId\": 35166,\n        \"TicketStatusId\": 4,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563951,\n        \"AssignedResourceId\": 36481,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 178031,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-10T08:05:46.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-07-28T07:40:15.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-07-28T09:40:15.623Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-05-10T08:05:46.240Z\",\n        \"TicketAuthorResourceId\": 36197,\n        \"TicketStatusId\": 4,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563516,\n        \"AssignedResourceId\": 36481,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 178106,\n        \"PlanId\": 37476,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Discussion/Interview\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T12:37:35.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-05-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-16T12:37:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-15T10:37:35.943Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T10:50:43.693Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2017-05-15T10:37:36.487Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 38,\n        \"MailImportId\": 1563841,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 180192,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-18T05:48:36.100Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-11-01T07:40:30.297Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-07-28T09:40:36.623Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 291,\n        \"TicketReceived\": \"2017-05-18T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 4,\n        \"AssignedResourceId\": 36481,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 180195,\n        \"PlanId\": 40896,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Progressbar size test task\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-18T06:51:19.363Z\",\n        \"CreateEmployeeId\": 72507,\n        \"UpdateEmployeeId\": 72507,\n        \"UpdateDate\": \"2017-05-18T06:55:03.540Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 72507,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 180284,\n        \"PlanId\": 38257,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"aaa\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 710,\n        \"EndDate\": \"2020-06-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 23,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-19T12:19:55.907Z\",\n        \"CreateEmployeeId\": 72507,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2020-07-06T04:33:20.007Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-05-19T10:19:55.907Z\",\n        \"TicketAuthorResourceId\": 20232,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 20232,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 180464,\n        \"PlanId\": 40933,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-24T11:32:44.863Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-07-07T10:56:41.303Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 180677,\n        \"PlanId\": 39623,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-01T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-01T09:19:31.170Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-01T11:19:31.167Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 180736,\n        \"PlanId\": 35596,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-06-02T00:00:00.000Z\",\n        \"StartTime\": \"2017-06-02T09:19:25.000Z\",\n        \"WorkDays\": 9,\n        \"EndDate\": \"2017-06-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-06-16T09:19:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 12,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-02T07:19:25.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 79875,\n        \"UpdateDate\": \"2019-11-11T11:13:29.990Z\",\n        \"TaskResponsibleResouceId\": 41051,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-06-02T07:19:25.780Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 4,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563990,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182381,\n        \"PlanId\": 41048,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-26T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-26T08:56:46.147Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-08-29T12:30:03.563Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:45:11.810Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"TaskProgressId\": 166\n    },\n    {\n        \"Id\": 182382,\n        \"PlanId\": 41048,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-26T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-26T08:56:55.770Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:54.667Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:54.667Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182383,\n        \"PlanId\": 41048,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-26T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-26T08:57:06.020Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-06-26T10:57:06.017Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-06-26T10:58:04.297Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182390,\n        \"PlanId\": 40951,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-06-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-26T12:51:48.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:52.407Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:52.407Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 182391,\n        \"PlanId\": 40988,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-06-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-26T12:52:30.253Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:57.883Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:57.883Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 182392,\n        \"PlanId\": 40017,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-06-29T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-07-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-26T12:54:38.830Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:40.447Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:40.447Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182404,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-28T08:26:57.810Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:45.347Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:45.347Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182690,\n        \"PlanId\": 41114,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task 2\",\n        \"StartDate\": \"2017-07-21T00:00:00.000Z\",\n        \"WorkDays\": 477,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-07T10:56:05.703Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-08-21T10:39:40.107Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 182709,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-10T08:45:34.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:00:15.547Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:00:15.517Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-07-10T08:45:34.337Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563988,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182770,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-13T10:18:02.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:30:49.940Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-11-03T15:30:49.940Z\",\n        \"FromExternal\": true,\n        \"TaskFolderName\": \"T182770 001 wb CPH HQ #13025\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182782,\n        \"PlanId\": 41141,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 1 for Phase 1\",\n        \"StartDate\": \"2017-07-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-17T07:25:17.343Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-07-17T07:27:55.783Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182783,\n        \"PlanId\": 41141,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2 for phase 1\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-17T07:25:22.540Z\",\n        \"CreateEmployeeId\": 35166,\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182856,\n        \"PlanId\": 39884,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Phase 1 task 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-07-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-20T10:24:03.757Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:51.740Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:51.740Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182858,\n        \"PlanId\": 39884,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Phase 2 task 1\",\n        \"StartDate\": \"2017-07-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-07-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-20T10:24:13.897Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:48.730Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:48.730Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 182859,\n        \"PlanId\": 39884,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Phase 2 task 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-20T10:24:18.467Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-10-16T11:26:52.310Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-10-16T11:26:52.310Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182860,\n        \"PlanId\": 39884,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Phase 1 task 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-20T10:31:28.827Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:32:43.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:32:43.977Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182889,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"Testing task creation\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-24T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-24T06:50:15.333Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:31:06.913Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:31:06.913Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182890,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Create task w/ briefing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-24T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-24T06:51:47.153Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:30:09.817Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:30:09.817Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182891,\n        \"PlanId\": 41055,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Create ticket\",\n        \"StartDate\": \"2017-07-24T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-07-31T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-31T08:53:19.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-24T06:53:19.250Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-11-22T13:16:56.063Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-07-24T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 28,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 182892,\n        \"PlanId\": 41055,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Create ticket\",\n        \"StartDate\": \"2017-07-24T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-07-31T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-31T08:53:43.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-24T06:53:43.513Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-11-22T13:16:59.730Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-07-24T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 28,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 182893,\n        \"PlanId\": 41055,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Create ticket w/ briefing\",\n        \"StartDate\": \"2017-07-24T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-07-31T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-31T08:54:17.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-24T06:54:17.287Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-11-22T13:17:04.200Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-07-24T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 28,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 182986,\n        \"PlanId\": 39831,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"123\",\n        \"StartDate\": \"2017-07-27T00:00:00.000Z\",\n        \"WorkDays\": 9,\n        \"EndDate\": \"2017-08-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-27T07:00:17.277Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:54.690Z\",\n        \"TaskResponsibleResouceId\": 36197,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:54.690Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182987,\n        \"PlanId\": 39831,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"321\",\n        \"StartDate\": \"2017-07-26T00:00:00.000Z\",\n        \"WorkDays\": 9,\n        \"EndDate\": \"2017-08-09T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-27T07:00:21.393Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-06T10:56:25.383Z\",\n        \"TaskResponsibleResouceId\": 36197,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-10-06T12:56:25.377Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182991,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-27T11:21:39.997Z\",\n        \"CreateEmployeeId\": 72507,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-01T10:48:32.303Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T182991 Jacobs super task!\",\n        \"Billable\": true,\n        \"Depended\": false,\n        \"TaskProgressId\": 206\n    },\n    {\n        \"Id\": 185238,\n        \"PlanId\": 41221,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-01T10:53:01.703Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-18T10:47:08.343Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 185493,\n        \"PlanId\": 41248,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"New task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-09T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2017-08-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-07T11:42:43.837Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-07T11:47:03.110Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 6,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 185502,\n        \"PlanId\": 41248,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"hhj\",\n        \"StartDate\": \"2017-08-09T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-08-14T00:00:00.000Z\",\n        \"EndTime\": \"2017-08-14T20:34:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-07T18:34:21.757Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-07T20:34:21.770Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-08-07T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 185503,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 373,\n        \"TaskName\": \"dadaw\",\n        \"StartDate\": \"2017-08-09T00:00:00.000Z\",\n        \"WorkDays\": 73,\n        \"EndDate\": \"2017-11-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-07T18:34:56.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 77457,\n        \"UpdateDate\": \"2018-09-21T08:26:27.843Z\",\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2017-08-07T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 185518,\n        \"PlanId\": 41300,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2022-08-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2022-08-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-08T11:36:23.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-08T13:36:23.013Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 185520,\n        \"PlanId\": 41304,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"IC settlement\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-08T12:30:38.030Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 185521,\n        \"PlanId\": 41303,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"IC Settlement\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-08T12:30:53.723Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 185522,\n        \"PlanId\": 41300,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"IC Settlement\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2022-08-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2022-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-08T12:31:06.610Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 185523,\n        \"PlanId\": 41301,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"IC Settlement\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-08T12:31:21.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 185524,\n        \"PlanId\": 41299,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"IC Settlement\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-08T12:31:35.987Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 185525,\n        \"PlanId\": 41298,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"IC Settlement\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-08T12:31:48.077Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-11-06T12:15:54.880Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 185528,\n        \"PlanId\": 41298,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"IC Settlement 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-08T13:20:24.753Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-11-06T12:15:54.880Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 185529,\n        \"PlanId\": 41299,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"IC Settlement 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-08T13:21:01.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-02-19T15:27:09.123Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 185810,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 12,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"New task\",\n        \"StartDate\": \"2015-12-16T00:00:00.000Z\",\n        \"WorkDays\": 57,\n        \"EndDate\": \"2016-03-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:23.800Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:23.797Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 127731\n    },\n    {\n        \"Id\": 185811,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 12,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Presentation\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-04-21T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-04-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:23.840Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:23.840Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 121808\n    },\n    {\n        \"Id\": 185812,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.410Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.413Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180284\n    },\n    {\n        \"Id\": 185813,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test 2\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.420Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.420Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180285\n    },\n    {\n        \"Id\": 185814,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test 3\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.427Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.430Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180286\n    },\n    {\n        \"Id\": 185815,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test 4\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.443Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.447Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180291\n    },\n    {\n        \"Id\": 185816,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test 5\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.450Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.453Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180292\n    },\n    {\n        \"Id\": 185817,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.480Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.480Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180293\n    },\n    {\n        \"Id\": 185818,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test \",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.487Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.487Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180294\n    },\n    {\n        \"Id\": 185819,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.493Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.493Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180295\n    },\n    {\n        \"Id\": 185820,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.500Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.500Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180296\n    },\n    {\n        \"Id\": 185821,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test \",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.507Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.507Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180297\n    },\n    {\n        \"Id\": 185822,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test \",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.513Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.513Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180298\n    },\n    {\n        \"Id\": 185823,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.520Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.520Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180299\n    },\n    {\n        \"Id\": 185824,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.527Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.527Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180300\n    },\n    {\n        \"Id\": 185825,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.533Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.533Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180302\n    },\n    {\n        \"Id\": 185826,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.540Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.540Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180303\n    },\n    {\n        \"Id\": 185827,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test \",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.547Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.547Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180304\n    },\n    {\n        \"Id\": 185828,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test \",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.553Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.553Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180305\n    },\n    {\n        \"Id\": 185829,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.560Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.560Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180301\n    },\n    {\n        \"Id\": 185830,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"BBBBBBBBBBBBBBB\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-01T00:00:00.000Z\",\n        \"WorkDays\": 84,\n        \"EndDate\": \"2017-07-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.573Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.573Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 146889\n    },\n    {\n        \"Id\": 185831,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Load test / JW Test 1 / JW Test 1 / JW Test 1 / JW Test 4 / JW Test 4\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.583Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.583Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180308\n    },\n    {\n        \"Id\": 185832,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Sverri's \\\"Test&Task\\\" 😀 ð %#¤\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.590Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.590Z\",\n        \"TaskResponsibleResouceId\": 34952,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 147635\n    },\n    {\n        \"Id\": 185833,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 16,\n        \"TaskName\": \"asdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasdasd\",\n        \"StartDate\": \"2016-11-14T00:00:00.000Z\",\n        \"WorkDays\": 9,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"EndTime\": \"2016-11-28T09:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.597Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.597Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 147648\n    },\n    {\n        \"Id\": 185834,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Development\",\n        \"StartDate\": \"2016-10-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.603Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.603Z\",\n        \"TaskResponsibleResouceId\": 21162,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 147803\n    },\n    {\n        \"Id\": 185835,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"tommorow\",\n        \"StartDate\": \"2016-11-21T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.613Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.613Z\",\n        \"TaskResponsibleResouceId\": 21162,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 148051\n    },\n    {\n        \"Id\": 185836,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 30,\n        \"TaskName\": \"Sverri's Title\",\n        \"StartDate\": \"2017-02-08T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.657Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.657Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175496\n    },\n    {\n        \"Id\": 185837,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Sverri's Title\",\n        \"StartDate\": \"2017-02-08T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.663Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.663Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175497\n    },\n    {\n        \"Id\": 185838,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"Sverri's Title\",\n        \"StartDate\": \"2017-02-08T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.670Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.670Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175500\n    },\n    {\n        \"Id\": 185839,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"Sverri's Title\",\n        \"StartDate\": \"2017-02-08T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.677Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.677Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175501\n    },\n    {\n        \"Id\": 185840,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Unnamed & ticket\",\n        \"StartDate\": \"2017-02-08T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.683Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.683Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175506\n    },\n    {\n        \"Id\": 185841,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.690Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.690Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175638\n    },\n    {\n        \"Id\": 185842,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.697Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.697Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175639\n    },\n    {\n        \"Id\": 185843,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.703Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.703Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175640\n    },\n    {\n        \"Id\": 185844,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.710Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.710Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175641\n    },\n    {\n        \"Id\": 185845,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.717Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.717Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175642\n    },\n    {\n        \"Id\": 185846,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 40,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.723Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.723Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175643\n    },\n    {\n        \"Id\": 185847,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.730Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.730Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175644\n    },\n    {\n        \"Id\": 185848,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.737Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.737Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175646\n    },\n    {\n        \"Id\": 185849,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 43,\n        \"TaskName\": \"I FOUND A BUG!1!!11\",\n        \"StartDate\": \"2017-02-15T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 3,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.743Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-17T07:32:44.580Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175647,\n        \"TaskProgressId\": 185\n    },\n    {\n        \"Id\": 185850,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.770Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-23T11:15:42.303Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-05-23T11:15:42.303Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175648\n    },\n    {\n        \"Id\": 185851,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 45,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.777Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.777Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175649\n    },\n    {\n        \"Id\": 185852,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.783Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.783Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175650\n    },\n    {\n        \"Id\": 185853,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.790Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.790Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175651\n    },\n    {\n        \"Id\": 185854,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 48,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.797Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.797Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175652\n    },\n    {\n        \"Id\": 185855,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 49,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.803Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.803Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175653\n    },\n    {\n        \"Id\": 185856,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 50,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.810Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.810Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175654\n    },\n    {\n        \"Id\": 185857,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.817Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.817Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175655\n    },\n    {\n        \"Id\": 185858,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.823Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.823Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175656\n    },\n    {\n        \"Id\": 185859,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 53,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.843Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.843Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175657\n    },\n    {\n        \"Id\": 185860,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 54,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.850Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.850Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175658\n    },\n    {\n        \"Id\": 185861,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.860Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.860Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175659\n    },\n    {\n        \"Id\": 185862,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.867Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.867Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175660\n    },\n    {\n        \"Id\": 185863,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.873Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.873Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175661\n    },\n    {\n        \"Id\": 185864,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.880Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.880Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175664\n    },\n    {\n        \"Id\": 185865,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.887Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.887Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175665\n    },\n    {\n        \"Id\": 185866,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.893Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.893Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175666\n    },\n    {\n        \"Id\": 185867,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 61,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.900Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.900Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175667\n    },\n    {\n        \"Id\": 185868,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 62,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.910Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.910Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175669\n    },\n    {\n        \"Id\": 185869,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 63,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 16,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.917Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.917Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175670\n    },\n    {\n        \"Id\": 185870,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.923Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.923Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175672\n    },\n    {\n        \"Id\": 185871,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 65,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.930Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.930Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175673\n    },\n    {\n        \"Id\": 185872,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 66,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-15T00:00:00.000Z\",\n        \"WorkDays\": 39,\n        \"EndDate\": \"2017-04-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.940Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.940Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175675\n    },\n    {\n        \"Id\": 185873,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 67,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.947Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.947Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175676\n    },\n    {\n        \"Id\": 185874,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 68,\n        \"TaskName\": \"I FOUND A BUG!1!!1\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.953Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-23T11:15:48.513Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-05-23T11:15:48.513Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175677\n    },\n    {\n        \"Id\": 185875,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 69,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @@dl @nh #test #test\\\"2\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.960Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.960Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175678\n    },\n    {\n        \"Id\": 185876,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 70,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @dl @@nh #test #tes#ting\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.970Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.970Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175679\n    },\n    {\n        \"Id\": 185877,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 71,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @@dl #test @nh #test#two\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.977Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.977Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175680\n    },\n    {\n        \"Id\": 185878,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 72,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @@dl #test @nh #test#two\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.983Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.983Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175681\n    },\n    {\n        \"Id\": 185879,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 73,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @@dl #test @nh #test#two\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.990Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175682\n    },\n    {\n        \"Id\": 185880,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 74,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @@dl. #test @nh #test#two\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:31.997Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:31.997Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175683\n    },\n    {\n        \"Id\": 185881,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 75,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @@nh, @dl. Or @smo? Surely @chh! #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.003Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.003Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175684\n    },\n    {\n        \"Id\": 185882,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 76,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @nh! @@smo? @dl, @chh. #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.020Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.020Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175685\n    },\n    {\n        \"Id\": 185883,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 77,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @dl? @@chh! @smo, @nh. #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.027Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.027Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175686\n    },\n    {\n        \"Id\": 185884,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 78,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @smo, @@nh. @dl! @@chh? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.043Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.043Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175687\n    },\n    {\n        \"Id\": 185885,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 79,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @@smo, @nh. @@chh! @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.050Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.050Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175688\n    },\n    {\n        \"Id\": 185886,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 80,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @@smo, @nh. @@chh! @dl? #test!\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.060Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.060Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175689\n    },\n    {\n        \"Id\": 185887,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 81,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @@smo, @nh. @@chh! @dl? #test!\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.067Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.067Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175690\n    },\n    {\n        \"Id\": 185888,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 82,\n        \"TaskName\": \"I FOUND A BUG!1!!1 @@smo, @nh. @@chh! @dl? #test!\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.073Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.073Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175691\n    },\n    {\n        \"Id\": 185889,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 83,\n        \"TaskName\": \"Hello @@chh, @smo. @@nh! @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 16,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.080Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.080Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175692\n    },\n    {\n        \"Id\": 185890,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 84,\n        \"TaskName\": \"XXXXXXXXXXXXXXXXXXXXXXXXXXXXX\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 15,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.087Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.087Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175693\n    },\n    {\n        \"Id\": 185891,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 85,\n        \"TaskName\": \"Test @@smo, @nh. @@dl! @chh? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.093Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.093Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175694\n    },\n    {\n        \"Id\": 185892,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 86,\n        \"TaskName\": \"Test @@smo, @nh. @@dl! @chh? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.117Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.117Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175695\n    },\n    {\n        \"Id\": 185893,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 87,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.123Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.123Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175696\n    },\n    {\n        \"Id\": 185894,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 88,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 12,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.133Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.133Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175697\n    },\n    {\n        \"Id\": 185895,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 89,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 12,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.140Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.140Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175698\n    },\n    {\n        \"Id\": 185896,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 90,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 16,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.147Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.147Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175699\n    },\n    {\n        \"Id\": 185897,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 91,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 12,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.153Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.153Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175700\n    },\n    {\n        \"Id\": 185898,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 92,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 13,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.160Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.160Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175701\n    },\n    {\n        \"Id\": 185899,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 93,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.167Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.167Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175702\n    },\n    {\n        \"Id\": 185900,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 94,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 12,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.173Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.173Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175703\n    },\n    {\n        \"Id\": 185901,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 95,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 15,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.180Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.180Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175704\n    },\n    {\n        \"Id\": 185902,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 96,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 13,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.190Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.190Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175705\n    },\n    {\n        \"Id\": 185903,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 97,\n        \"TaskName\": \"Hello , . ! Or ? TESTING\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.197Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.197Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175706\n    },\n    {\n        \"Id\": 185904,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 98,\n        \"TaskName\": \"Hello #test2 @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"StartTime\": \"2017-02-14T11:30:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"EndTime\": \"2017-02-17T09:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.203Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.203Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175707\n    },\n    {\n        \"Id\": 185905,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 99,\n        \"TaskName\": \"Hello #test2 @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 13,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.210Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.210Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175708\n    },\n    {\n        \"Id\": 185906,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 100,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.217Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.217Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175709\n    },\n    {\n        \"Id\": 185907,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 101,\n        \"TaskName\": \"Hello @@smo, @chh. @@nh! Or @dl? #test\",\n        \"StartDate\": \"2017-02-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-02-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.223Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.223Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175710\n    },\n    {\n        \"Id\": 185908,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 102,\n        \"TaskName\": \"A default title... @@lmk @kg #tag1 and #tag2!\",\n        \"StartDate\": \"2017-02-15T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-02-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.230Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.230Z\",\n        \"TaskResponsibleResouceId\": 19308,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175711\n    },\n    {\n        \"Id\": 185909,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 103,\n        \"TaskName\": \"Some error @@smo @dl #oct17 #smalltask\",\n        \"StartDate\": \"2017-02-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-02-15T23:30:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-02-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.240Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.240Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175712\n    },\n    {\n        \"Id\": 185910,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 104,\n        \"TaskName\": \"agp\",\n        \"StartDate\": \"2017-02-16T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-02-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.247Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.247Z\",\n        \"TaskResponsibleResouceId\": 18674,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175731\n    },\n    {\n        \"Id\": 185911,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 105,\n        \"TaskName\": \"#lots #of #tags #money #aha\",\n        \"StartDate\": \"2017-02-16T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-02-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.253Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.253Z\",\n        \"TaskResponsibleResouceId\": 40894,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175735\n    },\n    {\n        \"Id\": 185912,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 106,\n        \"TaskName\": \"Recurrence Test Task 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-01T00:00:00.000Z\",\n        \"WorkDays\": 104,\n        \"EndDate\": \"2017-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.270Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.270Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 176021\n    },\n    {\n        \"Id\": 185913,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 109,\n        \"TaskName\": \"TestyTestington\",\n        \"StartDate\": \"2017-03-16T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.277Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.277Z\",\n        \"TaskResponsibleResouceId\": 41336,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 176490\n    },\n    {\n        \"Id\": 185914,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 110,\n        \"TaskName\": \"asdasasdasdasd\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-04-12T00:00:00.000Z\",\n        \"WorkDays\": 144,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.293Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.293Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177171\n    },\n    {\n        \"Id\": 185915,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 113,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-04-20T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.300Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.300Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177193\n    },\n    {\n        \"Id\": 185916,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 114,\n        \"TaskName\": \"asd\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-02T01:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": true,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.307Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.307Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177194\n    },\n    {\n        \"Id\": 185917,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.313Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.313Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177530\n    },\n    {\n        \"Id\": 185918,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 117,\n        \"TaskName\": \"Harambro's test ticket.\",\n        \"StartDate\": \"2017-05-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.320Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.320Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177703\n    },\n    {\n        \"Id\": 185919,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 118,\n        \"TaskName\": \"fsdfsd\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-05-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.330Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.330Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177965\n    },\n    {\n        \"Id\": 185920,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 119,\n        \"TaskName\": \"sdfsdf\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.340Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.340Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177967\n    },\n    {\n        \"Id\": 185921,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 120,\n        \"TaskName\": \"sdfsdfsdfsdf\",\n        \"ActivityId\": 218,\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-09T18:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-05-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 9,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.350Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.350Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177969\n    },\n    {\n        \"Id\": 185922,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 121,\n        \"TaskName\": \"sdfsdfsdfsdf\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-05-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.357Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.357Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177970\n    },\n    {\n        \"Id\": 185923,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 122,\n        \"TaskName\": \"sadsdfsdf\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-05-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.367Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.367Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177971\n    },\n    {\n        \"Id\": 185924,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 124,\n        \"TaskName\": \"aaa http://google.com/ and http://bing.com/ and http://google.com/translate/\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-05-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.377Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.377Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177973\n    },\n    {\n        \"Id\": 185925,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 125,\n        \"TaskName\": \"asdasd\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-06-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.383Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.383Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177974\n    },\n    {\n        \"Id\": 185926,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 127,\n        \"TaskName\": \"Loading overlay\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-05-15T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-15T22:03:33.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.390Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.390Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177976\n    },\n    {\n        \"Id\": 185927,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 128,\n        \"TaskName\": \"Time test\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.400Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.400Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180261\n    },\n    {\n        \"Id\": 185928,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 151,\n        \"TaskName\": \"Hej #money\",\n        \"StartDate\": \"2017-05-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.407Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.407Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180435\n    },\n    {\n        \"Id\": 185929,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 153,\n        \"TaskName\": \"load task mhk 2\",\n        \"StartDate\": \"2017-05-31T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.410Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.413Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180472\n    },\n    {\n        \"Id\": 185930,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 154,\n        \"TaskName\": \"Task load mhk 3\",\n        \"StartDate\": \"2017-06-16T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.420Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.420Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180473\n    },\n    {\n        \"Id\": 185931,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 155,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-06-16T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.427Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.430Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180479\n    },\n    {\n        \"Id\": 185932,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 156,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-06-26T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.437Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.437Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180480\n    },\n    {\n        \"Id\": 185933,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 157,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-06-30T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2017-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.443Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.447Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180481\n    },\n    {\n        \"Id\": 185934,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 157,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-07-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-07-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.450Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.453Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180482\n    },\n    {\n        \"Id\": 185935,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 158,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-07-17T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-07-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.460Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.460Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180483\n    },\n    {\n        \"Id\": 185936,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 158,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-07-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-07-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.467Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.470Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180484\n    },\n    {\n        \"Id\": 185937,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 159,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-07-31T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-08-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.473Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.477Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180485\n    },\n    {\n        \"Id\": 185938,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 159,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-08-09T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.480Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.483Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180486\n    },\n    {\n        \"Id\": 185939,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 160,\n        \"TaskName\": \"load test \",\n        \"StartDate\": \"2017-08-17T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-08-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.490Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.490Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180487\n    },\n    {\n        \"Id\": 185940,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 160,\n        \"TaskName\": \"load test 2\",\n        \"StartDate\": \"2017-08-24T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.497Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.500Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180488\n    },\n    {\n        \"Id\": 185941,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 163,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-08-31T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-09-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.503Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.507Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180515\n    },\n    {\n        \"Id\": 185942,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 164,\n        \"TaskName\": \"load test \",\n        \"StartDate\": \"2017-09-07T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-09-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.510Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.513Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180516\n    },\n    {\n        \"Id\": 185943,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 165,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-09-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.520Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.520Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180517\n    },\n    {\n        \"Id\": 185944,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 166,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-09-21T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.527Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.527Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180518\n    },\n    {\n        \"Id\": 185945,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 167,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-09-28T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-10-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.533Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.533Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180519\n    },\n    {\n        \"Id\": 185946,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 168,\n        \"TaskName\": \"load test \",\n        \"StartDate\": \"2017-10-06T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-10-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.540Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.540Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180520\n    },\n    {\n        \"Id\": 185947,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 169,\n        \"TaskName\": \"load test \",\n        \"StartDate\": \"2017-10-13T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-10-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.547Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.547Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180521\n    },\n    {\n        \"Id\": 185948,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 170,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-10-20T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.553Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.553Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180522\n    },\n    {\n        \"Id\": 185949,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 171,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-11-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.563Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.563Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180523\n    },\n    {\n        \"Id\": 185950,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 172,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-11-08T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.570Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.570Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180524\n    },\n    {\n        \"Id\": 185951,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 173,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-11-15T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-11-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.577Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.577Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180525\n    },\n    {\n        \"Id\": 185952,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 174,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-11-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.583Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.583Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180526\n    },\n    {\n        \"Id\": 185953,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 183,\n        \"TaskName\": \"load test \",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-11-30T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-12-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.600Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.600Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180683\n    },\n    {\n        \"Id\": 185954,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 184,\n        \"TaskName\": \"load test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-12-11T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-12-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.610Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.610Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180684\n    },\n    {\n        \"Id\": 185955,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 185,\n        \"TaskName\": \"load test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-12-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.623Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.623Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180685\n    },\n    {\n        \"Id\": 185956,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 186,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2017-12-27T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-01-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.630Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.630Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180686\n    },\n    {\n        \"Id\": 185957,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 187,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-01-04T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-01-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.640Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.640Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180687\n    },\n    {\n        \"Id\": 185958,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 188,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-01-11T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-01-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.647Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.647Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180688\n    },\n    {\n        \"Id\": 185959,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 189,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-01-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.653Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.653Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180689\n    },\n    {\n        \"Id\": 185960,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 190,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-01-26T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-02-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.660Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.660Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180690\n    },\n    {\n        \"Id\": 185961,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 191,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-02T00:00:00.000Z\",\n        \"WorkDays\": 76,\n        \"EndDate\": \"2018-06-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.670Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-16T12:21:04.530Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180691\n    },\n    {\n        \"Id\": 185962,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 192,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-09T00:00:00.000Z\",\n        \"WorkDays\": 31,\n        \"EndDate\": \"2018-03-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.677Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-02-05T07:16:09.863Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180692\n    },\n    {\n        \"Id\": 185963,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 193,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-16T00:00:00.000Z\",\n        \"WorkDays\": 21,\n        \"EndDate\": \"2018-03-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.683Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-02-05T07:19:37.420Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180693\n    },\n    {\n        \"Id\": 185964,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 194,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.690Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.690Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180694\n    },\n    {\n        \"Id\": 185965,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 195,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-12T00:00:00.000Z\",\n        \"WorkDays\": 19,\n        \"EndDate\": \"2018-03-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.700Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-02-05T07:34:36.197Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180695\n    },\n    {\n        \"Id\": 185966,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 196,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-12T00:00:00.000Z\",\n        \"WorkDays\": 30,\n        \"EndDate\": \"2018-03-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.707Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-02-05T07:19:58.933Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180696\n    },\n    {\n        \"Id\": 185967,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 197,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 19,\n        \"EndDate\": \"2018-03-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.713Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-02-05T07:33:30.930Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180697\n    },\n    {\n        \"Id\": 185968,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 198,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-12T00:00:00.000Z\",\n        \"WorkDays\": 34,\n        \"EndDate\": \"2018-04-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.720Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-02-05T07:31:35.607Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180698\n    },\n    {\n        \"Id\": 185969,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 199,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 29,\n        \"EndDate\": \"2018-04-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.730Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-02-05T07:20:17.833Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180699\n    },\n    {\n        \"Id\": 185970,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 200,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-12T00:00:00.000Z\",\n        \"WorkDays\": 44,\n        \"EndDate\": \"2018-04-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.737Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-02-05T07:32:15.327Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180700\n    },\n    {\n        \"Id\": 185971,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 201,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-12T00:00:00.000Z\",\n        \"WorkDays\": 49,\n        \"EndDate\": \"2018-04-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.743Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-02-05T07:31:42.037Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180701\n    },\n    {\n        \"Id\": 185972,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 202,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-12T00:00:00.000Z\",\n        \"WorkDays\": 54,\n        \"EndDate\": \"2018-05-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.750Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-02-05T07:32:11.647Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180702\n    },\n    {\n        \"Id\": 185973,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 203,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-12T00:00:00.000Z\",\n        \"WorkDays\": 59,\n        \"EndDate\": \"2018-05-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.760Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-02-05T07:13:35.743Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180703\n    },\n    {\n        \"Id\": 185974,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 204,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-05-16T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-05-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.767Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.767Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180704\n    },\n    {\n        \"Id\": 185975,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 205,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-05-24T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-05-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.773Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.773Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180705\n    },\n    {\n        \"Id\": 185976,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 206,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-06-01T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-06-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.783Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.783Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180706\n    },\n    {\n        \"Id\": 185977,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 207,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-06-11T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-06-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.790Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2017-08-09T15:29:32.790Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180707\n    },\n    {\n        \"Id\": 188268,\n        \"PlanId\": 41345,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2022-08-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2022-08-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-10T11:45:28.883Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-10T13:45:28.877Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 188293,\n        \"PlanId\": 41247,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"test1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2022-08-12T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2022-08-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-14T08:06:44.153Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-14T14:32:38.700Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188462,\n        \"PlanId\": 41379,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-02T00:00:00.000Z\",\n        \"WorkDays\": 711,\n        \"EndDate\": \"2020-01-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-17T07:45:57.607Z\",\n        \"CreateEmployeeId\": 72934,\n        \"UpdateEmployeeId\": 72934,\n        \"UpdateDate\": \"2017-08-29T11:53:01.563Z\",\n        \"TaskResponsibleResouceId\": 72934,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T188462 Test task\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188675,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task #1 \",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 698,\n        \"EndDate\": \"2020-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:10:12.500Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-08-23T09:10:12.507Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188696,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-23T00:00:00.000Z\",\n        \"WorkDays\": 697,\n        \"EndDate\": \"2020-02-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:47:58.233Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 16143,\n        \"UpdateDate\": \"2018-06-21T07:20:48.330Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-06-21T07:20:48.330Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188697,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"task #3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-23T00:00:00.000Z\",\n        \"WorkDays\": 698,\n        \"EndDate\": \"2020-03-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:48:14.893Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 16143,\n        \"UpdateDate\": \"2018-06-21T07:11:06.743Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-06-21T07:10:25.020Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188698,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"task #4\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 699,\n        \"EndDate\": \"2020-04-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:48:37.910Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2018-07-27T12:24:22.953Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188699,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"task #5\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 699,\n        \"EndDate\": \"2020-05-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:49:07.193Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 16143,\n        \"UpdateDate\": \"2018-06-21T07:09:11.987Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-06-21T06:28:09.610Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188700,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"task #6\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-29T00:00:00.000Z\",\n        \"WorkDays\": 699,\n        \"EndDate\": \"2020-06-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:49:43.913Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 16143,\n        \"UpdateDate\": \"2018-06-21T07:09:50.367Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-06-21T06:24:09.620Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188701,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"task #7\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-31T00:00:00.000Z\",\n        \"WorkDays\": 704,\n        \"EndDate\": \"2020-07-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:50:40.307Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-08-23T09:50:40.303Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188703,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"task #8\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-31T00:00:00.000Z\",\n        \"WorkDays\": 706,\n        \"EndDate\": \"2020-08-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:51:09.120Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2018-08-21T11:35:43.313Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188704,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"task #9\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-10-02T00:00:00.000Z\",\n        \"WorkDays\": 706,\n        \"EndDate\": \"2020-09-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:51:33.943Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2018-07-27T12:28:26.467Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188705,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"task #10\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 708,\n        \"EndDate\": \"2020-08-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 23,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:53:07.743Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-03-06T11:15:51.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 0\n    },\n    {\n        \"Id\": 188706,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"task #11\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 708,\n        \"EndDate\": \"2020-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:54:15.780Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 80852,\n        \"UpdateDate\": \"2020-10-08T08:45:31.090Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 330\n    },\n    {\n        \"Id\": 188708,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"task #12\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-01-04T00:00:00.000Z\",\n        \"WorkDays\": 709,\n        \"EndDate\": \"2020-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:55:13.983Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 80852,\n        \"UpdateDate\": \"2020-10-08T08:45:26.783Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 330\n    },\n    {\n        \"Id\": 188710,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"task #13\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-21T00:00:00.000Z\",\n        \"WorkDays\": 720,\n        \"EndDate\": \"2021-03-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:56:17.147Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 80852,\n        \"UpdateDate\": \"2020-10-08T08:45:28.000Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 330\n    },\n    {\n        \"Id\": 188711,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"task #14\",\n        \"ActivityId\": 210,\n        \"StartDate\": \"2018-02-19T00:00:00.000Z\",\n        \"WorkDays\": 719,\n        \"EndDate\": \"2021-03-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:57:14.800Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 80852,\n        \"UpdateDate\": \"2020-10-08T08:45:29.393Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"ScrumSprintId\": 330\n    },\n    {\n        \"Id\": 188712,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 16,\n        \"TaskName\": \"task #15\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 736,\n        \"EndDate\": \"2021-04-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:57:52.543Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-02-05T07:32:31.503Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188714,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"task #16\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-23T00:00:00.000Z\",\n        \"WorkDays\": 697,\n        \"EndDate\": \"2020-02-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T08:00:01.767Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-02-13T14:10:07.097Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188715,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"task #17\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-23T00:00:00.000Z\",\n        \"WorkDays\": 698,\n        \"EndDate\": \"2020-03-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T08:00:39.793Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-08-23T10:00:39.797Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188716,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"task #18\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 699,\n        \"EndDate\": \"2020-04-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T08:01:27.853Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-08-23T10:01:27.850Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188717,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"task #19\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-05-29T00:00:00.000Z\",\n        \"WorkDays\": 699,\n        \"EndDate\": \"2020-05-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T08:02:19.083Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-08-23T10:02:19.083Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T188717 020 task #19\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188718,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"task #20\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-29T00:00:00.000Z\",\n        \"WorkDays\": 699,\n        \"EndDate\": \"2020-06-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T08:03:16.470Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-08-23T10:03:16.467Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188719,\n        \"PlanId\": 37503,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"new guy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-23T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-09-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T08:25:08.560Z\",\n        \"CreateEmployeeId\": 1185,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2018-11-06T08:56:08.760Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188722,\n        \"PlanId\": 41444,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-01-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T10:35:31.410Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-10T12:23:26.530Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 188741,\n        \"PlanId\": 41453,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-10-23T00:00:00.000Z\",\n        \"WorkDays\": 70,\n        \"EndDate\": \"2018-02-09T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-24T03:08:50.983Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-09T13:39:59.750Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-09T13:39:59.750Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188744,\n        \"PlanId\": 41300,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"adawaawda\",\n        \"StartDate\": \"2017-08-24T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-08-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-24T07:16:11.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-24T09:16:11.300Z\",\n        \"TaskResponsibleResouceId\": 78322,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-08-24T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 78322,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 188857,\n        \"PlanId\": 41298,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-09-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-28T14:29:17.453Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 34952,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-11-06T12:15:54.880Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188883,\n        \"PlanId\": 41478,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T08:28:39.583Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-08-29T13:48:29.550Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188892,\n        \"PlanId\": 41479,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-31T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T08:44:56.290Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-08-29T10:44:56.287Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188898,\n        \"PlanId\": 41483,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:03:01.377Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T11:03:01.377Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188900,\n        \"PlanId\": 41484,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:04:06.393Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T11:04:06.393Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188902,\n        \"PlanId\": 41485,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:06:27.170Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T11:06:27.170Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188910,\n        \"PlanId\": 41489,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2017-09-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:21:11.703Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-08-29T09:29:53.300Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188912,\n        \"PlanId\": 41490,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:35:35.410Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-08-29T11:35:35.400Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188914,\n        \"PlanId\": 41490,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:36:08.107Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-08-29T11:36:08.097Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188916,\n        \"PlanId\": 41491,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:15:12.937Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:15:12.950Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188918,\n        \"PlanId\": 41492,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:27:18.267Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:27:18.263Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188920,\n        \"PlanId\": 41493,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:33:29.003Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:33:29.010Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188922,\n        \"PlanId\": 41494,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:45:01.400Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:45:01.390Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188924,\n        \"PlanId\": 41495,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:49:30.343Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:49:30.340Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188926,\n        \"PlanId\": 41496,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:54:34.920Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:54:34.927Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188966,\n        \"PlanId\": 41235,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"{wb} job #4503\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"StartTime\": \"2017-08-30T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"EndTime\": \"2017-08-30T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T12:32:12.700Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:32:44.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-11-03T15:32:44.660Z\",\n        \"FromExternal\": true,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 188987,\n        \"PlanId\": 38937,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"{wb} job #14850 no. 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-31T00:00:00.000Z\",\n        \"StartTime\": \"2017-08-31T12:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-31T00:00:00.000Z\",\n        \"EndTime\": \"2017-08-31T13:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T12:44:50.807Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-29T12:44:50.967Z\",\n        \"TaskResponsibleResouceId\": 19861,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-09-03T05:01:00.517Z\",\n        \"FromExternal\": true,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 188988,\n        \"PlanId\": 41235,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"{wb} no. 3 job #4503\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-01T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-01T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-01T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-01T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T12:48:19.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:34:00.307Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-11-03T15:34:00.307Z\",\n        \"FromExternal\": true,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 189009,\n        \"PlanId\": 41497,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T13:20:02.990Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-29T15:20:02.990Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189031,\n        \"PlanId\": 41437,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Vandballon eksperiment\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-03-05T00:00:00.000Z\",\n        \"WorkDays\": 26,\n        \"EndDate\": \"2018-04-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-30T08:31:30.707Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-09-12T14:11:49.313Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-09-12T15:02:03.240Z\",\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 19543,\n        \"TaskFolderName\": \"T189031 003 Vandballon eksperiment\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 189050,\n        \"PlanId\": 41508,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-01T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-31T08:55:02.180Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-31T10:55:02.190Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189053,\n        \"PlanId\": 41510,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-31T09:08:42.600Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2018-04-18T12:16:34.860Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189055,\n        \"PlanId\": 41511,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-31T09:17:01.503Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-08-31T11:17:01.503Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189079,\n        \"PlanId\": 41512,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-01T06:49:34.163Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-09-01T08:49:34.163Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189175,\n        \"PlanId\": 41514,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-04T11:20:18.060Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2020-03-04T04:51:40.010Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189177,\n        \"PlanId\": 41515,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-05T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-04T12:30:30.403Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-09-04T14:30:30.403Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189179,\n        \"PlanId\": 41516,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-05T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-04T12:32:25.500Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-09-04T14:32:25.510Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189184,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-04T13:43:23.263Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2019-10-18T10:12:32.417Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-10-18T10:12:32.400Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"TaskProgressId\": 196\n    },\n    {\n        \"Id\": 189185,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-04T13:43:52.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2019-05-07T13:25:24.363Z\",\n        \"TaskResponsibleResouceId\": 78251,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"TaskProgressId\": 187\n    },\n    {\n        \"Id\": 189225,\n        \"PlanId\": 41520,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-06T10:49:29.577Z\",\n        \"CreateEmployeeId\": 72507,\n        \"UpdateEmployeeId\": 72507,\n        \"UpdateDate\": \"2017-09-06T12:49:29.573Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189240,\n        \"PlanId\": 41524,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-07T09:59:59.957Z\",\n        \"CreateEmployeeId\": 7217,\n        \"UpdateEmployeeId\": 7217,\n        \"UpdateDate\": \"2017-09-07T11:59:59.940Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189247,\n        \"PlanId\": 41525,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-07T10:39:50.370Z\",\n        \"CreateEmployeeId\": 72507,\n        \"UpdateEmployeeId\": 72507,\n        \"UpdateDate\": \"2017-09-08T07:50:47.390Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189268,\n        \"PlanId\": 39028,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"CT Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-07T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-07T12:00:32.543Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-07T14:00:32.537Z\",\n        \"TaskResponsibleResouceId\": 36697,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 189281,\n        \"PlanId\": 39028,\n        \"PhaseNumber\": 9,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"CT Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-07T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-07T12:00:58.347Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-07T14:00:58.343Z\",\n        \"TaskResponsibleResouceId\": 36697,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 189297,\n        \"PlanId\": 41526,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-08T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-07T12:17:02.290Z\",\n        \"CreateEmployeeId\": 18620,\n        \"UpdateEmployeeId\": 18620,\n        \"UpdateDate\": \"2017-09-07T14:17:02.293Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189303,\n        \"PlanId\": 41528,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-08T04:54:02.500Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-09-08T06:54:02.493Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189306,\n        \"PlanId\": 41529,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-08T08:43:06.733Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-09-08T10:43:06.737Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189308,\n        \"PlanId\": 41530,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-08T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-08T10:58:02.810Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-16T14:44:40.907Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 189309,\n        \"PlanId\": 41530,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-08T10:58:02.810Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-08T12:58:02.800Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189319,\n        \"PlanId\": 41534,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2 / I am an antlover / I am an antlover\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-08T12:15:20.190Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-12-05T13:26:11.977Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T189319 002 Test 2 _ I am an antlover\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189323,\n        \"PlanId\": 41535,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-12T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-11T07:18:48.923Z\",\n        \"CreateEmployeeId\": 18620,\n        \"UpdateEmployeeId\": 18620,\n        \"UpdateDate\": \"2017-09-11T09:18:48.930Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189360,\n        \"PlanId\": 41537,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-13T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-12T16:54:24.830Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-09-12T18:54:24.820Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189386,\n        \"PlanId\": 41540,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 1\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-01T00:00:00.000Z\",\n        \"WorkDays\": 248,\n        \"EndDate\": \"2018-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T11:15:19.487Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 79902,\n        \"UpdateDate\": \"2020-05-22T10:52:39.287Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189387,\n        \"PlanId\": 41541,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-13T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T11:16:58.640Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T13:16:58.650Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 189388,\n        \"PlanId\": 41541,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T11:16:58.640Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T13:16:58.650Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189400,\n        \"PlanId\": 41544,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T12:49:12.787Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T14:49:12.797Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-08-07T12:11:37.090Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189402,\n        \"PlanId\": 41545,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:07:04.173Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:07:04.170Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189404,\n        \"PlanId\": 41546,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:12:51.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:12:51.503Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189406,\n        \"PlanId\": 41547,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:18:14.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:18:14.150Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189408,\n        \"PlanId\": 41548,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:22:20.930Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:22:20.930Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189410,\n        \"PlanId\": 41549,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:26:11.053Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:26:11.053Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189412,\n        \"PlanId\": 41550,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:29:19.790Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:29:19.790Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189414,\n        \"PlanId\": 41551,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:32:23.940Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:32:23.940Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189416,\n        \"PlanId\": 41552,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:54:52.507Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:54:52.517Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189418,\n        \"PlanId\": 41553,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:58:08.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:58:08.973Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189420,\n        \"PlanId\": 41554,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:01:48.310Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:01:48.310Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189422,\n        \"PlanId\": 41555,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:05:38.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:05:38.270Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189424,\n        \"PlanId\": 41556,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:18:21.560Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:18:21.570Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189426,\n        \"PlanId\": 41557,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:21:09.207Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:21:09.203Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189428,\n        \"PlanId\": 41558,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:24:31.987Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:24:31.983Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189432,\n        \"PlanId\": 41559,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:27:16.597Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:27:16.593Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189434,\n        \"PlanId\": 41560,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:31:16.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:31:16.767Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189436,\n        \"PlanId\": 41561,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:33:58.703Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:33:58.710Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189438,\n        \"PlanId\": 41562,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:36:57.947Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:36:57.940Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189440,\n        \"PlanId\": 41563,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:39:27.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:39:27.140Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189442,\n        \"PlanId\": 41564,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:49:48.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:49:48.763Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189444,\n        \"PlanId\": 41565,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:52:28.820Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:52:28.823Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189446,\n        \"PlanId\": 41566,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:56:46.097Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:56:46.107Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189448,\n        \"PlanId\": 41567,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T15:02:19.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T17:02:19.973Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189450,\n        \"PlanId\": 41568,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T15:05:32.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T17:05:32.147Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189452,\n        \"PlanId\": 41569,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T15:07:52.643Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T17:07:52.643Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189487,\n        \"PlanId\": 41572,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-19T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-18T07:48:42.957Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-09-18T09:48:42.960Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189497,\n        \"PlanId\": 41214,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Spiderman marton\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-18T00:00:00.000Z\",\n        \"WorkDays\": 300,\n        \"EndDate\": \"2018-12-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-18T07:58:26.130Z\",\n        \"CreateEmployeeId\": 15517,\n        \"TaskResponsibleResouceId\": 15517,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 189528,\n        \"PlanId\": 41580,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T08:14:38.410Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-19T10:14:38.417Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 189529,\n        \"PlanId\": 41580,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T08:14:38.410Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-19T10:14:38.417Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189530,\n        \"PlanId\": 41581,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T08:16:48.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-19T10:16:48.753Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 189531,\n        \"PlanId\": 41581,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T08:16:48.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-19T10:16:48.753Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189532,\n        \"PlanId\": 41582,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T08:18:24.253Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-19T10:18:24.253Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 189537,\n        \"PlanId\": 41584,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T11:44:43.427Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-09-19T13:44:43.423Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189539,\n        \"PlanId\": 41354,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"No Company - Yes Client\",\n        \"StartDate\": \"2007-09-03T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2007-09-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T11:56:24.637Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-10-31T10:26:58.527Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-09-19T09:56:24.637Z\",\n        \"TicketAuthorResourceId\": 35166,\n        \"TicketStatusId\": 234,\n        \"TicketCategoryId\": 3,\n        \"TicketTeamId\": 92,\n        \"AssignedResourceId\": 35166,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"TaskProgressId\": 179\n    },\n    {\n        \"Id\": 189540,\n        \"PlanId\": 40611,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Yes Company - Yes Client\",\n        \"StartDate\": \"2007-09-03T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2007-09-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T12:28:09.633Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2018-04-30T08:34:34.607Z\",\n        \"TaskResponsibleResouceId\": 34952,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-04-30T08:34:34.590Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-09-19T10:28:09.633Z\",\n        \"TicketAuthorResourceId\": 35166,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 74,\n        \"AssignedResourceId\": 35166,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"TaskProgressId\": 179\n    },\n    {\n        \"Id\": 189541,\n        \"PlanId\": 39983,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Yes Company - No Client\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2007-09-03T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2007-09-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T12:29:25.840Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-10-31T10:31:22.213Z\",\n        \"TaskResponsibleResouceId\": 34952,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-09-19T10:29:25.840Z\",\n        \"TicketAuthorResourceId\": 35166,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35166,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"TaskProgressId\": 179\n    },\n    {\n        \"Id\": 189549,\n        \"PlanId\": 41586,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-09-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-20T08:43:20.613Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:11.027Z\",\n        \"TaskResponsibleResouceId\": 19522,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:11.027Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 189554,\n        \"PlanId\": 41588,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-21T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-20T13:29:29.960Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 18929,\n        \"UpdateDate\": \"2017-09-20T15:29:29.960Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189562,\n        \"PlanId\": 41591,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:24:16.103Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-21T10:24:16.110Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189564,\n        \"PlanId\": 41592,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:24:30.877Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-09-21T10:24:30.870Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-06T14:50:29.670Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189566,\n        \"PlanId\": 41593,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:24:59.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-21T10:24:59.057Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189568,\n        \"PlanId\": 41594,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:26:57.067Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-09-21T10:26:57.063Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-06T14:50:39.020Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189570,\n        \"PlanId\": 41599,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:31:44.600Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-21T10:31:44.593Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189572,\n        \"PlanId\": 41602,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:34:46.973Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-09-21T10:34:46.967Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189576,\n        \"PlanId\": 41354,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Close test No company yes client\",\n        \"StartDate\": \"2022-08-12T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2022-08-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T13:35:52.537Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-21T13:36:24.173Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 189577,\n        \"PlanId\": 40611,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Close test Yes company yes client\",\n        \"StartDate\": \"2017-09-23T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-10-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T13:37:58.507Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-21T13:40:17.317Z\",\n        \"TaskResponsibleResouceId\": 34952,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 189943,\n        \"PlanId\": 38937,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Meeting (1030 = 0)\",\n        \"StartDate\": \"2017-09-25T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-25T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-25T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-25T09:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-22T08:00:46.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-22T08:00:46.353Z\",\n        \"TaskResponsibleResouceId\": 19861,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-09-28T00:21:53.987Z\",\n        \"FromExternal\": true,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 189944,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-22T08:00:46.710Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:35:01.833Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-11-03T15:35:01.833Z\",\n        \"FromExternal\": true,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 189945,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-22T08:00:50.783Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:35:03.050Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-11-03T15:35:03.050Z\",\n        \"FromExternal\": true,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 189950,\n        \"PlanId\": 38937,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0)\",\n        \"StartDate\": \"2017-09-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-28T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-28T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-22T08:03:40.083Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-22T08:03:40.207Z\",\n        \"TaskResponsibleResouceId\": 19861,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-10-01T00:29:07.217Z\",\n        \"FromExternal\": true,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 189955,\n        \"PlanId\": 41603,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"New task\",\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 298,\n        \"EndDate\": \"2019-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-22T09:06:06.820Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 23138,\n        \"UpdateDate\": \"2018-03-05T09:19:49.360Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-03-05T09:19:46.263Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190075,\n        \"PlanId\": 41616,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-09-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-09-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-27T07:19:56.720Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2018-01-08T09:13:10.270Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 190076,\n        \"PlanId\": 41616,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-09-10T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-09-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-27T07:19:56.720Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2018-01-08T09:13:10.193Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190077,\n        \"PlanId\": 36873,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"HeyHej\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-10-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 39,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-27T08:33:30.537Z\",\n        \"CreateEmployeeId\": 22061,\n        \"TaskResponsibleResouceId\": 35044,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190160,\n        \"PlanId\": 41622,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-28T10:55:17.480Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-10-12T13:22:29.520Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190196,\n        \"PlanId\": 41623,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-05T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-03T11:51:42.027Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-03T13:51:42.033Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-06T14:50:48.273Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190207,\n        \"PlanId\": 41624,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-05T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-04T08:37:24.907Z\",\n        \"CreateEmployeeId\": 1185,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2017-10-04T10:37:24.913Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190210,\n        \"PlanId\": 24181,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"asd\",\n        \"StartDate\": \"2017-10-04T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2017-10-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-04T12:33:17.787Z\",\n        \"CreateEmployeeId\": 20232,\n        \"TaskResponsibleResouceId\": 593,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190216,\n        \"PlanId\": 41625,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-05T04:50:50.900Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-05T06:50:50.907Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190222,\n        \"PlanId\": 41626,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-05T07:37:50.633Z\",\n        \"CreateEmployeeId\": 21491,\n        \"UpdateEmployeeId\": 21491,\n        \"UpdateDate\": \"2017-10-05T09:37:50.640Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190224,\n        \"PlanId\": 41627,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-05T07:41:14.813Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-05T09:41:14.813Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190230,\n        \"PlanId\": 39418,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"This is a testing ticket for briefing problems.\",\n        \"StartDate\": \"2017-10-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-10-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-05T10:53:30.067Z\",\n        \"CreateEmployeeId\": 16143,\n        \"UpdateEmployeeId\": 16143,\n        \"UpdateDate\": \"2017-10-05T12:53:30.080Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-10-05T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 16143,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190232,\n        \"PlanId\": 39418,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Ticket problems??? \",\n        \"StartDate\": \"2017-10-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-10-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-05T11:00:27.983Z\",\n        \"CreateEmployeeId\": 16143,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-23T11:15:55.970Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-05-23T11:15:55.957Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-10-05T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 16143,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190235,\n        \"PlanId\": 41628,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-05T11:09:37.683Z\",\n        \"CreateEmployeeId\": 19543,\n        \"UpdateEmployeeId\": 19543,\n        \"UpdateDate\": \"2017-10-05T13:09:37.673Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190263,\n        \"PlanId\": 40325,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Adadada\",\n        \"StartDate\": \"2017-10-06T00:00:00.000Z\",\n        \"WorkDays\": 37,\n        \"EndDate\": \"2017-12-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-06T12:38:34.470Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-10-16T11:23:03.080Z\",\n        \"TaskResponsibleResouceId\": 75382,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-10-16T11:23:03.080Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-10-06T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 72751,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 36971,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190285,\n        \"PlanId\": 41635,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-10T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-09T09:08:44.993Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-09T11:08:45.007Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190287,\n        \"PlanId\": 41636,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-10T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-09T10:03:57.340Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-09T12:03:57.350Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190311,\n        \"PlanId\": 41641,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-10T13:12:29.043Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-10T15:12:29.043Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190337,\n        \"PlanId\": 41651,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-13T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-12T05:10:27.663Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-12T07:10:27.660Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190360,\n        \"PlanId\": 41653,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-10-12T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-10-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-12T13:52:11.360Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-12T15:52:11.363Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 190361,\n        \"PlanId\": 41653,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-13T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-12T13:52:11.360Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-12T15:52:11.363Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190371,\n        \"PlanId\": 41658,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-13T12:02:09.717Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-13T14:02:09.717Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190373,\n        \"PlanId\": 41659,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2018-01-15T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-01-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-13T12:05:45.367Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22050,\n        \"UpdateDate\": \"2017-12-19T08:38:31.060Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190376,\n        \"PlanId\": 41660,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-13T13:50:13.233Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-13T15:50:13.240Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190389,\n        \"PlanId\": 41662,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-10-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-10-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T10:28:35.917Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T12:28:35.917Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 190390,\n        \"PlanId\": 41662,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T10:28:35.917Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T12:28:35.917Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190392,\n        \"PlanId\": 41663,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:32:39.427Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T13:32:39.417Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190394,\n        \"PlanId\": 41664,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:33:25.947Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T13:33:25.943Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190396,\n        \"PlanId\": 41665,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:34:20.390Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T13:34:20.387Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190398,\n        \"PlanId\": 41666,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:35:44.647Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T13:35:44.633Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190400,\n        \"PlanId\": 41667,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:41:07.300Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-17T13:41:07.303Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190402,\n        \"PlanId\": 41668,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:43:41.940Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T13:43:41.933Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190413,\n        \"PlanId\": 62966,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-18T11:24:37.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-18T11:24:41.143Z\",\n        \"TaskResponsibleResouceId\": 19522,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190419,\n        \"PlanId\": 62974,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-19T08:02:25.290Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-19T10:02:25.300Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190421,\n        \"PlanId\": 62975,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-19T10:44:23.793Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-19T12:44:23.797Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190423,\n        \"PlanId\": 62976,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-19T10:46:32.697Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-19T12:46:32.707Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190426,\n        \"PlanId\": 62977,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-19T13:56:59.080Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-19T15:56:59.083Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190429,\n        \"PlanId\": 39435,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-10-20T00:00:00.000Z\",\n        \"WorkDays\": 131,\n        \"EndDate\": \"2018-05-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-20T06:50:03.183Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-16T11:48:41.897Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190430,\n        \"PlanId\": 62979,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-10-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-10-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-20T06:51:21.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-20T08:51:21.537Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 190431,\n        \"PlanId\": 62979,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-20T06:51:21.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-20T08:51:21.537Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190461,\n        \"PlanId\": 62984,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-20T11:14:28.873Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-10-20T13:14:28.883Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190464,\n        \"PlanId\": 62985,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-10-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-23T14:01:36.563Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-23T16:01:36.577Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 190465,\n        \"PlanId\": 62985,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-23T14:01:36.563Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-23T16:01:36.577Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190467,\n        \"PlanId\": 62986,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-23T14:14:10.190Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-23T16:14:10.180Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190469,\n        \"PlanId\": 37476,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"chickenboy\",\n        \"StartDate\": \"2017-10-25T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-24T06:39:35.617Z\",\n        \"CreateEmployeeId\": 35166,\n        \"TaskResponsibleResouceId\": 73182,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T190469 031 chickenboy\",\n        \"Billable\": false\n    },\n    {\n        \"Id\": 190493,\n        \"PlanId\": 62988,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-24T10:36:58.453Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-10-24T12:36:58.453Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190531,\n        \"PlanId\": 62992,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-27T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-25T14:06:18.000Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-25T16:06:17.997Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190562,\n        \"PlanId\": 62993,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-10-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-26T07:12:14.337Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-26T09:12:14.327Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 190563,\n        \"PlanId\": 62993,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-26T07:12:14.337Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-26T09:12:14.327Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190565,\n        \"PlanId\": 62994,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-26T07:21:12.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-26T09:21:12.553Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190567,\n        \"PlanId\": 62995,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-26T07:23:37.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-26T09:23:37.073Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190577,\n        \"PlanId\": 63001,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-26T12:29:44.797Z\",\n        \"CreateEmployeeId\": 37226,\n        \"UpdateEmployeeId\": 37226,\n        \"UpdateDate\": \"2017-10-26T14:29:44.800Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190586,\n        \"PlanId\": 63003,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-27T09:02:54.713Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-27T10:24:55.530Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-10-27T10:24:55.530Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190594,\n        \"PlanId\": 63005,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-27T12:58:17.060Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-27T14:58:17.060Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190597,\n        \"PlanId\": 63007,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-30T10:07:56.760Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-10-30T11:07:56.757Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190599,\n        \"PlanId\": 63008,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-30T10:09:18.053Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-10-30T11:09:18.060Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190606,\n        \"PlanId\": 63012,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-03T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-31T11:13:22.360Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-31T12:13:22.357Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190608,\n        \"PlanId\": 63013,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-03T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-31T11:22:46.377Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-31T12:22:46.387Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190620,\n        \"PlanId\": 63016,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-03T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-31T15:49:11.150Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-31T16:49:11.143Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190622,\n        \"PlanId\": 63017,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-03T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-31T15:50:17.793Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-31T16:50:17.790Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-06T14:52:42.510Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 191075,\n        \"PlanId\": 38720,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2016-06-20T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-06-27T00:00:00.000Z\",\n        \"EndTime\": \"2016-06-27T15:38:10.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:09:31.643Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:09:31.640Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 128077\n    },\n    {\n        \"Id\": 191076,\n        \"PlanId\": 38720,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-08T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2016-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:09:31.657Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:09:31.657Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129370\n    },\n    {\n        \"Id\": 191077,\n        \"PlanId\": 38720,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-09-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:09:31.670Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:09:31.670Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129376\n    },\n    {\n        \"Id\": 191114,\n        \"PlanId\": 38720,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"HELLO\",\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:09:32.100Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:09:32.097Z\",\n        \"TaskResponsibleResouceId\": 34855,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175106\n    },\n    {\n        \"Id\": 191292,\n        \"PlanId\": 38311,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2016-06-20T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-06-27T00:00:00.000Z\",\n        \"EndTime\": \"2016-06-27T15:38:10.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:10:51.297Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:10:51.297Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 128077\n    },\n    {\n        \"Id\": 191293,\n        \"PlanId\": 38311,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-08T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2016-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:10:51.313Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:10:51.317Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129370\n    },\n    {\n        \"Id\": 191294,\n        \"PlanId\": 38311,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-09-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:10:51.327Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:10:51.330Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129376\n    },\n    {\n        \"Id\": 191331,\n        \"PlanId\": 38311,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"HELLO\",\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:10:51.767Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:10:51.767Z\",\n        \"TaskResponsibleResouceId\": 34855,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175106\n    },\n    {\n        \"Id\": 191390,\n        \"PlanId\": 38311,\n        \"PhaseNumber\": 9,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Chief Director EN\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-01T00:00:00.000Z\",\n        \"WorkDays\": 25,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:11:02.150Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-01T10:48:32.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 75083,\n        \"TaskProgressId\": 206\n    },\n    {\n        \"Id\": 191509,\n        \"PlanId\": 39929,\n        \"PhaseNumber\": 24,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2016-06-20T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2016-06-27T00:00:00.000Z\",\n        \"EndTime\": \"2016-06-27T15:38:10.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:17:14.787Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:17:14.787Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 128077\n    },\n    {\n        \"Id\": 191510,\n        \"PlanId\": 39929,\n        \"PhaseNumber\": 24,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-08T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2016-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:17:14.800Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:17:14.800Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129370\n    },\n    {\n        \"Id\": 191511,\n        \"PlanId\": 39929,\n        \"PhaseNumber\": 24,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-09-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:17:14.810Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:17:14.813Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129376\n    },\n    {\n        \"Id\": 191548,\n        \"PlanId\": 39929,\n        \"PhaseNumber\": 24,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"HELLO\",\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:17:15.263Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:17:15.263Z\",\n        \"TaskResponsibleResouceId\": 34855,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175106\n    },\n    {\n        \"Id\": 191751,\n        \"PlanId\": 63018,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-03T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T14:46:19.580Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-01T15:46:19.590Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-06T14:53:09.393Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192534,\n        \"PlanId\": 63026,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-03T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-02T12:15:33.870Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-02T13:15:33.867Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192543,\n        \"PlanId\": 63027,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-03T11:50:46.263Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-03T12:50:46.253Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192545,\n        \"PlanId\": 63028,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-03T11:54:03.543Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-03T12:54:03.550Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192570,\n        \"PlanId\": 63029,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T08:10:25.363Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T09:10:25.367Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192572,\n        \"PlanId\": 63030,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T08:17:30.247Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T09:17:30.240Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192580,\n        \"PlanId\": 63031,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T08:59:05.067Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T09:59:05.070Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192582,\n        \"PlanId\": 63032,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T09:02:30.777Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T10:02:30.777Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192586,\n        \"PlanId\": 63033,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T12:04:20.667Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T13:04:20.660Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192590,\n        \"PlanId\": 63034,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T12:11:47.063Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T13:11:47.070Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192606,\n        \"PlanId\": 63037,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-28T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-01-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T07:42:04.333Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-03-12T13:51:15.153Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192623,\n        \"PlanId\": 63039,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T13:01:22.293Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-08T14:01:22.293Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192627,\n        \"PlanId\": 63043,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-09T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T14:17:34.740Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-08T15:17:34.727Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192629,\n        \"PlanId\": 63044,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-09T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T14:20:01.440Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-08T15:20:01.450Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192631,\n        \"PlanId\": 63045,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-09T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T14:48:24.317Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-08T15:48:24.323Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192633,\n        \"PlanId\": 63046,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-09T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T14:49:16.870Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-08T15:49:16.877Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192704,\n        \"PlanId\": 63049,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-11-10T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-10T11:31:59.540Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-10T12:31:59.540Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 192705,\n        \"PlanId\": 63049,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-13T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-10T11:31:59.540Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-10T12:31:59.540Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192708,\n        \"PlanId\": 4148,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Test copy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-19T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-10T11:59:33.190Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-10T12:59:33.183Z\",\n        \"TemporaryId\": 137277,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 192716,\n        \"PlanId\": 4148,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Test copy copy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-19T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-10T12:16:27.483Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-10T13:16:27.483Z\",\n        \"TemporaryId\": 192708,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 192827,\n        \"PlanId\": 41437,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2019-12-02T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-12-10T00:00:00.000Z\",\n        \"EndTime\": \"2019-12-10T15:38:10.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-13T08:53:39.033Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-13T09:53:39.037Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 128077\n    },\n    {\n        \"Id\": 192828,\n        \"PlanId\": 41437,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-01-20T00:00:00.000Z\",\n        \"WorkDays\": 20,\n        \"EndDate\": \"2020-02-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-13T08:53:39.050Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-13T09:53:39.050Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129370\n    },\n    {\n        \"Id\": 192829,\n        \"PlanId\": 41437,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-02-06T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2020-02-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-13T08:53:39.063Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-13T09:53:39.063Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129376\n    },\n    {\n        \"Id\": 192866,\n        \"PlanId\": 41437,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"HELLO\",\n        \"StartDate\": \"2020-06-29T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-06-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-13T08:53:39.507Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-13T09:53:39.507Z\",\n        \"TaskResponsibleResouceId\": 34855,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175106\n    },\n    {\n        \"Id\": 192964,\n        \"PlanId\": 63052,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-13T09:03:33.963Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-13T10:03:33.960Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 190160\n    },\n    {\n        \"Id\": 192975,\n        \"PlanId\": 63053,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-13T10:06:21.800Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-13T11:06:21.800Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193100,\n        \"PlanId\": 40951,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Ticket or not\",\n        \"StartDate\": \"2017-11-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-14T12:12:14.353Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 193104,\n        \"PlanId\": 63059,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-14T12:44:23.680Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-14T13:44:23.690Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 190160\n    },\n    {\n        \"Id\": 193107,\n        \"PlanId\": 63059,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-05T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-14T12:45:20.497Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-14T13:45:20.487Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 190160\n    },\n    {\n        \"Id\": 193112,\n        \"PlanId\": 63059,\n        \"PhaseNumber\": 9,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-28T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-08-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-14T13:00:55.187Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-14T14:00:55.180Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 190160\n    },\n    {\n        \"Id\": 193121,\n        \"PlanId\": 63039,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-31T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-15T07:36:10.363Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-15T08:36:10.370Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 190160\n    },\n    {\n        \"Id\": 193128,\n        \"PlanId\": 63061,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-15T13:52:55.840Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-15T14:52:55.853Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193130,\n        \"PlanId\": 63062,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-15T14:43:37.030Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-15T15:43:37.037Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-06T14:54:41.317Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193132,\n        \"PlanId\": 63063,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-15T14:45:03.203Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-15T15:45:03.210Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193155,\n        \"PlanId\": 63064,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T09:46:25.640Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-16T10:46:25.637Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193255,\n        \"PlanId\": 63067,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T11:09:57.007Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-16T12:09:57.013Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193388,\n        \"PlanId\": 63068,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T13:16:10.103Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-11-16T14:16:10.107Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193390,\n        \"PlanId\": 63069,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T14:02:48.353Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-11-16T15:02:48.357Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193392,\n        \"PlanId\": 63070,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"TaskNote\": \"kjjjkkkkkkkkkkkkkkkkkkkkk\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T14:04:10.020Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2018-07-09T07:49:08.243Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193394,\n        \"PlanId\": 63071,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T14:19:20.047Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-11-16T15:19:20.057Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193415,\n        \"PlanId\": 63072,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-21T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-20T14:22:46.320Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 18929,\n        \"UpdateDate\": \"2017-11-20T15:22:46.327Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193417,\n        \"PlanId\": 63073,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-21T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-20T14:37:22.110Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 18929,\n        \"UpdateDate\": \"2017-11-20T15:37:22.110Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193421,\n        \"PlanId\": 63077,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-21T08:22:51.623Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-21T09:22:51.620Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193426,\n        \"PlanId\": 63079,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-21T15:10:12.663Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-11-21T16:10:12.660Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193428,\n        \"PlanId\": 63080,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-21T15:29:20.137Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-21T16:29:20.127Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193430,\n        \"PlanId\": 63081,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-21T15:36:52.223Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-21T16:36:52.237Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193464,\n        \"PlanId\": 63083,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T08:29:48.460Z\",\n        \"CreateEmployeeId\": 16143,\n        \"UpdateEmployeeId\": 16143,\n        \"UpdateDate\": \"2017-11-23T09:29:48.470Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193466,\n        \"PlanId\": 63084,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T08:32:22.530Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T09:32:22.530Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193468,\n        \"PlanId\": 63085,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T08:39:51.030Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T09:39:51.030Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193473,\n        \"PlanId\": 63086,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T08:58:17.507Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T09:58:17.503Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193475,\n        \"PlanId\": 63087,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T08:59:59.407Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T09:59:59.403Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193477,\n        \"PlanId\": 63088,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T09:03:58.273Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T10:03:58.270Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193479,\n        \"PlanId\": 63089,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T09:05:38.427Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T10:05:38.417Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193552,\n        \"PlanId\": 63092,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T10:29:20.610Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-11-23T11:29:20.613Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193554,\n        \"PlanId\": 63093,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T10:33:28.297Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-11-23T11:33:28.290Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193556,\n        \"PlanId\": 63094,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2 / Activity 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T10:38:29.343Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-11-30T08:29:41.197Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193558,\n        \"PlanId\": 63095,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T10:40:01.930Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-11-23T11:40:01.923Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193562,\n        \"PlanId\": 63096,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T11:56:05.427Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-11-23T12:56:05.417Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193564,\n        \"PlanId\": 63097,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T12:15:18.593Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-23T13:15:18.600Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193569,\n        \"PlanId\": 63098,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-27T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-24T11:47:03.253Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-24T12:47:03.257Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-06T14:55:35.097Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193581,\n        \"PlanId\": 63102,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-28T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-27T11:48:48.317Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-11-27T12:48:48.313Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193656,\n        \"PlanId\": 63111,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2018-04-13T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-04-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-30T15:38:04.387Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2018-04-13T11:02:08.237Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193658,\n        \"PlanId\": 63112,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-30T15:46:35.547Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-30T16:46:35.550Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193660,\n        \"PlanId\": 63113,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-30T15:49:48.173Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-30T16:49:48.180Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193662,\n        \"PlanId\": 63114,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-30T15:52:48.683Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-30T16:52:48.690Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193669,\n        \"PlanId\": 63116,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 276,\n        \"EndDate\": \"2019-02-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T09:46:25.823Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2019-02-21T11:39:15.550Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193671,\n        \"PlanId\": 63117,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T09:59:49.503Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-12-01T10:59:49.510Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193673,\n        \"PlanId\": 63118,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 10000,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:00:14.450Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2019-02-07T16:04:57.187Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193675,\n        \"PlanId\": 63119,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:01:57.800Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-12-01T11:01:57.800Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193677,\n        \"PlanId\": 63120,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:04:21.897Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-12-01T11:04:21.900Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193679,\n        \"PlanId\": 63121,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 66,\n        \"EndDate\": \"2018-03-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:05:03.440Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2019-02-22T11:06:03.897Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193681,\n        \"PlanId\": 63122,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:05:51.160Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-12-01T11:05:51.157Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193683,\n        \"PlanId\": 63123,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:06:12.110Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-12-01T11:06:12.103Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193685,\n        \"PlanId\": 63124,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-05T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-12-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:08:46.707Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2018-05-18T11:54:22.653Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193693,\n        \"PlanId\": 33498,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 185,\n        \"TaskName\": \"ticket with done date 23 mar (uneven)\",\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-12-11T09:10:33.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 21,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-04T08:10:33.977Z\",\n        \"CreateEmployeeId\": 36728,\n        \"UpdateEmployeeId\": 36728,\n        \"UpdateDate\": \"2017-12-04T09:10:33.983Z\",\n        \"TaskResponsibleResouceId\": 34855,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 284,\n        \"TicketReceived\": \"2017-12-04T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 36728,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 482,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 194480,\n        \"PlanId\": 63188,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-13T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-16T13:39:36.157Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-16T14:39:36.163Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189387\n    },\n    {\n        \"Id\": 194481,\n        \"PlanId\": 63188,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-16T13:39:36.157Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-16T14:39:36.163Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189388\n    },\n    {\n        \"Id\": 194538,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 194539,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 194540,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 194541,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 194543,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 194544,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 194545,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 194551,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 194554,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 194579,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 194592,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 194601,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 194605,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 50,\n        \"TaskName\": \"4320x5400\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177446\n    },\n    {\n        \"Id\": 194610,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 194611,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 194612,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 72521,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 194613,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 194614,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 194615,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 194616,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 61,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177457\n    },\n    {\n        \"Id\": 194620,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 65,\n        \"TaskName\": \"4320x5400\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177518\n    },\n    {\n        \"Id\": 194622,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 67,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177732\n    },\n    {\n        \"Id\": 194670,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 194671,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 194696,\n        \"PlanId\": 63199,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:30.560Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:30.560Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 194703,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 194704,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Task #1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 194705,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 194709,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 194710,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 194714,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 194716,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 23,\n        \"EndDate\": \"2018-03-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2018-02-08T11:48:55.697Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 194717,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 32,\n        \"EndDate\": \"2018-04-13T00:00:00.000Z\",\n        \"EndTime\": \"2018-04-13T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2018-02-08T11:48:56.417Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 194720,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 194721,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Booking\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-05-23T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-05-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178053\n    },\n    {\n        \"Id\": 194722,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2017-05-24T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178071\n    },\n    {\n        \"Id\": 194724,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-06-07T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2017-06-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180147\n    },\n    {\n        \"Id\": 194725,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2017-06-26T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180148\n    },\n    {\n        \"Id\": 194726,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 194728,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2017-05-24T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178070\n    },\n    {\n        \"Id\": 194750,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 194752,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 194753,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 194756,\n        \"PlanId\": 63202,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:34.743Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:34.737Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 194762,\n        \"PlanId\": 63204,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:34.987Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:34.980Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 195231,\n        \"PlanId\": 39549,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"task / Senior Developer 3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-01-25T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-02-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-25T08:29:55.900Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2018-02-26T13:13:09.970Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T195231 003 task\",\n        \"Billable\": false\n    },\n    {\n        \"Id\": 195409,\n        \"PlanId\": 63050,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"KFC Manager\",\n        \"StartDate\": \"2018-02-12T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-02-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 3,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-02-08T08:58:48.083Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-02-08T09:32:42.223Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-02-08T09:32:42.223Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 195415,\n        \"PlanId\": 41255,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2022-08-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2022-08-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-02-12T10:08:23.220Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 195648,\n        \"PlanId\": 63276,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-03-16T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-03-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-02-14T11:14:34.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-02-14T12:14:34.293Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 195832,\n        \"PlanId\": 1279,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 126,\n        \"TaskName\": \"5616x3744\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-17T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2018-03-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-02-16T10:15:37.307Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 19543,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 195909,\n        \"PlanId\": 63327,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-02-21T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-02-28T00:00:00.000Z\",\n        \"EndTime\": \"2018-02-28T11:17:15.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-02-21T10:17:15.250Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-02-21T10:17:47.473Z\",\n        \"TaskResponsibleResouceId\": 75521,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2018-02-21T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 259,\n        \"AssignedResourceId\": 19543,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 196198,\n        \"PlanId\": 63482,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"1\",\n        \"StartDate\": \"2018-03-14T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-03-06T09:41:29.427Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 80852,\n        \"UpdateDate\": \"2020-10-13T11:40:50.143Z\",\n        \"TaskResponsibleResouceId\": 75520,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-19T00:00:00.000Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"TaskProgressId\": 203,\n        \"ScrumSprintId\": 333\n    },\n    {\n        \"Id\": 196208,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"123\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-05-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-05-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-03-06T09:54:05.850Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-17T10:46:21.777Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 196717,\n        \"PlanId\": 63736,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-04-10T12:46:43.860Z\",\n        \"CreateEmployeeId\": 35295,\n        \"UpdateEmployeeId\": 35295,\n        \"UpdateDate\": \"2018-04-10T14:46:43.867Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 196982,\n        \"PlanId\": 63811,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2018-05-02T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-04-30T09:49:42.523Z\",\n        \"CreateEmployeeId\": 35044,\n        \"UpdateEmployeeId\": 35044,\n        \"UpdateDate\": \"2018-04-30T11:49:42.520Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 196984,\n        \"PlanId\": 63812,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2018-05-02T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-04-30T10:19:52.367Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2018-04-30T12:19:52.367Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 197616,\n        \"PlanId\": 64002,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task\",\n        \"StartDate\": \"2018-05-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-05-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-05-08T12:51:28.100Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75520,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 198800,\n        \"PlanId\": 41298,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"task\",\n        \"StartDate\": \"2018-06-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-05-23T10:36:26.953Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-23T10:41:46.307Z\",\n        \"TaskResponsibleResouceId\": 34952,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-11-06T12:15:54.880Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 198801,\n        \"PlanId\": 41298,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"task 2\",\n        \"StartDate\": \"2018-06-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-05-23T10:36:28.137Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-23T10:41:42.770Z\",\n        \"TaskResponsibleResouceId\": 34952,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-11-06T12:15:54.880Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 198802,\n        \"PlanId\": 41544,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2018-05-23T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2018-06-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-05-23T11:39:40.797Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-09T14:36:37.193Z\",\n        \"TaskResponsibleResouceId\": 36007,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-08-07T12:11:37.090Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 199413,\n        \"PlanId\": 41530,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Time overuse\",\n        \"StartDate\": \"2018-06-04T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-06-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-06-04T10:22:05.953Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-06-06T11:22:40.383Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-06-06T11:22:40.367Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 199453,\n        \"PlanId\": 64149,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Phase 1 task\",\n        \"StartDate\": \"2018-06-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-06-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-06-07T13:39:50.810Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75788,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 199454,\n        \"PlanId\": 64149,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Phase 2 task\",\n        \"StartDate\": \"2018-06-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-06-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-06-07T13:39:56.617Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75788,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 199455,\n        \"PlanId\": 64149,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Phase 3 task\",\n        \"StartDate\": \"2018-06-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-06-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-06-07T13:40:02.880Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75788,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 199677,\n        \"PlanId\": 63985,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-06-14T00:00:00.000Z\",\n        \"StartTime\": \"2018-06-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2018-06-15T00:00:00.000Z\",\n        \"EndTime\": \"2018-06-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-06-14T08:36:36.767Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-07-06T10:05:01.040Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 202732,\n        \"PlanId\": 64472,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-07-09T15:40:35.267Z\",\n        \"CreateEmployeeId\": 20796,\n        \"UpdateEmployeeId\": 20796,\n        \"UpdateDate\": \"2018-07-09T17:40:35.270Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 202743,\n        \"PlanId\": 64151,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"task\",\n        \"StartDate\": \"2018-07-10T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-07-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-07-10T13:58:17.547Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-07-10T13:58:37.147Z\",\n        \"TaskResponsibleResouceId\": 75788,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 7,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 232829,\n        \"PlanId\": 68994,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"N7\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-09-20T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-09-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-07T13:25:40.883Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 21775,\n        \"UpdateDate\": \"2018-08-07T13:26:26.270Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 19861,\n        \"Billable\": false,\n        \"TaskProgressId\": 191\n    },\n    {\n        \"Id\": 233193,\n        \"PlanId\": 69387,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"task 1\",\n        \"StartDate\": \"2018-08-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-08-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-16T07:00:17.440Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-08-16T07:55:35.653Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 233194,\n        \"PlanId\": 69387,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2018-09-27T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-10-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-16T07:00:19.190Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 233195,\n        \"PlanId\": 69387,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task 3\",\n        \"StartDate\": \"2018-10-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-10-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-16T07:00:20.720Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 233287,\n        \"PlanId\": 69414,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Senior dev. (100 hr), Nikolaj Schnæbel @NS2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-09-20T00:00:00.000Z\",\n        \"StartTime\": \"2018-09-20T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2018-09-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-20T13:35:11.533Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35722,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-01-10T15:13:48.767Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 233376,\n        \"PlanId\": 69432,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test, Nikolaj Schnæbel @NS\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-08-01T00:00:00.000Z\",\n        \"WorkDays\": 96,\n        \"EndDate\": \"2018-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-22T07:10:30.700Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 233377,\n        \"PlanId\": 69432,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test, Nikolaj Schnæbel @NS\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-08-01T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2018-08-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-22T07:11:26.913Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 233378,\n        \"PlanId\": 69432,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test, Nikolaj Schnæbel @NS\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-08-13T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2018-08-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-22T07:11:27.053Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 233578,\n        \"PlanId\": 69480,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"New task / Test / Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-09-10T00:00:00.000Z\",\n        \"WorkDays\": 90,\n        \"EndDate\": \"2019-01-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-23T13:56:30.977Z\",\n        \"CreateEmployeeId\": 72522,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-17T07:52:11.380Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-01-17T07:52:11.380Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 66064\n    },\n    {\n        \"Id\": 234112,\n        \"PlanId\": 39291,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-03-22T00:00:00.000Z\",\n        \"WorkDays\": 676,\n        \"EndDate\": \"2019-02-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-09-04T06:22:18.057Z\",\n        \"CreateEmployeeId\": 19869,\n        \"UpdateEmployeeId\": 19869,\n        \"UpdateDate\": \"2018-11-19T12:30:03.663Z\",\n        \"TaskResponsibleResouceId\": 19869,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-03-18T12:32:07.723Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 234847,\n        \"PlanId\": 69846,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Testing 1-2-3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-11-28T00:00:00.000Z\",\n        \"StartTime\": \"2015-11-28T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2015-11-28T00:00:00.000Z\",\n        \"EndTime\": \"2015-11-28T08:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-10-04T14:52:48.800Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2018-10-04T16:52:48.800Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129635\n    },\n    {\n        \"Id\": 235233,\n        \"PlanId\": 70023,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-10-25T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-11-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-10-25T13:31:51.163Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235343,\n        \"PlanId\": 70089,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task 1\",\n        \"ActivityId\": 520,\n        \"StartDate\": \"2018-11-02T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-02T13:08:26.577Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 73086,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 235347,\n        \"PlanId\": 70092,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task 1\",\n        \"ActivityId\": 520,\n        \"StartDate\": \"2018-11-02T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-02T13:09:15.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-02T14:09:15.000Z\",\n        \"TaskResponsibleResouceId\": 73086,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 235343\n    },\n    {\n        \"Id\": 235353,\n        \"PlanId\": 69967,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"task 1\",\n        \"ActivityId\": 520,\n        \"StartDate\": \"2018-11-02T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-02T13:17:03.960Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-02T14:14:04.443Z\",\n        \"TaskResponsibleResouceId\": 73086,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 235593,\n        \"PlanId\": 70156,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"1234ytrewq\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-16T00:00:00.000Z\",\n        \"WorkDays\": 460,\n        \"EndDate\": \"2019-08-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-15T09:46:33.747Z\",\n        \"CreateEmployeeId\": 22834,\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235594,\n        \"PlanId\": 70156,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"1234ytrewq\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-16T00:00:00.000Z\",\n        \"WorkDays\": 460,\n        \"EndDate\": \"2019-08-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-15T09:50:27.477Z\",\n        \"CreateEmployeeId\": 22834,\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235595,\n        \"PlanId\": 70156,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"1234ytrewq\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-16T00:00:00.000Z\",\n        \"WorkDays\": 460,\n        \"EndDate\": \"2019-08-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-15T09:54:14.260Z\",\n        \"CreateEmployeeId\": 22834,\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235596,\n        \"PlanId\": 70156,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"1234ytrewq\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-16T00:00:00.000Z\",\n        \"WorkDays\": 460,\n        \"EndDate\": \"2019-08-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-15T09:58:46.097Z\",\n        \"CreateEmployeeId\": 22834,\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235598,\n        \"PlanId\": 70156,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"1234ytrewq\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-16T00:00:00.000Z\",\n        \"WorkDays\": 460,\n        \"EndDate\": \"2019-08-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-15T10:18:02.980Z\",\n        \"CreateEmployeeId\": 22834,\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235599,\n        \"PlanId\": 70156,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234ytrewq\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-16T00:00:00.000Z\",\n        \"WorkDays\": 460,\n        \"EndDate\": \"2019-08-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-15T10:35:19.863Z\",\n        \"CreateEmployeeId\": 22834,\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235600,\n        \"PlanId\": 41411,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"1234ytrewq\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-16T00:00:00.000Z\",\n        \"WorkDays\": 460,\n        \"EndDate\": \"2019-08-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-15T10:36:35.413Z\",\n        \"CreateEmployeeId\": 22834,\n        \"TaskResponsibleResouceId\": 19861,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235601,\n        \"PlanId\": 41615,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"1234ytrewq\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-08-16T06:30:00.000Z\",\n        \"WorkDays\": 379,\n        \"EndDate\": \"2019-04-03T00:00:00.000Z\",\n        \"EndTime\": \"2019-04-03T17:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-15T10:38:06.583Z\",\n        \"CreateEmployeeId\": 22834,\n        \"UpdateEmployeeId\": 80852,\n        \"UpdateDate\": \"2020-10-13T11:40:50.143Z\",\n        \"TaskResponsibleResouceId\": 19308,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-03-20T14:59:22.557Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2018-11-15T09:38:06.583Z\",\n        \"TicketAuthorResourceId\": 19308,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 83,\n        \"AssignedResourceId\": 19308,\n        \"Billable\": false,\n        \"TaskProgressId\": 203,\n        \"ScrumSprintId\": 333\n    },\n    {\n        \"Id\": 235694,\n        \"PlanId\": 70186,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-02-27T00:00:00.000Z\",\n        \"WorkDays\": 21,\n        \"EndDate\": \"2020-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-20T12:59:10.793Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2021-11-11T12:26:25.917Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2021-11-11T12:26:25.900Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 176152,\n        \"TaskProgressId\": 187,\n        \"CostingCodeId\": 4\n    },\n    {\n        \"Id\": 235703,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"T1 P1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-11-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-11-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:29:20.597Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235704,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"T2 P1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:29:28.410Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-21T09:42:00.280Z\",\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235706,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"T1 P2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-11-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:29:43.833Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-21T09:31:07.043Z\",\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235707,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"T2 P2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:29:49.663Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-21T09:42:21.607Z\",\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235709,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"T1 P3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-11-23T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:30:31.170Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-21T09:31:26.907Z\",\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235710,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"T2 P3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:30:36.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-21T09:31:29.150Z\",\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 238481,\n        \"PlanId\": 40826,\n        \"PhaseNumber\": 222111111,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test 1234\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-12-17T11:10:34.437Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-03-08T09:11:47.547Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T238481 026 Test\",\n        \"Billable\": true\n    },\n    {\n        \"Id\": 238881,\n        \"PlanId\": 70624,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-07T11:12:41.753Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-09T08:11:26.740Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 238919,\n        \"PlanId\": 40826,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-08T12:15:58.187Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-02-27T14:50:55.653Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 238920,\n        \"PlanId\": 40826,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-08T12:16:03.113Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-08T12:16:17.263Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 239003,\n        \"PlanId\": 69479,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-01-10T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-02-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-10T08:51:43.437Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 239004,\n        \"PlanId\": 70665,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-10T09:34:36.420Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-10T10:34:36.423Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 239356,\n        \"PlanId\": 41055,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-15T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2019-02-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:13:47.950Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 239357,\n        \"PlanId\": 69479,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"New task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-15T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2019-02-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:14:24.910Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 239585,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 239586,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 239587,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 239588,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 239590,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 239591,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 239592,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 239597,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 239599,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 239601,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 239613,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 239617,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 239618,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 239619,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 239620,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 239621,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 239622,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 239623,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 239648,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 239649,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 239652,\n        \"PlanId\": 70713,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:30.740Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:30.740Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 239659,\n        \"PlanId\": 70713,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:30.740Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:30.740Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 239660,\n        \"PlanId\": 70713,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:30.740Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:30.740Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 239661,\n        \"PlanId\": 70713,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:30.740Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:30.740Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 239662,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 239663,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 239664,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 239668,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 239669,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 239680,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 239682,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 239683,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 239686,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 239687,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 239692,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 239693,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 239694,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 239695,\n        \"PlanId\": 70715,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:34.243Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:34.243Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 239697,\n        \"PlanId\": 70717,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:34.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:34.650Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 239698,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 239699,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 239700,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 239701,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 239703,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 239704,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 239705,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 239710,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 239712,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 239714,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 239726,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 239730,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 239731,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 239732,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 239733,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 239734,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 239735,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 239736,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 239761,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 239762,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 239765,\n        \"PlanId\": 70720,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:13.490Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:13.490Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 239772,\n        \"PlanId\": 70720,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:13.490Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:13.490Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 239773,\n        \"PlanId\": 70720,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:13.490Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:13.490Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 239774,\n        \"PlanId\": 70720,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:13.490Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:13.490Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 239775,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 239776,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 239777,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 239781,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 239782,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 239793,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 239795,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 239796,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 239799,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 239800,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 239805,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 239806,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 239807,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 239808,\n        \"PlanId\": 70722,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:17.560Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:17.547Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 239810,\n        \"PlanId\": 70724,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:18.710Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:18.700Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 239941,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 239942,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 239945,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 239946,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 239947,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 239948,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 239950,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 239951,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 239952,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 239957,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 239959,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 239961,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 239973,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 239977,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 239978,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 239979,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 239980,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 239981,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 239982,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 239983,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 239992,\n        \"PlanId\": 70735,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:51.390Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:51.390Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 239999,\n        \"PlanId\": 70735,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:51.390Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:51.390Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 240000,\n        \"PlanId\": 70735,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:51.390Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:51.390Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 240001,\n        \"PlanId\": 70735,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:51.390Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:51.390Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 240002,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 240003,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 240004,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 240008,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 240009,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 240020,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 240022,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 240023,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 240026,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 240027,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 240032,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 240033,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 240034,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 240035,\n        \"PlanId\": 70737,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:54.183Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:54.183Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 240037,\n        \"PlanId\": 70739,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:54.770Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:54.770Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 240200,\n        \"PlanId\": 69480,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-01T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-17T07:51:02.467Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-17T07:52:06.957Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-01-17T07:52:06.940Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 240221,\n        \"PlanId\": 70782,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"sdfhtrhfjj2ds\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-07-27T00:00:00.000Z\",\n        \"WorkDays\": 799,\n        \"EndDate\": \"2018-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-17T11:45:19.950Z\",\n        \"CreateEmployeeId\": 19869,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2020-03-04T13:18:49.410Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketAuthorResourceId\": 20232,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 61,\n        \"TicketTeamId\": 83,\n        \"AssignedResourceId\": 20232,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 76636,\n        \"TaskProgressId\": 187\n    },\n    {\n        \"Id\": 240231,\n        \"PlanId\": 70784,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"sdfhtrhf 123 3 2dfadzsd adas dasd asd asd asd asdwqqe qwe qwe qw\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-07-27T00:00:00.000Z\",\n        \"WorkDays\": 799,\n        \"EndDate\": \"2018-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-17T11:47:24.360Z\",\n        \"CreateEmployeeId\": 19869,\n        \"UpdateEmployeeId\": 37226,\n        \"UpdateDate\": \"2020-08-25T07:37:49.637Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 76636\n    },\n    {\n        \"Id\": 240275,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 240276,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 240277,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 240278,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 240280,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 240281,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 240282,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 240287,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 240289,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 240291,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 240303,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 240307,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 240308,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 240309,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 240310,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 240311,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 240312,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 240313,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 240338,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 240339,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 240342,\n        \"PlanId\": 70796,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:25.897Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:25.897Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 240349,\n        \"PlanId\": 70796,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:25.897Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:25.897Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 240350,\n        \"PlanId\": 70796,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:25.897Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:25.897Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 240351,\n        \"PlanId\": 70796,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:25.897Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:25.897Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 240352,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 240353,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 240354,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 240358,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 240359,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 240370,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 240372,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 240373,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 240376,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 240377,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 240382,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 240383,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 240384,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 240385,\n        \"PlanId\": 70798,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:29.630Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:29.630Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 240387,\n        \"PlanId\": 70800,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:30.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:30.170Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 240388,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-22T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2019-04-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 240389,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-03-05T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 240390,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-16T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-05-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 240391,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 240393,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-22T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-11T14:35:36.517Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 240394,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2019-02-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 240395,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 240400,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-06-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 240402,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2019-09-11T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2019-09-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 240404,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2019-08-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 240416,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2019-08-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 240420,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-08-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 240421,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2019-08-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 240422,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-08-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 240423,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-08-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-06T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 240424,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2019-08-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 240425,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2019-08-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 240426,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-08-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 240451,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-08-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 240452,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-08-30T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-30T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 240455,\n        \"PlanId\": 70803,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2019-02-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:03.067Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:03.067Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 240462,\n        \"PlanId\": 70803,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2020-08-31T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:03.067Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:03.067Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 240463,\n        \"PlanId\": 70803,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2020-09-16T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:03.067Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:03.067Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 240464,\n        \"PlanId\": 70803,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2020-09-25T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-10-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:03.067Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:03.067Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 240465,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-07-26T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 240466,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-06-28T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2019-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 240467,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-28T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2019-07-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 240471,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 240472,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 240483,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 240485,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-11-18T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 240486,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2019-11-18T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-11-25T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 240489,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 240490,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-02-25T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 240495,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-25T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 240496,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-02T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 240497,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-19T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 240498,\n        \"PlanId\": 70805,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:07.220Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:07.220Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 240500,\n        \"PlanId\": 70807,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2019-11-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:07.660Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:07.660Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 240840,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 240841,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 240842,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 240843,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 240845,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 240846,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 240847,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 240852,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 240854,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 240856,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 240868,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 240872,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 240873,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 240874,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 240875,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 240876,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 240877,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 240878,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 240903,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 240904,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 240907,\n        \"PlanId\": 70832,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.203Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.203Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 240914,\n        \"PlanId\": 70832,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.203Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.203Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 240915,\n        \"PlanId\": 70832,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.203Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.203Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 240916,\n        \"PlanId\": 70832,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.203Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.203Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 240917,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 240918,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 240919,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 240923,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 240924,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 240935,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 240937,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 240938,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 240941,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 240942,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 240947,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 240948,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 240949,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 240950,\n        \"PlanId\": 70834,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:18.800Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:18.800Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 240952,\n        \"PlanId\": 70836,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:19.137Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:19.137Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 241179,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 241180,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241181,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 241182,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241184,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 241185,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 241186,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241191,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241193,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 241195,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 241207,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 241211,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 241212,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 241213,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 241214,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241215,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 241216,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 241217,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 241242,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241243,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 241246,\n        \"PlanId\": 70858,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:04.283Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:04.280Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 241253,\n        \"PlanId\": 70858,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:04.283Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:04.280Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 241254,\n        \"PlanId\": 70858,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:04.283Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:04.280Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 241255,\n        \"PlanId\": 70858,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:04.283Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:04.280Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 241256,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241257,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 241258,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 241262,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241263,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241274,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 241276,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 241277,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 241280,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241281,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241286,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241287,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 241288,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241289,\n        \"PlanId\": 70860,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:07.547Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:07.547Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 241291,\n        \"PlanId\": 70862,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:08.947Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:08.947Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 241327,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-11-26T09:30:06.497Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 241328,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241329,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 241330,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241332,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 241333,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 241334,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241339,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241341,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 241343,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 241355,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 241359,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 241360,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 241361,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 241362,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241363,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 241364,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 241365,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 241390,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241391,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 241394,\n        \"PlanId\": 70882,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:30.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:30.943Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 241401,\n        \"PlanId\": 70882,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:30.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:30.943Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 241402,\n        \"PlanId\": 70882,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:30.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:30.943Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 241403,\n        \"PlanId\": 70882,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:30.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:30.943Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 241404,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241405,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 241406,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 241410,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241411,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241422,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 241424,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 241425,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 241428,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241429,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241434,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241435,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 241436,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241437,\n        \"PlanId\": 70884,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:33.010Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:32.997Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 241439,\n        \"PlanId\": 70886,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:33.320Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:33.307Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 241440,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-11T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2019-04-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 241441,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-11T14:35:36.877Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241442,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-30T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-05-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 241443,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-01-28T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241445,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-11T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 241446,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2019-01-29T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-01-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 241447,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-01-31T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241452,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-06-12T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241454,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2019-09-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 241456,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2019-08-12T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 241468,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2019-08-12T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 241472,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-08-12T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 241473,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2019-08-12T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 241474,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-08-12T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 241475,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-08-12T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-02-24T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241476,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2019-08-12T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 241477,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2019-08-12T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 241478,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-08-12T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 241503,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-08-14T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241504,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-08-19T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 241507,\n        \"PlanId\": 70889,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-01-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2019-02-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:59.710Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:59.710Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 241514,\n        \"PlanId\": 70889,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2020-08-18T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:59.710Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:59.710Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 241515,\n        \"PlanId\": 70889,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2020-09-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:59.710Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:59.710Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 241516,\n        \"PlanId\": 70889,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2020-09-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:59.710Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:59.710Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 241517,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-07-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241518,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-06-14T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2019-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 241519,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-14T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2019-07-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 241523,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-17T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-17T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241524,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241535,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-01-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 241537,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-11-04T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-11-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 241538,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2019-11-04T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-11-08T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 241541,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-01-31T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-06T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241542,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-05T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-02-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241547,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-12T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241548,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-03-20T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-20T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 241549,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-08T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-08T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241550,\n        \"PlanId\": 70891,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2019-01-28T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:02.053Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:02.053Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 241552,\n        \"PlanId\": 70893,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-28T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2019-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:02.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:02.270Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 241553,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-05T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2019-05-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 241554,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-03-14T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-04-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241555,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-28T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-06-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 241556,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241558,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-03-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-11T14:35:37.530Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 241559,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2019-02-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 241560,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-22T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-11T14:35:37.877Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241565,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-07-05T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241567,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2019-09-20T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2019-10-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 241569,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 241581,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 241585,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 241586,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 241587,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 241588,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241589,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 241590,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 241591,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 241616,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-09-06T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241617,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-09-10T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 241620,\n        \"PlanId\": 70896,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2019-03-07T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:34.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:34.130Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 241627,\n        \"PlanId\": 70896,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2020-09-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:34.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:34.130Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 241628,\n        \"PlanId\": 70896,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2020-09-25T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-10-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:34.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:34.130Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 241629,\n        \"PlanId\": 70896,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2020-10-06T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-10-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:34.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:34.130Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 241630,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-08-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241631,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-07-09T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2019-11-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 241632,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-06-11T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2019-08-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 241636,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-09T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-09T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241637,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-10T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241648,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 241650,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-11-28T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-12-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 241651,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2019-11-28T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-12-04T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 241654,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-22T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241655,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-27T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-03-06T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241660,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-03T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241661,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-04-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 241662,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-30T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-30T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241663,\n        \"PlanId\": 70898,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:36.440Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:36.440Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 241665,\n        \"PlanId\": 70900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2019-12-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:36.657Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:36.657Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 241666,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-05T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2019-05-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 241667,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-03-14T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-04-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241668,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-28T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-06-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 241669,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241671,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-03-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-11T14:35:38.157Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 241672,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2019-02-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 241673,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-22T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-11T14:35:38.423Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241678,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-07-05T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241680,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2019-09-20T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2019-10-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 241682,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 241694,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 241698,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 241699,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 241700,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 241701,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241702,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 241703,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 241704,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 241729,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-09-06T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241730,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-09-10T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 241733,\n        \"PlanId\": 70903,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2019-03-07T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:01.263Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:01.263Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 241740,\n        \"PlanId\": 70903,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2020-09-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:01.263Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:01.263Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 241741,\n        \"PlanId\": 70903,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2020-09-25T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-10-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:01.263Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:01.263Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 241742,\n        \"PlanId\": 70903,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2020-10-06T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-10-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:01.263Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:01.263Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 241743,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-08-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241744,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-07-09T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2019-11-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 241745,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-06-11T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2019-08-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 241749,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-09T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-09T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241750,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-10T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241761,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 241763,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-11-28T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-12-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 241764,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2019-11-28T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-12-04T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 241767,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-22T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241768,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-27T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-03-06T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241773,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-03T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241774,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-04-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 241775,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-30T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-30T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241776,\n        \"PlanId\": 70905,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:03.563Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:03.567Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 241778,\n        \"PlanId\": 70907,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2019-12-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:03.807Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:03.807Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 241779,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 241780,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241781,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-01-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-01-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-11-25T11:43:30.540Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 241782,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241784,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 241785,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 241786,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241791,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241793,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 241795,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 241807,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 241811,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 241812,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 241813,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 241814,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241815,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 241816,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 241817,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 241842,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241843,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 241846,\n        \"PlanId\": 70910,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 241853,\n        \"PlanId\": 70910,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.623Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 241854,\n        \"PlanId\": 70910,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.623Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 241855,\n        \"PlanId\": 70910,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.623Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 241856,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241857,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 241858,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 241862,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241863,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241874,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 241876,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 241877,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 241880,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241881,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241886,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241887,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 241888,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241889,\n        \"PlanId\": 70912,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:09.747Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:09.747Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 241891,\n        \"PlanId\": 70914,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:09.927Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:09.927Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 241892,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2019-04-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 241893,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-02-28T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241894,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 241895,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-02-05T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241897,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 241898,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2019-02-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 241899,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241904,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-06-21T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241906,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2019-09-06T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2019-09-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 241908,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 241920,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 241924,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 241925,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 241926,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 241927,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-03T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241928,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 241929,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 241930,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 241955,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-08-23T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241956,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-08-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 241959,\n        \"PlanId\": 70917,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-02-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2019-02-21T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.030Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.030Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 241966,\n        \"PlanId\": 70917,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2020-08-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.030Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.030Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 241967,\n        \"PlanId\": 70917,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2020-09-11T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.030Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.030Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 241968,\n        \"PlanId\": 70917,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2020-09-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.030Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.030Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 241969,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-07-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241970,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-06-25T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2019-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 241971,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-23T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2019-07-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 241975,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-25T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-25T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241976,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241987,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-02-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 241989,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-11-13T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-12-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 241990,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2019-11-13T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-11-19T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 241993,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-14T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241994,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-02-20T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241999,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 242000,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-03-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 242001,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 242002,\n        \"PlanId\": 70919,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2019-02-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:58.287Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:58.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 242004,\n        \"PlanId\": 70921,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-05T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2019-11-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:58.500Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:58.503Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 242021,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-10-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-11-07T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 242022,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-10-17T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-10-17T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 242025,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-10T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2019-06-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 242026,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-04-24T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-05-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 242027,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-07-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-07-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 242028,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-03-27T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-10-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 242030,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-04-10T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-04-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 242031,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2019-03-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 242032,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-04-01T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-04-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 242037,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-08-14T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 242039,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2019-10-29T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2019-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 242041,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2019-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-10-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 242053,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2019-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-10-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 242057,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-10-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-03T08:29:16.247Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442,\n        \"ScrumSprintId\": 0\n    },\n    {\n        \"Id\": 242058,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2019-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-10-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-03T08:29:17.573Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451,\n        \"ScrumSprintId\": 0\n    },\n    {\n        \"Id\": 242059,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-10-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-03T08:29:19.200Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452,\n        \"ScrumSprintId\": 0\n    },\n    {\n        \"Id\": 242060,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 242061,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2019-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-10-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-03T08:29:21.340Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454,\n        \"ScrumSprintId\": 0\n    },\n    {\n        \"Id\": 242062,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2019-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-10-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-03T08:29:23.380Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455,\n        \"ScrumSprintId\": 0\n    },\n    {\n        \"Id\": 242063,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-10-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-03T08:29:24.897Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456,\n        \"ScrumSprintId\": 0\n    },\n    {\n        \"Id\": 242072,\n        \"PlanId\": 70924,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-03-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2019-04-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:46.323Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:46.320Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 242079,\n        \"PlanId\": 70924,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2020-10-15T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:46.323Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:46.320Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 242080,\n        \"PlanId\": 70924,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2020-11-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:46.323Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:46.320Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 242081,\n        \"PlanId\": 70924,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2020-11-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-11-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:46.323Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:46.320Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 242082,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 242083,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-08-19T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2020-01-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 242084,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-07-18T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2019-09-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 242088,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-08-14T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-14T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 242089,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-08-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-15T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 242100,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-03-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 242102,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-01-14T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2020-02-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 242103,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2020-01-14T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2020-01-20T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 242106,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-04-01T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-04-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 242107,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-04-04T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-04-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 242112,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-05-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 242113,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-05-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-05-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 242114,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-06-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 242115,\n        \"PlanId\": 70926,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2019-03-27T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:48.597Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:48.593Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 242117,\n        \"PlanId\": 70928,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-27T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2020-01-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:48.817Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:48.820Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 242118,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-27T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2019-05-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 242025\n    },\n    {\n        \"Id\": 242119,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-03-08T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2021-04-12T09:23:56.050Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242026,\n        \"TaskProgressId\": 211,\n        \"ScrumSprintId\": 172\n    },\n    {\n        \"Id\": 242120,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242027\n    },\n    {\n        \"Id\": 242121,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242028\n    },\n    {\n        \"Id\": 242123,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-27T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2019-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-11T14:35:38.673Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242030\n    },\n    {\n        \"Id\": 242124,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2019-02-14T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242031\n    },\n    {\n        \"Id\": 242125,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-18T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242032\n    },\n    {\n        \"Id\": 242130,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-07-01T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242037\n    },\n    {\n        \"Id\": 242132,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2019-09-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 242039\n    },\n    {\n        \"Id\": 242134,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242041\n    },\n    {\n        \"Id\": 242146,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242053\n    },\n    {\n        \"Id\": 242150,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242057\n    },\n    {\n        \"Id\": 242151,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242058\n    },\n    {\n        \"Id\": 242152,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242059\n    },\n    {\n        \"Id\": 242153,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242060\n    },\n    {\n        \"Id\": 242154,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242061\n    },\n    {\n        \"Id\": 242155,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242062\n    },\n    {\n        \"Id\": 242156,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242063\n    },\n    {\n        \"Id\": 242181,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-09-02T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-23T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242021\n    },\n    {\n        \"Id\": 242182,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 242022\n    },\n    {\n        \"Id\": 242185,\n        \"PlanId\": 70931,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2019-03-01T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:35.693Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:35.693Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 242072\n    },\n    {\n        \"Id\": 242192,\n        \"PlanId\": 70931,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2020-09-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:35.693Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:35.693Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 242079\n    },\n    {\n        \"Id\": 242193,\n        \"PlanId\": 70931,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2020-09-21T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:35.693Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:35.693Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 242080\n    },\n    {\n        \"Id\": 242194,\n        \"PlanId\": 70931,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2020-09-30T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-10-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:35.693Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:35.693Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 242081\n    },\n    {\n        \"Id\": 242195,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-07-31T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242082\n    },\n    {\n        \"Id\": 242196,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-07-03T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2019-11-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242083\n    },\n    {\n        \"Id\": 242197,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-06-03T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2019-07-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 242084\n    },\n    {\n        \"Id\": 242201,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-03T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242088\n    },\n    {\n        \"Id\": 242202,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242089\n    },\n    {\n        \"Id\": 242213,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242100\n    },\n    {\n        \"Id\": 242215,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-11-22T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-12-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242102\n    },\n    {\n        \"Id\": 242216,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2019-11-22T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-11-28T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242103\n    },\n    {\n        \"Id\": 242219,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-22T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242106\n    },\n    {\n        \"Id\": 242220,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-21T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-02-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242107\n    },\n    {\n        \"Id\": 242225,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242112\n    },\n    {\n        \"Id\": 242226,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-04-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242113\n    },\n    {\n        \"Id\": 242227,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-24T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-24T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242114\n    },\n    {\n        \"Id\": 242228,\n        \"PlanId\": 70933,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:38.027Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:38.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 242115\n    },\n    {\n        \"Id\": 242230,\n        \"PlanId\": 70935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2019-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:38.243Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:38.243Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 242117\n    },\n    {\n        \"Id\": 242231,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-15T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2019-05-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 242118\n    },\n    {\n        \"Id\": 242232,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-03-26T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-04-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242119\n    },\n    {\n        \"Id\": 242233,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-06-12T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-06-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242120\n    },\n    {\n        \"Id\": 242234,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-03-01T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-09-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242121\n    },\n    {\n        \"Id\": 242236,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-03-15T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-03-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242123\n    },\n    {\n        \"Id\": 242237,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2019-03-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242124\n    },\n    {\n        \"Id\": 242238,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-03-06T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242125\n    },\n    {\n        \"Id\": 242243,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-07-17T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-08-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242130\n    },\n    {\n        \"Id\": 242245,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2019-10-02T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2019-10-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 242132\n    },\n    {\n        \"Id\": 242247,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242134\n    },\n    {\n        \"Id\": 242259,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242146\n    },\n    {\n        \"Id\": 242263,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242150\n    },\n    {\n        \"Id\": 242264,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242151\n    },\n    {\n        \"Id\": 242265,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242152\n    },\n    {\n        \"Id\": 242266,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-30T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242153\n    },\n    {\n        \"Id\": 242267,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242154\n    },\n    {\n        \"Id\": 242268,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242155\n    },\n    {\n        \"Id\": 242269,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242156\n    },\n    {\n        \"Id\": 242294,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-09-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-10-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242181\n    },\n    {\n        \"Id\": 242295,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-09-20T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-20T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 242182\n    },\n    {\n        \"Id\": 242298,\n        \"PlanId\": 70938,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-03-01T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2019-03-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:27.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:27.300Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 242185\n    },\n    {\n        \"Id\": 242305,\n        \"PlanId\": 70938,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2020-09-21T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:27.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:27.300Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 242192\n    },\n    {\n        \"Id\": 242306,\n        \"PlanId\": 70938,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2020-10-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-10-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:27.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:27.300Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 242193\n    },\n    {\n        \"Id\": 242307,\n        \"PlanId\": 70938,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2020-10-16T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:27.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:27.300Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 242194\n    },\n    {\n        \"Id\": 242308,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242195\n    },\n    {\n        \"Id\": 242309,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-07-19T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2019-12-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242196\n    },\n    {\n        \"Id\": 242310,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-06-24T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 242197\n    },\n    {\n        \"Id\": 242314,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-19T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242201\n    },\n    {\n        \"Id\": 242315,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-20T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-20T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242202\n    },\n    {\n        \"Id\": 242326,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-03-01T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242213\n    },\n    {\n        \"Id\": 242328,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-12-11T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2020-01-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242215\n    },\n    {\n        \"Id\": 242329,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2019-12-11T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-12-17T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242216\n    },\n    {\n        \"Id\": 242332,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-03-06T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-03-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242219\n    },\n    {\n        \"Id\": 242333,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-03-11T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-03-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242220\n    },\n    {\n        \"Id\": 242338,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242225\n    },\n    {\n        \"Id\": 242339,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-04-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242226\n    },\n    {\n        \"Id\": 242340,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-05-10T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-05-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242227\n    },\n    {\n        \"Id\": 242341,\n        \"PlanId\": 70940,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2019-03-01T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-03-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:29.643Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:29.643Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 242228\n    },\n    {\n        \"Id\": 242343,\n        \"PlanId\": 70942,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2019-12-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:29.863Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:29.863Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 242230\n    },\n    {\n        \"Id\": 242354,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-14T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2019-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 242355,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-02-25T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 242356,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-05-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 242357,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-01-31T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 242359,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-14T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 242360,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2019-02-01T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 242361,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2020-06-29T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2020-07-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2020-06-25T11:34:37.583Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 242366,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-06-17T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 242368,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2019-09-03T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2019-09-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 242370,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2019-08-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 242382,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2019-08-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 242386,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-08-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 242387,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2019-08-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 242388,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-08-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 242389,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-08-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-02-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 242390,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2019-08-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 242391,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2019-08-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 242392,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2019-08-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 242417,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-08-20T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 242418,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-08-22T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-22T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 242421,\n        \"PlanId\": 70947,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-01-31T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2019-02-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:06.090Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:06.090Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 242428,\n        \"PlanId\": 70947,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2020-08-21T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-08-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:06.090Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:06.090Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 242429,\n        \"PlanId\": 70947,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2020-09-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:06.090Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:06.090Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 242430,\n        \"PlanId\": 70947,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2020-09-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-09-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:06.090Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:06.090Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 242431,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-07-18T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 242432,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-06-19T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 242433,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-20T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2019-07-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 242437,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-20T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-20T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 242438,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-21T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 242449,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-01-31T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-01-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 242451,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-11-07T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-12-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 242452,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2019-11-07T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-11-14T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 242455,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 242456,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-02-15T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 242461,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 242462,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-03-25T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-25T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 242463,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 242464,\n        \"PlanId\": 70949,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2019-01-31T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:08.780Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:08.777Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 242466,\n        \"PlanId\": 70951,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-31T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2019-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:09.033Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:09.027Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 242580,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 141435\n    },\n    {\n        \"Id\": 242581,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 242582,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 242583,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 242585,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145390\n    },\n    {\n        \"Id\": 242586,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145545\n    },\n    {\n        \"Id\": 242587,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 242592,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 242594,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 177168\n    },\n    {\n        \"Id\": 242596,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177379\n    },\n    {\n        \"Id\": 242608,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177393\n    },\n    {\n        \"Id\": 242612,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177442\n    },\n    {\n        \"Id\": 242613,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177451\n    },\n    {\n        \"Id\": 242614,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 56,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177452\n    },\n    {\n        \"Id\": 242615,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 242616,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177454\n    },\n    {\n        \"Id\": 242617,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 59,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177455\n    },\n    {\n        \"Id\": 242618,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177456\n    },\n    {\n        \"Id\": 242643,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 242644,\n        \"PlanId\": 70960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 116,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.140Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.140Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177856\n    },\n    {\n        \"Id\": 242647,\n        \"PlanId\": 70961,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.463Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 177887\n    },\n    {\n        \"Id\": 242654,\n        \"PlanId\": 70961,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.463Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238481\n    },\n    {\n        \"Id\": 242655,\n        \"PlanId\": 70961,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.463Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238919\n    },\n    {\n        \"Id\": 242656,\n        \"PlanId\": 70961,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.463Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 238920\n    },\n    {\n        \"Id\": 242657,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 242658,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189184\n    },\n    {\n        \"Id\": 242659,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 189185\n    },\n    {\n        \"Id\": 242663,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 242664,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 242675,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177895\n    },\n    {\n        \"Id\": 242677,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178024\n    },\n    {\n        \"Id\": 242678,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178027\n    },\n    {\n        \"Id\": 242681,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 242682,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 242687,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 242688,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 41,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182709\n    },\n    {\n        \"Id\": 242689,\n        \"PlanId\": 70962,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.550Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 242690,\n        \"PlanId\": 70963,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.857Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 180464\n    },\n    {\n        \"Id\": 242692,\n        \"PlanId\": 70965,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:30:24.990Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:30:24.990Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-12T13:26:44.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 185238\n    },\n    {\n        \"Id\": 242939,\n        \"PlanId\": 70983,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"sdfhtrhf\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-07-27T00:00:00.000Z\",\n        \"WorkDays\": 799,\n        \"EndDate\": \"2018-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T11:11:36.667Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-21T12:11:36.667Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketAuthorResourceId\": 20232,\n        \"TicketStatusId\": 3,\n        \"TicketTeamId\": 83,\n        \"AssignedResourceId\": 20232,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 76636\n    },\n    {\n        \"Id\": 243300,\n        \"PlanId\": 71120,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-21T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2019-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-24T14:34:21.523Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-24T14:34:39.147Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243337,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"ETC 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-24T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-25T11:31:04.917Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-25T12:51:22.143Z\",\n        \"TaskResponsibleResouceId\": 75820,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-05T16:12:15.047Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 7,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243339,\n        \"PlanId\": 70665,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"ETC\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-21T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-25T11:49:47.790Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-28T15:37:21.240Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 75808,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243344,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-24T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-25T12:03:57.627Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-25T13:19:00.420Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-05T16:12:15.047Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243380,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"1234\",\n        \"StartDate\": \"2019-01-29T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T11:02:07.730Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75820,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-05T16:12:15.047Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243381,\n        \"PlanId\": 70187,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2019-01-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-01-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T11:11:17.803Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2020-02-06T11:10:44.100Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243383,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 119,\n        \"TaskName\": \"Test 11\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-28T00:00:00.000Z\",\n        \"WorkDays\": 18,\n        \"EndDate\": \"2019-02-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T11:48:25.427Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 39216,\n        \"UpdateDate\": \"2019-05-02T08:22:36.510Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 39216,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243386,\n        \"PlanId\": 71157,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Before PQ\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-25T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2018-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T12:06:14.250Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-28T12:07:50.560Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 243387,\n        \"PlanId\": 71157,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"After PQ\",\n        \"StartDate\": \"2018-12-28T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T12:10:54.583Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243393,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-01-28T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T15:27:08.780Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-28T15:40:13.053Z\",\n        \"TaskResponsibleResouceId\": 75820,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-05T16:12:15.047Z\",\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 36777,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243734,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:36.243Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-28T16:30:46.390Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 243735,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:36.457Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243736,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:36.547Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243737,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:36.650Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243739,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:36.833Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243740,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:36.917Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243741,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:37.003Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243746,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:37.487Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243748,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:37.653Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243750,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:37.833Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243762,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:38.893Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243766,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:39.267Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243767,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:39.353Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243768,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:39.437Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-15T14:18:44.403Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"TaskProgressId\": 187\n    },\n    {\n        \"Id\": 243769,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:39.520Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243770,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:39.610Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243771,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:39.703Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243772,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:39.790Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243797,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:42.060Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243798,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 65,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:42.157Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243802,\n        \"PlanId\": 71179,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:12.640Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243809,\n        \"PlanId\": 71179,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:13.283Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243810,\n        \"PlanId\": 71179,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:13.377Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243811,\n        \"PlanId\": 71179,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:13.460Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243812,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:17.600Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243813,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:17.693Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243814,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:17.800Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-28T16:31:20.797Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 243818,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:18.200Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243819,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:18.277Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243830,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:19.330Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243832,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:19.503Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243833,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:19.613Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243836,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:19.897Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243837,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:19.990Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243842,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:20.447Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243843,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:20.597Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243844,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:20.680Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243845,\n        \"PlanId\": 71181,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:31.660Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243847,\n        \"PlanId\": 71183,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:33.127Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243857,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:38.760Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-29T12:09:45.517Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 243858,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:38.970Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243859,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:39.077Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243860,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:39.237Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243862,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:39.480Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243863,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:39.590Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243864,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:39.703Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243869,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:40.213Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243871,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:40.423Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243873,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:40.593Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243885,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:41.693Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243889,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:42.030Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243890,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:42.113Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243891,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:42.197Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243892,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:42.283Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243893,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:42.383Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243894,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:42.467Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243895,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:42.557Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243920,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:44.880Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243921,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 65,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:44.970Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243925,\n        \"PlanId\": 71192,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:12.993Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243932,\n        \"PlanId\": 71192,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:13.663Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243933,\n        \"PlanId\": 71192,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:13.747Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243934,\n        \"PlanId\": 71192,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:13.830Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243935,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:18.373Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243936,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:18.460Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243937,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:18.573Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-29T12:10:21.590Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 243941,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:18.953Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243942,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:19.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243953,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:20.020Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243955,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:20.203Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243956,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:20.327Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243959,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:20.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243960,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:20.730Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243965,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:21.243Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243966,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:21.367Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243967,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:21.453Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243968,\n        \"PlanId\": 71194,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:32.193Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243970,\n        \"PlanId\": 71196,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:33.763Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243971,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:08.197Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-29T12:20:15.230Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 243972,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:08.380Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243973,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:08.467Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243974,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:08.583Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243976,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:08.760Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243977,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:08.850Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243978,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:08.930Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243983,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:09.367Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243985,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:09.557Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243987,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:09.730Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243999,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:10.813Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244003,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:11.190Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244004,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:11.273Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244005,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:11.370Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244006,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:11.460Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244007,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:12.250Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244008,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:12.340Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244009,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:12.427Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244034,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:14.647Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244035,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 65,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:14.740Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244039,\n        \"PlanId\": 71201,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:41.937Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244046,\n        \"PlanId\": 71201,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-27T00:00:00.000Z\",\n        \"WorkDays\": 21,\n        \"EndDate\": \"2019-01-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:42.560Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-04T13:26:13.070Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244047,\n        \"PlanId\": 71201,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:42.647Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244048,\n        \"PlanId\": 71201,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:42.737Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244049,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:47.013Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244050,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:47.103Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244051,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:47.210Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-29T12:20:50.093Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 244055,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:47.560Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244056,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:47.647Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244067,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:48.653Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244069,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:48.837Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244070,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:48.940Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244073,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:49.250Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244074,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:49.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244079,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:49.793Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244080,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:49.903Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244081,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:49.983Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244082,\n        \"PlanId\": 71203,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:21:00.783Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244084,\n        \"PlanId\": 71205,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:21:02.353Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244088,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:34.537Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-29T15:54:42.013Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 244089,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:34.880Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244090,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:34.970Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244091,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:35.077Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244093,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:35.270Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244094,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:35.363Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244095,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:35.490Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244100,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:36.030Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244102,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:36.243Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244104,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:36.423Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244116,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:37.717Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244120,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:38.157Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244121,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:38.250Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244122,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:38.353Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244123,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:38.467Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244124,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:38.573Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244125,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:38.677Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244126,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:38.803Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244151,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:41.333Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244152,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 65,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:41.443Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244156,\n        \"PlanId\": 71211,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:10.427Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244163,\n        \"PlanId\": 71211,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:11.103Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244164,\n        \"PlanId\": 71211,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:11.203Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244165,\n        \"PlanId\": 71211,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:11.293Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244166,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:15.467Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244167,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:15.560Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244168,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:15.683Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-29T15:55:18.687Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 244172,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:16.073Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244173,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:16.153Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244184,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:17.183Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244186,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:17.363Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244187,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:17.483Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244190,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:17.787Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244191,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:17.880Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244196,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:18.343Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244197,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:18.457Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244198,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:18.553Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244199,\n        \"PlanId\": 71213,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:29.180Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244201,\n        \"PlanId\": 71215,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:30.660Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244202,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:53.347Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-29T16:03:00.110Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 244203,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:53.570Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244204,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:53.677Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244205,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:53.810Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244207,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:54.023Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244208,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:54.110Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244209,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:54.203Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244214,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:54.663Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244216,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:54.847Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244218,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:55.040Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244230,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:56.207Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-15T14:19:07.693Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"TaskProgressId\": 191\n    },\n    {\n        \"Id\": 244234,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:56.587Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244235,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:56.680Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244236,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:56.763Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244237,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:56.860Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244238,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:56.943Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244239,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:57.040Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244240,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:57.137Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244265,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:59.563Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244266,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 65,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:59.650Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244270,\n        \"PlanId\": 71218,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:25.730Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244277,\n        \"PlanId\": 71218,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:26.420Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244278,\n        \"PlanId\": 71218,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:26.510Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244279,\n        \"PlanId\": 71218,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:26.600Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244280,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:30.673Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244281,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:30.773Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244282,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:30.903Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-29T16:03:34.160Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 244286,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:31.397Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244287,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:31.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244298,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:32.623Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244300,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:32.800Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244301,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:32.917Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244304,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:33.253Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244305,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:33.347Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244310,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:33.813Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244311,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:33.933Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244312,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:34.030Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244313,\n        \"PlanId\": 71220,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:45.040Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244315,\n        \"PlanId\": 71222,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:46.500Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244316,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:31.093Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-29T16:31:38.483Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 244317,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:31.387Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244318,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:31.490Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244319,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:31.620Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244321,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:31.803Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244322,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:31.897Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244323,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:32.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244328,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:32.540Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244330,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:32.727Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244332,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:32.923Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244344,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:34.197Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244348,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:34.633Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244349,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:34.720Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244350,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:34.827Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244351,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:34.930Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244352,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:35.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244353,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:35.147Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244354,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:35.240Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244379,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:37.737Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244380,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 65,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:37.833Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244384,\n        \"PlanId\": 71225,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:05.440Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244391,\n        \"PlanId\": 71225,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:06.230Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244392,\n        \"PlanId\": 71225,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:06.337Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244393,\n        \"PlanId\": 71225,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:06.447Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244394,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:10.920Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244395,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:11.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244396,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:11.150Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-29T16:32:14.697Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 244400,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:11.653Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244401,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:11.750Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244412,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:13.083Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244414,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:13.283Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244415,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:13.420Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244418,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:13.727Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244419,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:13.840Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244424,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:14.343Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244425,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:14.463Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244426,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:14.553Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244427,\n        \"PlanId\": 71227,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:25.830Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244429,\n        \"PlanId\": 71229,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:27.353Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244430,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:48.803Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-30T09:10:56.527Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 244431,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:49.087Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244432,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:49.197Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244433,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:49.327Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244435,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:49.550Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244436,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:49.653Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244437,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:49.760Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244442,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:50.250Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244444,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:50.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244446,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:50.737Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244458,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:52.083Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244462,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:52.463Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244463,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:52.560Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244464,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:52.663Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244465,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:52.820Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244466,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:52.930Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244467,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:53.020Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244468,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:53.110Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244493,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:55.720Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244494,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 65,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:55.853Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244498,\n        \"PlanId\": 71233,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:26.517Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244505,\n        \"PlanId\": 71233,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:27.380Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244506,\n        \"PlanId\": 71233,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:27.483Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244507,\n        \"PlanId\": 71233,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:27.677Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244508,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:32.433Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244509,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:32.540Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244510,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:32.673Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-30T09:11:37.050Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 244514,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:33.123Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244515,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:33.223Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244526,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:35.343Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244528,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:35.553Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244529,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:35.683Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244532,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:36.053Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244533,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:36.153Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244538,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:36.687Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244539,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:36.800Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244540,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:36.893Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244541,\n        \"PlanId\": 71235,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:50.107Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244543,\n        \"PlanId\": 71237,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:51.803Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244544,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:31:59.337Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-30T09:32:06.747Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 244545,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:31:59.610Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244546,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:31:59.713Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244547,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:31:59.837Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244549,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:00.043Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244550,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:00.160Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244551,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:00.270Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244556,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:00.823Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244558,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:01.043Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244560,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:01.250Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244572,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:02.550Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244576,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:02.923Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244577,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:03.053Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244578,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:03.147Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244579,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:03.287Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244580,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:03.387Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244581,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:03.483Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244582,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:03.573Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244607,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:06.087Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244608,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 65,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:06.187Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244612,\n        \"PlanId\": 71240,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:35.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244619,\n        \"PlanId\": 71240,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:35.787Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244620,\n        \"PlanId\": 71240,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:35.897Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244621,\n        \"PlanId\": 71240,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:36.010Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244622,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:40.697Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244623,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:40.880Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244624,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:41.027Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-30T09:32:44.590Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 244628,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:41.503Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244629,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:41.577Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244640,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:42.767Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244642,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:42.977Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244643,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:43.097Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244646,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:43.440Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244647,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:43.563Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244652,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:44.220Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244653,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:44.347Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244654,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:44.453Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244655,\n        \"PlanId\": 71242,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:55.303Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244657,\n        \"PlanId\": 71244,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:56.783Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244709,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Negative time entry\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-31T14:55:19.457Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-31T14:55:19.893Z\",\n        \"TaskResponsibleResouceId\": 75820,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-05T16:12:15.047Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244721,\n        \"PlanId\": 71275,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-01T10:09:58.993Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-02-01T10:11:47.297Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 244732,\n        \"PlanId\": 71271,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-06T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-01T13:35:49.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-02-05T15:12:48.960Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244740,\n        \"PlanId\": 71283,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-04T09:53:53.230Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-02-04T10:53:53.230Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 246122,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 43,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:15.877Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-02-11T09:59:36.063Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 246123,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:16.603Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246124,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:16.987Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246125,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:17.393Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246127,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:17.967Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246128,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Not so quick\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:18.320Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246129,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:18.677Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246134,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:20.290Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246136,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Testing contact user\",\n        \"StartDate\": \"2017-05-19T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-05-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:20.780Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246138,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Vedhæftet\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:06:21.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:06:21.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:21.230Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246150,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test mail type 3\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T12:44:26.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T12:44:26.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:24.377Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246154,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T14:30:34.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T14:30:34.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:25.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246155,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"More-Less\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:08:22.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:08:22.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:25.807Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246156,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:11:31.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:11:31.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:26.053Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246157,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:26.380Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246158,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"6600x5100\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:36.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:12:36.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:26.737Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246159,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"More-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:23.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:23.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:27.347Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246160,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"Less-More\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:13:55.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-04-28T15:13:55.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:27.657Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246185,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:34.417Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246186,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 65,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T12:50:27.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-05T12:50:27.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:34.723Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246190,\n        \"PlanId\": 71336,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-05-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-05T13:49:15.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T13:49:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:31.803Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246197,\n        \"PlanId\": 71336,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:32.903Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246198,\n        \"PlanId\": 71336,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Description\",\n        \"StartDate\": \"2019-01-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:33.037Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246199,\n        \"PlanId\": 71336,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"No description\",\n        \"StartDate\": \"2019-01-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:33.200Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246200,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:39.293Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246201,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:39.447Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246202,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:39.613Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-02-11T10:00:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 246206,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:40.237Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246207,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:40.373Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246218,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:43.640Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246220,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:44.280Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246221,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:44.743Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246224,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:45.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246225,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:45.683Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246230,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:46.607Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246231,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:46.840Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246232,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:47.007Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246233,\n        \"PlanId\": 71338,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2017-06-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:01:14.110Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246235,\n        \"PlanId\": 71340,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Private conversation 111\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 188,\n        \"EndDate\": \"2018-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:01:16.467Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246240,\n        \"PlanId\": 71346,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"differentname\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-11T00:00:00.000Z\",\n        \"WorkDays\": 809,\n        \"EndDate\": \"2022-08-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:11:44.640Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2021-10-18T13:44:39.097Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"TaskProgressId\": 212,\n        \"ScrumSprintId\": 233\n    },\n    {\n        \"Id\": 246327,\n        \"PlanId\": 71354,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Blame CT\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-11T00:00:00.000Z\",\n        \"WorkDays\": 467,\n        \"EndDate\": \"2021-02-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:15:41.600Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-10T15:15:36.057Z\",\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246365,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:15.143Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246366,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:15.387Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246367,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:15.543Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-02-11T13:20:20.313Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 246371,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:16.167Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246372,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:16.310Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246383,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:17.903Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246385,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:18.217Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246386,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:18.373Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246389,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:18.813Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246390,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:18.970Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246395,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:19.767Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246396,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:19.923Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246397,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:20.063Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246398,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:43.457Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246399,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:43.720Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246400,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:44.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-02-11T13:22:52.653Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 246404,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:45.203Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246405,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:45.433Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246416,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:48.360Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246418,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 24,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:48.863Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246419,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:49.153Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246422,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:50.117Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246423,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:50.433Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246428,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:51.820Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246429,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 35,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:52.167Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246430,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:52.390Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246431,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:20.897Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246432,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:21.150Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246433,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 39,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:21.457Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-02-11T13:26:32.700Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 246437,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 43,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:22.757Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246438,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:23.057Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246449,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 55,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:26.843Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246451,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:27.557Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246452,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:27.960Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246455,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 61,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:29.117Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246456,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 62,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:29.550Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246461,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 67,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:31.410Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246462,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 68,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:31.833Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246463,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 69,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:32.167Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246497,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:26.663Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246498,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:27.070Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246499,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:27.483Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-02-11T13:42:45.970Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 246503,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:30.707Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246504,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:31.313Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246515,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:38.183Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246517,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:38.987Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246518,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:39.543Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246521,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:40.923Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246522,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:41.410Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246527,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:44.010Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246528,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:44.477Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246529,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:44.887Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246530,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:21.873Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246531,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:22.187Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246532,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:22.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-02-11T14:01:33.697Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 246536,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:23.957Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246537,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:24.320Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246548,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:28.073Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246550,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:28.720Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246551,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:29.130Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246554,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:30.140Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246555,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:30.437Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246560,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:32.180Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246561,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:32.610Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246562,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:32.977Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246597,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:36.423Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246598,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:36.687Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246599,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:36.953Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-02-11T14:10:57.840Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 246603,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:38.083Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246604,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:38.340Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246615,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:41.670Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246617,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:42.200Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246618,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:42.480Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246621,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:43.447Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246622,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:43.717Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246627,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:45.053Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246628,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:45.373Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246629,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:45.607Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246663,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:21:54.700Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246664,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:21:55.090Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246665,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:21:55.503Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-02-11T14:22:24.423Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 246669,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:21:56.980Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246670,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:21:57.360Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246681,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:02.010Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246683,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:02.890Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246684,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:03.460Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246687,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:05.243Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246688,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:05.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246693,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:07.937Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246694,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:08.470Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246695,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:08.847Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246709,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:49.737Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246710,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"fwawda\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-29T00:00:00.000Z\",\n        \"WorkDays\": 91,\n        \"EndDate\": \"2018-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:50.023Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246711,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task #2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-04T00:00:00.000Z\",\n        \"WorkDays\": 40,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:50.393Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-02-11T14:53:59.680Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 246715,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:51.517Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246716,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:51.763Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246727,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:54.680Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246729,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Fw: 6600x5100\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2018-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:55.177Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246730,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"StartTime\": \"2018-02-26T10:01:03.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-03-02T00:00:00.000Z\",\n        \"EndTime\": \"2018-03-02T10:01:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:55.483Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246733,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:56.327Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246734,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:56.633Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246739,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:58.690Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246740,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-07-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-11T10:45:34.073Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-11T10:45:34.073Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:58.980Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246741,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:59.237Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-15T14:18:49.143Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"TaskProgressId\": 186\n    },\n    {\n        \"Id\": 246742,\n        \"PlanId\": 71359,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-02-11T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:59:22.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-02-11T15:07:21.740Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 35166,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246805,\n        \"PlanId\": 71383,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-13T07:38:08.440Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-02-13T08:38:08.437Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-14T12:42:51.650Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 247955,\n        \"PlanId\": 71530,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"new guy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-23T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-09-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-18T11:38:36.547Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 247992,\n        \"PlanId\": 71542,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-19T11:52:57.257Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-19T12:56:14.800Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 248317,\n        \"PlanId\": 71573,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"sdfhtrhf\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-07-27T00:00:00.000Z\",\n        \"WorkDays\": 799,\n        \"EndDate\": \"2018-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-04T11:14:39.400Z\",\n        \"CreateEmployeeId\": 77469,\n        \"TaskResponsibleResouceId\": 77469,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-11-26T09:35:14.090Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 248338,\n        \"PlanId\": 71578,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"sdfhtrhf\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-07-27T00:00:00.000Z\",\n        \"WorkDays\": 799,\n        \"EndDate\": \"2018-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-04T11:52:22.067Z\",\n        \"CreateEmployeeId\": 77469,\n        \"TaskResponsibleResouceId\": 77469,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2019-03-04T10:52:22.067Z\",\n        \"TicketAuthorResourceId\": 20232,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 83,\n        \"AssignedResourceId\": 20232,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 248417,\n        \"PlanId\": 71580,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"[2sp] sdfhtrhf\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-01T00:00:00.000Z\",\n        \"WorkDays\": 807,\n        \"EndDate\": \"2022-09-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-05T05:35:40.337Z\",\n        \"CreateEmployeeId\": 77469,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-14T06:00:53.223Z\",\n        \"TaskResponsibleResouceId\": 77469,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2021-07-14T06:00:45.403Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 289,\n        \"TicketAuthorResourceId\": 16143,\n        \"TicketStatusId\": 234,\n        \"TaskFolderName\": \"T248417 001 [2sp] sdfhtrhf\",\n        \"TicketTeamId\": 83,\n        \"AssignedResourceId\": 16143,\n        \"Billable\": false,\n        \"TaskProgressId\": 187,\n        \"ScrumSprintId\": 330\n    },\n    {\n        \"Id\": 248427,\n        \"PlanId\": 71582,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"X X X X X X X X X X X X X X X X\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-01T00:00:00.000Z\",\n        \"WorkDays\": 807,\n        \"EndDate\": \"2022-09-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-05T06:05:22.017Z\",\n        \"CreateEmployeeId\": 77469,\n        \"UpdateEmployeeId\": 37226,\n        \"UpdateDate\": \"2019-10-04T05:39:39.500Z\",\n        \"TaskResponsibleResouceId\": 77469,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-10-04T05:39:39.467Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 248730,\n        \"PlanId\": 71678,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-14T09:42:20.287Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-03-14T10:42:20.287Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-03-14T10:54:38.373Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 248733,\n        \"PlanId\": 71680,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-14T09:58:46.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-03-14T10:58:46.760Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-03-14T11:07:20.730Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 248734,\n        \"PlanId\": 71681,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-14T10:08:52.620Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-03-14T11:08:52.623Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 248745,\n        \"PlanId\": 71684,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-14T11:08:51.913Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-03-14T12:08:51.917Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-03-14T12:15:02.137Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 248746,\n        \"PlanId\": 71685,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-14T11:16:02.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-03-14T12:16:02.067Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-03-14T12:19:38.347Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 248748,\n        \"PlanId\": 71687,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-14T11:25:00.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-03-14T12:25:00.463Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-03-14T12:26:38.367Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 248750,\n        \"PlanId\": 71689,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-14T11:31:31.190Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-03-14T12:31:31.180Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-03-14T12:33:19.717Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 249124,\n        \"PlanId\": 71753,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"No description required\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-29T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-05-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-28T07:53:53.900Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-05-10T11:46:00.363Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 249125,\n        \"PlanId\": 71754,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Description required\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-29T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-05-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-28T07:54:53.043Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-05-10T11:09:52.827Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 250278,\n        \"PlanId\": 70186,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2023-01-12T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2023-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-02T07:05:59.353Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-09-22T11:30:32.340Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-10-07T08:40:00.153Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 250279,\n        \"PlanId\": 72244,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-02T07:06:37.960Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2019-04-02T07:31:26.620Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-10-07T08:40:00.153Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 250452,\n        \"PlanId\": 40062,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"testinghello\",\n        \"ActivityId\": 105,\n        \"StartDate\": \"2019-06-11T00:00:00.000Z\",\n        \"WorkDays\": 207,\n        \"EndDate\": \"2020-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-08T09:01:59.127Z\",\n        \"CreateEmployeeId\": 75667,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2020-05-13T10:08:16.090Z\",\n        \"TaskResponsibleResouceId\": 34855,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 250513,\n        \"PlanId\": 41303,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-08-17T00:00:00.000Z\",\n        \"WorkDays\": 429,\n        \"EndDate\": \"2019-04-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-09T13:36:59.950Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-15T14:18:55.400Z\",\n        \"TaskResponsibleResouceId\": 36007,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"TaskProgressId\": 188\n    },\n    {\n        \"Id\": 250520,\n        \"PlanId\": 41304,\n        \"PhaseNumber\": 12,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"IC Settlement\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-09T14:32:36.843Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 250521,\n        \"PlanId\": 41304,\n        \"PhaseNumber\": 12,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-08-17T00:00:00.000Z\",\n        \"WorkDays\": 429,\n        \"EndDate\": \"2019-04-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-09T14:32:37.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36007,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 250522,\n        \"PlanId\": 72298,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2018-05-23T00:00:00.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2018-06-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-09T14:37:08.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36007,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 250524,\n        \"PlanId\": 72298,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-09T14:37:08.867Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 250542,\n        \"PlanId\": 72302,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-04-10T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-04-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-10T14:24:51.757Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-10T14:24:56.933Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 251444,\n        \"PlanId\": 72347,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2019-04-16T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-04-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-16T06:13:05.117Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-16T06:15:15.030Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 36777,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 251470,\n        \"PlanId\": 72413,\n        \"PhaseNumber\": 12,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"NEW ACTIVITY\",\n        \"ActivityId\": 209,\n        \"StartDate\": \"2019-04-16T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 2,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-16T14:01:29.977Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 41551,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 251955,\n        \"PlanId\": 72432,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-16T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T07:12:49.533Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 251956,\n        \"PlanId\": 72433,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-16T00:00:00.000Z\",\n        \"WorkDays\": 1642,\n        \"EndDate\": \"2026-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T07:12:50.613Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 251958,\n        \"PlanId\": 72433,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2023-04-17T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2023-04-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T07:12:50.987Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 251972,\n        \"PlanId\": 72438,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-16T00:00:00.000Z\",\n        \"WorkDays\": 947,\n        \"EndDate\": \"2023-04-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T08:30:04.560Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-06-12T19:07:20.770Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 251974,\n        \"PlanId\": 72438,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2019-05-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-05-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T08:30:05.047Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-06-12T19:07:20.770Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 251982,\n        \"PlanId\": 72439,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Den kloge konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2012-10-10T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2012-10-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 13,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T09:05:55.203Z\",\n        \"CreateEmployeeId\": 77358,\n        \"TaskResponsibleResouceId\": 77358,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 251999,\n        \"PlanId\": 72443,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-09T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T10:15:03.557Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 252000,\n        \"PlanId\": 72444,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer 1 NEW???\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-10T00:00:00.000Z\",\n        \"WorkDays\": 1642,\n        \"EndDate\": \"2026-04-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T10:15:04.290Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2019-05-14T11:33:35.237Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 252002,\n        \"PlanId\": 72444,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2023-04-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2023-04-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T10:15:04.540Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 252003,\n        \"PlanId\": 72452,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T10:31:15.337Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 252004,\n        \"PlanId\": 72453,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 1645,\n        \"EndDate\": \"2026-04-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T10:31:16.230Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 252006,\n        \"PlanId\": 72453,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2023-04-03T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2023-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T10:31:16.493Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 252181,\n        \"PlanId\": 39418,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"This is a testing ticket for briefing problems. copy\",\n        \"StartDate\": \"2017-10-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-10-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-01T11:41:59.430Z\",\n        \"CreateEmployeeId\": 39216,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-08-27T11:32:03.647Z\",\n        \"TemporaryId\": 190230,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-08-27T11:32:03.647Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-10-05T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 16143,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 252182,\n        \"PlanId\": 39418,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"This is a testing ticket for briefing problems. copy copy\",\n        \"StartDate\": \"2017-12-21T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-12-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-01T11:44:34.290Z\",\n        \"CreateEmployeeId\": 39216,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-08-27T11:32:09.583Z\",\n        \"TemporaryId\": 252181,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-08-27T11:32:09.583Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-10-05T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 16143,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 252183,\n        \"PlanId\": 39418,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"This is a testing ticket for briefing problems. copy copy copy\",\n        \"StartDate\": \"2017-12-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-01T11:54:08.830Z\",\n        \"CreateEmployeeId\": 39216,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-08-27T11:32:13.830Z\",\n        \"TemporaryId\": 252182,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-08-27T11:32:13.830Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-10-05T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 16143,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 252184,\n        \"PlanId\": 39418,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"This is a testing ticket for briefing problems. copy copy copy copy\",\n        \"StartDate\": \"2018-01-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-01-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-01T11:55:03.253Z\",\n        \"CreateEmployeeId\": 39216,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-08-27T11:32:18.083Z\",\n        \"TemporaryId\": 252183,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-08-27T11:32:18.083Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-10-05T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 16143,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 252366,\n        \"PlanId\": 72577,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"T1\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2019-10-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-07T11:09:43.750Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2019-10-22T13:21:06.287Z\",\n        \"TaskResponsibleResouceId\": 19861,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 252935,\n        \"PlanId\": 71754,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2019-05-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-05-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-15T12:48:25.877Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 252936,\n        \"PlanId\": 71754,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 3\",\n        \"StartDate\": \"2019-05-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-16T13:37:13.350Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 252937,\n        \"PlanId\": 71754,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"First Task\",\n        \"StartDate\": \"2019-06-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-06-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-16T13:40:26.107Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 252938,\n        \"PlanId\": 71754,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Second Task\",\n        \"StartDate\": \"2019-06-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-06-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-16T13:41:16.680Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 253316,\n        \"PlanId\": 72682,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2019-06-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-06-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 23,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-21T12:47:00.233Z\",\n        \"CreateEmployeeId\": 36777,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 253322,\n        \"PlanId\": 72692,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2019-05-28T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-06-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 23,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-21T13:09:53.240Z\",\n        \"CreateEmployeeId\": 36777,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 256819,\n        \"PlanId\": 72866,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Presentation / Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-04-25T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-04-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": true,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-06-21T10:39:49.560Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-06-21T10:45:50.297Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 256867,\n        \"PlanId\": 72883,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test Task\",\n        \"StartDate\": \"2019-06-26T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-06-26T13:58:23.573Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2019-06-27T13:02:20.783Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-06-27T13:02:20.783Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 256869,\n        \"PlanId\": 72802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 134,\n        \"TaskName\": \"TICKET001\",\n        \"StartDate\": \"2019-06-27T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-07-04T00:00:00.000Z\",\n        \"EndTime\": \"2019-07-04T04:52:30.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-06-27T02:52:30.000Z\",\n        \"CreateEmployeeId\": 75836,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-08-27T11:33:01.630Z\",\n        \"TaskResponsibleResouceId\": 34855,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-08-27T11:32:59.163Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketReceived\": \"2019-06-27T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 75836,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 256924,\n        \"PlanId\": 72859,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"TICKET001\",\n        \"StartDate\": \"2019-06-27T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-07-04T00:00:00.000Z\",\n        \"EndTime\": \"2019-07-04T04:52:30.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-06-27T03:24:31.953Z\",\n        \"CreateEmployeeId\": 75836,\n        \"TaskResponsibleResouceId\": 75836,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 257124,\n        \"PlanId\": 72823,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"test \",\n        \"StartDate\": \"2019-07-09T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-07-16T00:00:00.000Z\",\n        \"EndTime\": \"2019-07-16T10:32:47.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-07-09T08:32:47.717Z\",\n        \"CreateEmployeeId\": 16143,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-08-27T11:31:26.823Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-08-27T11:31:26.683Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2019-07-09T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 16143,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 257152,\n        \"PlanId\": 72251,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task B\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-09-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-07-09T13:28:28.583Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2020-05-04T10:33:27.393Z\",\n        \"TaskResponsibleResouceId\": 19861,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 2,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 259533,\n        \"PlanId\": 70193,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"qeweqeqe\",\n        \"StartDate\": \"2018-12-10T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-12-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-07-17T11:52:33.567Z\",\n        \"CreateEmployeeId\": 39216,\n        \"UpdateEmployeeId\": 39216,\n        \"UpdateDate\": \"2019-07-17T11:52:33.957Z\",\n        \"TaskResponsibleResouceId\": 75808,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 259773,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 121,\n        \"TaskName\": \"9875 - Pipeline test\",\n        \"StartDate\": \"2019-07-25T00:00:00.000Z\",\n        \"WorkDays\": 101,\n        \"EndDate\": \"2020-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-07-25T07:24:26.010Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-07-25T09:24:26.010Z\",\n        \"TaskResponsibleResouceId\": 75593,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 259860,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 122,\n        \"TaskName\": \"TESTING\",\n        \"StartDate\": \"2019-08-01T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2019-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-08-01T08:53:33.463Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-08-01T10:53:33.463Z\",\n        \"TaskResponsibleResouceId\": 75520,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 298,\n        \"TicketReceived\": \"2019-08-01T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 41551,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 75520,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 259898,\n        \"PlanId\": 39420,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"123\",\n        \"StartDate\": \"2019-08-09T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-08-09T07:45:02.160Z\",\n        \"CreateEmployeeId\": 79822,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-08-27T11:31:54.117Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-08-27T11:31:54.117Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 282,\n        \"TicketReceived\": \"2019-08-09T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 79822,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 259899,\n        \"PlanId\": 39420,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"testt\",\n        \"StartDate\": \"2019-08-09T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-08-09T07:45:57.213Z\",\n        \"CreateEmployeeId\": 79822,\n        \"UpdateEmployeeId\": 79822,\n        \"UpdateDate\": \"2019-08-09T07:47:26.163Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 282,\n        \"TicketReceived\": \"2019-08-09T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 79822,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 2,\n        \"TicketTeamId\": 133,\n        \"AssignedResourceId\": 79822,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 259909,\n        \"PlanId\": 73008,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Move hours task\",\n        \"StartDate\": \"2019-08-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-08-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-08-13T08:29:07.427Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 261403,\n        \"PlanId\": 73081,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-08-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-08-22T06:48:48.813Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 261594,\n        \"PlanId\": 73101,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2019-08-27T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-09-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-08-27T07:32:29.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 77929,\n        \"UpdateDate\": \"2019-11-20T16:12:56.170Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"TaskProgressId\": 206\n    },\n    {\n        \"Id\": 261897,\n        \"PlanId\": 73118,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 1 / Blame MS\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2019-01-02T00:00:00.000Z\",\n        \"WorkDays\": 240,\n        \"EndDate\": \"2019-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-08-28T10:18:06.730Z\",\n        \"CreateEmployeeId\": 77358,\n        \"UpdateEmployeeId\": 77358,\n        \"UpdateDate\": \"2020-04-02T01:00:19.953Z\",\n        \"TaskResponsibleResouceId\": 77358,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 262349,\n        \"PlanId\": 72996,\n        \"PhaseNumber\": 29,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"task 20\",\n        \"StartDate\": \"2019-11-27T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-12-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-03T05:24:31.840Z\",\n        \"CreateEmployeeId\": 75836,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-11-25T09:13:17.890Z\",\n        \"TaskResponsibleResouceId\": 79355,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"ScrumSprintId\": 322\n    },\n    {\n        \"Id\": 262795,\n        \"PlanId\": 73131,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Copy Writer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2012-10-12T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2012-10-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 13,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-04T14:06:40.077Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-21T06:45:13.360Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-10-21T06:45:13.343Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 262890,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 123,\n        \"TaskName\": \"Test #AWDkjadjka1213\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2020-01-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-01-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-10T14:57:39.710Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 262891,\n        \"PlanId\": 72413,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"21312312 #3131mn1mndw\",\n        \"StartDate\": \"2019-09-02T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-09-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-10T14:58:37.787Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 266084,\n        \"PlanId\": 73218,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2019-09-18T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-09-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-18T09:12:09.697Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-09-18T09:12:16.030Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 266085,\n        \"PlanId\": 73218,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2019-09-27T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-18T10:00:40.853Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-09-18T10:00:56.623Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285306,\n        \"PlanId\": 73481,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"New task / Test / Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-07-31T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-07-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-30T10:54:35.487Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-09-30T13:57:23.873Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 285307,\n        \"PlanId\": 73481,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"aaaaa / Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-08-01T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-08-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-30T10:54:35.580Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-09-30T13:57:23.873Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 285610,\n        \"PlanId\": 73512,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2019-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-07T08:04:09.363Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-14T10:06:12.950Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"TaskFolderName\": \"T285610 001 Task 1\",\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285611,\n        \"PlanId\": 73512,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2019-10-16T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-07T08:04:11.020Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-10T07:12:32.010Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285617,\n        \"PlanId\": 73521,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"New task / Test / Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-08-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-08-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-07T12:47:01.170Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 285694,\n        \"PlanId\": 73577,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T10:38:23.983Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285695,\n        \"PlanId\": 73578,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1563,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T10:38:24.627Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 285698,\n        \"PlanId\": 73578,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T10:38:24.860Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285702,\n        \"PlanId\": 73580,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T10:40:06.530Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285703,\n        \"PlanId\": 73581,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1563,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T10:40:06.673Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 285706,\n        \"PlanId\": 73581,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T10:40:06.843Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285710,\n        \"PlanId\": 73583,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T10:59:04.143Z\",\n        \"CreateEmployeeId\": 19308,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285711,\n        \"PlanId\": 73584,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1563,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T10:59:04.550Z\",\n        \"CreateEmployeeId\": 19308,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 285714,\n        \"PlanId\": 73584,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T10:59:04.753Z\",\n        \"CreateEmployeeId\": 19308,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285722,\n        \"PlanId\": 73591,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T11:31:57.167Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285723,\n        \"PlanId\": 73592,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1563,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T11:31:57.730Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 285726,\n        \"PlanId\": 73592,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T11:31:58.283Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285730,\n        \"PlanId\": 73594,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T11:38:13.303Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285731,\n        \"PlanId\": 73595,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1563,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T11:38:13.960Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 285734,\n        \"PlanId\": 73595,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-11T11:38:14.413Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285880,\n        \"PlanId\": 40062,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"gdgf\",\n        \"ActivityId\": 105,\n        \"StartDate\": \"2016-04-01T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-04-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 38,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-17T09:11:59.077Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 19869,\n        \"UpdateDate\": \"2019-11-21T13:53:34.080Z\",\n        \"TaskResponsibleResouceId\": 19869,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285928,\n        \"PlanId\": 73645,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task past\",\n        \"StartDate\": \"2019-10-07T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-18T10:07:24.807Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2019-10-18T10:07:58.830Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285929,\n        \"PlanId\": 73645,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task current week\",\n        \"ActivityId\": 209,\n        \"StartDate\": \"2019-10-21T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-18T10:07:27.747Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-30T15:23:20.497Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285930,\n        \"PlanId\": 73645,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Task current week w/ allocated hours\",\n        \"StartDate\": \"2019-10-21T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-18T10:07:39.497Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-30T15:23:20.497Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285931,\n        \"PlanId\": 73645,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Future task\",\n        \"StartDate\": \"2019-10-28T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-11-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-18T10:07:45.203Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-30T15:23:20.513Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285961,\n        \"PlanId\": 73661,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2019-10-21T00:00:00.000Z\",\n        \"WorkDays\": 244,\n        \"EndDate\": \"2020-11-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-21T10:19:56.617Z\",\n        \"CreateEmployeeId\": 79902,\n        \"TaskResponsibleResouceId\": 79902,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-01-27T06:09:29.523Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285966,\n        \"PlanId\": 73663,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2019-10-21T00:00:00.000Z\",\n        \"WorkDays\": 244,\n        \"EndDate\": \"2020-11-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-21T10:35:36.950Z\",\n        \"CreateEmployeeId\": 79902,\n        \"TaskResponsibleResouceId\": 79902,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285973,\n        \"PlanId\": 73671,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 243,\n        \"EndDate\": \"2020-11-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-21T10:55:54.493Z\",\n        \"CreateEmployeeId\": 79902,\n        \"TaskResponsibleResouceId\": 79902,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285979,\n        \"PlanId\": 73676,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2019-10-21T00:00:00.000Z\",\n        \"WorkDays\": 250,\n        \"EndDate\": \"2020-11-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-21T11:33:35.903Z\",\n        \"CreateEmployeeId\": 79935,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-11-28T12:32:35.940Z\",\n        \"TaskResponsibleResouceId\": 79902,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286008,\n        \"PlanId\": 73479,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:16:50.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286012,\n        \"PlanId\": 74661,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:20:26.573Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286013,\n        \"PlanId\": 74663,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:20:43.043Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286014,\n        \"PlanId\": 74664,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:20:44.703Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286015,\n        \"PlanId\": 74665,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:20:57.830Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286016,\n        \"PlanId\": 74666,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:20:59.440Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286017,\n        \"PlanId\": 74668,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:00.203Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286018,\n        \"PlanId\": 74667,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:00.970Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286019,\n        \"PlanId\": 74669,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:01.923Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286020,\n        \"PlanId\": 74670,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:02.487Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286021,\n        \"PlanId\": 74671,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:03.190Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286022,\n        \"PlanId\": 74662,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:03.877Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286023,\n        \"PlanId\": 74672,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:04.517Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286024,\n        \"PlanId\": 74673,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:05.190Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286025,\n        \"PlanId\": 74675,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:05.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286026,\n        \"PlanId\": 74677,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:06.407Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286027,\n        \"PlanId\": 74676,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:07.220Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286028,\n        \"PlanId\": 74678,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:07.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286029,\n        \"PlanId\": 74679,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:08.360Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286030,\n        \"PlanId\": 74680,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:09.330Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286031,\n        \"PlanId\": 74685,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:09.860Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286032,\n        \"PlanId\": 74681,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:10.487Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286033,\n        \"PlanId\": 74683,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:11.190Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286034,\n        \"PlanId\": 74682,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:11.737Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286035,\n        \"PlanId\": 74674,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:12.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286036,\n        \"PlanId\": 74684,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:13.360Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286037,\n        \"PlanId\": 74686,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:14.157Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286038,\n        \"PlanId\": 74689,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:15.033Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286039,\n        \"PlanId\": 74688,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:15.690Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286040,\n        \"PlanId\": 74690,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:16.580Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286041,\n        \"PlanId\": 74691,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:17.127Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286042,\n        \"PlanId\": 74687,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:17.737Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286043,\n        \"PlanId\": 74692,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:18.423Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286044,\n        \"PlanId\": 74693,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:19.453Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286045,\n        \"PlanId\": 74694,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:19.987Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286046,\n        \"PlanId\": 74695,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:20.610Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286047,\n        \"PlanId\": 74696,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:21.237Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286048,\n        \"PlanId\": 74697,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:21.953Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286049,\n        \"PlanId\": 74698,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:22.893Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286050,\n        \"PlanId\": 74699,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:23.627Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286051,\n        \"PlanId\": 74700,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:24.283Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286052,\n        \"PlanId\": 74701,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:24.923Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286053,\n        \"PlanId\": 74702,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:25.453Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286054,\n        \"PlanId\": 74703,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:26.033Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286055,\n        \"PlanId\": 74704,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:26.690Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286056,\n        \"PlanId\": 74705,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:27.347Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286057,\n        \"PlanId\": 74706,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:28.267Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286058,\n        \"PlanId\": 74707,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:29.017Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286059,\n        \"PlanId\": 74708,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:29.970Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286060,\n        \"PlanId\": 74709,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:30.470Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286061,\n        \"PlanId\": 74710,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:31.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286062,\n        \"PlanId\": 74711,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:31.940Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286063,\n        \"PlanId\": 74712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:32.533Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286064,\n        \"PlanId\": 74715,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:33.253Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286065,\n        \"PlanId\": 74720,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:34.627Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286066,\n        \"PlanId\": 74713,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:35.893Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286067,\n        \"PlanId\": 74717,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:36.643Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286068,\n        \"PlanId\": 74719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:37.143Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286069,\n        \"PlanId\": 74721,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:37.940Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286070,\n        \"PlanId\": 74716,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:38.503Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286071,\n        \"PlanId\": 74714,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:39.080Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286072,\n        \"PlanId\": 74718,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:39.753Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286073,\n        \"PlanId\": 74722,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:44.563Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286074,\n        \"PlanId\": 74723,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:46.080Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286075,\n        \"PlanId\": 74724,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:47.877Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286076,\n        \"PlanId\": 74727,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:48.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286077,\n        \"PlanId\": 74728,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:49.377Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286078,\n        \"PlanId\": 74729,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:50.330Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286079,\n        \"PlanId\": 74730,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:51.627Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286080,\n        \"PlanId\": 74731,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:52.597Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286081,\n        \"PlanId\": 74725,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:53.363Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286082,\n        \"PlanId\": 74733,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:54.017Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286083,\n        \"PlanId\": 74726,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:54.720Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286084,\n        \"PlanId\": 74735,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:55.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286085,\n        \"PlanId\": 74732,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:56.173Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286086,\n        \"PlanId\": 74734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:56.970Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286087,\n        \"PlanId\": 74736,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:57.940Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286088,\n        \"PlanId\": 74737,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:58.567Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286089,\n        \"PlanId\": 74738,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:21:59.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286090,\n        \"PlanId\": 74739,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:22:00.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286091,\n        \"PlanId\": 74740,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:22:01.127Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286092,\n        \"PlanId\": 74741,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:22:01.767Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286093,\n        \"PlanId\": 74742,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:22:02.347Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286094,\n        \"PlanId\": 74743,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:22:02.893Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286095,\n        \"PlanId\": 74744,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:22:03.363Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286096,\n        \"PlanId\": 74745,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:22:03.987Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286097,\n        \"PlanId\": 74746,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:22:04.470Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286098,\n        \"PlanId\": 74747,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:22:05.160Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286099,\n        \"PlanId\": 74748,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:23:46.117Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286100,\n        \"PlanId\": 74749,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:23:54.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286101,\n        \"PlanId\": 74752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:23:55.727Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286102,\n        \"PlanId\": 74754,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:23:56.913Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286103,\n        \"PlanId\": 74753,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:23:57.820Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286104,\n        \"PlanId\": 74755,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:23:58.540Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286105,\n        \"PlanId\": 74756,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:23:59.040Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286106,\n        \"PlanId\": 74757,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:23:59.790Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286107,\n        \"PlanId\": 74759,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:00.523Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286108,\n        \"PlanId\": 74758,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:01.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286109,\n        \"PlanId\": 74760,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:02.603Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286110,\n        \"PlanId\": 74761,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:08.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286111,\n        \"PlanId\": 74763,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:09.477Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286112,\n        \"PlanId\": 74779,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:10.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286113,\n        \"PlanId\": 74783,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:11.570Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286114,\n        \"PlanId\": 74775,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:12.383Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286115,\n        \"PlanId\": 74771,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:13.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286116,\n        \"PlanId\": 74781,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:16.697Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286117,\n        \"PlanId\": 74782,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:17.510Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286118,\n        \"PlanId\": 74778,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:18.307Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286119,\n        \"PlanId\": 74780,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:18.900Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286120,\n        \"PlanId\": 74764,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:19.853Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286121,\n        \"PlanId\": 74777,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:20.603Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286122,\n        \"PlanId\": 74766,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:21.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286123,\n        \"PlanId\": 74765,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:22.587Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286124,\n        \"PlanId\": 74776,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:23.260Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286125,\n        \"PlanId\": 74774,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:24.117Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286126,\n        \"PlanId\": 74768,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:25.023Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286127,\n        \"PlanId\": 74769,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:26.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286128,\n        \"PlanId\": 74767,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:27.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286129,\n        \"PlanId\": 74773,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:27.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286130,\n        \"PlanId\": 74772,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:28.510Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286131,\n        \"PlanId\": 74770,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:29.307Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286132,\n        \"PlanId\": 74762,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:30.213Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286133,\n        \"PlanId\": 74750,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:31.057Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286134,\n        \"PlanId\": 74751,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:31.587Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286135,\n        \"PlanId\": 74784,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:32.243Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286136,\n        \"PlanId\": 74785,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:32.900Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286137,\n        \"PlanId\": 74786,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:33.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286138,\n        \"PlanId\": 74787,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:34.243Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286139,\n        \"PlanId\": 74788,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:34.977Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286140,\n        \"PlanId\": 74789,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:35.603Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286141,\n        \"PlanId\": 74790,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:36.417Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286142,\n        \"PlanId\": 74792,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:37.103Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286143,\n        \"PlanId\": 74793,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:37.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286144,\n        \"PlanId\": 74794,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:38.837Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286145,\n        \"PlanId\": 74796,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:39.760Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286146,\n        \"PlanId\": 74795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:40.510Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286147,\n        \"PlanId\": 74799,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:41.260Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286148,\n        \"PlanId\": 74800,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:41.840Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286149,\n        \"PlanId\": 74791,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:42.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286150,\n        \"PlanId\": 74798,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:43.447Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286151,\n        \"PlanId\": 74797,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:43.980Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286152,\n        \"PlanId\": 74801,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:44.807Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286153,\n        \"PlanId\": 74802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:46.417Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286154,\n        \"PlanId\": 74803,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:47.277Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286155,\n        \"PlanId\": 74804,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:47.840Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286156,\n        \"PlanId\": 74805,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:48.387Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286157,\n        \"PlanId\": 74806,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:48.997Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286158,\n        \"PlanId\": 74808,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:49.683Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286159,\n        \"PlanId\": 74810,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:50.433Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286160,\n        \"PlanId\": 74809,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:51.247Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286161,\n        \"PlanId\": 74811,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:51.950Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286162,\n        \"PlanId\": 74812,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:52.573Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286163,\n        \"PlanId\": 74834,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:53.387Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286164,\n        \"PlanId\": 74807,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:54.043Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286165,\n        \"PlanId\": 74825,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:54.653Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286166,\n        \"PlanId\": 74823,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:55.277Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286167,\n        \"PlanId\": 74824,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:55.777Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286168,\n        \"PlanId\": 74818,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:56.323Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286169,\n        \"PlanId\": 74837,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:56.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286170,\n        \"PlanId\": 74814,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:57.510Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286171,\n        \"PlanId\": 74826,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:58.090Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286172,\n        \"PlanId\": 74821,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:58.683Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286173,\n        \"PlanId\": 74816,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:59.357Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286174,\n        \"PlanId\": 74817,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:24:59.887Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286175,\n        \"PlanId\": 74827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:00.417Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286176,\n        \"PlanId\": 74833,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:00.950Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286177,\n        \"PlanId\": 74831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:01.543Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286178,\n        \"PlanId\": 74836,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:02.357Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286179,\n        \"PlanId\": 74832,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:02.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286180,\n        \"PlanId\": 74830,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:03.620Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286181,\n        \"PlanId\": 74815,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:04.153Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286182,\n        \"PlanId\": 74828,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:04.620Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286183,\n        \"PlanId\": 74835,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:05.357Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286184,\n        \"PlanId\": 74829,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:06.137Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286185,\n        \"PlanId\": 74820,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:06.730Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286186,\n        \"PlanId\": 74819,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:07.357Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286187,\n        \"PlanId\": 74813,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:08.010Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286188,\n        \"PlanId\": 74822,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:08.713Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286189,\n        \"PlanId\": 74838,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:09.590Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286190,\n        \"PlanId\": 74839,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:10.277Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286191,\n        \"PlanId\": 74840,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:25:19.907Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286192,\n        \"PlanId\": 74841,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:19.253Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286193,\n        \"PlanId\": 74842,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:22.863Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286194,\n        \"PlanId\": 74844,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:23.487Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286195,\n        \"PlanId\": 74843,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:24.393Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286196,\n        \"PlanId\": 74845,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:25.207Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286197,\n        \"PlanId\": 74846,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:37.967Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286198,\n        \"PlanId\": 74848,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:43.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286199,\n        \"PlanId\": 74847,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:45.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286200,\n        \"PlanId\": 74849,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:45.793Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286201,\n        \"PlanId\": 74850,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:46.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286202,\n        \"PlanId\": 74851,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:47.030Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286203,\n        \"PlanId\": 74852,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:47.747Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286204,\n        \"PlanId\": 74853,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:48.543Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286205,\n        \"PlanId\": 74857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:49.043Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286206,\n        \"PlanId\": 74858,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:49.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286207,\n        \"PlanId\": 74855,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:50.560Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286208,\n        \"PlanId\": 74854,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:51.327Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286209,\n        \"PlanId\": 74856,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:51.920Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286210,\n        \"PlanId\": 74859,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:52.590Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286211,\n        \"PlanId\": 74860,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:53.687Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286212,\n        \"PlanId\": 74861,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:54.390Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286213,\n        \"PlanId\": 74862,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:54.890Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286214,\n        \"PlanId\": 74863,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:55.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286215,\n        \"PlanId\": 74864,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:57.653Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286216,\n        \"PlanId\": 74865,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:58.483Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286217,\n        \"PlanId\": 74866,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:26:59.170Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286218,\n        \"PlanId\": 74867,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:00.187Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286219,\n        \"PlanId\": 74868,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:01.437Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286220,\n        \"PlanId\": 74869,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:02.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286221,\n        \"PlanId\": 74870,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:03.187Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286222,\n        \"PlanId\": 74872,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:05.013Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286223,\n        \"PlanId\": 74873,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:05.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286224,\n        \"PlanId\": 74871,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:06.420Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286225,\n        \"PlanId\": 74874,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:07.187Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286226,\n        \"PlanId\": 74875,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:07.843Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286227,\n        \"PlanId\": 74876,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:08.547Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286228,\n        \"PlanId\": 74877,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:09.077Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286229,\n        \"PlanId\": 74878,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:09.873Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286230,\n        \"PlanId\": 74879,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:10.513Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286231,\n        \"PlanId\": 74880,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:11.013Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286232,\n        \"PlanId\": 74881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:11.797Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286233,\n        \"PlanId\": 74882,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:12.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286234,\n        \"PlanId\": 74883,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:13.373Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286235,\n        \"PlanId\": 74884,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:14.203Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286236,\n        \"PlanId\": 74885,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:14.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286237,\n        \"PlanId\": 74886,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:15.423Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286238,\n        \"PlanId\": 74888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:16.093Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286239,\n        \"PlanId\": 74887,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:16.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286240,\n        \"PlanId\": 74889,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:17.203Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286241,\n        \"PlanId\": 74890,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:17.797Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286242,\n        \"PlanId\": 74892,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:18.593Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286243,\n        \"PlanId\": 74893,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:19.220Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286244,\n        \"PlanId\": 74894,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:20.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286245,\n        \"PlanId\": 74895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:20.593Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286246,\n        \"PlanId\": 74896,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:21.220Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286247,\n        \"PlanId\": 74891,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:21.813Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286248,\n        \"PlanId\": 74898,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:22.407Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286249,\n        \"PlanId\": 74897,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:23.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286250,\n        \"PlanId\": 74902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:23.483Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286251,\n        \"PlanId\": 74900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:24.110Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286252,\n        \"PlanId\": 74903,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:24.797Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286253,\n        \"PlanId\": 74901,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:25.280Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286254,\n        \"PlanId\": 74899,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:25.907Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286255,\n        \"PlanId\": 74905,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:26.453Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286256,\n        \"PlanId\": 74906,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:26.940Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286257,\n        \"PlanId\": 74907,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:27.500Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286258,\n        \"PlanId\": 74904,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:28.063Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286259,\n        \"PlanId\": 74908,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:28.533Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286260,\n        \"PlanId\": 74909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:29.220Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286261,\n        \"PlanId\": 74910,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:30.250Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286262,\n        \"PlanId\": 74911,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:31.377Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286263,\n        \"PlanId\": 74912,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:32.093Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286264,\n        \"PlanId\": 74913,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:33.360Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286265,\n        \"PlanId\": 74914,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:33.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286266,\n        \"PlanId\": 74915,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:34.597Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286267,\n        \"PlanId\": 74916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:35.313Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286268,\n        \"PlanId\": 74917,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:35.907Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286269,\n        \"PlanId\": 74918,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:36.563Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286270,\n        \"PlanId\": 74919,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:37.157Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286271,\n        \"PlanId\": 74920,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:37.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286272,\n        \"PlanId\": 74921,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:38.313Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286273,\n        \"PlanId\": 74922,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:39.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286274,\n        \"PlanId\": 74923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:40.610Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286275,\n        \"PlanId\": 74924,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:41.643Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286276,\n        \"PlanId\": 74925,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:42.173Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286277,\n        \"PlanId\": 74926,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:42.783Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286278,\n        \"PlanId\": 74927,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:43.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286279,\n        \"PlanId\": 74928,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:27:43.860Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286280,\n        \"PlanId\": 74929,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:28:34.310Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286281,\n        \"PlanId\": 74930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:28:53.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286282,\n        \"PlanId\": 74931,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:05.360Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286283,\n        \"PlanId\": 74933,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:07.843Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286284,\n        \"PlanId\": 74932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:09.047Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286285,\n        \"PlanId\": 74934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:09.940Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286286,\n        \"PlanId\": 74938,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:10.657Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286287,\n        \"PlanId\": 74936,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:11.453Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286288,\n        \"PlanId\": 74937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:12.203Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286289,\n        \"PlanId\": 74935,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:12.890Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286290,\n        \"PlanId\": 74939,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:27.173Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286291,\n        \"PlanId\": 74940,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:29.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286292,\n        \"PlanId\": 74941,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:46.353Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286293,\n        \"PlanId\": 74942,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:47.383Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286294,\n        \"PlanId\": 74943,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:48.180Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286295,\n        \"PlanId\": 74944,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:48.837Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286296,\n        \"PlanId\": 74946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:49.667Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286297,\n        \"PlanId\": 74945,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:50.417Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286298,\n        \"PlanId\": 74947,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:52.417Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286299,\n        \"PlanId\": 74948,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:53.133Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286300,\n        \"PlanId\": 74949,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:53.917Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286301,\n        \"PlanId\": 74957,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:54.837Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286302,\n        \"PlanId\": 74962,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:55.370Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286303,\n        \"PlanId\": 74965,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:55.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286304,\n        \"PlanId\": 74963,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:56.620Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286305,\n        \"PlanId\": 74964,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:57.337Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286306,\n        \"PlanId\": 74980,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:58.027Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286307,\n        \"PlanId\": 74961,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:58.573Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286308,\n        \"PlanId\": 74969,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:59.227Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286309,\n        \"PlanId\": 74977,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:29:59.947Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286310,\n        \"PlanId\": 74975,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:00.727Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286311,\n        \"PlanId\": 74974,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:01.510Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286312,\n        \"PlanId\": 74966,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:02.337Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286313,\n        \"PlanId\": 74970,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:03.227Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286314,\n        \"PlanId\": 74971,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:04.103Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286315,\n        \"PlanId\": 74979,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:04.743Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286316,\n        \"PlanId\": 74960,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:05.323Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286317,\n        \"PlanId\": 74956,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:06.073Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286318,\n        \"PlanId\": 74953,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:06.790Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286319,\n        \"PlanId\": 74958,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:07.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286320,\n        \"PlanId\": 74955,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:08.087Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286321,\n        \"PlanId\": 74950,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:08.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286322,\n        \"PlanId\": 74951,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:09.243Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286323,\n        \"PlanId\": 74959,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:11.680Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286324,\n        \"PlanId\": 74954,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:12.260Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286325,\n        \"PlanId\": 74952,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:12.947Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286326,\n        \"PlanId\": 74973,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:13.557Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286327,\n        \"PlanId\": 74972,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:14.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286328,\n        \"PlanId\": 74976,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:15.213Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286329,\n        \"PlanId\": 74978,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:15.837Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286330,\n        \"PlanId\": 74968,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:16.337Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286331,\n        \"PlanId\": 74967,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:17.027Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286332,\n        \"PlanId\": 74981,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:17.730Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286333,\n        \"PlanId\": 74982,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:18.243Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286334,\n        \"PlanId\": 74983,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:18.823Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286335,\n        \"PlanId\": 74996,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:19.667Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286336,\n        \"PlanId\": 74994,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:20.243Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286337,\n        \"PlanId\": 74993,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:20.930Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286338,\n        \"PlanId\": 74992,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:21.680Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286339,\n        \"PlanId\": 75007,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:22.307Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286340,\n        \"PlanId\": 74988,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:23.010Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286341,\n        \"PlanId\": 74987,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:23.993Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286342,\n        \"PlanId\": 74991,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:24.837Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286343,\n        \"PlanId\": 74990,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:25.323Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286344,\n        \"PlanId\": 74997,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:25.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286345,\n        \"PlanId\": 74986,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:26.603Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286346,\n        \"PlanId\": 74989,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:27.180Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286347,\n        \"PlanId\": 74984,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:27.680Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286348,\n        \"PlanId\": 75006,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:28.260Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286349,\n        \"PlanId\": 74998,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:28.853Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286350,\n        \"PlanId\": 75001,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:29.370Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286351,\n        \"PlanId\": 74985,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:29.870Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286352,\n        \"PlanId\": 75000,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:30.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286353,\n        \"PlanId\": 75005,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:30.950Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286354,\n        \"PlanId\": 74995,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:31.543Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286355,\n        \"PlanId\": 75002,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:32.153Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286356,\n        \"PlanId\": 74999,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:32.730Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286357,\n        \"PlanId\": 75003,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:33.277Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286358,\n        \"PlanId\": 75004,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:33.793Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286359,\n        \"PlanId\": 75008,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:34.670Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286360,\n        \"PlanId\": 75009,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:35.230Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286361,\n        \"PlanId\": 75010,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:35.730Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286362,\n        \"PlanId\": 75011,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:30:36.277Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286363,\n        \"PlanId\": 75012,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:35:22.780Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286364,\n        \"PlanId\": 75013,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:35:51.153Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286366,\n        \"PlanId\": 75015,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:36:02.937Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286371,\n        \"PlanId\": 75025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T11:16:58.753Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286374,\n        \"PlanId\": 75029,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T11:17:34.037Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286375,\n        \"PlanId\": 75030,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T11:18:37.870Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286379,\n        \"PlanId\": 75037,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T11:19:17.917Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286380,\n        \"PlanId\": 75077,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T11:20:29.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286382,\n        \"PlanId\": 75080,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T11:21:04.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286386,\n        \"PlanId\": 75107,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T11:22:42.313Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 77929,\n        \"UpdateDate\": \"2019-11-20T16:17:57.917Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"TaskProgressId\": 206\n    },\n    {\n        \"Id\": 286387,\n        \"PlanId\": 75116,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T11:30:24.840Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 77929,\n        \"UpdateDate\": \"2019-11-20T16:15:59.457Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"TaskProgressId\": 206\n    },\n    {\n        \"Id\": 286391,\n        \"PlanId\": 75131,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T11:31:09.283Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 77929,\n        \"UpdateDate\": \"2019-11-20T16:15:14.370Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"TaskProgressId\": 204\n    },\n    {\n        \"Id\": 286442,\n        \"PlanId\": 72584,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-25T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-25T06:00:20.487Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-25T06:00:24.420Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286554,\n        \"PlanId\": 73645,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-30T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-30T15:23:19.920Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-30T15:23:27.717Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286748,\n        \"PlanId\": 76101,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Tag Test\",\n        \"StartDate\": \"2019-11-05T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-05T15:07:19.890Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-11-05T16:07:19.890Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2019-11-05T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286749,\n        \"PlanId\": 76101,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Tag Test copy\",\n        \"StartDate\": \"2019-11-05T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-05T15:22:29.363Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-11-05T16:22:29.363Z\",\n        \"TemporaryId\": 286748,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2019-11-05T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286810,\n        \"PlanId\": 76113,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2019-11-07T00:00:00.000Z\",\n        \"WorkDays\": 245,\n        \"EndDate\": \"2020-12-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-07T07:08:55.647Z\",\n        \"CreateEmployeeId\": 79902,\n        \"TaskResponsibleResouceId\": 79902,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287296,\n        \"PlanId\": 76163,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-11-21T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-11-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T08:45:41.257Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287297,\n        \"PlanId\": 76164,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-11-21T00:00:00.000Z\",\n        \"WorkDays\": 1565,\n        \"EndDate\": \"2026-11-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T08:45:42.353Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 287300,\n        \"PlanId\": 76164,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2023-11-21T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2023-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T08:45:42.540Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287304,\n        \"PlanId\": 76166,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-11-08T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2019-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T08:48:37.677Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287305,\n        \"PlanId\": 76167,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-11-08T00:00:00.000Z\",\n        \"WorkDays\": 1565,\n        \"EndDate\": \"2026-11-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T08:48:37.800Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 287308,\n        \"PlanId\": 76167,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2023-11-08T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2023-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T08:48:37.990Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287312,\n        \"PlanId\": 76169,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T09:26:44.997Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287313,\n        \"PlanId\": 76170,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T09:26:45.727Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 287316,\n        \"PlanId\": 76170,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T09:26:46.073Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287344,\n        \"PlanId\": 76190,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T11:53:37.340Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287345,\n        \"PlanId\": 76191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T11:53:37.833Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 287348,\n        \"PlanId\": 76191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T11:53:40.220Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287352,\n        \"PlanId\": 76193,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T11:57:06.120Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287353,\n        \"PlanId\": 76194,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T11:57:06.553Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 287356,\n        \"PlanId\": 76194,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T11:57:08.420Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287360,\n        \"PlanId\": 76197,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T12:00:09.497Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 287361,\n        \"PlanId\": 76198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T12:00:09.743Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 287364,\n        \"PlanId\": 76198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-19T12:00:10.047Z\",\n        \"CreateEmployeeId\": 79900,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288854,\n        \"PlanId\": 76238,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T12:51:27.693Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288855,\n        \"PlanId\": 76239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T12:51:28.007Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 288858,\n        \"PlanId\": 76239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T12:51:28.210Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288862,\n        \"PlanId\": 76241,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T12:53:54.273Z\",\n        \"CreateEmployeeId\": 39216,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288863,\n        \"PlanId\": 76242,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T12:53:54.553Z\",\n        \"CreateEmployeeId\": 39216,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 288866,\n        \"PlanId\": 76242,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T12:53:55.070Z\",\n        \"CreateEmployeeId\": 39216,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288870,\n        \"PlanId\": 76244,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T12:56:04.580Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288871,\n        \"PlanId\": 76245,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T12:56:04.750Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 288874,\n        \"PlanId\": 76245,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T12:56:04.940Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288878,\n        \"PlanId\": 76247,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:06:42.297Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288879,\n        \"PlanId\": 76248,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:06:42.593Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 288882,\n        \"PlanId\": 76248,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:06:43.060Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288886,\n        \"PlanId\": 76250,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:18:11.823Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288887,\n        \"PlanId\": 76251,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:18:12.090Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 288890,\n        \"PlanId\": 76251,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:18:12.623Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288894,\n        \"PlanId\": 76253,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:19:16.390Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288895,\n        \"PlanId\": 76254,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:19:16.703Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 288898,\n        \"PlanId\": 76254,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:19:17.220Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288902,\n        \"PlanId\": 76256,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:22:24.087Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288903,\n        \"PlanId\": 76257,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:22:24.383Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 288906,\n        \"PlanId\": 76257,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:22:24.837Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288910,\n        \"PlanId\": 76259,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:26:36.363Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288911,\n        \"PlanId\": 76260,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:26:36.877Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 288914,\n        \"PlanId\": 76260,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:26:38.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288918,\n        \"PlanId\": 76262,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:41:11.043Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288919,\n        \"PlanId\": 76263,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:41:11.763Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 288922,\n        \"PlanId\": 76263,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:41:12.217Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288926,\n        \"PlanId\": 76265,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:42:49.623Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 288927,\n        \"PlanId\": 76266,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:42:50.267Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 288930,\n        \"PlanId\": 76266,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-22T13:42:51.953Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 289143,\n        \"PlanId\": 76288,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-12-02T11:58:26.453Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 289144,\n        \"PlanId\": 76289,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-12-02T11:58:27.483Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 289147,\n        \"PlanId\": 76289,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-12-02T11:58:27.813Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 289152,\n        \"PlanId\": 76291,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-12-02T12:01:13.840Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 289153,\n        \"PlanId\": 76292,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-12-02T12:01:14.010Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 289156,\n        \"PlanId\": 76292,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-12-02T12:01:14.213Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 289161,\n        \"PlanId\": 76294,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-12-02T12:02:18.997Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 289162,\n        \"PlanId\": 76295,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1564,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-12-02T12:02:19.213Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 289165,\n        \"PlanId\": 76295,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-12-02T12:02:19.480Z\",\n        \"CreateEmployeeId\": 39227,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 289421,\n        \"PlanId\": 76313,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Account Manager\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-02-24T00:00:00.000Z\",\n        \"StartTime\": \"2015-02-24T10:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2015-02-24T00:00:00.000Z\",\n        \"EndTime\": \"2015-02-24T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": true,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-12-04T13:11:39.917Z\",\n        \"CreateEmployeeId\": 79822,\n        \"TaskResponsibleResouceId\": 79822,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 290083,\n        \"PlanId\": 76352,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"-12\",\n        \"StartDate\": \"2016-09-30T00:00:00.000Z\",\n        \"WorkDays\": 152,\n        \"EndDate\": \"2017-05-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-12-17T16:11:05.237Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 18611,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 290854,\n        \"PlanId\": 76374,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2020-01-03T00:00:00.000Z\",\n        \"WorkDays\": 247,\n        \"EndDate\": \"2021-01-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-02T11:44:34.983Z\",\n        \"CreateEmployeeId\": 79902,\n        \"TaskResponsibleResouceId\": 79902,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2021-06-22T13:01:57.187Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 292086,\n        \"PlanId\": 76416,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T09:45:57.550Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 292087,\n        \"PlanId\": 76417,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1476,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T09:45:58.333Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 292090,\n        \"PlanId\": 76417,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T09:45:58.987Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 292095,\n        \"PlanId\": 76419,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T10:03:29.440Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 292096,\n        \"PlanId\": 76420,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1476,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T10:03:30.477Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 292099,\n        \"PlanId\": 76420,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T10:03:30.897Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 292514,\n        \"PlanId\": 76441,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T11:21:30.657Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 292515,\n        \"PlanId\": 76442,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1476,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T11:21:31.953Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 292518,\n        \"PlanId\": 76442,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T11:21:33.467Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 292523,\n        \"PlanId\": 76444,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T11:24:05.847Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 292524,\n        \"PlanId\": 76445,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1476,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T11:24:06.207Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 292527,\n        \"PlanId\": 76445,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T11:24:06.613Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 292579,\n        \"PlanId\": 76448,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T12:54:02.140Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 292580,\n        \"PlanId\": 76449,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1476,\n        \"EndDate\": \"2025-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T12:54:02.860Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 292583,\n        \"PlanId\": 76449,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2022-12-20T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2022-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-09T12:54:03.360Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 293357,\n        \"PlanId\": 76566,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2020-01-24T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-02-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-24T12:52:08.710Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-01-24T12:52:33.150Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 293388,\n        \"PlanId\": 40739,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"test\",\n        \"ActivityId\": 2,\n        \"StartDate\": \"2020-02-10T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2020-02-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-02-10T13:58:22.500Z\",\n        \"CreateEmployeeId\": 22834,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 293389,\n        \"PlanId\": 40739,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"test1\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2020-02-17T00:00:00.000Z\",\n        \"WorkDays\": 50,\n        \"EndDate\": \"2020-05-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-02-10T13:58:27.330Z\",\n        \"CreateEmployeeId\": 22834,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2020-02-10T15:46:42.637Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 293526,\n        \"PlanId\": 41299,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Tag test\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2020-02-19T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-02-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-02-19T15:27:08.513Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-02-19T15:27:25.250Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 293553,\n        \"PlanId\": 76482,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2020-02-24T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-03-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-02-21T12:57:58.827Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-02-21T14:07:37.280Z\",\n        \"TaskResponsibleResouceId\": 78120,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 293569,\n        \"PlanId\": 76664,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Status 10\",\n        \"ActivityId\": 227,\n        \"StartDate\": \"2020-02-25T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-03-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-02-25T09:35:59.860Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-02-25T09:37:24.453Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 293570,\n        \"PlanId\": 76664,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Status 20\",\n        \"ActivityId\": 220,\n        \"StartDate\": \"2020-03-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-02-25T09:36:08.373Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-02-25T09:37:30.447Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 293571,\n        \"PlanId\": 76664,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Status 40 / Act - FRI VAT\",\n        \"ActivityId\": 211,\n        \"StartDate\": \"2020-03-16T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-03-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-02-25T09:37:32.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-02-25T09:37:42.853Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 293572,\n        \"PlanId\": 76664,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Status 60 / Act - MAN VAT\",\n        \"ActivityId\": 218,\n        \"StartDate\": \"2020-03-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-04-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-02-25T09:37:36.347Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-02-25T09:37:51.393Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 293862,\n        \"PlanId\": 76782,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 4\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2020-04-24T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2020-05-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-04-13T11:38:51.720Z\",\n        \"CreateEmployeeId\": 79822,\n        \"UpdateEmployeeId\": 80681,\n        \"UpdateDate\": \"2020-07-02T13:06:41.817Z\",\n        \"TaskResponsibleResouceId\": 79822,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T293862 002 Task 4\",\n        \"Billable\": true,\n        \"TaskProgressId\": 212\n    },\n    {\n        \"Id\": 295316,\n        \"PlanId\": 77030,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"1\",\n        \"StartDate\": \"2020-07-10T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-07-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-07-02T14:25:02.857Z\",\n        \"CreateEmployeeId\": 41451,\n        \"UpdateEmployeeId\": 41451,\n        \"UpdateDate\": \"2020-07-02T16:25:02.857Z\",\n        \"TaskResponsibleResouceId\": 75520,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 196198\n    },\n    {\n        \"Id\": 295334,\n        \"PlanId\": 77031,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"1\",\n        \"StartDate\": \"2020-07-10T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-07-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-07-02T14:26:02.670Z\",\n        \"CreateEmployeeId\": 41451,\n        \"UpdateEmployeeId\": 41451,\n        \"UpdateDate\": \"2020-07-02T16:26:02.670Z\",\n        \"TaskResponsibleResouceId\": 75520,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 196198\n    },\n    {\n        \"Id\": 295356,\n        \"PlanId\": 77037,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"1\",\n        \"StartDate\": \"2020-07-10T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-07-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-07-02T14:53:22.613Z\",\n        \"CreateEmployeeId\": 41451,\n        \"UpdateEmployeeId\": 41451,\n        \"UpdateDate\": \"2020-07-02T16:53:22.613Z\",\n        \"TaskResponsibleResouceId\": 75520,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T295356 013 1\",\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 196198\n    },\n    {\n        \"Id\": 295374,\n        \"PlanId\": 77038,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"1\",\n        \"StartDate\": \"2020-07-10T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-07-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-07-02T15:41:31.117Z\",\n        \"CreateEmployeeId\": 41451,\n        \"UpdateEmployeeId\": 41451,\n        \"UpdateDate\": \"2020-07-02T17:41:31.117Z\",\n        \"TaskResponsibleResouceId\": 75520,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 196198\n    },\n    {\n        \"Id\": 295800,\n        \"PlanId\": 76306,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"New ticket Aug 14 2020 10:58AM\",\n        \"StartDate\": \"2020-09-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-08-14T08:58:49.430Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2020-09-29T07:10:59.370Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-08-14T08:58:52.523Z\",\n        \"TicketAuthorResourceId\": 72998,\n        \"TicketStatusId\": 3,\n        \"TaskFolderName\": \"T295800 017 New ticket Aug 14 2020 1058AM\",\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 536,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 295801,\n        \"PlanId\": 76306,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"New ticket Aug 14 2020 11:02AM\",\n        \"StartDate\": \"2020-09-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-09-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-08-14T09:02:22.040Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2020-09-29T07:10:59.383Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-08-14T09:02:22.243Z\",\n        \"TicketAuthorResourceId\": 72998,\n        \"TicketStatusId\": 3,\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 536,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 295802,\n        \"PlanId\": 76306,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"New ticket Aug 14 2020 11:03AM\",\n        \"StartDate\": \"2020-09-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-08-14T09:03:24.793Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2020-09-29T07:10:59.400Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-08-14T09:03:24.903Z\",\n        \"TicketAuthorResourceId\": 72998,\n        \"TicketStatusId\": 3,\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 536,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 295803,\n        \"PlanId\": 76306,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"New ticket Aug 14 2020 11:23AM\",\n        \"StartDate\": \"2020-09-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-08-14T09:23:08.513Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2020-09-29T07:10:59.430Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-08-14T09:23:08.577Z\",\n        \"TicketAuthorResourceId\": 72998,\n        \"TicketStatusId\": 3,\n        \"TaskFolderName\": \"T295803 020 New ticket Aug 14 2020 1123AM\",\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 536,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 295804,\n        \"PlanId\": 76306,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"New ticket Aug 14 2020 11:32AM\",\n        \"StartDate\": \"2020-09-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-08-14T09:32:01.647Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2020-09-29T07:10:59.463Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-08-14T09:32:01.693Z\",\n        \"TicketAuthorResourceId\": 72998,\n        \"TicketStatusId\": 3,\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 536,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 295811,\n        \"PlanId\": 76306,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"New ticket Aug 18 2020  8:37AM\",\n        \"StartDate\": \"2020-09-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-09-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-08-18T06:37:46.427Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2020-09-29T07:10:59.477Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-08-18T06:37:49.240Z\",\n        \"TicketAuthorResourceId\": 72998,\n        \"TicketStatusId\": 3,\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 536,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 295816,\n        \"PlanId\": 76306,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"New ticket Aug 20 2020  7:28PM\",\n        \"StartDate\": \"2020-09-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-09-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-08-20T17:28:08.820Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2020-09-29T07:10:59.493Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-08-20T17:28:11.587Z\",\n        \"TicketAuthorResourceId\": 72998,\n        \"TicketStatusId\": 3,\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 536,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 295817,\n        \"PlanId\": 76306,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 24,\n        \"TaskName\": \"R122 TICKET\",\n        \"StartDate\": \"2020-09-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-09-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-08-20T17:32:10.890Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 80852,\n        \"UpdateDate\": \"2020-10-08T07:03:53.080Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-08-20T17:32:11.683Z\",\n        \"TicketAuthorResourceId\": 75836,\n        \"TicketStatusId\": 3,\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 536,\n        \"Billable\": true,\n        \"TaskProgressId\": 204\n    },\n    {\n        \"Id\": 295818,\n        \"PlanId\": 76306,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"New ticket Aug 20 2020  7:41PM\",\n        \"StartDate\": \"2020-09-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-09-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-08-20T17:41:21.830Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2020-09-29T07:10:59.540Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-08-20T17:41:21.890Z\",\n        \"TicketAuthorResourceId\": 75836,\n        \"TicketStatusId\": 3,\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 536,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 295819,\n        \"PlanId\": 76306,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"New ticket Aug 20 2020  7:42PM\",\n        \"StartDate\": \"2020-09-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-09-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-08-20T17:42:23.320Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2020-09-29T07:10:59.540Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-08-20T17:42:23.510Z\",\n        \"TicketAuthorResourceId\": 75836,\n        \"TicketStatusId\": 3,\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 536,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 295820,\n        \"PlanId\": 76306,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"New ticket Aug 24 2020  9:05AM\",\n        \"StartDate\": \"2020-09-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-09-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-08-24T07:05:21.737Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2020-09-29T07:10:59.570Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-08-24T07:05:25.033Z\",\n        \"TicketAuthorResourceId\": 72998,\n        \"TicketStatusId\": 3,\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 536,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 296707,\n        \"PlanId\": 77457,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-02-27T00:00:00.000Z\",\n        \"WorkDays\": 21,\n        \"EndDate\": \"2020-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-06T07:38:16.030Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 296710,\n        \"PlanId\": 77457,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2023-01-12T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2023-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-06T07:38:18.433Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 296716,\n        \"PlanId\": 77458,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-06T07:38:25.723Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 296717,\n        \"PlanId\": 77464,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-02-27T00:00:00.000Z\",\n        \"WorkDays\": 21,\n        \"EndDate\": \"2020-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-06T07:53:56.710Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 296720,\n        \"PlanId\": 77464,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2023-01-12T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2023-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-06T07:53:58.803Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 296726,\n        \"PlanId\": 77465,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-06T07:54:03.050Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 296890,\n        \"PlanId\": 77524,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-02-27T00:00:00.000Z\",\n        \"WorkDays\": 21,\n        \"EndDate\": \"2020-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-08T11:29:55.073Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 296893,\n        \"PlanId\": 77524,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2023-01-12T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2023-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-08T11:29:55.527Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 296899,\n        \"PlanId\": 77525,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-08T11:29:55.997Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 296909,\n        \"PlanId\": 77532,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-02-27T00:00:00.000Z\",\n        \"WorkDays\": 21,\n        \"EndDate\": \"2020-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-08T11:33:19.843Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 296912,\n        \"PlanId\": 77532,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2023-01-12T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2023-01-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-08T11:33:20.343Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 296918,\n        \"PlanId\": 77533,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Management123\",\n        \"StartDate\": \"2019-04-02T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-08T11:33:20.843Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 296988,\n        \"PlanId\": 40062,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Test of creation\",\n        \"StartDate\": \"2026-09-24T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2026-10-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-12T15:14:27.407Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 39216,\n        \"UpdateDate\": \"2021-01-11T11:25:26.110Z\",\n        \"TaskResponsibleResouceId\": 75615,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 296994,\n        \"PlanId\": 76609,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New Tesk\",\n        \"StartDate\": \"2020-02-28T00:00:00.000Z\",\n        \"WorkDays\": 357,\n        \"EndDate\": \"2021-10-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 25,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-13T08:22:31.530Z\",\n        \"CreateEmployeeId\": 21647,\n        \"UpdateEmployeeId\": 79822,\n        \"UpdateDate\": \"2021-10-15T12:06:40.563Z\",\n        \"TaskResponsibleResouceId\": 18611,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T296994 003 New Tesk\",\n        \"Billable\": true\n    },\n    {\n        \"Id\": 297195,\n        \"PlanId\": 39339,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"test 1\",\n        \"StartDate\": \"2018-06-25T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-07-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-13T11:39:43.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75615,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 297196,\n        \"PlanId\": 39339,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"test2\",\n        \"StartDate\": \"2018-07-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-07-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-13T11:40:30.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75615,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 297197,\n        \"PlanId\": 39339,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"test 3\",\n        \"StartDate\": \"2018-07-16T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-07-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-13T11:41:33.937Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75615,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 297198,\n        \"PlanId\": 39339,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2018-07-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-08-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-13T11:42:07.547Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75615,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 297245,\n        \"PlanId\": 76490,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 77,\n        \"TaskName\": \"New ticket Oct 30 2020  1:27PM\",\n        \"StartDate\": \"2020-10-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-30T12:27:45.763Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 21775,\n        \"UpdateDate\": \"2020-10-30T13:27:45.767Z\",\n        \"TaskResponsibleResouceId\": 18721,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2020-10-30T12:27:49.920Z\",\n        \"TicketAuthorResourceId\": 81137,\n        \"TicketStatusId\": 3,\n        \"TicketTeamId\": 322,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 524,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 297325,\n        \"PlanId\": 38061,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Deadlock 2\",\n        \"StartDate\": \"2016-12-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-11-03T10:18:51.910Z\",\n        \"CreateEmployeeId\": 19308,\n        \"UpdateEmployeeId\": 19308,\n        \"UpdateDate\": \"2021-03-24T08:42:40.740Z\",\n        \"TaskResponsibleResouceId\": 19308,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 297327,\n        \"PlanId\": 77625,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-11-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-11-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-11-03T10:25:18.707Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 297328,\n        \"PlanId\": 77626,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-11-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2020-11-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-11-03T14:27:36.143Z\",\n        \"CreateEmployeeId\": 81109,\n        \"TaskResponsibleResouceId\": 81109,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 297366,\n        \"PlanId\": 77628,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2021-01-05T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2021-01-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-11-10T14:01:33.390Z\",\n        \"CreateEmployeeId\": 21647,\n        \"UpdateEmployeeId\": 79822,\n        \"UpdateDate\": \"2021-10-15T12:51:15.007Z\",\n        \"TaskResponsibleResouceId\": 21647,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 298172,\n        \"PlanId\": 77625,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"test1\",\n        \"StartDate\": \"2020-11-23T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-12-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-11-26T15:11:13.960Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-11-26T15:11:19.363Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 298706,\n        \"PlanId\": 39764,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"New Activity\",\n        \"ActivityId\": 211,\n        \"StartDate\": \"2021-01-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2021-01-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-01-21T11:59:22.343Z\",\n        \"CreateEmployeeId\": 39216,\n        \"UpdateEmployeeId\": 39216,\n        \"UpdateDate\": \"2021-01-21T12:12:25.687Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 298707,\n        \"PlanId\": 39764,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"New Activity\",\n        \"ActivityId\": 233,\n        \"StartDate\": \"2021-01-21T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2021-01-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-01-21T11:59:47.193Z\",\n        \"CreateEmployeeId\": 39216,\n        \"UpdateEmployeeId\": 39216,\n        \"UpdateDate\": \"2021-01-21T12:00:36.700Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 298708,\n        \"PlanId\": 39764,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New Activity\",\n        \"ActivityId\": 219,\n        \"StartDate\": \"2021-01-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2021-01-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-01-21T12:49:19.803Z\",\n        \"CreateEmployeeId\": 39216,\n        \"UpdateEmployeeId\": 39216,\n        \"UpdateDate\": \"2021-01-21T12:49:29.957Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 298709,\n        \"PlanId\": 39764,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Act - MAN VAT\",\n        \"ActivityId\": 218,\n        \"StartDate\": \"2021-01-18T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2021-01-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-01-21T13:02:53.617Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2021-01-21T13:03:02.910Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 298711,\n        \"PlanId\": 40062,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2017-02-01T00:00:00.000Z\",\n        \"WorkDays\": 887,\n        \"EndDate\": \"2021-02-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-01-25T11:40:02.650Z\",\n        \"CreateEmployeeId\": 39216,\n        \"UpdateEmployeeId\": 39216,\n        \"UpdateDate\": \"2021-01-25T11:40:29.643Z\",\n        \"TaskResponsibleResouceId\": 19869,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 308647,\n        \"PlanId\": 77657,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Another Task\",\n        \"StartDate\": \"2022-02-21T00:00:00.000Z\",\n        \"WorkDays\": 192,\n        \"EndDate\": \"2023-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 65,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-02-09T12:31:13.080Z\",\n        \"CreateEmployeeId\": 21647,\n        \"UpdateEmployeeId\": 79822,\n        \"UpdateDate\": \"2021-10-18T07:38:48.593Z\",\n        \"TaskResponsibleResouceId\": 21647,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 308821,\n        \"PlanId\": 1279,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 149,\n        \"TaskName\": \"test https://workbookdevelopment.deltek.com/\",\n        \"StartDate\": \"2021-03-09T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2021-03-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-03-09T13:59:30.480Z\",\n        \"CreateEmployeeId\": 80681,\n        \"UpdateEmployeeId\": 80681,\n        \"UpdateDate\": \"2021-03-09T14:00:06.143Z\",\n        \"TaskResponsibleResouceId\": 39216,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketAuthorResourceId\": 80681,\n        \"TicketStatusId\": 284,\n        \"TicketCategoryId\": 73,\n        \"AssignedResourceId\": 80681,\n        \"ServiceLineId\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 308822,\n        \"PlanId\": 1279,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 150,\n        \"TaskName\": \"inbox only 308820 https://workbookdevelopment.deltek.com/\",\n        \"StartDate\": \"2021-03-09T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2021-03-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-03-09T14:20:18.840Z\",\n        \"CreateEmployeeId\": 80681,\n        \"UpdateEmployeeId\": 80681,\n        \"UpdateDate\": \"2021-03-09T15:20:18.850Z\",\n        \"TaskResponsibleResouceId\": 39216,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T308822 150 inbox only 308820 https_workbo\",\n        \"Billable\": false\n    },\n    {\n        \"Id\": 308823,\n        \"PlanId\": 77657,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"hehe\",\n        \"StartDate\": \"2021-02-23T00:00:00.000Z\",\n        \"WorkDays\": 23,\n        \"EndDate\": \"2021-03-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 65,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-03-09T19:21:34.800Z\",\n        \"CreateEmployeeId\": 79822,\n        \"UpdateEmployeeId\": 79822,\n        \"UpdateDate\": \"2021-08-02T09:26:30.053Z\",\n        \"TaskResponsibleResouceId\": 21647,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 309928,\n        \"PlanId\": 39764,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Act - MAN VAT copy / New Activity\",\n        \"ActivityId\": 218,\n        \"StartDate\": \"2021-01-18T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2021-01-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-07-19T11:10:30.023Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2021-07-19T11:10:49.483Z\",\n        \"TemporaryId\": 298709,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    }\n]"},{"id":"bdc9014e-cd30-4f47-9120-b37a56bcfdb7","name":"TasksRequest (where ResourceId = 35879 and OnlyTasksWithApprovedBookings is set to true)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TasksRequest?ResourceId=35879&OnlyTasksWithApprovedBookings=true","host":["{{base_url}}"],"path":["TasksRequest"],"query":[{"key":"ResourceId","value":"35879","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \nFor information about the **Resource** object, see Resource."},{"key":"Start","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the task will start.","type":"text","disabled":true},{"key":"End","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the task will end.","type":"text","disabled":true},{"key":"Priorities","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated priorities.","type":"text","disabled":true},{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task is active.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"PlanId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated plan.","type":"text","disabled":true},{"key":"PhaseNumber","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe number of the associated phase.","type":"text","disabled":true},{"key":"JobId","value":"{{integer}}","description":"**IMPORTANT:** This is obsolete. Use the **JobIds** query parameter instead.  \n*Optional.*  \n(int32)  \nThe identifier of the associated job.  \nFor information about the **Job** object, see [Job](#9bba8cab-9518-4d20-b9b9-8e89482dbc9d).","type":"text","disabled":true},{"key":"JobIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated jobs.","type":"text","disabled":true},{"key":"StatusIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated job status.","type":"text","disabled":true},{"key":"AllowTimeRegistration","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task allows time registration.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"ApplyCostingCodeFilteringOnPersonalExpense","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the associated job of the task has access to costing codes for personal expense.  \nIf you want to retrieve the tasks whose associated job has access to costing codes for personal expense, set this query parameter to **true** and specify a single job identifier for the **JobIds** query parameter. Otherwise, your request will return a **400 WorkBookException** error code.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"IncludeExpiredTasks","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not to include the tasks that have not yet ended (expired tasks).  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"IncludeFutureTasks","value":"{{boolean}}","description":"*Optional.*  \n The flag that indicates whether or not to include the tasks that have not yet started (future tasks).  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"OnlyTasksWithApprovedBookings","value":"true","description":"*Optional.*  \nThe flag that indicates whether or not the task has its resource booking approved.  \nIf you want to only retrieve the tasks whose resource bookings have been approved, use this query parameter together with the **ResourceId** query parameter.  \n**NOTE:** By default, this is automatically set to **false** if not specified."},{"key":"TaskFilter","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for tasks.","type":"text","disabled":true},{"key":"ProjectFilter","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for projects.","type":"text","disabled":true},{"key":"JobDimension","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for job dimensions.","type":"text","disabled":true},{"key":"Search","value":"{{string}}","description":"*Optional.*  \nThe filter for search results, either by Id or TaskName.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"594673","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 56839,\n        \"PlanId\": 24142,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2013-06-03T00:00:00.000Z\",\n        \"WorkDays\": 857,\n        \"EndDate\": \"2016-11-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 28,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2013-06-06T13:25:02.730Z\",\n        \"CreateEmployeeId\": 20325,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-11-18T11:13:47.750Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 59411,\n        \"PlanId\": 3478,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Some testing ticket for v9!!\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2013-05-06T00:00:00.000Z\",\n        \"StartTime\": \"2013-05-06T08:06:00.000Z\",\n        \"WorkDays\": 166,\n        \"EndDate\": \"2014-01-02T00:00:00.000Z\",\n        \"EndTime\": \"2014-01-02T08:06:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2013-11-04T08:55:04.563Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-05-22T09:25:54.843Z\",\n        \"TaskResponsibleResouceId\": 36728,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2013-11-04T08:55:04.563Z\",\n        \"TicketAuthorResourceId\": 15371,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 7217,\n        \"ServiceLineId\": 2,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 3\n    },\n    {\n        \"Id\": 77423,\n        \"PlanId\": 33710,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"New task\",\n        \"StartDate\": \"2015-08-03T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2015-08-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-08-03T14:36:13.217Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 18929,\n        \"UpdateDate\": \"2015-08-03T14:36:13.217Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 93106,\n        \"PlanId\": 36156,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 33865\",\n        \"StartDate\": \"2012-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2012-08-21T09:48:18.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2012-08-23T00:00:00.000Z\",\n        \"EndTime\": \"2012-08-23T09:48:18.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-01-07T12:54:56.817Z\",\n        \"CreateEmployeeId\": 19294,\n        \"UpdateEmployeeId\": 19859,\n        \"UpdateDate\": \"2016-06-13T13:28:24.780Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 33865\n    },\n    {\n        \"Id\": 118187,\n        \"PlanId\": 35707,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"The paper factory - Headquaters <div>\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-11-24T00:00:00.000Z\",\n        \"WorkDays\": 1399,\n        \"EndDate\": \"2021-07-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-03-04T20:48:49.307Z\",\n        \"CreateEmployeeId\": 20557,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2021-10-14T10:04:08.130Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T118187 002 The paper factory - Headquater\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"TaskProgressId\": 185,\n        \"ScrumSprintId\": 57,\n        \"CostingCodeId\": 4\n    },\n    {\n        \"Id\": 120266,\n        \"PlanId\": 37511,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-02T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2017-01-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-03-21T12:04:26.647Z\",\n        \"CreateEmployeeId\": 19859,\n        \"UpdateEmployeeId\": 38889,\n        \"UpdateDate\": \"2017-01-02T12:04:18.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 62000\n    },\n    {\n        \"Id\": 126865,\n        \"PlanId\": 38137,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dadadads\",\n        \"StartDate\": \"2016-07-14T00:00:00.000Z\",\n        \"WorkDays\": 23,\n        \"EndDate\": \"2016-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-06T07:15:59.877Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2016-08-10T13:50:01.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T126865 001 dadadads\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127373,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 227,\n        \"TaskName\": \"Tiimmy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-09T00:00:00.000Z\",\n        \"WorkDays\": 1352,\n        \"EndDate\": \"2021-08-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-09T08:59:35.253Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:00.200Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:00.200Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T127373 227 Tiimmy\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127723,\n        \"PlanId\": 38206,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Chief Director EN\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2014-05-21T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2014-05-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-14T07:25:02.733Z\",\n        \"CreateEmployeeId\": 18674,\n        \"UpdateEmployeeId\": 18674,\n        \"UpdateDate\": \"2016-06-14T09:25:02.730Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T127723 003 Chief Director EN\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 62431\n    },\n    {\n        \"Id\": 127857,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 230,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-16T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-02-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:31:06.537Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:31:00.517Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:31:00.517Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127858,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 231,\n        \"TaskName\": \"fasts\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:34:23.770Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:01.930Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:01.930Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127859,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 232,\n        \"TaskName\": \"fdsfd\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-12-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:35:00.980Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:06.950Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:06.950Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127860,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 233,\n        \"TaskName\": \"asdada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-04T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:35:57.503Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:29.837Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:29.837Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127861,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 234,\n        \"TaskName\": \"asdas\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-12T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:43:00.303Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:35.093Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:35.093Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127862,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 235,\n        \"TaskName\": \"sefss\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:43:37.730Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:23.267Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:23.267Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127881,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 236,\n        \"TaskName\": \"test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:44:40.253Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:53.470Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:53.470Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127882,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 237,\n        \"TaskName\": \"asdasad\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:45:43.780Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:47.293Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:47.293Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127883,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 238,\n        \"TaskName\": \"dasdasd\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:47:17.147Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:51.770Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:51.770Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127885,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 239,\n        \"TaskName\": \"asds\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 157,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T07:49:54.457Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:22.307Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:22.307Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127887,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 241,\n        \"TaskName\": \"asdaaas\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:00:08.707Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:58.460Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:58.460Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127888,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 242,\n        \"TaskName\": \"asdasdas\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-16T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-02-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:02:15.357Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:32.180Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:32.180Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127889,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 243,\n        \"TaskName\": \"adssaads\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:03:13.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:30.370Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:30.370Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127890,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 244,\n        \"TaskName\": \"sadas\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:03:42.077Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:20.667Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:20.667Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127891,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 245,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:04:53.533Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:05.910Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:05.910Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127892,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 246,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:19:48.777Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:11.277Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:11.277Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127893,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 247,\n        \"TaskName\": \"asdasdassadsadsad\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:20:19.960Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:24.193Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:24.193Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127894,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 248,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:20:57.127Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:30.213Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:30.213Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127895,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 249,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:21:25.077Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:04.850Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:04.850Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127896,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 250,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:21:57.177Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:08.453Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:08.453Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127897,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 251,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:22:34.200Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:26.300Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:26.300Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127898,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 252,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-19T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-06-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:23:58.110Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:18.983Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:18.983Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 127903,\n        \"PlanId\": 23752,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 253,\n        \"TaskName\": \"adsaada\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-23T00:00:00.000Z\",\n        \"WorkDays\": 12,\n        \"EndDate\": \"2017-03-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-17T08:51:17.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:32.733Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:32.733Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129465,\n        \"PlanId\": 38358,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"123\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-29T08:14:59.263Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-08-15T08:58:07.187Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T129465 001 123\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129578,\n        \"PlanId\": 38345,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"2\",\n        \"StartDate\": \"2016-07-18T00:00:00.000Z\",\n        \"WorkDays\": 45,\n        \"EndDate\": \"2016-09-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-06-30T06:56:42.900Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-01T10:48:32.303Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketReceived\": \"2016-06-30T05:56:42.900Z\",\n        \"TicketAuthorResourceId\": 35166,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 5,\n        \"TaskFolderName\": \"T129578 002 2\",\n        \"TicketTeamId\": 59,\n        \"AssignedResourceId\": 35166,\n        \"ServiceLineId\": 50,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"TaskProgressId\": 206\n    },\n    {\n        \"Id\": 129881,\n        \"PlanId\": 36589,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 167,\n        \"TaskName\": \"Time test\",\n        \"StartDate\": \"2016-07-04T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-04T11:06:43.977Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-05T10:28:12.157Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-07-05T12:28:12.160Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 129968,\n        \"PlanId\": 24054,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test time reg.\",\n        \"StartDate\": \"2016-07-13T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2016-08-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-05T10:32:08.680Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:24:47.790Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T129968 004 Test time reg\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 129969,\n        \"PlanId\": 24054,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test time reg. 2\",\n        \"StartDate\": \"2016-07-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-07-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-05T10:32:18.397Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:32.727Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 130990,\n        \"PlanId\": 25300,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-08T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-06T07:53:31.847Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:22.227Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:22.227Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 130999,\n        \"PlanId\": 38405,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"#test querySelector\",\n        \"StartDate\": \"2016-07-08T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-06T09:26:27.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:27.610Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:27.593Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 131134,\n        \"PlanId\": 38476,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Testing briefing\",\n        \"StartDate\": \"2016-07-07T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-07T08:32:46.513Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-07-07T10:32:46.510Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 131677,\n        \"PlanId\": 38552,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Presentation / result of analyses\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-02-16T00:00:00.000Z\",\n        \"WorkDays\": 767,\n        \"EndDate\": \"2018-05-18T00:00:00.000Z\",\n        \"EndTime\": \"2018-05-18T13:33:28.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 0,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-07-28T07:51:17.690Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-18T13:08:38.383Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 65943\n    },\n    {\n        \"Id\": 133397,\n        \"PlanId\": 38345,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"shiggy\",\n        \"ActivityId\": 606,\n        \"StartDate\": \"2019-01-24T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-08T07:35:04.427Z\",\n        \"CreateEmployeeId\": 36351,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-25T08:15:41.703Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 6,\n        \"TaskFolderName\": \"T133397 003 shiggy\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 50\n    },\n    {\n        \"Id\": 133447,\n        \"PlanId\": 38623,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"StartDate\": \"2016-08-09T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-08-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-08T08:02:49.590Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-08T08:39:45.120Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T133447 001 Test 1\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 133651,\n        \"PlanId\": 38642,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-07-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-09T10:31:00.883Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-09T12:31:00.877Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 131005\n    },\n    {\n        \"Id\": 133710,\n        \"PlanId\": 25352,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-08-10T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-08-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-10T06:57:10.827Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-10T08:57:10.820Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:46:46.360Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 133818,\n        \"PlanId\": 38136,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2016-08-15T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-08-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-10T13:56:45.193Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2016-08-10T15:56:45.190Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 133820,\n        \"PlanId\": 38135,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Advanced user approval 1\",\n        \"StartDate\": \"2016-08-10T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-08-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-10T14:12:46.843Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-06-04T12:23:49.520Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-06-04T14:23:49.520Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 134228,\n        \"PlanId\": 38358,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"123 copy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-15T08:24:17.333Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-08-15T09:01:59.247Z\",\n        \"TemporaryId\": 129465,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 137277,\n        \"PlanId\": 4148,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-19T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-19T12:14:32.907Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:34:12.303Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:34:12.313Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137300,\n        \"PlanId\": 36220,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test convert task to ticket\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T10:22:22.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:55.360Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:55.353Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-08-23T08:22:22.750Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137301,\n        \"PlanId\": 36926,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T10:35:30.977Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:41.873Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:41.870Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-08-23T08:35:30.977Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137303,\n        \"PlanId\": 33707,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test convert task to ticket 3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-25T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T10:54:54.527Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:35.337Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:35.350Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-08-23T08:54:54.527Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137304,\n        \"PlanId\": 36086,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test conver task to ticket 4\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-25T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T11:01:10.127Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:15:46.707Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:46:46.360Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketReceived\": \"2016-08-23T09:01:10.127Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 2,\n        \"TaskFolderName\": \"T137304 026 Test conver task to ticket 4\",\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 137305,\n        \"PlanId\": 35921,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test convert task to ticket 5\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-25T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T11:02:52.120Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:37.740Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:37.750Z\",\n        \"FromExternal\": false,\n        \"TicketReceived\": \"2016-08-23T09:02:52.120Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 7,\n        \"TicketCategoryId\": 7,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137306,\n        \"PlanId\": 37305,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test convert task to ticket\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 2,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T11:05:56.953Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-08-30T13:23:09.867Z\",\n        \"TaskResponsibleResouceId\": 36728,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-08-23T09:05:56.953Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TaskFolderName\": \"T137306 005 Test convert task to ticket\",\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137307,\n        \"PlanId\": 33763,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test conver task to ticket 6\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-08-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T11:07:54.753Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:18:13.347Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:18:13.353Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 137311,\n        \"PlanId\": 38460,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-08-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-23T13:23:47.337Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:17:52.787Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:17:52.790Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 137334,\n        \"PlanId\": 38827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Contact user\",\n        \"StartDate\": \"2016-08-24T00:00:00.000Z\",\n        \"WorkDays\": 27,\n        \"EndDate\": \"2016-09-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-24T06:49:20.977Z\",\n        \"CreateEmployeeId\": 36481,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-09T12:39:51.683Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 138026,\n        \"PlanId\": 38881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 30,\n        \"TaskName\": \"Start 3 / Tekstoversættelse\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-03T00:00:00.000Z\",\n        \"WorkDays\": 38,\n        \"EndDate\": \"2016-12-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-29T12:56:20.373Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-01-02T13:58:57.250Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-10-19T13:33:29.903Z\",\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 36197,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 116429\n    },\n    {\n        \"Id\": 138997,\n        \"PlanId\": 38895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Test convert to ticket\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-31T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2017-08-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-31T09:37:03.083Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-09-02T12:35:11.530Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139000,\n        \"PlanId\": 38895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"123\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-23T00:00:00.000Z\",\n        \"WorkDays\": 12,\n        \"EndDate\": \"2016-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-31T09:37:03.083Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-09-02T11:59:47.407Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 134252\n    },\n    {\n        \"Id\": 139013,\n        \"PlanId\": 38895,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"123 copy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-06-29T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-07-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-08-31T09:37:03.083Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-08-31T11:37:03.080Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 134228\n    },\n    {\n        \"Id\": 139038,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-10-04T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:58:55.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:51.657Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:51.657Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139039,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test 1\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:58:58.113Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:53.957Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:53.957Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139040,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test 2\",\n        \"StartDate\": \"2016-10-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:00.237Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:11.367Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:11.363Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139041,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:01.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:28.907Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:28.903Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139042,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-11-01T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:03.510Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:31.550Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:31.550Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139043,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-11-08T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:05.123Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:34.317Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:34.317Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139044,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"New name\",\n        \"StartDate\": \"2016-01-04T00:00:00.000Z\",\n        \"WorkDays\": 229,\n        \"EndDate\": \"2016-12-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:06.850Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36481,\n        \"UpdateDate\": \"2016-11-23T15:33:40.020Z\",\n        \"TaskResponsibleResouceId\": 35923,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-09-01T05:59:06.850Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 35174,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139045,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Test 7\",\n        \"StartDate\": \"2016-11-22T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:08.987Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:42.110Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:42.103Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139046,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Test 8\",\n        \"StartDate\": \"2016-11-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:10.780Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:53.357Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:53.363Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139047,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test 9\",\n        \"StartDate\": \"2016-12-06T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-12T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:15.043Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:56.837Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:56.833Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139048,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Test 10\",\n        \"StartDate\": \"2016-12-13T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:17.443Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:56.700Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:56.700Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139050,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"Test 12\",\n        \"StartDate\": \"2016-12-28T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:22.153Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:59.450Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:59.450Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139052,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 16,\n        \"TaskName\": \"Test 14\",\n        \"StartDate\": \"2017-01-11T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:27.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:02.067Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:02.067Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139053,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Test 15\",\n        \"StartDate\": \"2017-01-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:29.300Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:04.710Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:04.683Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139054,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"Not a game!\",\n        \"StartDate\": \"2017-01-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:31.170Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-13T08:40:52.823Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139055,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"This isn't a game\",\n        \"StartDate\": \"2017-02-01T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-02-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:34.477Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:59.487Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:59.487Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139056,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test 18\",\n        \"StartDate\": \"2017-02-08T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-02-14T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:36.737Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:06.853Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:06.853Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139057,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Test 19\",\n        \"StartDate\": \"2017-02-15T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-02-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:39.733Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:08.973Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:08.973Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139058,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Test 20\",\n        \"StartDate\": \"2017-02-22T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-02-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:42.107Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:15.887Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:15.887Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139059,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Test 21\",\n        \"StartDate\": \"2017-03-01T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:44.447Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:18.183Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:18.180Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139060,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 24,\n        \"TaskName\": \"Test 22\",\n        \"StartDate\": \"2017-03-08T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:46.193Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:20.560Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:20.560Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139061,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"Test 23\",\n        \"StartDate\": \"2017-03-15T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:47.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:23.270Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:23.270Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139062,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"New name\",\n        \"StartDate\": \"2017-03-22T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:50.250Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:36.757Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:36.757Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139063,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test 25\",\n        \"StartDate\": \"2017-03-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:51.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:31:26.063Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:31:26.060Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139064,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"New nam\",\n        \"StartDate\": \"2017-04-05T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-04-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:53.947Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:34.250Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:34.250Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139065,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"New name\",\n        \"StartDate\": \"2017-04-12T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-04-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:56.600Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:40.333Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:40.330Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139066,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 30,\n        \"TaskName\": \"New name\",\n        \"StartDate\": \"2017-04-24T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T07:59:58.813Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:43.463Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:43.460Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139067,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Getting removed?\",\n        \"StartDate\": \"2017-05-01T00:00:00.000Z\",\n        \"WorkDays\": 79,\n        \"EndDate\": \"2017-08-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:00:01.043Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-02-20T15:27:55.707Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139068,\n        \"PlanId\": 38900,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"New name\",\n        \"StartDate\": \"2017-05-08T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:00:03.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:30:46.430Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:30:46.430Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139070,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-09-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:00.563Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:04.807Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:04.807Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139071,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test 1\",\n        \"StartDate\": \"2016-09-09T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-09-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:03.403Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:09.923Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:09.937Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139072,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test 2\",\n        \"StartDate\": \"2016-09-16T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-09-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:05.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:50.127Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:50.120Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139073,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-09-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-09-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:07.363Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:52.560Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:52.557Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139074,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-09-30T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:09.473Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:35:28.160Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:35:28.173Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139075,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Test 5\",\n        \"StartDate\": \"2016-10-07T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:11.293Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:05.710Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:05.707Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139076,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test 6\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:13.523Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:08.937Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:08.933Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139077,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Test 7\",\n        \"StartDate\": \"2016-10-21T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:15.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:12.167Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:12.167Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139078,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Test 8\",\n        \"StartDate\": \"2016-10-28T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:19.020Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:14.520Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:14.520Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139079,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test 9\",\n        \"StartDate\": \"2016-11-04T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:21.223Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:19.817Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:19.817Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139080,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Test 10\",\n        \"StartDate\": \"2016-11-11T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:23.467Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:13.357Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:13.367Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139081,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test 11\",\n        \"StartDate\": \"2016-11-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:25.880Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:15.633Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:15.633Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139082,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"Test 12\",\n        \"StartDate\": \"2016-11-25T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:28.053Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:18.317Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:18.317Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139083,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Test 13\",\n        \"StartDate\": \"2016-12-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-08T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:31.017Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:21.843Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:21.840Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139084,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 16,\n        \"TaskName\": \"Test 14\",\n        \"StartDate\": \"2016-12-09T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:33.170Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:32.763Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:32.757Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139085,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Test 15\",\n        \"StartDate\": \"2016-12-16T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:35.373Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:36.023Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:36.027Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139086,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"Test 16\",\n        \"StartDate\": \"2016-12-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:37.943Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:38.970Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:38.980Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139087,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Test 17\",\n        \"StartDate\": \"2017-01-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:41.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:41.810Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:41.810Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139088,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Børge\",\n        \"StartDate\": \"2017-01-09T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:44.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:01.873Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:01.880Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139089,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"Test 19\",\n        \"StartDate\": \"2017-01-16T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:47.163Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:46.273Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:46.273Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139090,\n        \"PlanId\": 38901,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Test 20\",\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-01T08:29:49.503Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:32:55.210Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:32:55.207Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139308,\n        \"PlanId\": 37789,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-09-06T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-09-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 3,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-06T08:45:15.340Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-11-14T12:34:28.973Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 139325,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-08-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-06T12:09:27.030Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-07T12:23:57.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:45:11.810Z\",\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 36481,\n        \"TaskFolderName\": \"T139325 001 Test\",\n        \"Billable\": true,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 139340,\n        \"PlanId\": 25512,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-09-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-06T13:51:55.910Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:22.067Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:22.067Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 139370,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 3\",\n        \"StartDate\": \"2016-08-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-08-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-07T11:53:30.787Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:35:34.357Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:35:34.363Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139371,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 4\",\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-09-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-07T11:53:36.510Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-11T12:42:01.627Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:45:11.810Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139423,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test copy\",\n        \"StartDate\": \"2016-08-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-09T09:09:33.613Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-09T09:09:35.103Z\",\n        \"TemporaryId\": 139325,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:45:11.810Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139424,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test copy\",\n        \"StartDate\": \"2016-08-18T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-09T09:11:40.827Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-09-09T09:11:41.807Z\",\n        \"TemporaryId\": 139325,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:45:11.810Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T139424 001 Test copy\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139430,\n        \"PlanId\": 38345,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"New test task\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-11-11T00:00:00.000Z\",\n        \"EndTime\": \"2016-11-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-09T11:53:31.740Z\",\n        \"CreateEmployeeId\": 36697,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:20.710Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:18:26.233Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139434,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 1\",\n        \"StartDate\": \"2016-09-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-09T12:43:57.167Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:35:12.897Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:35:12.927Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139606,\n        \"PlanId\": 37697,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23232358,\n        \"TaskName\": \"Babararamama\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-14T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-14T08:30:49.267Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:17.870Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:18:18.690Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139827,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-09-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-16T08:47:49.117Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:37:03.250Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:37:03.250Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139828,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-09-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-16T08:52:01.590Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:37:00.890Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:37:00.890Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139901,\n        \"PlanId\": 39006,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2016-10-04T00:00:00.000Z\",\n        \"WorkDays\": 199,\n        \"EndDate\": \"2017-08-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T08:57:41.870Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-22T13:02:16.533Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139904,\n        \"PlanId\": 39007,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2016-10-21T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T11:25:22.830Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:35:56.540Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:35:56.543Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139905,\n        \"PlanId\": 39008,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2016-10-21T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T11:25:59.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36480,\n        \"UpdateDate\": \"2016-09-21T06:30:04.323Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-09-21T08:30:04.323Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 139911,\n        \"PlanId\": 39010,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"104 - Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-20T00:00:00.000Z\",\n        \"WorkDays\": 30,\n        \"EndDate\": \"2016-10-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T13:11:16.017Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:18.990Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:18.993Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 139912,\n        \"PlanId\": 39010,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-09-20T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-10-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-20T13:12:57.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:21.453Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:21.450Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 140002,\n        \"PlanId\": 39028,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 196,\n        \"EndDate\": \"2017-09-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-22T11:13:33.373Z\",\n        \"CreateEmployeeId\": 36697,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:54.347Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:54.347Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 140415,\n        \"PlanId\": 39033,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Travel time\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T07:12:22.287Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:09.583Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:09.587Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141257,\n        \"PlanId\": 38908,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 139,\n        \"TaskName\": \"Travel time\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T11:49:46.847Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:33:32.583Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:33:32.583Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 140415\n    },\n    {\n        \"Id\": 141262,\n        \"PlanId\": 1476,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 448,\n        \"TaskName\": \"TENTATIVE - \",\n        \"StartDate\": \"2016-12-09T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-09T12:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-12-09T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-09T14:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T12:04:08.823Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-11-28T09:08:32.923Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-10-19T13:34:08.747Z\",\n        \"FromExternal\": true,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141263,\n        \"PlanId\": 1476,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 449,\n        \"TaskName\": \"Free\",\n        \"StartDate\": \"2016-12-24T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-24T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-12-25T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T12:04:09.967Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-11-28T09:08:33.203Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-10-19T13:33:54.620Z\",\n        \"FromExternal\": true,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141264,\n        \"PlanId\": 1476,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 450,\n        \"TaskName\": \"Free\",\n        \"StartDate\": \"2016-12-25T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-25T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-12-26T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T12:04:10.220Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-11-28T09:08:33.453Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-10-19T13:33:57.780Z\",\n        \"FromExternal\": true,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141265,\n        \"PlanId\": 1476,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 451,\n        \"TaskName\": \"Free\",\n        \"StartDate\": \"2016-12-26T00:00:00.000Z\",\n        \"StartTime\": \"2016-12-26T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2016-12-27T00:00:00.000Z\",\n        \"EndTime\": \"2016-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T12:04:10.477Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2016-11-28T09:08:33.633Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2016-10-19T13:34:03.057Z\",\n        \"FromExternal\": true,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141435,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-25T00:00:00.000Z\",\n        \"WorkDays\": 645,\n        \"EndDate\": \"2019-08-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-30T06:47:04.527Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36777,\n        \"UpdateDate\": \"2019-10-10T13:14:26.257Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-10-10T13:14:26.240Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T141435 001 Senior Developer\",\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 141436,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-30T06:48:49.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-30T11:30:59.283Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-11-30T11:30:59.283Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 141598,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-03T07:41:13.690Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:01:22.303Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:01:22.303Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2016-10-03T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145389,\n        \"PlanId\": 39220,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Subscription task\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-07T13:49:49.590Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-25T08:33:23.260Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-08-25T10:33:23.270Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 145544,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Quick Time Entry 114411\",\n        \"StartDate\": \"2016-10-13T00:00:00.000Z\",\n        \"WorkDays\": 652,\n        \"EndDate\": \"2019-08-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-11T12:19:55.547Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-08-21T10:40:59.360Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 145554,\n        \"PlanId\": 39220,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Testing loading\",\n        \"StartDate\": \"2016-10-11T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-11T14:23:32.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36481,\n        \"UpdateDate\": \"2016-10-13T08:38:43.463Z\",\n        \"TaskResponsibleResouceId\": 36728,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-10-11T12:23:32.297Z\",\n        \"TicketAuthorResourceId\": 21575,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TaskFolderName\": \"T145554 008 This task have a task name tha\",\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 21575,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145557,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Looooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong task name\",\n        \"StartDate\": \"2016-11-01T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-09T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-12T05:08:58.797Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:34:42.990Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:34:42.983Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145558,\n        \"PlanId\": 38934,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Hej\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-18T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-12T05:10:01.730Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:34:40.510Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:34:40.507Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145563,\n        \"PlanId\": 39297,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 306,\n        \"StartDate\": \"2016-11-21T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-11-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-12T07:40:02.100Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-11-21T15:26:23.017Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 145676,\n        \"PlanId\": 39302,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Schedule 1 task\",\n        \"StartDate\": \"2016-11-15T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-13T09:52:37.103Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:04.717Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:04.713Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145677,\n        \"PlanId\": 39303,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Schedule 2 task\",\n        \"StartDate\": \"2016-10-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-13T09:53:06.433Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:07.070Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:07.077Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 145678,\n        \"PlanId\": 39304,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-13T10:36:29.923Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-07-27T09:09:32.600Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 145732,\n        \"PlanId\": 34004,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-10-18T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-10-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 2,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-14T07:56:57.453Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:16:19.797Z\",\n        \"TaskResponsibleResouceId\": 21491,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:16:19.787Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145737,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-14T09:18:02.160Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-02-21T10:16:15.003Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:34:18.937Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145741,\n        \"PlanId\": 39006,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Move task to another job\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 139,\n        \"EndDate\": \"2017-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-14T09:33:51.917Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36775,\n        \"UpdateDate\": \"2017-05-02T12:45:44.897Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketAuthorResourceId\": 1194,\n        \"TaskFolderName\": \"T145741 002 Move task to another job\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 145969,\n        \"PlanId\": 39297,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"task 6\",\n        \"StartDate\": \"2016-12-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-17T10:29:06.603Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-19T11:36:00.643Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-19T13:36:00.637Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146021,\n        \"PlanId\": 39370,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"1073: 5 1074: 1\",\n        \"StartDate\": \"2016-10-19T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-19T12:40:18.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-31T12:10:35.830Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-10-31T13:10:35.833Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 146131,\n        \"PlanId\": 39377,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-21T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-11-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-20T07:30:27.487Z\",\n        \"CreateEmployeeId\": 19294,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-04T11:54:10.273Z\",\n        \"TaskResponsibleResouceId\": 19522,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 146132,\n        \"PlanId\": 39378,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-21T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2016-11-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-20T07:46:44.067Z\",\n        \"CreateEmployeeId\": 19294,\n        \"UpdateEmployeeId\": 36481,\n        \"UpdateDate\": \"2016-11-25T14:38:00.040Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 146387,\n        \"PlanId\": 39010,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task widget\",\n        \"StartDate\": \"2016-10-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-26T07:27:57.443Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-10-26T07:54:37.900Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 146454,\n        \"PlanId\": 39432,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-10-17T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-10-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-27T10:25:29.090Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:26:52.243Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:26:52.243Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146561,\n        \"PlanId\": 39432,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-10-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-27T11:00:11.097Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:02.100Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:02.100Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146707,\n        \"PlanId\": 38638,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Approve booking 4\",\n        \"StartDate\": \"2017-02-10T00:00:00.000Z\",\n        \"WorkDays\": 32,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-27T19:04:41.063Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:20.960Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T146707 005 Approve booking 4\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 146709,\n        \"PlanId\": 39461,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-22T00:00:00.000Z\",\n        \"WorkDays\": 343,\n        \"EndDate\": \"2019-02-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 5,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-10-28T06:46:55.687Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 75836,\n        \"UpdateDate\": \"2019-02-18T09:14:38.853Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 6,\n        \"TaskFolderName\": \"T146709 001 Senior Developer\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 146850,\n        \"PlanId\": 39352,\n        \"PhaseNumber\": 15,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"NEW ACTIVITY <>\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2016-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 2,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-01T12:52:25.623Z\",\n        \"CreateEmployeeId\": 19869,\n        \"UpdateEmployeeId\": 37226,\n        \"UpdateDate\": \"2020-07-01T09:00:20.723Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"TaskProgressId\": 204\n    },\n    {\n        \"Id\": 146899,\n        \"PlanId\": 39354,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Timer task\",\n        \"StartDate\": \"2016-11-10T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-11-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-03T09:17:58.460Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2016-11-14T14:05:18.170Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"BookingLevel\": 4,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 147008,\n        \"PlanId\": 39509,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Does this show up\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-28T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2016-11-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-03T16:13:53.867Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-10T08:55:26.620Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 147233,\n        \"PlanId\": 40896,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Phase 2\",\n        \"StartDate\": \"2016-11-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-08T08:54:27.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:13.350Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:13.350Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T147233 002 Phase 2\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 147235,\n        \"PlanId\": 39538,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Phase 222\",\n        \"StartDate\": \"2016-11-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-08T09:04:22.520Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36747,\n        \"UpdateDate\": \"2017-01-05T12:21:53.803Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 147305,\n        \"PlanId\": 38417,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"4567\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 84,\n        \"EndDate\": \"2017-09-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-09T09:32:24.720Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2018-04-05T11:04:18.573Z\",\n        \"TaskResponsibleResouceId\": 21575,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-11-09T08:32:24.720Z\",\n        \"TicketAuthorResourceId\": 36971,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TaskFolderName\": \"T147305 002 456\",\n        \"TicketTeamId\": 1,\n        \"AssignedResourceId\": 36971,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 147373,\n        \"PlanId\": 39033,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Travel time\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-11-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-11-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-09T12:02:17.820Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:07.483Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:07.483Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 148036,\n        \"PlanId\": 39623,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2016-11-22T00:00:00.000Z\",\n        \"WorkDays\": 9000,\n        \"EndDate\": \"2053-03-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-21T12:22:59.250Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-09-26T11:06:14.153Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 21775,\n        \"TaskFolderName\": \"T148036 001 Task\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 148075,\n        \"PlanId\": 39297,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Long date range\",\n        \"ActivityId\": 786,\n        \"StartDate\": \"2016-11-21T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-12-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-22T07:19:44.693Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2016-12-21T13:20:58.667Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"TaskFolderName\": \"T148075 011 Long date range\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 148236,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Manual booking v8 (Manual booking checked)\",\n        \"StartDate\": \"2016-11-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-23T11:13:19.667Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:11.633Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:11.633Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 148237,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Manual booking v8 (manual booking unchecked)\",\n        \"StartDate\": \"2016-11-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-12-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-23T11:14:51.390Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:41.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:41.240Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 148557,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task name\",\n        \"StartDate\": \"2016-12-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-12-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-23T14:32:43.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-02-05T15:12:14.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-05T15:12:14.660Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 148564,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2016-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2016-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-24T07:56:20.993Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:34.143Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:34.143Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 172956,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 71,\n        \"TaskName\": \"Test 10\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-01T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2016-12-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T10:21:39.687Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2018-07-27T13:52:44.093Z\",\n        \"TaskResponsibleResouceId\": 2,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-06-09T15:57:34.813Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173075,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 119,\n        \"TaskName\": \"Test mail type 10\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-01T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2016-12-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-07T15:29:21.870Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2018-07-27T13:52:43.857Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:39.447Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173249,\n        \"PlanId\": 39877,\n        \"PhaseNumber\": 24,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Travel time\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-12-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-08T14:58:24.720Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:50.553Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:50.553Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 140415\n    },\n    {\n        \"Id\": 173250,\n        \"PlanId\": 39877,\n        \"PhaseNumber\": 24,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Travel time\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-20T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2017-01-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-08T14:58:24.810Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:02.380Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:02.380Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 147373\n    },\n    {\n        \"Id\": 173311,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 220,\n        \"TaskName\": \"Test mail type 10\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-12-01T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2016-12-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T10:19:58.267Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 77457,\n        \"UpdateDate\": \"2018-09-21T08:26:28.127Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:45.890Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173412,\n        \"PlanId\": 33481,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 313,\n        \"TaskName\": \"Test mail\",\n        \"StartDate\": \"2017-03-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-03-03T12:33:13.000Z\",\n        \"WorkDays\": 19,\n        \"EndDate\": \"2017-03-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-12T11:33:13.397Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:27:08.723Z\",\n        \"TaskResponsibleResouceId\": 19148,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2016-12-12T11:33:13.400Z\",\n        \"TicketAuthorResourceId\": 20706,\n        \"TicketStatusId\": 4,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1334775,\n        \"AssignedResourceId\": 19148,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173764,\n        \"PlanId\": 40000,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-29T14:28:34.213Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:13.267Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:13.267Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 173765,\n        \"PlanId\": 40001,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-29T14:31:36.500Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:19.053Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:19.053Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 173768,\n        \"PlanId\": 40002,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-29T14:46:53.467Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:26.963Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:26.963Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 112920\n    },\n    {\n        \"Id\": 173771,\n        \"PlanId\": 40005,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2016-12-30T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-12-30T07:48:35.893Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:09.087Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:09.087Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 173789,\n        \"PlanId\": 38552,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"ABC\",\n        \"StartDate\": \"2017-01-04T00:00:00.000Z\",\n        \"WorkDays\": 198,\n        \"EndDate\": \"2017-11-17T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-02T09:34:32.020Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2020-03-04T13:10:53.337Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-03-04T13:10:46.393Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketAuthorResourceId\": 20232,\n        \"TicketStatusId\": 1,\n        \"TaskFolderName\": \"T173789 001 HEJ1234\",\n        \"TicketTeamId\": 83,\n        \"AssignedResourceId\": 80603,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"TaskProgressId\": 204,\n        \"ScrumSprintId\": 28\n    },\n    {\n        \"Id\": 173804,\n        \"PlanId\": 37511,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"throt\",\n        \"StartDate\": \"2017-01-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-01-09T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-02T12:08:18.260Z\",\n        \"CreateEmployeeId\": 38889,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:27:55.377Z\",\n        \"TaskResponsibleResouceId\": 19859,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:27:55.377Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173805,\n        \"PlanId\": 37511,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"po\",\n        \"StartDate\": \"2017-01-10T00:00:00.000Z\",\n        \"WorkDays\": 127,\n        \"EndDate\": \"2017-08-03T00:00:00.000Z\",\n        \"EndTime\": \"2017-08-03T13:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-02T12:09:04.287Z\",\n        \"CreateEmployeeId\": 38889,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-03T12:00:13.147Z\",\n        \"TaskResponsibleResouceId\": 19859,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 173958,\n        \"PlanId\": 40066,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"_QA Tester @_T\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-01-11T00:00:00.000Z\",\n        \"WorkDays\": 472,\n        \"EndDate\": \"2019-02-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-05T12:27:12.637Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-28T09:36:09.230Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T173958 001 _QA Tester @_T\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174721,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Conversation task 1\",\n        \"StartDate\": \"2017-01-18T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-18T14:11:03.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-01-18T15:11:03.667Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174722,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Conversation task 2\",\n        \"StartDate\": \"2017-01-27T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-02-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-18T14:11:05.483Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-01-18T15:11:05.477Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174723,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Conversation task 3\",\n        \"StartDate\": \"2017-02-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 27,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-18T14:11:07.920Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 34886,\n        \"UpdateDate\": \"2018-08-21T07:53:46.470Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174724,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Conversation task 4\",\n        \"StartDate\": \"2017-02-16T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-02-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-18T14:11:09.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-01-18T15:11:09.777Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174725,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Conversation task 5\",\n        \"StartDate\": \"2017-02-27T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-18T14:11:12.287Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-07T12:00:52.417Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T10:26:18.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174776,\n        \"PlanId\": 39373,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-01-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-20T09:08:46.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:17.933Z\",\n        \"TaskResponsibleResouceId\": 19294,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:17.933Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174777,\n        \"PlanId\": 39373,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2017-01-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-20T09:09:14.020Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:38.290Z\",\n        \"TaskResponsibleResouceId\": 19294,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:38.290Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174780,\n        \"PlanId\": 39810,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-01-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-20T09:09:44.467Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:45.437Z\",\n        \"TaskResponsibleResouceId\": 15371,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:45.420Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 174782,\n        \"PlanId\": 39314,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2017-01-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-20T09:11:03.753Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:13.610Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:13.610Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 174942,\n        \"PlanId\": 37697,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23232390,\n        \"TaskName\": \"Test1\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-01-26T00:00:00.000Z\",\n        \"WorkDays\": 18,\n        \"EndDate\": \"2017-02-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-26T09:05:00.817Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-06-26T11:23:18.370Z\",\n        \"TaskResponsibleResouceId\": 35794,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T174942 389 Test1\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 174945,\n        \"PlanId\": 37969,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Camilla test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-26T00:00:00.000Z\",\n        \"WorkDays\": 18,\n        \"EndDate\": \"2017-02-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-01-26T09:17:35.250Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:28:59.490Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:28:59.490Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"TaskFolderName\": \"T174945 002 Camilla test\",\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175253,\n        \"PlanId\": 25981,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"moar tests\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-02T00:00:00.000Z\",\n        \"WorkDays\": 60,\n        \"EndDate\": \"2017-03-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-03-28T10:39:17.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-03T09:39:17.827Z\",\n        \"CreateEmployeeId\": 40894,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2018-12-04T12:22:37.050Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 277,\n        \"TicketReceived\": \"2017-02-03T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 40894,\n        \"TicketStatusId\": 4,\n        \"AssignedResourceId\": 40894,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175306,\n        \"PlanId\": 39624,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Booking\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-27T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-02-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-06T15:03:58.160Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-06T15:13:31.623Z\",\n        \"TaskResponsibleResouceId\": 22224,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T11:07:59.090Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175307,\n        \"PlanId\": 39624,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Booking 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-02-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-06T15:04:03.870Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-02-06T15:13:33.587Z\",\n        \"TaskResponsibleResouceId\": 22224,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-18T11:07:59.090Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175478,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-08T09:05:33.853Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:02:38.073Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:02:38.073Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-02-08T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175928,\n        \"PlanId\": 40251,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Testing manual booking\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-06T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-23T12:46:59.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-28T08:37:11.633Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 175950,\n        \"PlanId\": 40251,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task Timer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-16T00:00:00.000Z\",\n        \"WorkDays\": 19,\n        \"EndDate\": \"2017-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-24T08:15:48.877Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-07T11:45:53.040Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 176136,\n        \"PlanId\": 39007,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"1233123\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-02T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2017-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-02T08:23:22.417Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:36.667Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:36.667Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 176166,\n        \"PlanId\": 40529,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-02T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2017-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-02T13:17:56.933Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-02T14:17:56.947Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 176321,\n        \"PlanId\": 40535,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2017-03-15T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-03-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-10T11:09:35.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-15T09:56:25.793Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 176340,\n        \"PlanId\": 40567,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-05-15T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-10T14:36:38.803Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:38.543Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:38.543Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176892,\n        \"PlanId\": 40668,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2017-03-28T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-04-05T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-28T13:59:56.793Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-28T15:59:56.797Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-04-01T10:37:48.640Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176894,\n        \"PlanId\": 40668,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 3\",\n        \"StartDate\": \"2017-04-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-28T13:59:59.620Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-03-28T14:05:04.447Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-04-01T10:37:48.640Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 177432,\n        \"PlanId\": 4374,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 70,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-04-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-26T09:54:59.113Z\",\n        \"CreateEmployeeId\": 16143,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:35:27.667Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:35:27.667Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177453,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-26T13:12:09.313Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:04:17.727Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:04:17.727Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-04-26T13:12:09.347Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563446,\n        \"AssignedResourceId\": 35879,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177527,\n        \"PlanId\": 40620,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test not booked 2\",\n        \"StartDate\": \"2017-05-09T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-28T07:34:52.330Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:48.023Z\",\n        \"TaskResponsibleResouceId\": 41223,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:48.023Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 177556,\n        \"PlanId\": 39555,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 58,\n        \"TaskName\": \"Test task2\",\n        \"ActivityId\": 218,\n        \"StartDate\": \"2019-11-14T00:00:00.000Z\",\n        \"WorkDays\": 431,\n        \"EndDate\": \"2021-10-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-04-28T12:11:31.097Z\",\n        \"CreateEmployeeId\": 36728,\n        \"UpdateEmployeeId\": 36728,\n        \"UpdateDate\": \"2019-12-05T10:44:49.400Z\",\n        \"TaskResponsibleResouceId\": 36728,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"TaskFolderName\": \"T177556 002 Test task2\",\n        \"Billable\": true\n    },\n    {\n        \"Id\": 177784,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-03T08:30:48.463Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-12-10T15:05:05.980Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-10T15:05:05.980Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-05-03T08:30:48.497Z\",\n        \"TicketAuthorResourceId\": 75819,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563657,\n        \"AssignedResourceId\": 36481,\n        \"ServiceLineId\": 2,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 178031,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-10T08:05:46.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-07-28T07:40:15.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-07-28T09:40:15.623Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 295,\n        \"TicketReceived\": \"2017-05-10T08:05:46.240Z\",\n        \"TicketAuthorResourceId\": 36197,\n        \"TicketStatusId\": 4,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1563516,\n        \"AssignedResourceId\": 36481,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 180192,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-05-18T05:48:36.100Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-11-01T07:40:30.297Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-07-28T09:40:36.623Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 291,\n        \"TicketReceived\": \"2017-05-18T00:00:00.000Z\",\n        \"TicketAuthorResourceId\": 35879,\n        \"TicketStatusId\": 4,\n        \"AssignedResourceId\": 36481,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182382,\n        \"PlanId\": 41048,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-26T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-26T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-26T08:56:55.770Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:54.667Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:54.667Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182390,\n        \"PlanId\": 40951,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-06-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-26T12:51:48.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:52.407Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:52.407Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 182391,\n        \"PlanId\": 40988,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-06-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-07-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-26T12:52:30.253Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:29:57.883Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:29:57.883Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 182392,\n        \"PlanId\": 40017,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-06-29T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-07-07T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-26T12:54:38.830Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:40.447Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:40.447Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182404,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-28T08:26:57.810Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:45.347Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:45.347Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182690,\n        \"PlanId\": 41114,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task 2\",\n        \"StartDate\": \"2017-07-21T00:00:00.000Z\",\n        \"WorkDays\": 477,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-07T10:56:05.703Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-08-21T10:39:40.107Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 182770,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-13T10:18:02.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:30:49.940Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-11-03T15:30:49.940Z\",\n        \"FromExternal\": true,\n        \"TaskFolderName\": \"T182770 001 wb CPH HQ #13025\",\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182782,\n        \"PlanId\": 41141,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 1 for Phase 1\",\n        \"StartDate\": \"2017-07-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-17T07:25:17.343Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-07-17T07:27:55.783Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182783,\n        \"PlanId\": 41141,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2 for phase 1\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-17T07:25:22.540Z\",\n        \"CreateEmployeeId\": 35166,\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182856,\n        \"PlanId\": 39884,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Phase 1 task 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-07-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-20T10:24:03.757Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:51.740Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:51.740Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182858,\n        \"PlanId\": 39884,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Phase 2 task 1\",\n        \"StartDate\": \"2017-07-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-07-31T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-20T10:24:13.897Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:48.730Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:48.730Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 182859,\n        \"PlanId\": 39884,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Phase 2 task 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-11T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-20T10:24:18.467Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-10-16T11:26:52.310Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-10-16T11:26:52.310Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182860,\n        \"PlanId\": 39884,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Phase 1 task 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-08-23T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-20T10:31:28.827Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:32:43.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:32:43.977Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182889,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"Testing task creation\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-24T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-24T06:50:15.333Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:31:06.913Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:31:06.913Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182890,\n        \"PlanId\": 39357,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Create task w/ briefing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-24T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-08-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-24T06:51:47.153Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:30:09.817Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:30:09.817Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 1,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 182986,\n        \"PlanId\": 39831,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"123\",\n        \"StartDate\": \"2017-07-27T00:00:00.000Z\",\n        \"WorkDays\": 9,\n        \"EndDate\": \"2017-08-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-27T07:00:17.277Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:54.690Z\",\n        \"TaskResponsibleResouceId\": 36197,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:54.690Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 182991,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-07-27T11:21:39.997Z\",\n        \"CreateEmployeeId\": 72507,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-01T10:48:32.303Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T182991 Jacobs super task!\",\n        \"Billable\": true,\n        \"Depended\": false,\n        \"TaskProgressId\": 206\n    },\n    {\n        \"Id\": 185961,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 191,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-02T00:00:00.000Z\",\n        \"WorkDays\": 76,\n        \"EndDate\": \"2018-06-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.670Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-16T12:21:04.530Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180691\n    },\n    {\n        \"Id\": 185962,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 192,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-09T00:00:00.000Z\",\n        \"WorkDays\": 31,\n        \"EndDate\": \"2018-03-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.677Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-02-05T07:16:09.863Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180692\n    },\n    {\n        \"Id\": 185963,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 193,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-16T00:00:00.000Z\",\n        \"WorkDays\": 21,\n        \"EndDate\": \"2018-03-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.683Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-02-05T07:19:37.420Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180693\n    },\n    {\n        \"Id\": 185965,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 195,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-12T00:00:00.000Z\",\n        \"WorkDays\": 19,\n        \"EndDate\": \"2018-03-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.700Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-02-05T07:34:36.197Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180695\n    },\n    {\n        \"Id\": 185966,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 196,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-12T00:00:00.000Z\",\n        \"WorkDays\": 30,\n        \"EndDate\": \"2018-03-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.707Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-02-05T07:19:58.933Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180696\n    },\n    {\n        \"Id\": 185967,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 197,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 19,\n        \"EndDate\": \"2018-03-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.713Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-02-05T07:33:30.930Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180697\n    },\n    {\n        \"Id\": 185968,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 198,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-12T00:00:00.000Z\",\n        \"WorkDays\": 34,\n        \"EndDate\": \"2018-04-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.720Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-02-05T07:31:35.607Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180698\n    },\n    {\n        \"Id\": 185969,\n        \"PlanId\": 40898,\n        \"PhaseNumber\": 13,\n        \"TaskNumber\": 199,\n        \"TaskName\": \"load test\",\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 29,\n        \"EndDate\": \"2018-04-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-09T13:29:32.730Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-02-05T07:20:17.833Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180699\n    },\n    {\n        \"Id\": 188675,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task #1 \",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-01-23T00:00:00.000Z\",\n        \"WorkDays\": 698,\n        \"EndDate\": \"2020-01-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:10:12.500Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-08-23T09:10:12.507Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188698,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"task #4\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 699,\n        \"EndDate\": \"2020-04-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:48:37.910Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2018-07-27T12:24:22.953Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188701,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"task #7\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-07-31T00:00:00.000Z\",\n        \"WorkDays\": 704,\n        \"EndDate\": \"2020-07-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:50:40.307Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-08-23T09:50:40.303Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188703,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"task #8\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-31T00:00:00.000Z\",\n        \"WorkDays\": 706,\n        \"EndDate\": \"2020-08-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:51:09.120Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2018-08-21T11:35:43.313Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188705,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"task #10\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-01T00:00:00.000Z\",\n        \"WorkDays\": 708,\n        \"EndDate\": \"2020-08-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 23,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:53:07.743Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-03-06T11:15:51.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 0\n    },\n    {\n        \"Id\": 188706,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"task #11\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 708,\n        \"EndDate\": \"2020-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:54:15.780Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 80852,\n        \"UpdateDate\": \"2020-10-08T08:45:31.090Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 330\n    },\n    {\n        \"Id\": 188708,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"task #12\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-01-04T00:00:00.000Z\",\n        \"WorkDays\": 709,\n        \"EndDate\": \"2020-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:55:13.983Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 80852,\n        \"UpdateDate\": \"2020-10-08T08:45:26.783Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 330\n    },\n    {\n        \"Id\": 188710,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"task #13\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-21T00:00:00.000Z\",\n        \"WorkDays\": 720,\n        \"EndDate\": \"2021-03-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:56:17.147Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 80852,\n        \"UpdateDate\": \"2020-10-08T08:45:28.000Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 330\n    },\n    {\n        \"Id\": 188711,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"task #14\",\n        \"ActivityId\": 210,\n        \"StartDate\": \"2018-02-19T00:00:00.000Z\",\n        \"WorkDays\": 719,\n        \"EndDate\": \"2021-03-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:57:14.800Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 80852,\n        \"UpdateDate\": \"2020-10-08T08:45:29.393Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"ScrumSprintId\": 330\n    },\n    {\n        \"Id\": 188712,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 16,\n        \"TaskName\": \"task #15\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-26T00:00:00.000Z\",\n        \"WorkDays\": 736,\n        \"EndDate\": \"2021-04-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T07:57:52.543Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2018-02-05T07:32:31.503Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188714,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"task #16\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-23T00:00:00.000Z\",\n        \"WorkDays\": 697,\n        \"EndDate\": \"2020-02-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T08:00:01.767Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-02-13T14:10:07.097Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188715,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"task #17\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-03-23T00:00:00.000Z\",\n        \"WorkDays\": 698,\n        \"EndDate\": \"2020-03-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T08:00:39.793Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-08-23T10:00:39.797Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188718,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 21,\n        \"TaskName\": \"task #20\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-29T00:00:00.000Z\",\n        \"WorkDays\": 699,\n        \"EndDate\": \"2020-06-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T08:03:16.470Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-08-23T10:03:16.467Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188719,\n        \"PlanId\": 37503,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"new guy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-23T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-09-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T08:25:08.560Z\",\n        \"CreateEmployeeId\": 1185,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2018-11-06T08:56:08.760Z\",\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188722,\n        \"PlanId\": 41444,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-01-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-23T10:35:31.410Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-10T12:23:26.530Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 188741,\n        \"PlanId\": 41453,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-10-23T00:00:00.000Z\",\n        \"WorkDays\": 70,\n        \"EndDate\": \"2018-02-09T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-24T03:08:50.983Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-09T13:39:59.750Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-09T13:39:59.750Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188883,\n        \"PlanId\": 41478,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T08:28:39.583Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-08-29T13:48:29.550Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 188892,\n        \"PlanId\": 41479,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-31T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T08:44:56.290Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-08-29T10:44:56.287Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188898,\n        \"PlanId\": 41483,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:03:01.377Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T11:03:01.377Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188900,\n        \"PlanId\": 41484,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:04:06.393Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T11:04:06.393Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188902,\n        \"PlanId\": 41485,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:06:27.170Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T11:06:27.170Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188910,\n        \"PlanId\": 41489,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2017-09-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:21:11.703Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-08-29T09:29:53.300Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188912,\n        \"PlanId\": 41490,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:35:35.410Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-08-29T11:35:35.400Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188914,\n        \"PlanId\": 41490,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T09:36:08.107Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-08-29T11:36:08.097Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188916,\n        \"PlanId\": 41491,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:15:12.937Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:15:12.950Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188918,\n        \"PlanId\": 41492,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:27:18.267Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:27:18.263Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188920,\n        \"PlanId\": 41493,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:33:29.003Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:33:29.010Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188922,\n        \"PlanId\": 41494,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:45:01.400Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:45:01.390Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188924,\n        \"PlanId\": 41495,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:49:30.343Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:49:30.340Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188926,\n        \"PlanId\": 41496,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T10:54:34.920Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-29T12:54:34.927Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 188966,\n        \"PlanId\": 41235,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"{wb} job #4503\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"StartTime\": \"2017-08-30T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"EndTime\": \"2017-08-30T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T12:32:12.700Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:32:44.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-11-03T15:32:44.660Z\",\n        \"FromExternal\": true,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 188987,\n        \"PlanId\": 38937,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"{wb} job #14850 no. 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-31T00:00:00.000Z\",\n        \"StartTime\": \"2017-08-31T12:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-31T00:00:00.000Z\",\n        \"EndTime\": \"2017-08-31T13:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T12:44:50.807Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-29T12:44:50.967Z\",\n        \"TaskResponsibleResouceId\": 19861,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-09-03T05:01:00.517Z\",\n        \"FromExternal\": true,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 188988,\n        \"PlanId\": 41235,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"{wb} no. 3 job #4503\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-01T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-01T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-01T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-01T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T12:48:19.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:34:00.307Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-11-03T15:34:00.307Z\",\n        \"FromExternal\": true,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 189009,\n        \"PlanId\": 41497,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-08-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-29T13:20:02.990Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-08-29T15:20:02.990Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189050,\n        \"PlanId\": 41508,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-01T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-31T08:55:02.180Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-08-31T10:55:02.190Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189053,\n        \"PlanId\": 41510,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-31T09:08:42.600Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2018-04-18T12:16:34.860Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189055,\n        \"PlanId\": 41511,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-08-31T09:17:01.503Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-08-31T11:17:01.503Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189225,\n        \"PlanId\": 41520,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-06T10:49:29.577Z\",\n        \"CreateEmployeeId\": 72507,\n        \"UpdateEmployeeId\": 72507,\n        \"UpdateDate\": \"2017-09-06T12:49:29.573Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189240,\n        \"PlanId\": 41524,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-07T09:59:59.957Z\",\n        \"CreateEmployeeId\": 7217,\n        \"UpdateEmployeeId\": 7217,\n        \"UpdateDate\": \"2017-09-07T11:59:59.940Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189247,\n        \"PlanId\": 41525,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-07T10:39:50.370Z\",\n        \"CreateEmployeeId\": 72507,\n        \"UpdateEmployeeId\": 72507,\n        \"UpdateDate\": \"2017-09-08T07:50:47.390Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189297,\n        \"PlanId\": 41526,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-08T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-07T12:17:02.290Z\",\n        \"CreateEmployeeId\": 18620,\n        \"UpdateEmployeeId\": 18620,\n        \"UpdateDate\": \"2017-09-07T14:17:02.293Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189303,\n        \"PlanId\": 41528,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-08T04:54:02.500Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-09-08T06:54:02.493Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189306,\n        \"PlanId\": 41529,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-08T08:43:06.733Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-09-08T10:43:06.737Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189309,\n        \"PlanId\": 41530,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-08T10:58:02.810Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-08T12:58:02.800Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189319,\n        \"PlanId\": 41534,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2 / I am an antlover / I am an antlover\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-08T12:15:20.190Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-12-05T13:26:11.977Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T189319 002 Test 2 _ I am an antlover\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189323,\n        \"PlanId\": 41535,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-12T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-11T07:18:48.923Z\",\n        \"CreateEmployeeId\": 18620,\n        \"UpdateEmployeeId\": 18620,\n        \"UpdateDate\": \"2017-09-11T09:18:48.930Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189360,\n        \"PlanId\": 41537,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-13T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-12T16:54:24.830Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-09-12T18:54:24.820Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189386,\n        \"PlanId\": 41540,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 1\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-01T00:00:00.000Z\",\n        \"WorkDays\": 248,\n        \"EndDate\": \"2018-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T11:15:19.487Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 79902,\n        \"UpdateDate\": \"2020-05-22T10:52:39.287Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189388,\n        \"PlanId\": 41541,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T11:16:58.640Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T13:16:58.650Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189400,\n        \"PlanId\": 41544,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T12:49:12.787Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T14:49:12.797Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-08-07T12:11:37.090Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189402,\n        \"PlanId\": 41545,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:07:04.173Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:07:04.170Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189404,\n        \"PlanId\": 41546,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:12:51.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:12:51.503Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189406,\n        \"PlanId\": 41547,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:18:14.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:18:14.150Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189408,\n        \"PlanId\": 41548,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:22:20.930Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:22:20.930Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189410,\n        \"PlanId\": 41549,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:26:11.053Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:26:11.053Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189412,\n        \"PlanId\": 41550,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:29:19.790Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:29:19.790Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189414,\n        \"PlanId\": 41551,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:32:23.940Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:32:23.940Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189416,\n        \"PlanId\": 41552,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:54:52.507Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:54:52.517Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189418,\n        \"PlanId\": 41553,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T13:58:08.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T15:58:08.973Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189420,\n        \"PlanId\": 41554,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:01:48.310Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:01:48.310Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189422,\n        \"PlanId\": 41555,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:05:38.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:05:38.270Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189424,\n        \"PlanId\": 41556,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:18:21.560Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:18:21.570Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189426,\n        \"PlanId\": 41557,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:21:09.207Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:21:09.203Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189428,\n        \"PlanId\": 41558,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:24:31.987Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:24:31.983Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189432,\n        \"PlanId\": 41559,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:27:16.597Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:27:16.593Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189434,\n        \"PlanId\": 41560,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:31:16.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:31:16.767Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189436,\n        \"PlanId\": 41561,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:33:58.703Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:33:58.710Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189438,\n        \"PlanId\": 41562,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:36:57.947Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:36:57.940Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189440,\n        \"PlanId\": 41563,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:39:27.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:39:27.140Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189442,\n        \"PlanId\": 41564,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:49:48.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:49:48.763Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189444,\n        \"PlanId\": 41565,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:52:28.820Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:52:28.823Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189446,\n        \"PlanId\": 41566,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T14:56:46.097Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T16:56:46.107Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189448,\n        \"PlanId\": 41567,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T15:02:19.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T17:02:19.973Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189450,\n        \"PlanId\": 41568,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T15:05:32.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T17:05:32.147Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189452,\n        \"PlanId\": 41569,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-13T15:07:52.643Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-13T17:07:52.643Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189487,\n        \"PlanId\": 41572,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-19T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-18T07:48:42.957Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-09-18T09:48:42.960Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189529,\n        \"PlanId\": 41580,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T08:14:38.410Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-19T10:14:38.417Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189531,\n        \"PlanId\": 41581,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T08:16:48.750Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-19T10:16:48.753Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189537,\n        \"PlanId\": 41584,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-19T11:44:43.427Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-09-19T13:44:43.423Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189549,\n        \"PlanId\": 41586,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-09-20T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-09-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-20T08:43:20.613Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:33:11.027Z\",\n        \"TaskResponsibleResouceId\": 19522,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2017-11-03T15:33:11.027Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 189554,\n        \"PlanId\": 41588,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-21T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-20T13:29:29.960Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 18929,\n        \"UpdateDate\": \"2017-09-20T15:29:29.960Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189562,\n        \"PlanId\": 41591,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:24:16.103Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-21T10:24:16.110Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189564,\n        \"PlanId\": 41592,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:24:30.877Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-09-21T10:24:30.870Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-06T14:50:29.670Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189566,\n        \"PlanId\": 41593,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:24:59.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-21T10:24:59.057Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189568,\n        \"PlanId\": 41594,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:26:57.067Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-09-21T10:26:57.063Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-06T14:50:39.020Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189570,\n        \"PlanId\": 41599,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:31:44.600Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-21T10:31:44.593Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189572,\n        \"PlanId\": 41602,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-22T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-21T08:34:46.973Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-09-21T10:34:46.967Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 189943,\n        \"PlanId\": 38937,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 46,\n        \"TaskName\": \"Meeting (1030 = 0)\",\n        \"StartDate\": \"2017-09-25T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-25T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-25T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-25T09:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-22T08:00:46.150Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-22T08:00:46.353Z\",\n        \"TaskResponsibleResouceId\": 19861,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-09-28T00:21:53.987Z\",\n        \"FromExternal\": true,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 189944,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-22T08:00:46.710Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:35:01.833Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-11-03T15:35:01.833Z\",\n        \"FromExternal\": true,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 189945,\n        \"PlanId\": 40827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-22T08:00:50.783Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-03T15:35:03.050Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-11-03T15:35:03.050Z\",\n        \"FromExternal\": true,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 189950,\n        \"PlanId\": 38937,\n        \"PhaseNumber\": 35879,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0)\",\n        \"StartDate\": \"2017-09-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-28T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-28T10:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-22T08:03:40.083Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-09-22T08:03:40.207Z\",\n        \"TaskResponsibleResouceId\": 19861,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2017-10-01T00:29:07.217Z\",\n        \"FromExternal\": true,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190076,\n        \"PlanId\": 41616,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-09-10T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-09-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-27T07:19:56.720Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2018-01-08T09:13:10.193Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190077,\n        \"PlanId\": 36873,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"HeyHej\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-10-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 39,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-27T08:33:30.537Z\",\n        \"CreateEmployeeId\": 22061,\n        \"TaskResponsibleResouceId\": 35044,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190160,\n        \"PlanId\": 41622,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-09-28T10:55:17.480Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-10-12T13:22:29.520Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190196,\n        \"PlanId\": 41623,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-05T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-03T11:51:42.027Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-03T13:51:42.033Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-12-06T14:50:48.273Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190207,\n        \"PlanId\": 41624,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-05T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-04T08:37:24.907Z\",\n        \"CreateEmployeeId\": 1185,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2017-10-04T10:37:24.913Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190210,\n        \"PlanId\": 24181,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"asd\",\n        \"StartDate\": \"2017-10-04T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2017-10-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-04T12:33:17.787Z\",\n        \"CreateEmployeeId\": 20232,\n        \"TaskResponsibleResouceId\": 593,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190216,\n        \"PlanId\": 41625,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-05T04:50:50.900Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-05T06:50:50.907Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190222,\n        \"PlanId\": 41626,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-05T07:37:50.633Z\",\n        \"CreateEmployeeId\": 21491,\n        \"UpdateEmployeeId\": 21491,\n        \"UpdateDate\": \"2017-10-05T09:37:50.640Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190224,\n        \"PlanId\": 41627,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-05T07:41:14.813Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-05T09:41:14.813Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190235,\n        \"PlanId\": 41628,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-05T11:09:37.683Z\",\n        \"CreateEmployeeId\": 19543,\n        \"UpdateEmployeeId\": 19543,\n        \"UpdateDate\": \"2017-10-05T13:09:37.673Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190285,\n        \"PlanId\": 41635,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-10T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-09T09:08:44.993Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-09T11:08:45.007Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190287,\n        \"PlanId\": 41636,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-10T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-09T10:03:57.340Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-09T12:03:57.350Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190311,\n        \"PlanId\": 41641,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-10T13:12:29.043Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-10T15:12:29.043Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190337,\n        \"PlanId\": 41651,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-13T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-12T05:10:27.663Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-12T07:10:27.660Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190361,\n        \"PlanId\": 41653,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-13T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-12T13:52:11.360Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-12T15:52:11.363Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190371,\n        \"PlanId\": 41658,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-13T12:02:09.717Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-13T14:02:09.717Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190373,\n        \"PlanId\": 41659,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2018-01-15T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-01-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-13T12:05:45.367Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22050,\n        \"UpdateDate\": \"2017-12-19T08:38:31.060Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190376,\n        \"PlanId\": 41660,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-13T13:50:13.233Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-13T15:50:13.240Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190390,\n        \"PlanId\": 41662,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T10:28:35.917Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T12:28:35.917Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190392,\n        \"PlanId\": 41663,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:32:39.427Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T13:32:39.417Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190394,\n        \"PlanId\": 41664,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:33:25.947Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T13:33:25.943Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190396,\n        \"PlanId\": 41665,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:34:20.390Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T13:34:20.387Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190398,\n        \"PlanId\": 41666,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:35:44.647Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T13:35:44.633Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190400,\n        \"PlanId\": 41667,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:41:07.300Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-17T13:41:07.303Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190402,\n        \"PlanId\": 41668,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-17T11:43:41.940Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-17T13:43:41.933Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190413,\n        \"PlanId\": 62966,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-10-18T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-18T11:24:37.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-18T11:24:41.143Z\",\n        \"TaskResponsibleResouceId\": 19522,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 190419,\n        \"PlanId\": 62974,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-19T08:02:25.290Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-19T10:02:25.300Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190421,\n        \"PlanId\": 62975,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-19T10:44:23.793Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-19T12:44:23.797Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190423,\n        \"PlanId\": 62976,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-19T10:46:32.697Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-19T12:46:32.707Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190426,\n        \"PlanId\": 62977,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-20T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-19T13:56:59.080Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-19T15:56:59.083Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190431,\n        \"PlanId\": 62979,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-20T06:51:21.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-20T08:51:21.537Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190461,\n        \"PlanId\": 62984,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-20T11:14:28.873Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-10-20T13:14:28.883Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190465,\n        \"PlanId\": 62985,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-23T14:01:36.563Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-23T16:01:36.577Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190467,\n        \"PlanId\": 62986,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-23T14:14:10.190Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-23T16:14:10.180Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190469,\n        \"PlanId\": 37476,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"chickenboy\",\n        \"StartDate\": \"2017-10-25T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-24T06:39:35.617Z\",\n        \"CreateEmployeeId\": 35166,\n        \"TaskResponsibleResouceId\": 73182,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T190469 031 chickenboy\",\n        \"Billable\": false\n    },\n    {\n        \"Id\": 190493,\n        \"PlanId\": 62988,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-24T10:36:58.453Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-10-24T12:36:58.453Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190531,\n        \"PlanId\": 62992,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-27T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-25T14:06:18.000Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-25T16:06:17.997Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190562,\n        \"PlanId\": 62993,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-10-27T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-10-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-26T07:12:14.337Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-26T09:12:14.327Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188882\n    },\n    {\n        \"Id\": 190563,\n        \"PlanId\": 62993,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-26T07:12:14.337Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-26T09:12:14.327Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190565,\n        \"PlanId\": 62994,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-26T07:21:12.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-26T09:21:12.553Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190567,\n        \"PlanId\": 62995,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-26T07:23:37.070Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-10-26T09:23:37.073Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190577,\n        \"PlanId\": 63001,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-26T12:29:44.797Z\",\n        \"CreateEmployeeId\": 37226,\n        \"UpdateEmployeeId\": 37226,\n        \"UpdateDate\": \"2017-10-26T14:29:44.800Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190594,\n        \"PlanId\": 63005,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-10-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-27T12:58:17.060Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-10-27T14:58:17.060Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190597,\n        \"PlanId\": 63007,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-30T10:07:56.760Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-10-30T11:07:56.757Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190599,\n        \"PlanId\": 63008,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-30T10:09:18.053Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-10-30T11:09:18.060Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190606,\n        \"PlanId\": 63012,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-03T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-31T11:13:22.360Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-31T12:13:22.357Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190608,\n        \"PlanId\": 63013,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-03T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-31T11:22:46.377Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-31T12:22:46.387Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 190620,\n        \"PlanId\": 63016,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-03T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-10-31T15:49:11.150Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-10-31T16:49:11.143Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 191076,\n        \"PlanId\": 38720,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-08T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2016-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:09:31.657Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:09:31.657Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129370\n    },\n    {\n        \"Id\": 191077,\n        \"PlanId\": 38720,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-09-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:09:31.670Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:09:31.670Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129376\n    },\n    {\n        \"Id\": 191293,\n        \"PlanId\": 38311,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-08T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2016-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:10:51.313Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:10:51.317Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129370\n    },\n    {\n        \"Id\": 191294,\n        \"PlanId\": 38311,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-09-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:10:51.327Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:10:51.330Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129376\n    },\n    {\n        \"Id\": 191390,\n        \"PlanId\": 38311,\n        \"PhaseNumber\": 9,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Chief Director EN\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-01T00:00:00.000Z\",\n        \"WorkDays\": 25,\n        \"EndDate\": \"2019-04-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:11:02.150Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-01T10:48:32.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 75083,\n        \"TaskProgressId\": 206\n    },\n    {\n        \"Id\": 191510,\n        \"PlanId\": 39929,\n        \"PhaseNumber\": 24,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-08T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2016-09-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:17:14.800Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:17:14.800Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129370\n    },\n    {\n        \"Id\": 191511,\n        \"PlanId\": 39929,\n        \"PhaseNumber\": 24,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-26T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2016-09-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-01T10:17:14.810Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2017-11-01T11:17:14.813Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129376\n    },\n    {\n        \"Id\": 192534,\n        \"PlanId\": 63026,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-03T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-02T12:15:33.870Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-02T13:15:33.867Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192543,\n        \"PlanId\": 63027,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-03T11:50:46.263Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-03T12:50:46.253Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192545,\n        \"PlanId\": 63028,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-06T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-03T11:54:03.543Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-03T12:54:03.550Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192570,\n        \"PlanId\": 63029,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T08:10:25.363Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T09:10:25.367Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192572,\n        \"PlanId\": 63030,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T08:17:30.247Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T09:17:30.240Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192580,\n        \"PlanId\": 63031,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T08:59:05.067Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T09:59:05.070Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192582,\n        \"PlanId\": 63032,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T09:02:30.777Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T10:02:30.777Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192586,\n        \"PlanId\": 63033,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T12:04:20.667Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T13:04:20.660Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192590,\n        \"PlanId\": 63034,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-07T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-06T12:11:47.063Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-06T13:11:47.070Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192606,\n        \"PlanId\": 63037,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-28T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-01-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T07:42:04.333Z\",\n        \"CreateEmployeeId\": 35166,\n        \"UpdateEmployeeId\": 35166,\n        \"UpdateDate\": \"2018-03-12T13:51:15.153Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192623,\n        \"PlanId\": 63039,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T13:01:22.293Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-08T14:01:22.293Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192627,\n        \"PlanId\": 63043,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-09T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T14:17:34.740Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-08T15:17:34.727Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192629,\n        \"PlanId\": 63044,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-09T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T14:20:01.440Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-08T15:20:01.450Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192631,\n        \"PlanId\": 63045,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-09T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T14:48:24.317Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-08T15:48:24.323Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192633,\n        \"PlanId\": 63046,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-09T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-08T14:49:16.870Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-08T15:49:16.877Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192705,\n        \"PlanId\": 63049,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-13T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-10T11:31:59.540Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-10T12:31:59.540Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 192708,\n        \"PlanId\": 4148,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Test copy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-19T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-10T11:59:33.190Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-10T12:59:33.183Z\",\n        \"TemporaryId\": 137277,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 192716,\n        \"PlanId\": 4148,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Test copy copy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2016-08-19T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2016-08-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-10T12:16:27.483Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-10T13:16:27.483Z\",\n        \"TemporaryId\": 192708,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 192828,\n        \"PlanId\": 41437,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Test\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-01-20T00:00:00.000Z\",\n        \"WorkDays\": 20,\n        \"EndDate\": \"2020-02-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-13T08:53:39.050Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-13T09:53:39.050Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129370\n    },\n    {\n        \"Id\": 192829,\n        \"PlanId\": 41437,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Testing\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-02-06T00:00:00.000Z\",\n        \"WorkDays\": 11,\n        \"EndDate\": \"2020-02-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 37,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-13T08:53:39.063Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-13T09:53:39.063Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 129376\n    },\n    {\n        \"Id\": 192964,\n        \"PlanId\": 63052,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-13T09:03:33.963Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-13T10:03:33.960Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 190160\n    },\n    {\n        \"Id\": 192975,\n        \"PlanId\": 63053,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-13T10:06:21.800Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-13T11:06:21.800Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193104,\n        \"PlanId\": 63059,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-11T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-14T12:44:23.680Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-14T13:44:23.690Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 190160\n    },\n    {\n        \"Id\": 193107,\n        \"PlanId\": 63059,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-05T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-14T12:45:20.497Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-14T13:45:20.487Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 190160\n    },\n    {\n        \"Id\": 193112,\n        \"PlanId\": 63059,\n        \"PhaseNumber\": 9,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-28T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-08-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-14T13:00:55.187Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-14T14:00:55.180Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 190160\n    },\n    {\n        \"Id\": 193121,\n        \"PlanId\": 63039,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-31T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-15T07:36:10.363Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-15T08:36:10.370Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 190160\n    },\n    {\n        \"Id\": 193128,\n        \"PlanId\": 63061,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-15T13:52:55.840Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-15T14:52:55.853Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193132,\n        \"PlanId\": 63063,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-15T14:45:03.203Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-15T15:45:03.210Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193155,\n        \"PlanId\": 63064,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T09:46:25.640Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-16T10:46:25.637Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193255,\n        \"PlanId\": 63067,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T11:09:57.007Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2017-11-16T12:09:57.013Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193388,\n        \"PlanId\": 63068,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T13:16:10.103Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-11-16T14:16:10.107Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193390,\n        \"PlanId\": 63069,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T14:02:48.353Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-11-16T15:02:48.357Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193392,\n        \"PlanId\": 63070,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"TaskNote\": \"kjjjkkkkkkkkkkkkkkkkkkkkk\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T14:04:10.020Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2018-07-09T07:49:08.243Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193394,\n        \"PlanId\": 63071,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-17T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-16T14:19:20.047Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-11-16T15:19:20.057Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193415,\n        \"PlanId\": 63072,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-21T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-20T14:22:46.320Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 18929,\n        \"UpdateDate\": \"2017-11-20T15:22:46.327Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193417,\n        \"PlanId\": 63073,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-21T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-20T14:37:22.110Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 18929,\n        \"UpdateDate\": \"2017-11-20T15:37:22.110Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193421,\n        \"PlanId\": 63077,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-21T08:22:51.623Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-21T09:22:51.620Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193426,\n        \"PlanId\": 63079,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-21T15:10:12.663Z\",\n        \"CreateEmployeeId\": 73002,\n        \"UpdateEmployeeId\": 73002,\n        \"UpdateDate\": \"2017-11-21T16:10:12.660Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193428,\n        \"PlanId\": 63080,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-21T15:29:20.137Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-21T16:29:20.127Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193430,\n        \"PlanId\": 63081,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-23T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-21T15:36:52.223Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-21T16:36:52.237Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193464,\n        \"PlanId\": 63083,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T08:29:48.460Z\",\n        \"CreateEmployeeId\": 16143,\n        \"UpdateEmployeeId\": 16143,\n        \"UpdateDate\": \"2017-11-23T09:29:48.470Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193466,\n        \"PlanId\": 63084,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T08:32:22.530Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T09:32:22.530Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193468,\n        \"PlanId\": 63085,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T08:39:51.030Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T09:39:51.030Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193473,\n        \"PlanId\": 63086,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T08:58:17.507Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T09:58:17.503Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193475,\n        \"PlanId\": 63087,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T08:59:59.407Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T09:59:59.403Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193477,\n        \"PlanId\": 63088,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T09:03:58.273Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T10:03:58.270Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193479,\n        \"PlanId\": 63089,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T09:05:38.427Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2017-11-23T10:05:38.417Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193552,\n        \"PlanId\": 63092,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T10:29:20.610Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-11-23T11:29:20.613Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193554,\n        \"PlanId\": 63093,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T10:33:28.297Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-11-23T11:33:28.290Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193556,\n        \"PlanId\": 63094,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2 / Activity 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T10:38:29.343Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-11-30T08:29:41.197Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193558,\n        \"PlanId\": 63095,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T10:40:01.930Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-11-23T11:40:01.923Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193562,\n        \"PlanId\": 63096,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-24T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-11-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T11:56:05.427Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-11-23T12:56:05.417Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193564,\n        \"PlanId\": 63097,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-23T12:15:18.593Z\",\n        \"CreateEmployeeId\": 41051,\n        \"UpdateEmployeeId\": 41051,\n        \"UpdateDate\": \"2017-11-23T13:15:18.600Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193581,\n        \"PlanId\": 63102,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-11-28T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-27T11:48:48.317Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-11-27T12:48:48.313Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193656,\n        \"PlanId\": 63111,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2018-04-13T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-04-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-30T15:38:04.387Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2018-04-13T11:02:08.237Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193658,\n        \"PlanId\": 63112,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-30T15:46:35.547Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-30T16:46:35.550Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193660,\n        \"PlanId\": 63113,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-30T15:49:48.173Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-30T16:49:48.180Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193662,\n        \"PlanId\": 63114,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-11-30T15:52:48.683Z\",\n        \"CreateEmployeeId\": 72751,\n        \"UpdateEmployeeId\": 72751,\n        \"UpdateDate\": \"2017-11-30T16:52:48.690Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193669,\n        \"PlanId\": 63116,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 276,\n        \"EndDate\": \"2019-02-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T09:46:25.823Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2019-02-21T11:39:15.550Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193671,\n        \"PlanId\": 63117,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T09:59:49.503Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-12-01T10:59:49.510Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193673,\n        \"PlanId\": 63118,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 10000,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:00:14.450Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2019-02-07T16:04:57.187Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193675,\n        \"PlanId\": 63119,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:01:57.800Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-12-01T11:01:57.800Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193677,\n        \"PlanId\": 63120,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:04:21.897Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-12-01T11:04:21.900Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193679,\n        \"PlanId\": 63121,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 66,\n        \"EndDate\": \"2018-03-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:05:03.440Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2019-02-22T11:06:03.897Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193681,\n        \"PlanId\": 63122,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:05:51.160Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-12-01T11:05:51.157Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193683,\n        \"PlanId\": 63123,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-04T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-12-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:06:12.110Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2017-12-01T11:06:12.103Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 193685,\n        \"PlanId\": 63124,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-12-05T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-12-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-12-01T10:08:46.707Z\",\n        \"CreateEmployeeId\": 20232,\n        \"UpdateEmployeeId\": 20232,\n        \"UpdateDate\": \"2018-05-18T11:54:22.653Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 194481,\n        \"PlanId\": 63188,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-16T13:39:36.157Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-16T14:39:36.163Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189388\n    },\n    {\n        \"Id\": 194539,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 194541,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 194545,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 194551,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 194612,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 72521,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 194616,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 61,\n        \"TaskName\": \"Fw: 4320x5400\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177457\n    },\n    {\n        \"Id\": 194670,\n        \"PlanId\": 63198,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:19.050Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:19.060Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 194703,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-11-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 194709,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 194710,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 194720,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 194721,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Booking\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-05-23T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2017-05-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178053\n    },\n    {\n        \"Id\": 194724,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-06-07T00:00:00.000Z\",\n        \"WorkDays\": 10,\n        \"EndDate\": \"2017-06-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180147\n    },\n    {\n        \"Id\": 194725,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2017-06-26T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180148\n    },\n    {\n        \"Id\": 194726,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 194728,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2017-05-24T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2017-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178070\n    },\n    {\n        \"Id\": 194750,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 194753,\n        \"PlanId\": 63200,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-01-17T15:04:31.963Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-01-17T16:04:31.967Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 195415,\n        \"PlanId\": 41255,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2022-08-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2022-08-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-02-12T10:08:23.220Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 195832,\n        \"PlanId\": 1279,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 126,\n        \"TaskName\": \"5616x3744\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-02-17T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2018-03-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-02-16T10:15:37.307Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 19543,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 196208,\n        \"PlanId\": 41440,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"123\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-05-17T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2018-05-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-03-06T09:54:05.850Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-17T10:46:21.777Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 196717,\n        \"PlanId\": 63736,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-04-10T12:46:43.860Z\",\n        \"CreateEmployeeId\": 35295,\n        \"UpdateEmployeeId\": 35295,\n        \"UpdateDate\": \"2018-04-10T14:46:43.867Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 196982,\n        \"PlanId\": 63811,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2018-05-02T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-04-30T09:49:42.523Z\",\n        \"CreateEmployeeId\": 35044,\n        \"UpdateEmployeeId\": 35044,\n        \"UpdateDate\": \"2018-04-30T11:49:42.520Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 196984,\n        \"PlanId\": 63812,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2018-05-02T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-05-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-04-30T10:19:52.367Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2018-04-30T12:19:52.367Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 197616,\n        \"PlanId\": 64002,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task\",\n        \"StartDate\": \"2018-05-09T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-05-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-05-08T12:51:28.100Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75520,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 199453,\n        \"PlanId\": 64149,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Phase 1 task\",\n        \"StartDate\": \"2018-06-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-06-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-06-07T13:39:50.810Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75788,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 199454,\n        \"PlanId\": 64149,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Phase 2 task\",\n        \"StartDate\": \"2018-06-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-06-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-06-07T13:39:56.617Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75788,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 199455,\n        \"PlanId\": 64149,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Phase 3 task\",\n        \"StartDate\": \"2018-06-07T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-06-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-06-07T13:40:02.880Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75788,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 199677,\n        \"PlanId\": 63985,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Test 3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-06-14T00:00:00.000Z\",\n        \"StartTime\": \"2018-06-14T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2018-06-15T00:00:00.000Z\",\n        \"EndTime\": \"2018-06-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-06-14T08:36:36.767Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-07-06T10:05:01.040Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 202732,\n        \"PlanId\": 64472,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-08-30T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-07-09T15:40:35.267Z\",\n        \"CreateEmployeeId\": 20796,\n        \"UpdateEmployeeId\": 20796,\n        \"UpdateDate\": \"2018-07-09T17:40:35.270Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 188883\n    },\n    {\n        \"Id\": 202743,\n        \"PlanId\": 64151,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"task\",\n        \"StartDate\": \"2018-07-10T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-07-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-07-10T13:58:17.547Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-07-10T13:58:37.147Z\",\n        \"TaskResponsibleResouceId\": 75788,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 7,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 232829,\n        \"PlanId\": 68994,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"N7\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-09-20T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2018-09-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-07T13:25:40.883Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 21775,\n        \"UpdateDate\": \"2018-08-07T13:26:26.270Z\",\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 19861,\n        \"Billable\": false,\n        \"TaskProgressId\": 191\n    },\n    {\n        \"Id\": 233193,\n        \"PlanId\": 69387,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"task 1\",\n        \"StartDate\": \"2018-08-16T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2018-08-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-16T07:00:17.440Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-08-16T07:55:35.653Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 233376,\n        \"PlanId\": 69432,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Test, Nikolaj Schnæbel @NS\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-08-01T00:00:00.000Z\",\n        \"WorkDays\": 96,\n        \"EndDate\": \"2018-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-22T07:10:30.700Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 233377,\n        \"PlanId\": 69432,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test, Nikolaj Schnæbel @NS\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-08-01T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2018-08-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-22T07:11:26.913Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 233378,\n        \"PlanId\": 69432,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Test, Nikolaj Schnæbel @NS\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-08-13T00:00:00.000Z\",\n        \"WorkDays\": 8,\n        \"EndDate\": \"2018-08-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-22T07:11:27.053Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235233,\n        \"PlanId\": 70023,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-10-25T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-11-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-10-25T13:31:51.163Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235343,\n        \"PlanId\": 70089,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task 1\",\n        \"ActivityId\": 520,\n        \"StartDate\": \"2018-11-02T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-02T13:08:26.577Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 73086,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 235347,\n        \"PlanId\": 70092,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task 1\",\n        \"ActivityId\": 520,\n        \"StartDate\": \"2018-11-02T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-02T13:09:15.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-02T14:09:15.000Z\",\n        \"TaskResponsibleResouceId\": 73086,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 235343\n    },\n    {\n        \"Id\": 235353,\n        \"PlanId\": 69967,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"task 1\",\n        \"ActivityId\": 520,\n        \"StartDate\": \"2018-11-02T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-02T13:17:03.960Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-02T14:14:04.443Z\",\n        \"TaskResponsibleResouceId\": 73086,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 235703,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"T1 P1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-11-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-11-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:29:20.597Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235704,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"T2 P1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:29:28.410Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-21T09:42:00.280Z\",\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235706,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"T1 P2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-11-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:29:43.833Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-21T09:31:07.043Z\",\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235707,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"T2 P2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:29:49.663Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-21T09:42:21.607Z\",\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235709,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"T1 P3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-11-23T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:30:31.170Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-21T09:31:26.907Z\",\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 235710,\n        \"PlanId\": 70190,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"T2 P3\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2018-12-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-12-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-11-21T09:30:36.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-11-21T09:31:29.150Z\",\n        \"TaskResponsibleResouceId\": 72847,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 238481,\n        \"PlanId\": 40826,\n        \"PhaseNumber\": 222111111,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test 1234\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-12-17T11:10:34.437Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-03-08T09:11:47.547Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T238481 026 Test\",\n        \"Billable\": true\n    },\n    {\n        \"Id\": 239003,\n        \"PlanId\": 69479,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2019-01-10T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-02-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-10T08:51:43.437Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 239004,\n        \"PlanId\": 70665,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-11T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-02-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-10T09:34:36.420Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-10T10:34:36.423Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 239356,\n        \"PlanId\": 41055,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-15T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2019-02-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:13:47.950Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 239357,\n        \"PlanId\": 69479,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"New task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-15T00:00:00.000Z\",\n        \"WorkDays\": 17,\n        \"EndDate\": \"2019-02-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:14:24.910Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 239586,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 239588,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 239592,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 239597,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 239620,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 239648,\n        \"PlanId\": 70712,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:26.623Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:26.623Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 239662,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 239668,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 239669,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 239686,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 239687,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 239692,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 239694,\n        \"PlanId\": 70714,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:29:31.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:29:31.400Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 239699,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 239701,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 239705,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 239710,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 239733,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 239761,\n        \"PlanId\": 70719,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:08.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:08.777Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 239775,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 239781,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 239782,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 239799,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 239800,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 239805,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 239807,\n        \"PlanId\": 70721,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:35:14.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:35:14.217Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 239941,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 239946,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 239948,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 239952,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 239957,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 239980,\n        \"PlanId\": 70734,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:47.430Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:47.430Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 240002,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 240008,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 240009,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 240026,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 240027,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 240032,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 240034,\n        \"PlanId\": 70736,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-15T14:43:52.060Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-15T15:43:52.060Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 240231,\n        \"PlanId\": 70784,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"sdfhtrhf 123 3 2dfadzsd adas dasd asd asd asd asdwqqe qwe qwe qw\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2015-07-27T00:00:00.000Z\",\n        \"WorkDays\": 799,\n        \"EndDate\": \"2018-12-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-17T11:47:24.360Z\",\n        \"CreateEmployeeId\": 19869,\n        \"UpdateEmployeeId\": 37226,\n        \"UpdateDate\": \"2020-08-25T07:37:49.637Z\",\n        \"TaskResponsibleResouceId\": 20232,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 76636\n    },\n    {\n        \"Id\": 240276,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 240278,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 240282,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 240287,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 240310,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 240338,\n        \"PlanId\": 70795,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:20.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:20.000Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 240352,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 240358,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 240359,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 240376,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 240377,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 240382,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 240384,\n        \"PlanId\": 70797,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:26.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:26.627Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 240389,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-03-05T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 240391,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 240395,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 240400,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-06-26T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 240423,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-08-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-06T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 240451,\n        \"PlanId\": 70802,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-08-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:12:58.047Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:12:58.047Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 240465,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-07-26T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 240471,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 240472,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 240489,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 240490,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-02-25T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 240495,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-25T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 240497,\n        \"PlanId\": 70804,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-19T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:13:04.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:13:04.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 240841,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 240843,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 240847,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 240852,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 240875,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 240903,\n        \"PlanId\": 70831,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:13.170Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:13.170Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 240917,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 240923,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 240924,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 240941,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 240942,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 240947,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 240949,\n        \"PlanId\": 70833,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T11:44:16.867Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T12:44:16.867Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241180,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241182,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241186,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241191,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241214,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241242,\n        \"PlanId\": 70857,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:29:59.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:29:59.350Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241256,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241262,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241263,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241280,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241281,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241286,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241288,\n        \"PlanId\": 70859,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-18T12:30:05.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 41551,\n        \"UpdateDate\": \"2019-01-18T13:30:05.027Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241328,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241330,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241334,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241339,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241362,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241390,\n        \"PlanId\": 70881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:27.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:27.763Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241404,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241410,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241411,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241428,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241429,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241434,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241436,\n        \"PlanId\": 70883,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:31.530Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:31.513Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241441,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-11T14:35:36.877Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241443,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-01-28T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241447,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-01-31T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241452,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-06-12T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241475,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-08-12T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-02-24T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241503,\n        \"PlanId\": 70888,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-08-14T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:19:55.957Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:19:55.957Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241517,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-07-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241523,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-17T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-17T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241524,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241541,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-01-31T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-06T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241542,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-05T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-02-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241547,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-12T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241549,\n        \"PlanId\": 70890,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-08T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-08T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:00.763Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:00.763Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241554,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-03-14T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-04-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241556,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241560,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-22T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-11T14:35:37.877Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241565,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-07-05T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241588,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241616,\n        \"PlanId\": 70895,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-09-06T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:30.553Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:30.553Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241630,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-08-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241636,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-09T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-09T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241637,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-10T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241654,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-22T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241655,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-27T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-03-06T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241660,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-03T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241662,\n        \"PlanId\": 70897,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-30T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-30T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:20:35.130Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:20:35.130Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241667,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-03-14T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-04-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241669,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-02-19T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241673,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-22T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-11T14:35:38.423Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241678,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-07-05T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241701,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-09-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241729,\n        \"PlanId\": 70902,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-09-06T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:22:57.493Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:22:57.493Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241743,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-08-07T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241749,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-09T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-09T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241750,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-10T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241767,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-22T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241768,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-27T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-03-06T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241773,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-03T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241775,\n        \"PlanId\": 70904,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-30T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-30T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:23:02.240Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:23:02.240Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241780,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241781,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"New task / Konsulent\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2020-01-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-01-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-11-25T11:43:30.540Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141597\n    },\n    {\n        \"Id\": 241782,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241786,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241791,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241814,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241842,\n        \"PlanId\": 70909,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:06.607Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:06.607Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241856,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241862,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241863,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241880,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241881,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241886,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 241888,\n        \"PlanId\": 70911,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:25:08.903Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:25:08.903Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 241893,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-02-28T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 241895,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-02-05T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 241899,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 241904,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-06-21T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 241927,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-03T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 241955,\n        \"PlanId\": 70916,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-08-23T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:52.380Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:52.387Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 241969,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-07-23T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 241975,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-25T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-25T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 241976,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 241993,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-14T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 241994,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-02-20T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 241999,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 242001,\n        \"PlanId\": 70918,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-16T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:27:56.973Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:27:56.977Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 242021,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-10-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-11-07T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 242026,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-04-24T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-05-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 242028,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-03-27T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-10-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 242032,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-04-01T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-04-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 242037,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-08-14T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 242060,\n        \"PlanId\": 70923,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-10-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-04-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:42.450Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:42.450Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 242082,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-09-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 242088,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-08-14T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-14T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 242089,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-08-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-15T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 242106,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-04-01T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-04-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 242107,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-04-04T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-04-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 242112,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-05-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-05-20T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 242114,\n        \"PlanId\": 70925,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-06-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-05T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:28:47.270Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:28:47.267Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 242119,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-03-08T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2021-04-12T09:23:56.050Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242026,\n        \"TaskProgressId\": 211,\n        \"ScrumSprintId\": 172\n    },\n    {\n        \"Id\": 242121,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-02-13T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242028\n    },\n    {\n        \"Id\": 242125,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-02-18T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242032\n    },\n    {\n        \"Id\": 242130,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-07-01T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242037\n    },\n    {\n        \"Id\": 242153,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242060\n    },\n    {\n        \"Id\": 242181,\n        \"PlanId\": 70930,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-09-02T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-23T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:32.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:31.990Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242021\n    },\n    {\n        \"Id\": 242195,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-07-31T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-31T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242082\n    },\n    {\n        \"Id\": 242201,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-03T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242088\n    },\n    {\n        \"Id\": 242202,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-04T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-04T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242089\n    },\n    {\n        \"Id\": 242219,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-22T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242106\n    },\n    {\n        \"Id\": 242220,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-21T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-02-28T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242107\n    },\n    {\n        \"Id\": 242225,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242112\n    },\n    {\n        \"Id\": 242227,\n        \"PlanId\": 70932,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-24T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-24T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:29:36.660Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:29:36.660Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242114\n    },\n    {\n        \"Id\": 242232,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-03-26T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-04-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242119\n    },\n    {\n        \"Id\": 242234,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-03-01T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-09-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242121\n    },\n    {\n        \"Id\": 242238,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2019-03-06T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242125\n    },\n    {\n        \"Id\": 242243,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-07-17T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-08-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242130\n    },\n    {\n        \"Id\": 242266,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-09-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-03-30T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242153\n    },\n    {\n        \"Id\": 242294,\n        \"PlanId\": 70937,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-09-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-10-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:23.673Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:23.677Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242181\n    },\n    {\n        \"Id\": 242308,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-08-21T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-08-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242195\n    },\n    {\n        \"Id\": 242314,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-19T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242201\n    },\n    {\n        \"Id\": 242315,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-07-20T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-20T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242202\n    },\n    {\n        \"Id\": 242332,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-03-06T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-03-12T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242219\n    },\n    {\n        \"Id\": 242333,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-03-11T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-03-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242220\n    },\n    {\n        \"Id\": 242338,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242225\n    },\n    {\n        \"Id\": 242340,\n        \"PlanId\": 70939,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-05-10T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-05-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T08:30:28.290Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T09:30:28.290Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 242227\n    },\n    {\n        \"Id\": 242355,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2019-02-25T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2019-03-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141436\n    },\n    {\n        \"Id\": 242357,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2019-01-31T00:00:00.000Z\",\n        \"WorkDays\": 124,\n        \"EndDate\": \"2019-08-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 141598\n    },\n    {\n        \"Id\": 242361,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2020-06-29T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2020-07-17T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2020-06-25T11:34:37.583Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 145737\n    },\n    {\n        \"Id\": 242366,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-06-17T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-07-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 175478\n    },\n    {\n        \"Id\": 242389,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 57,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2019-08-16T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 128,\n        \"EndDate\": \"2020-02-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177453\n    },\n    {\n        \"Id\": 242417,\n        \"PlanId\": 70946,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 115,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2019-08-20T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2019-09-10T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:02.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:01.997Z\",\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 177784\n    },\n    {\n        \"Id\": 242431,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2019-07-18T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-07-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182991\n    },\n    {\n        \"Id\": 242437,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 51,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-20T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-20T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189944\n    },\n    {\n        \"Id\": 242438,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 52,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2019-06-21T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-06-21T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 189945\n    },\n    {\n        \"Id\": 242455,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2019-02-05T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-02-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 178031\n    },\n    {\n        \"Id\": 242456,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2019-02-08T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2019-02-15T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 180192\n    },\n    {\n        \"Id\": 242461,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-15T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182404\n    },\n    {\n        \"Id\": 242463,\n        \"PlanId\": 70948,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 42,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2019-04-11T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-04-11T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-21T09:29:07.297Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-21T10:29:07.293Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 182770\n    },\n    {\n        \"Id\": 243300,\n        \"PlanId\": 71120,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-21T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2019-01-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-24T14:34:21.523Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-24T14:34:39.147Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243337,\n        \"PlanId\": 39644,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"ETC 2\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-24T00:00:00.000Z\",\n        \"WorkDays\": 3,\n        \"EndDate\": \"2019-01-28T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-25T11:31:04.917Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-25T12:51:22.143Z\",\n        \"TaskResponsibleResouceId\": 75820,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-02-05T16:12:15.047Z\",\n        \"FromExternal\": false,\n        \"BookingLevel\": 7,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243339,\n        \"PlanId\": 70665,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"ETC\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-01-21T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-01-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-25T11:49:47.790Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-01-28T15:37:21.240Z\",\n        \"TaskResponsibleResouceId\": 35166,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 75808,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243381,\n        \"PlanId\": 70187,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2019-01-24T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-01-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T11:11:17.803Z\",\n        \"CreateEmployeeId\": 36971,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2020-02-06T11:10:44.100Z\",\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243735,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:36.457Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243737,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:36.650Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243741,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:37.003Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243746,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:37.487Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243769,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:39.520Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243797,\n        \"PlanId\": 71178,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:30:42.060Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243809,\n        \"PlanId\": 71179,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:13.283Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243812,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:17.600Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243818,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:18.200Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243819,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:18.277Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243836,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:19.897Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243837,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:19.990Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243842,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:20.447Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243844,\n        \"PlanId\": 71180,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-28T16:31:20.680Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243858,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:38.970Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243860,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:39.237Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243864,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:39.703Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243869,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:40.213Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243892,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:42.283Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243920,\n        \"PlanId\": 71191,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:09:44.880Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243932,\n        \"PlanId\": 71192,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:13.663Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243935,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:18.373Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243941,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:18.953Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243942,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:19.033Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243959,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:20.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243960,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:20.730Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243965,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:21.243Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 243967,\n        \"PlanId\": 71193,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:10:21.453Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243972,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:08.380Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243974,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:08.583Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243978,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:08.930Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 243983,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:09.367Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244006,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:11.460Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244034,\n        \"PlanId\": 71200,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:14.647Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244046,\n        \"PlanId\": 71201,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-27T00:00:00.000Z\",\n        \"WorkDays\": 21,\n        \"EndDate\": \"2019-01-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:42.560Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2019-03-04T13:26:13.070Z\",\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244049,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:47.013Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244055,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:47.560Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244056,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:47.647Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244073,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:49.250Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244074,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:49.350Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244079,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:49.793Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244081,\n        \"PlanId\": 71202,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T12:20:49.983Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244089,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:34.880Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244091,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:35.077Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244095,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:35.490Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244100,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:36.030Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244123,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:38.467Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244151,\n        \"PlanId\": 71210,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:54:41.333Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244163,\n        \"PlanId\": 71211,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:11.103Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244166,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:15.467Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244172,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:16.073Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244173,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:16.153Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244190,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:17.787Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244191,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:17.880Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244196,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:18.343Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244198,\n        \"PlanId\": 71212,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T15:55:18.553Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244203,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:53.570Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244205,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:53.810Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244209,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:54.203Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244214,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:54.663Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244237,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:56.860Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244265,\n        \"PlanId\": 71217,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:02:59.563Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244277,\n        \"PlanId\": 71218,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:26.420Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244280,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:30.673Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244286,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:31.397Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244287,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:31.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244304,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:33.253Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244305,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:33.347Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244310,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:33.813Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244312,\n        \"PlanId\": 71219,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:03:34.030Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244317,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:31.387Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244319,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:31.620Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244323,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:32.000Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244328,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:32.540Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244351,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:34.930Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244379,\n        \"PlanId\": 71224,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:31:37.737Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244391,\n        \"PlanId\": 71225,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:06.230Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244394,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:10.920Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244400,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:11.653Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244401,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:11.750Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244418,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:13.727Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244419,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:13.840Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244424,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:14.343Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244426,\n        \"PlanId\": 71226,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-29T16:32:14.553Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244431,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:49.087Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244433,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:49.327Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244437,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:49.760Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244442,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:50.250Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244465,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:52.820Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244493,\n        \"PlanId\": 71232,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:10:55.720Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244505,\n        \"PlanId\": 71233,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:27.380Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244508,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:32.433Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244514,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:33.123Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244515,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:33.223Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244532,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:36.053Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244533,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:36.153Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244538,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:36.687Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244540,\n        \"PlanId\": 71234,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:11:36.893Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244545,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:31:59.610Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244547,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:31:59.837Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244551,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:00.270Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244556,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:00.823Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244579,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:03.287Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244607,\n        \"PlanId\": 71239,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:06.087Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244619,\n        \"PlanId\": 71240,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:35.787Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244622,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:40.697Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244628,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:41.503Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244629,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:41.577Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244646,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:43.440Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244647,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:43.563Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244652,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:44.220Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244654,\n        \"PlanId\": 71241,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-01-30T09:32:44.453Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 244732,\n        \"PlanId\": 71271,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"task\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-02-06T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-01T13:35:49.857Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-02-05T15:12:48.960Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244740,\n        \"PlanId\": 71283,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Senior Developer\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-03-06T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-03-06T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-04T09:53:53.230Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-02-04T10:53:53.230Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 176152\n    },\n    {\n        \"Id\": 246123,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Begin plan at end date\",\n        \"StartDate\": \"2016-11-07T00:00:00.000Z\",\n        \"WorkDays\": 14,\n        \"EndDate\": \"2016-11-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:16.603Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246125,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Ticket tooltips\",\n        \"StartDate\": \"2016-10-10T00:00:00.000Z\",\n        \"WorkDays\": 120,\n        \"EndDate\": \"2017-04-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:17.393Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 16143,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246129,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"1234567890123456789012345678901234567890123456\",\n        \"StartDate\": \"2016-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2016-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:18.677Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246134,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-02-20T00:00:00.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-03-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:20.290Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246157,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"5616x3744\",\n        \"StartDate\": \"2017-04-28T00:00:00.000Z\",\n        \"StartTime\": \"2017-04-28T15:12:09.000Z\",\n        \"WorkDays\": 122,\n        \"EndDate\": \"2017-11-13T00:00:00.000Z\",\n        \"EndTime\": \"2017-11-13T15:12:09.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:26.380Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75819,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246185,\n        \"PlanId\": 71335,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"Fw: 5616x3744\",\n        \"StartDate\": \"2017-05-03T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-03T10:30:48.000Z\",\n        \"WorkDays\": 16,\n        \"EndDate\": \"2017-05-29T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-29T10:30:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T09:59:34.417Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36481,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246197,\n        \"PlanId\": 71336,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2018-12-17T00:00:00.000Z\",\n        \"WorkDays\": 22,\n        \"EndDate\": \"2019-01-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:32.903Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 75717,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246200,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:39.293Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246206,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:40.237Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246207,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:40.373Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246224,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:45.513Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246225,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:45.683Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246230,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:46.607Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246232,\n        \"PlanId\": 71337,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T10:00:47.007Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 246365,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:15.143Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246371,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:16.167Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246372,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:16.310Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246389,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:18.813Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246390,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:18.970Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246395,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:19.767Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246397,\n        \"PlanId\": 71328,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:20:20.063Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246398,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:43.457Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246404,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:45.203Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246405,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 11,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:45.433Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246422,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:50.117Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246423,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 29,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:50.433Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246428,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:51.820Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246430,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:22:52.390Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246431,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 37,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:20.897Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246437,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 43,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:22.757Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246438,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:23.057Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246455,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 61,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:29.117Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246456,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 62,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:29.550Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246461,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 67,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:31.410Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246463,\n        \"PlanId\": 71352,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 69,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:26:32.167Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246497,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:26.663Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246503,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:30.707Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246504,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:31.313Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246521,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:40.923Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246522,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:41.410Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246527,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:44.010Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246529,\n        \"PlanId\": 71316,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T13:42:44.887Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246530,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:21.873Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246536,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:23.957Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246537,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:24.320Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246554,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:30.140Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246555,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:30.437Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246560,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:32.180Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246562,\n        \"PlanId\": 71322,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:01:32.977Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246597,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:36.423Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246603,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:38.083Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246604,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:38.340Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246621,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:43.447Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246622,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:43.717Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246627,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:45.053Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246629,\n        \"PlanId\": 71357,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:10:45.607Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246663,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:21:54.700Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246669,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:21:56.980Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246670,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:21:57.360Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246687,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:05.243Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246688,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:05.637Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246693,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 31,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:07.937Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246695,\n        \"PlanId\": 71273,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 33,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:22:08.847Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246709,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Jacobs super task!\",\n        \"StartDate\": \"2017-11-02T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-11-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:49.737Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 72507,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246715,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 8,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-26T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-26T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-26T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:51.517Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246716,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Meeting (1030 = 0) #13025\",\n        \"StartDate\": \"2017-09-27T00:00:00.000Z\",\n        \"StartTime\": \"2017-09-27T08:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-09-27T00:00:00.000Z\",\n        \"EndTime\": \"2017-09-27T10:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:51.763Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246733,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"4320x5400\",\n        \"StartDate\": \"2017-05-15T00:00:00.000Z\",\n        \"StartTime\": \"2017-05-15T10:05:46.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2017-05-19T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-19T10:05:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:56.327Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246734,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test ticket\",\n        \"StartDate\": \"2017-05-18T00:00:00.000Z\",\n        \"WorkDays\": 6,\n        \"EndDate\": \"2017-05-26T00:00:00.000Z\",\n        \"EndTime\": \"2017-05-26T07:48:35.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 1,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:56.633Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246739,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 32,\n        \"TaskName\": \"Test 1\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-06-28T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-06-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:58.690Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 246741,\n        \"PlanId\": 71372,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 34,\n        \"TaskName\": \"{wb} CPH HQ #100103\",\n        \"StartDate\": \"2017-07-18T00:00:00.000Z\",\n        \"StartTime\": \"2017-07-18T09:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2017-07-18T00:00:00.000Z\",\n        \"EndTime\": \"2017-07-18T12:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:53:59.237Z\",\n        \"CreateEmployeeId\": 41551,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-15T14:18:49.143Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": true,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"TaskProgressId\": 186\n    },\n    {\n        \"Id\": 246742,\n        \"PlanId\": 71359,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-02-11T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-02-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-11T14:59:22.650Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-02-11T15:07:21.740Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 35166,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 247955,\n        \"PlanId\": 71530,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"new guy\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-08-23T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2017-09-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-18T11:38:36.547Z\",\n        \"CreateEmployeeId\": 41551,\n        \"TaskResponsibleResouceId\": 1185,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 248417,\n        \"PlanId\": 71580,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"[2sp] sdfhtrhf\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-01T00:00:00.000Z\",\n        \"WorkDays\": 807,\n        \"EndDate\": \"2022-09-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-05T05:35:40.337Z\",\n        \"CreateEmployeeId\": 77469,\n        \"UpdateEmployeeId\": 18721,\n        \"UpdateDate\": \"2021-07-14T06:00:53.223Z\",\n        \"TaskResponsibleResouceId\": 77469,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2021-07-14T06:00:45.403Z\",\n        \"FromExternal\": false,\n        \"TicketTypeId\": 289,\n        \"TicketAuthorResourceId\": 16143,\n        \"TicketStatusId\": 234,\n        \"TaskFolderName\": \"T248417 001 [2sp] sdfhtrhf\",\n        \"TicketTeamId\": 83,\n        \"AssignedResourceId\": 16143,\n        \"Billable\": false,\n        \"TaskProgressId\": 187,\n        \"ScrumSprintId\": 330\n    },\n    {\n        \"Id\": 248427,\n        \"PlanId\": 71582,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"X X X X X X X X X X X X X X X X\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2019-04-01T00:00:00.000Z\",\n        \"WorkDays\": 807,\n        \"EndDate\": \"2022-09-01T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-03-05T06:05:22.017Z\",\n        \"CreateEmployeeId\": 77469,\n        \"UpdateEmployeeId\": 37226,\n        \"UpdateDate\": \"2019-10-04T05:39:39.500Z\",\n        \"TaskResponsibleResouceId\": 77469,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2019-10-04T05:39:39.467Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 250452,\n        \"PlanId\": 40062,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"testinghello\",\n        \"ActivityId\": 105,\n        \"StartDate\": \"2019-06-11T00:00:00.000Z\",\n        \"WorkDays\": 207,\n        \"EndDate\": \"2020-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-08T09:01:59.127Z\",\n        \"CreateEmployeeId\": 75667,\n        \"UpdateEmployeeId\": 36971,\n        \"UpdateDate\": \"2020-05-13T10:08:16.090Z\",\n        \"TaskResponsibleResouceId\": 34855,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 250513,\n        \"PlanId\": 41303,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-08-17T00:00:00.000Z\",\n        \"WorkDays\": 429,\n        \"EndDate\": \"2019-04-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-09T13:36:59.950Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-15T14:18:55.400Z\",\n        \"TaskResponsibleResouceId\": 36007,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"TaskProgressId\": 188\n    },\n    {\n        \"Id\": 250521,\n        \"PlanId\": 41304,\n        \"PhaseNumber\": 12,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2017-08-17T00:00:00.000Z\",\n        \"WorkDays\": 429,\n        \"EndDate\": \"2019-04-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-09T14:32:37.000Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36007,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 250522,\n        \"PlanId\": 72298,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2018-05-23T00:00:00.000Z\",\n        \"WorkDays\": 13,\n        \"EndDate\": \"2018-06-13T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-09T14:37:08.773Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36007,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 250524,\n        \"PlanId\": 72298,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Test 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2017-09-14T00:00:00.000Z\",\n        \"WorkDays\": 4,\n        \"EndDate\": \"2017-09-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-09T14:37:08.867Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36921,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 251444,\n        \"PlanId\": 72347,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"test\",\n        \"StartDate\": \"2019-04-16T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-04-29T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-16T06:13:05.117Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-04-16T06:15:15.030Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 36777,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 251974,\n        \"PlanId\": 72438,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Happens\",\n        \"StartDate\": \"2019-05-20T00:00:00.000Z\",\n        \"WorkDays\": 1,\n        \"EndDate\": \"2019-05-20T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-04-23T08:30:05.047Z\",\n        \"CreateEmployeeId\": 36971,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-06-12T19:07:20.770Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 252935,\n        \"PlanId\": 71754,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2019-05-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-05-21T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-15T12:48:25.877Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 252936,\n        \"PlanId\": 71754,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task 3\",\n        \"StartDate\": \"2019-05-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-06-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-16T13:37:13.350Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 252937,\n        \"PlanId\": 71754,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"First Task\",\n        \"StartDate\": \"2019-06-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-06-16T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-16T13:40:26.107Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 252938,\n        \"PlanId\": 71754,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Second Task\",\n        \"StartDate\": \"2019-06-17T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-06-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-16T13:41:16.680Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 253316,\n        \"PlanId\": 72682,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2019-06-02T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-06-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 23,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-21T12:47:00.233Z\",\n        \"CreateEmployeeId\": 36777,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 253322,\n        \"PlanId\": 72692,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"StartDate\": \"2019-05-28T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-06-04T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 23,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-21T13:09:53.240Z\",\n        \"CreateEmployeeId\": 36777,\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 257152,\n        \"PlanId\": 72251,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task B\",\n        \"StartDate\": \"2019-08-29T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-09-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-07-09T13:28:28.583Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2020-05-04T10:33:27.393Z\",\n        \"TaskResponsibleResouceId\": 19861,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 2,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 259909,\n        \"PlanId\": 73008,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Move hours task\",\n        \"StartDate\": \"2019-08-13T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-08-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-08-13T08:29:07.427Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 261594,\n        \"PlanId\": 73101,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2019-08-27T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-09-05T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-08-27T07:32:29.217Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 77929,\n        \"UpdateDate\": \"2019-11-20T16:12:56.170Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"TaskProgressId\": 206\n    },\n    {\n        \"Id\": 262890,\n        \"PlanId\": 39044,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 123,\n        \"TaskName\": \"Test #AWDkjadjka1213\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2020-01-03T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-01-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 14,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-10T14:57:39.710Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 262891,\n        \"PlanId\": 72413,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 25,\n        \"TaskName\": \"21312312 #3131mn1mndw\",\n        \"StartDate\": \"2019-09-02T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-09-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-10T14:58:37.787Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 36971,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 266084,\n        \"PlanId\": 73218,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2019-09-18T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-09-26T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-18T09:12:09.697Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-09-18T09:12:16.030Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 266085,\n        \"PlanId\": 73218,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2019-09-27T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-08T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-09-18T10:00:40.853Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-09-18T10:00:56.623Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285610,\n        \"PlanId\": 73512,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 1\",\n        \"StartDate\": \"2019-10-14T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-23T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-07T08:04:09.363Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-14T10:06:12.950Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"BookingLevel\": 8,\n        \"TaskFolderName\": \"T285610 001 Task 1\",\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285930,\n        \"PlanId\": 73645,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"Task current week w/ allocated hours\",\n        \"StartDate\": \"2019-10-21T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2019-10-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-18T10:07:39.497Z\",\n        \"CreateEmployeeId\": 36777,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-30T15:23:20.497Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 285979,\n        \"PlanId\": 73676,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2019-10-21T00:00:00.000Z\",\n        \"WorkDays\": 250,\n        \"EndDate\": \"2020-11-25T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-21T11:33:35.903Z\",\n        \"CreateEmployeeId\": 79935,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-11-28T12:32:35.940Z\",\n        \"TaskResponsibleResouceId\": 79902,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286008,\n        \"PlanId\": 73479,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-22T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-10-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-22T10:16:50.003Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286554,\n        \"PlanId\": 73645,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Task\",\n        \"StartDate\": \"2019-10-30T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2019-11-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-10-30T15:23:19.920Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2019-10-30T15:23:27.717Z\",\n        \"TaskResponsibleResouceId\": 36777,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 286810,\n        \"PlanId\": 76113,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2019-11-07T00:00:00.000Z\",\n        \"WorkDays\": 245,\n        \"EndDate\": \"2020-12-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-11-07T07:08:55.647Z\",\n        \"CreateEmployeeId\": 79902,\n        \"TaskResponsibleResouceId\": 79902,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 290854,\n        \"PlanId\": 76374,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task 2\",\n        \"ActivityId\": 1337,\n        \"StartDate\": \"2020-01-03T00:00:00.000Z\",\n        \"WorkDays\": 247,\n        \"EndDate\": \"2021-01-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-01-02T11:44:34.983Z\",\n        \"CreateEmployeeId\": 79902,\n        \"TaskResponsibleResouceId\": 79902,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2021-06-22T13:01:57.187Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 293389,\n        \"PlanId\": 40739,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"test1\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2020-02-17T00:00:00.000Z\",\n        \"WorkDays\": 50,\n        \"EndDate\": \"2020-05-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-02-10T13:58:27.330Z\",\n        \"CreateEmployeeId\": 22834,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2020-02-10T15:46:42.637Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 293526,\n        \"PlanId\": 41299,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Tag test\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2020-02-19T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-02-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-02-19T15:27:08.513Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-02-19T15:27:25.250Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 293553,\n        \"PlanId\": 76482,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Task\",\n        \"ActivityId\": 1,\n        \"StartDate\": \"2020-02-24T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2020-03-03T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-02-21T12:57:58.827Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2020-02-21T14:07:37.280Z\",\n        \"TaskResponsibleResouceId\": 78120,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 296988,\n        \"PlanId\": 40062,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 44,\n        \"TaskName\": \"Test of creation\",\n        \"StartDate\": \"2026-09-24T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2026-10-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-12T15:14:27.407Z\",\n        \"CreateEmployeeId\": 35879,\n        \"UpdateEmployeeId\": 39216,\n        \"UpdateDate\": \"2021-01-11T11:25:26.110Z\",\n        \"TaskResponsibleResouceId\": 75615,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 297195,\n        \"PlanId\": 39339,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"test 1\",\n        \"StartDate\": \"2018-06-25T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-07-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-13T11:39:43.550Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75615,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 297196,\n        \"PlanId\": 39339,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"test2\",\n        \"StartDate\": \"2018-07-05T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-07-13T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-13T11:40:30.400Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75615,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 297197,\n        \"PlanId\": 39339,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"test 3\",\n        \"StartDate\": \"2018-07-16T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-07-25T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-13T11:41:33.937Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75615,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 297198,\n        \"PlanId\": 39339,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"test 4\",\n        \"StartDate\": \"2018-07-26T00:00:00.000Z\",\n        \"WorkDays\": 7,\n        \"EndDate\": \"2018-08-03T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2020-10-13T11:42:07.547Z\",\n        \"CreateEmployeeId\": 35879,\n        \"TaskResponsibleResouceId\": 75615,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2020-10-28T15:23:58.043Z\",\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 298707,\n        \"PlanId\": 39764,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"New Activity\",\n        \"ActivityId\": 233,\n        \"StartDate\": \"2021-01-21T00:00:00.000Z\",\n        \"WorkDays\": 5,\n        \"EndDate\": \"2021-01-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-01-21T11:59:47.193Z\",\n        \"CreateEmployeeId\": 39216,\n        \"UpdateEmployeeId\": 39216,\n        \"UpdateDate\": \"2021-01-21T12:00:36.700Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    }\n]"},{"id":"77265608-fa31-470a-8d9e-0704b96a3bb0","name":"TasksRequest (where Start = 2011-04-27T00:00:00.000Z, End = 2011-04-27T00:00:00.000Z, and OnlyTasksWithApprovedBookings is set to true)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TasksRequest?Start=2011-04-27T00:00:00.000Z&End=2011-04-27T00:00:00.000Z&OnlyTasksWithApprovedBookings=true","host":["{{base_url}}"],"path":["TasksRequest"],"query":[{"key":"ResourceId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \nFor information about the **Resource** object, see Resource.","type":"text","disabled":true},{"key":"Start","value":"2011-04-27T00:00:00.000Z","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the task will start."},{"key":"End","value":"2011-04-27T00:00:00.000Z","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the task will end."},{"key":"Priorities","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated priorities.","type":"text","disabled":true},{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task is active.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"PlanId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated plan.","type":"text","disabled":true},{"key":"PhaseNumber","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe number of the associated phase.","type":"text","disabled":true},{"key":"JobId","value":"{{integer}}","description":"**IMPORTANT:** This is obsolete. Use the **JobIds** query parameter instead.  \n*Optional.*  \n(int32)  \nThe identifier of the associated job.  \nFor information about the **Job** object, see [Job](#9bba8cab-9518-4d20-b9b9-8e89482dbc9d).","type":"text","disabled":true},{"key":"JobIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated jobs.","type":"text","disabled":true},{"key":"StatusIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated job status.","type":"text","disabled":true},{"key":"AllowTimeRegistration","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task allows time registration.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"ApplyCostingCodeFilteringOnPersonalExpense","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the associated job of the task has access to costing codes for personal expense.  \nIf you want to retrieve the tasks whose associated job has access to costing codes for personal expense, set this query parameter to **true** and specify a single job identifier for the **JobIds** query parameter. Otherwise, your request will return a **400 WorkBookException** error code.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"IncludeExpiredTasks","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not to include the tasks that have not yet ended (expired tasks).  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"IncludeFutureTasks","value":"{{boolean}}","description":"*Optional.*  \n The flag that indicates whether or not to include the tasks that have not yet started (future tasks).  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"OnlyTasksWithApprovedBookings","value":"true","description":"*Optional.*  \nThe flag that indicates whether or not the task has its resource booking approved.  \nIf you want to only retrieve the tasks whose resource bookings have been approved, use this query parameter together with the **ResourceId** query parameter.  \n**NOTE:** By default, this is automatically set to **false** if not specified."},{"key":"TaskFilter","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for tasks.","type":"text","disabled":true},{"key":"ProjectFilter","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for projects.","type":"text","disabled":true},{"key":"JobDimension","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for job dimensions.","type":"text","disabled":true},{"key":"Search","value":"{{string}}","description":"*Optional.*  \nThe filter for search results, either by Id or TaskName.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"66818","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 7121,\n        \"PlanId\": 2,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 27,\n        \"TaskName\": \"Test\",\n        \"StartDate\": \"2011-03-14T00:00:00.000Z\",\n        \"WorkDays\": 653,\n        \"EndDate\": \"2013-10-21T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-05-27T10:41:25.220Z\",\n        \"CreateEmployeeId\": 18721,\n        \"UpdateEmployeeId\": 23138,\n        \"UpdateDate\": \"2020-01-06T15:45:55.250Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2014-09-25T12:07:18.023Z\",\n        \"FromExternal\": false,\n        \"AdditionalApproverResourceId\": 19825,\n        \"BookingLevel\": 3,\n        \"TicketReceived\": \"2011-05-27T10:41:25.220Z\",\n        \"TicketAuthorResourceId\": 18721,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 1,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 2\n    },\n    {\n        \"Id\": 789,\n        \"PlanId\": 208,\n        \"PhaseNumber\": 9,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"Final presentation today\",\n        \"StartDate\": \"2008-09-01T00:00:00.000Z\",\n        \"WorkDays\": 2464,\n        \"EndDate\": \"2018-10-01T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 3,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2008-06-20T11:27:43.327Z\",\n        \"CreateEmployeeId\": 245,\n        \"UpdateEmployeeId\": 19308,\n        \"UpdateDate\": \"2019-06-03T15:25:15.703Z\",\n        \"TaskResponsibleResouceId\": 35879,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2008-06-20T10:27:43.327Z\",\n        \"TicketAuthorResourceId\": 78121,\n        \"TicketStatusId\": 259,\n        \"TicketCategoryId\": 1,\n        \"TicketTeamId\": 83,\n        \"AssignedResourceId\": 78121,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 149608,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Henrik Tester 2 2 hej\",\n        \"StartDate\": \"2009-04-01T00:00:00.000Z\",\n        \"WorkDays\": 3041,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:36.660Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:52.383Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149624,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"dfsdfsdkfnf\",\n        \"StartDate\": \"2010-03-01T00:00:00.000Z\",\n        \"WorkDays\": 2805,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:38.570Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:52.587Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149626,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 24,\n        \"TaskName\": \"Inrternat\",\n        \"StartDate\": \"2010-08-01T00:00:00.000Z\",\n        \"WorkDays\": 2698,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:38.817Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:52.620Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149640,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 38,\n        \"TaskName\": \"Navaritis kampagne\",\n        \"StartDate\": \"2011-03-01T00:00:00.000Z\",\n        \"WorkDays\": 2546,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:40.510Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:52.853Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149649,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 47,\n        \"TaskName\": \"denne er tom\",\n        \"StartDate\": \"2005-01-01T00:00:00.000Z\",\n        \"WorkDays\": 4138,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:41.663Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:52.993Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149666,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 64,\n        \"TaskName\": \"demo\",\n        \"StartDate\": \"2011-01-08T00:00:00.000Z\",\n        \"WorkDays\": 2584,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:43.647Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:53.213Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149692,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 90,\n        \"TaskName\": \"Discovery Channel 2\",\n        \"StartDate\": \"2009-06-02T00:00:00.000Z\",\n        \"WorkDays\": 2999,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:46.763Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:53.540Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149693,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 91,\n        \"TaskName\": \"Oticon A/S\",\n        \"StartDate\": \"2009-09-01T00:00:00.000Z\",\n        \"WorkDays\": 2934,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:46.893Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:53.540Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149698,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 96,\n        \"TaskName\": \"Basisbank\",\n        \"StartDate\": \"2008-07-01T00:00:00.000Z\",\n        \"WorkDays\": 3235,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:47.517Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:53.620Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149713,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 111,\n        \"TaskName\": \"Bristol-Myers Squibb AB\",\n        \"StartDate\": \"2010-10-02T00:00:00.000Z\",\n        \"WorkDays\": 2654,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:49.273Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 79355,\n        \"UpdateDate\": \"2019-10-03T08:34:08.313Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"ScrumSprintId\": 309\n    },\n    {\n        \"Id\": 149714,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 112,\n        \"TaskName\": \"xvvxcxcv\",\n        \"StartDate\": \"2007-12-15T00:00:00.000Z\",\n        \"WorkDays\": 3371,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:49.430Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:53.900Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149716,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 114,\n        \"TaskName\": \"Merck Sharp & Dohme (Sweden) AB\",\n        \"StartDate\": \"2009-09-22T00:00:00.000Z\",\n        \"WorkDays\": 2919,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:49.690Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:53.917Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149720,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 118,\n        \"TaskName\": \"Ret & Råd\",\n        \"StartDate\": \"2009-06-02T00:00:00.000Z\",\n        \"WorkDays\": 2999,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:50.183Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:53.977Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149728,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 126,\n        \"TaskName\": \"testy44\",\n        \"StartDate\": \"2011-04-16T00:00:00.000Z\",\n        \"WorkDays\": 2514,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:51.150Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:54.057Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149732,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 130,\n        \"TaskName\": \"SD newbizz2cust!\",\n        \"StartDate\": \"2011-03-26T00:00:00.000Z\",\n        \"WorkDays\": 2529,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:51.630Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:54.120Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149734,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 132,\n        \"TaskName\": \"ahJKKlzac\",\n        \"StartDate\": \"2011-03-01T00:00:00.000Z\",\n        \"WorkDays\": 2546,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:51.873Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:54.150Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149738,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 136,\n        \"TaskName\": \"Pipeline test\",\n        \"StartDate\": \"2011-04-16T00:00:00.000Z\",\n        \"WorkDays\": 2514,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:26:52.350Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:54.180Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149929,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 327,\n        \"TaskName\": \"test prospect 47 - first project\",\n        \"StartDate\": \"2011-01-12T00:00:00.000Z\",\n        \"WorkDays\": 2580,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:27:16.277Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:56.477Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149953,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 351,\n        \"TaskName\": \"123 (18982), Pipeline 2\",\n        \"StartDate\": \"2010-10-13T00:00:00.000Z\",\n        \"WorkDays\": 2645,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:27:19.200Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:56.760Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 149984,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 382,\n        \"TaskName\": \"P2\",\n        \"StartDate\": \"2010-01-05T00:00:00.000Z\",\n        \"WorkDays\": 2844,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:27:22.720Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:57.133Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 150023,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 421,\n        \"TaskName\": \"Prospect test, Pipeline 3\",\n        \"StartDate\": \"2009-05-09T00:00:00.000Z\",\n        \"WorkDays\": 3016,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:27:27.127Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:57.633Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 150098,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 496,\n        \"TaskName\": \"· Bluebird Illness 177, Pipeline 1\",\n        \"StartDate\": \"2011-04-12T00:00:00.000Z\",\n        \"WorkDays\": 2516,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:27:35.230Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:10:58.667Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 157000,\n        \"PlanId\": 469,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7398,\n        \"TaskName\": \"Hendrerit Associates\",\n        \"StartDate\": \"2009-07-11T00:00:00.000Z\",\n        \"WorkDays\": 2972,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-11-25T15:55:05.287Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2019-03-19T14:13:07.290Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 4458,\n        \"PlanId\": 851,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"Udarbejdelse af optælling på overordnet kundefordeling\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2010-10-25T00:00:00.000Z\",\n        \"WorkDays\": 1986,\n        \"EndDate\": \"2018-10-12T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2009-11-11T11:19:39.463Z\",\n        \"CreateEmployeeId\": 593,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-09-04T08:43:15.777Z\",\n        \"TaskResponsibleResouceId\": 34855,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"TaskProgressId\": 97,\n        \"ScrumSprintId\": 28,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 4654,\n        \"PlanId\": 893,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Pitstop med Business Danmark/præsentation af tekst til brev og spørgeskema\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2010-12-13T00:00:00.000Z\",\n        \"WorkDays\": 1603,\n        \"EndDate\": \"2017-06-30T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2009-12-11T09:28:24.567Z\",\n        \"CreateEmployeeId\": 589,\n        \"UpdateEmployeeId\": 72507,\n        \"UpdateDate\": \"2017-05-31T14:20:18.223Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 4700,\n        \"PlanId\": 893,\n        \"PhaseNumber\": 8,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Indlevering af Temamail 5\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2011-04-26T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2011-04-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2009-12-11T09:54:50.140Z\",\n        \"CreateEmployeeId\": 589,\n        \"UpdateEmployeeId\": 589,\n        \"UpdateDate\": \"2009-12-11T10:19:18.000Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 4734,\n        \"PlanId\": 900,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 20,\n        \"TaskName\": \"Løbende udbygning\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2010-05-10T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2011-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2009-12-17T16:42:16.357Z\",\n        \"UpdateEmployeeId\": 593,\n        \"UpdateDate\": \"2009-12-17T17:13:59.000Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2011-12-30T00:00:00.000Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 4738,\n        \"PlanId\": 900,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"Løbende justering og optimering\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2010-05-10T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2011-12-30T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2009-12-17T16:42:16.357Z\",\n        \"UpdateEmployeeId\": 593,\n        \"UpdateDate\": \"2009-12-17T17:14:24.000Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2011-12-30T00:00:00.000Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 4791,\n        \"PlanId\": 901,\n        \"PhaseNumber\": 6,\n        \"TaskNumber\": 36,\n        \"TaskName\": \"Levering af tekst i Word og grafikelementer\",\n        \"StartDate\": \"2010-02-19T00:00:00.000Z\",\n        \"WorkDays\": 2145,\n        \"EndDate\": \"2019-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2009-12-18T15:48:26.230Z\",\n        \"CreateEmployeeId\": 596,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2019-09-04T11:50:10.167Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2013-01-28T08:27:10.020Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 4806,\n        \"PlanId\": 912,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 60,\n        \"TaskName\": \"Udarbejdelse af tekst til e-mail\",\n        \"StartDate\": \"2010-01-11T00:00:00.000Z\",\n        \"WorkDays\": 1495,\n        \"EndDate\": \"2016-01-07T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2009-12-22T15:18:57.290Z\",\n        \"CreateEmployeeId\": 596,\n        \"UpdateEmployeeId\": 19869,\n        \"UpdateDate\": \"2016-06-03T07:01:22.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 6322,\n        \"PlanId\": 926,\n        \"PhaseNumber\": 25,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Tryk\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2011-04-13T00:00:00.000Z\",\n        \"StartTime\": \"2011-07-30T07:21:00.000Z\",\n        \"WorkDays\": 634,\n        \"EndDate\": \"2013-10-24T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 3,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-04-11T09:40:22.280Z\",\n        \"CreateEmployeeId\": 18611,\n        \"UpdateEmployeeId\": 7217,\n        \"UpdateDate\": \"2011-07-30T07:21:39.777Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2013-10-24T16:28:07.723Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5333,\n        \"PlanId\": 1068,\n        \"PhaseNumber\": 7,\n        \"TaskNumber\": 26,\n        \"TaskName\": \"Seminar\",\n        \"StartDate\": \"2011-04-26T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2011-04-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2010-03-02T09:46:45.657Z\",\n        \"CreateEmployeeId\": 460,\n        \"UpdateEmployeeId\": 460,\n        \"UpdateDate\": \"2010-03-02T11:11:46.000Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-09-04T13:13:55.937Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5704,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Kontaktpunktsanalyse\",\n        \"StartDate\": \"2009-03-30T00:00:00.000Z\",\n        \"WorkDays\": 1265,\n        \"EndDate\": \"2014-04-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-09-04T08:43:15.940Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"ScrumSprintId\": 28,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5706,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"Målsætninger og KPI'ere\",\n        \"StartDate\": \"2009-04-07T00:00:00.000Z\",\n        \"WorkDays\": 1259,\n        \"EndDate\": \"2014-04-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5708,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Customer Life Cycle design\",\n        \"StartDate\": \"2009-04-14T00:00:00.000Z\",\n        \"WorkDays\": 1254,\n        \"EndDate\": \"2014-04-09T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-09-04T08:43:15.947Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"ScrumSprintId\": 28,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5709,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"Nettofølelsesskema\",\n        \"StartDate\": \"2009-04-16T00:00:00.000Z\",\n        \"WorkDays\": 1253,\n        \"EndDate\": \"2014-04-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-09-04T08:43:15.957Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"ScrumSprintId\": 28,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5711,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 9,\n        \"TaskName\": \"Overordnet kreativt oplæg\",\n        \"StartDate\": \"2009-04-16T00:00:00.000Z\",\n        \"WorkDays\": 1253,\n        \"EndDate\": \"2014-04-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5712,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"e-mail templates\",\n        \"StartDate\": \"2009-04-16T00:00:00.000Z\",\n        \"WorkDays\": 1253,\n        \"EndDate\": \"2014-04-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 22834,\n        \"UpdateDate\": \"2017-09-04T08:43:15.963Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"ScrumSprintId\": 28,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5714,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 12,\n        \"TaskName\": \"Datastruktur, indhold, timing, recordbeskrivelser mv.\",\n        \"StartDate\": \"2009-04-28T00:00:00.000Z\",\n        \"WorkDays\": 1248,\n        \"EndDate\": \"2014-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5715,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 13,\n        \"TaskName\": \"Velkomst, tekst, landingpage, skema, email\",\n        \"StartDate\": \"2009-04-22T00:00:00.000Z\",\n        \"WorkDays\": 1249,\n        \"EndDate\": \"2014-04-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5716,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 14,\n        \"TaskName\": \"Krydssalg/fastholdelse, e-mail\",\n        \"StartDate\": \"2009-05-04T00:00:00.000Z\",\n        \"WorkDays\": 1243,\n        \"EndDate\": \"2014-04-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5717,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"Fastholdelse, tekst, landingpage, skema, email\",\n        \"StartDate\": \"2009-05-05T00:00:00.000Z\",\n        \"WorkDays\": 1241,\n        \"EndDate\": \"2014-04-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5718,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 3,\n        \"TaskNumber\": 16,\n        \"TaskName\": \"Afgang, tekst, email\",\n        \"StartDate\": \"2009-05-12T00:00:00.000Z\",\n        \"WorkDays\": 1237,\n        \"EndDate\": \"2014-04-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5719,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 17,\n        \"TaskName\": \"Levering af data\",\n        \"StartDate\": \"2009-04-29T00:00:00.000Z\",\n        \"WorkDays\": 1245,\n        \"EndDate\": \"2014-04-11T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5720,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"Opsætning af dialogflow\",\n        \"StartDate\": \"2009-05-04T00:00:00.000Z\",\n        \"WorkDays\": 1244,\n        \"EndDate\": \"2014-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5721,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 19,\n        \"TaskName\": \"Programmering\",\n        \"StartDate\": \"2009-05-11T00:00:00.000Z\",\n        \"WorkDays\": 1239,\n        \"EndDate\": \"2014-04-14T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5724,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 4,\n        \"TaskNumber\": 22,\n        \"TaskName\": \"Evaluering og tilpasning\",\n        \"StartDate\": \"2009-06-04T00:00:00.000Z\",\n        \"WorkDays\": 1221,\n        \"EndDate\": \"2014-04-10T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5725,\n        \"PlanId\": 1113,\n        \"PhaseNumber\": 5,\n        \"TaskNumber\": 23,\n        \"TaskName\": \"Basis setup af Million Handshakes\",\n        \"StartDate\": \"2009-05-04T00:00:00.000Z\",\n        \"WorkDays\": 1244,\n        \"EndDate\": \"2014-04-15T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 16105,\n        \"UpdateDate\": \"2011-02-10T11:51:05.303Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 6285,\n        \"PlanId\": 1164,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"ABC\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2009-11-03T00:00:00.000Z\",\n        \"StartTime\": \"2009-11-03T09:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2011-11-18T00:00:00.000Z\",\n        \"EndTime\": \"2011-11-18T17:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-03-29T16:49:41.307Z\",\n        \"CreateEmployeeId\": 7217,\n        \"UpdateEmployeeId\": 18343,\n        \"UpdateDate\": \"2011-10-18T13:20:39.150Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2012-02-10T13:23:25.063Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5642,\n        \"PlanId\": 1221,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"222\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2010-12-22T00:00:00.000Z\",\n        \"StartTime\": \"2010-12-22T12:12:03.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2011-11-14T00:00:00.000Z\",\n        \"EndTime\": \"2012-04-12T04:05:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 6,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2010-12-21T18:16:43.100Z\",\n        \"CreateEmployeeId\": 18343,\n        \"UpdateEmployeeId\": 15517,\n        \"UpdateDate\": \"2011-10-03T08:55:25.243Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2013-02-06T14:09:13.660Z\",\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T5642 004 222\",\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 5643,\n        \"PlanId\": 1221,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 18,\n        \"TaskName\": \"120 - AD\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2010-12-27T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2012-11-10T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 13,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2010-12-22T09:20:54.557Z\",\n        \"CreateEmployeeId\": 18343,\n        \"UpdateEmployeeId\": 15517,\n        \"UpdateDate\": \"2011-10-03T09:01:02.653Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": true,\n        \"DoneDate\": \"2013-02-06T14:09:13.660Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 55887,\n        \"PlanId\": 1221,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Copy of 222\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2010-12-22T00:00:00.000Z\",\n        \"StartTime\": \"2010-12-22T12:12:03.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2011-10-28T00:00:00.000Z\",\n        \"EndTime\": \"2012-04-12T04:05:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2012-11-07T09:46:21.423Z\",\n        \"CreateEmployeeId\": 593,\n        \"UpdateEmployeeId\": 593,\n        \"UpdateDate\": \"2012-11-07T09:46:21.423Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2013-02-06T14:09:13.660Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 24366,\n        \"PlanId\": 1509,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Project Manager 33333\",\n        \"StartDate\": \"2011-04-27T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2011-04-27T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 13,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-06-09T13:17:14.320Z\",\n        \"CreateEmployeeId\": 18611,\n        \"UpdateEmployeeId\": 18611,\n        \"UpdateDate\": \"2011-06-09T13:18:53.197Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2013-03-22T10:04:37.800Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 6347,\n        \"PlanId\": 1518,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Researcher\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2011-04-26T00:00:00.000Z\",\n        \"WorkDays\": 15,\n        \"EndDate\": \"2011-05-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-04-26T09:31:07.587Z\",\n        \"CreateEmployeeId\": 18611,\n        \"UpdateEmployeeId\": 35159,\n        \"UpdateDate\": \"2016-08-11T07:26:33.287Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2013-04-18T12:22:44.380Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 6348,\n        \"PlanId\": 1518,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Advertising\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2011-04-27T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2011-04-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2011-04-26T09:31:11.780Z\",\n        \"CreateEmployeeId\": 18611,\n        \"UpdateEmployeeId\": 19861,\n        \"UpdateDate\": \"2018-07-19T11:50:56.723Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 30124,\n        \"PlanId\": 3971,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Opstarts workshop\",\n        \"StartDate\": \"2009-11-02T00:00:00.000Z\",\n        \"WorkDays\": 2,\n        \"EndDate\": \"2011-06-16T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": true,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2012-01-05T12:31:18.420Z\",\n        \"CreateEmployeeId\": 18632,\n        \"UpdateEmployeeId\": 18632,\n        \"UpdateDate\": \"2012-01-05T12:31:18.420Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2012-12-20T11:15:44.543Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": false,\n        \"EmailNotificationMethod\": 1\n    },\n    {\n        \"Id\": 118957,\n        \"PlanId\": 25445,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 5,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-03-09T09:22:48.870Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:22.957Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:46:46.360Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 76750\n    },\n    {\n        \"Id\": 118958,\n        \"PlanId\": 25445,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 10,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-03-09T09:22:48.980Z\",\n        \"CreateEmployeeId\": 19861,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:23.223Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 76751\n    },\n    {\n        \"Id\": 66124,\n        \"PlanId\": 25971,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-01-06T14:54:12.043Z\",\n        \"CreateEmployeeId\": 18611,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:17.033Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-01-29T12:28:20.517Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true\n    },\n    {\n        \"Id\": 72874,\n        \"PlanId\": 25981,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-06-16T14:48:51.390Z\",\n        \"CreateEmployeeId\": 19294,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:17.690Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:40:57.630Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 66124\n    },\n    {\n        \"Id\": 72875,\n        \"PlanId\": 25981,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-06-16T14:49:30.803Z\",\n        \"CreateEmployeeId\": 19294,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:17.957Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 66124\n    },\n    {\n        \"Id\": 75589,\n        \"PlanId\": 25984,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-17T15:57:29.483Z\",\n        \"CreateEmployeeId\": 21579,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:18.223Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 66124\n    },\n    {\n        \"Id\": 75659,\n        \"PlanId\": 25985,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-20T12:41:16.517Z\",\n        \"CreateEmployeeId\": 21579,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:18.503Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-02-25T14:10:56.077Z\",\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 66124\n    },\n    {\n        \"Id\": 66802,\n        \"PlanId\": 33227,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1726,\n        \"EndDate\": \"2016-01-19T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-01-23T10:08:30.417Z\",\n        \"CreateEmployeeId\": 16105,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:17.380Z\",\n        \"TaskResponsibleResouceId\": 36728,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 276,\n        \"TicketReceived\": \"2015-01-23T08:08:30.417Z\",\n        \"TicketAuthorResourceId\": 19859,\n        \"TicketStatusId\": 1,\n        \"TicketCategoryId\": 5,\n        \"TicketTeamId\": 38,\n        \"AssignedResourceId\": 19859,\n        \"ServiceLineId\": 503,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 66124\n    },\n    {\n        \"Id\": 81449,\n        \"PlanId\": 33598,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-09-30T10:56:35.380Z\",\n        \"CreateEmployeeId\": 19031,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:22.347Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72874\n    },\n    {\n        \"Id\": 81450,\n        \"PlanId\": 33598,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-09-30T10:56:35.493Z\",\n        \"CreateEmployeeId\": 19031,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:22.707Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72875\n    },\n    {\n        \"Id\": 76668,\n        \"PlanId\": 33820,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:11:49.607Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:18.753Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72874\n    },\n    {\n        \"Id\": 76669,\n        \"PlanId\": 33820,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:11:49.607Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:19.050Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72875\n    },\n    {\n        \"Id\": 76709,\n        \"PlanId\": 33822,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:19:35.837Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:19.300Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72874\n    },\n    {\n        \"Id\": 76710,\n        \"PlanId\": 33822,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:19:35.837Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:19.533Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:46:46.360Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72875\n    },\n    {\n        \"Id\": 76750,\n        \"PlanId\": 33824,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:21:02.707Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:19.783Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:46:46.360Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72874\n    },\n    {\n        \"Id\": 76751,\n        \"PlanId\": 33824,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:21:02.707Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:20.033Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72875\n    },\n    {\n        \"Id\": 76797,\n        \"PlanId\": 33826,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:25:45.280Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:20.283Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-12-13T11:46:46.360Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72874\n    },\n    {\n        \"Id\": 76798,\n        \"PlanId\": 33826,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:25:45.280Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:20.533Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72875\n    },\n    {\n        \"Id\": 76838,\n        \"PlanId\": 33827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:26:45.467Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:20.770Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72874\n    },\n    {\n        \"Id\": 76839,\n        \"PlanId\": 33827,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:26:45.467Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:21.067Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72875\n    },\n    {\n        \"Id\": 76879,\n        \"PlanId\": 33828,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:36:00.930Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:21.317Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72874\n    },\n    {\n        \"Id\": 76880,\n        \"PlanId\": 33828,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:36:00.930Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:21.567Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72875\n    },\n    {\n        \"Id\": 76920,\n        \"PlanId\": 33829,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:53:27.733Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:21.817Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72874\n    },\n    {\n        \"Id\": 76921,\n        \"PlanId\": 33829,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2015-07-24T14:53:27.733Z\",\n        \"CreateEmployeeId\": 18929,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:22.113Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72875\n    },\n    {\n        \"Id\": 182315,\n        \"PlanId\": 35869,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 69,\n        \"TaskName\": \"63086: wwewewe\",\n        \"StartDate\": \"2007-06-12T00:00:00.000Z\",\n        \"StartTime\": \"2007-06-12T16:43:50.550Z\",\n        \"WorkDays\": 2242,\n        \"EndDate\": \"2016-06-21T00:00:00.000Z\",\n        \"EndTime\": \"2016-06-21T16:43:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-21T14:43:50.583Z\",\n        \"CreateEmployeeId\": 23036,\n        \"UpdateEmployeeId\": 34952,\n        \"UpdateDate\": \"2017-07-17T10:38:30.437Z\",\n        \"TaskResponsibleResouceId\": 34952,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TicketTypeId\": 275,\n        \"TicketReceived\": \"2017-06-21T14:43:50.767Z\",\n        \"TicketAuthorResourceId\": 35732,\n        \"TicketStatusId\": 3,\n        \"TicketCategoryId\": 1,\n        \"TaskFolderName\": \"T182315 069 63086 wwewewe\",\n        \"TicketTeamId\": 1,\n        \"MailImportId\": 1316049,\n        \"AssignedResourceId\": 34952,\n        \"ServiceLineId\": 1,\n        \"Billable\": true,\n        \"Depended\": false\n    },\n    {\n        \"Id\": 125856,\n        \"PlanId\": 37798,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-05-30T08:41:36.720Z\",\n        \"CreateEmployeeId\": 35480,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2018-05-18T13:20:44.553Z\",\n        \"TaskResponsibleResouceId\": 34869,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72874\n    },\n    {\n        \"Id\": 125857,\n        \"PlanId\": 37798,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-05-30T08:41:36.803Z\",\n        \"CreateEmployeeId\": 35480,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:23.753Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"Depended\": true,\n        \"CreatedOriginTaskId\": 72875\n    },\n    {\n        \"Id\": 140444,\n        \"PlanId\": 38881,\n        \"PhaseNumber\": 2,\n        \"TaskNumber\": 377,\n        \"TaskName\": \"Det må du godt lade være med\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T10:54:52.600Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:24.033Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"CreatedOriginTaskId\": 125856\n    },\n    {\n        \"Id\": 140445,\n        \"PlanId\": 38881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T10:54:52.700Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:24.380Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 125857\n    },\n    {\n        \"Id\": 140666,\n        \"PlanId\": 38881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 4,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1951,\n        \"EndDate\": \"2016-12-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T11:00:20.500Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:24.770Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T140666 001 dsf\",\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 125856\n    },\n    {\n        \"Id\": 140667,\n        \"PlanId\": 38881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 7,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1994,\n        \"EndDate\": \"2017-02-27T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T11:00:20.610Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:25.237Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"TaskFolderName\": \"T140667 002 dsf\",\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 125857\n    },\n    {\n        \"Id\": 140778,\n        \"PlanId\": 38881,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 15,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T11:06:44.530Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:25.677Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 125857\n    },\n    {\n        \"Id\": 140888,\n        \"PlanId\": 38882,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T11:35:19.773Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:26.067Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 125856\n    },\n    {\n        \"Id\": 140889,\n        \"PlanId\": 38882,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T11:35:19.877Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:26.380Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 125857\n    },\n    {\n        \"Id\": 141024,\n        \"PlanId\": 38882,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T11:38:22.980Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:26.630Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 125856\n    },\n    {\n        \"Id\": 141025,\n        \"PlanId\": 38882,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T11:38:23.080Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:26.893Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 125857\n    },\n    {\n        \"Id\": 141143,\n        \"PlanId\": 38908,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 28,\n        \"TaskName\": \"dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1524,\n        \"EndDate\": \"2015-03-18T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2016-09-28T11:41:03.740Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 21647,\n        \"UpdateDate\": \"2018-04-06T11:43:27.143Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2016-09-28T13:44:50.260Z\",\n        \"FromExternal\": false,\n        \"Billable\": true,\n        \"CreatedOriginTaskId\": 125857\n    },\n    {\n        \"Id\": 244799,\n        \"PlanId\": 40386,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 267,\n        \"TaskName\": \"Det fine budget 27 23 2123 copy\",\n        \"StartDate\": \"2011-01-03T00:00:00.000Z\",\n        \"WorkDays\": 2083,\n        \"EndDate\": \"2019-08-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-04T23:05:17.290Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 21775,\n        \"UpdateDate\": \"2019-02-05T00:05:17.290Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244982,\n        \"PlanId\": 40386,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 450,\n        \"TaskName\": \"Det fine budget 27 23 2123! copy\",\n        \"StartDate\": \"2011-01-03T00:00:00.000Z\",\n        \"WorkDays\": 2083,\n        \"EndDate\": \"2019-08-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-04T23:05:23.680Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 21775,\n        \"UpdateDate\": \"2019-02-05T00:05:23.680Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244983,\n        \"PlanId\": 40386,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 451,\n        \"TaskName\": \"Det fine budget 27 23 2123! copy\",\n        \"StartDate\": \"2011-01-03T00:00:00.000Z\",\n        \"WorkDays\": 2083,\n        \"EndDate\": \"2019-08-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-04T23:05:23.863Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 21775,\n        \"UpdateDate\": \"2019-02-05T00:05:23.863Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 244984,\n        \"PlanId\": 40386,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 452,\n        \"TaskName\": \"Det fine budget 27 23 2123! copy copy\",\n        \"StartDate\": \"2011-01-03T00:00:00.000Z\",\n        \"WorkDays\": 2083,\n        \"EndDate\": \"2019-08-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-02-04T23:05:24.040Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 21775,\n        \"UpdateDate\": \"2019-02-05T00:05:24.040Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 252372,\n        \"PlanId\": 40386,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 725,\n        \"TaskName\": \"Det fine budget 27 23 2123! copy\",\n        \"StartDate\": \"2011-01-02T00:00:00.000Z\",\n        \"WorkDays\": 2096,\n        \"EndDate\": \"2019-08-28T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2019-05-07T22:06:14.210Z\",\n        \"CreateEmployeeId\": 21775,\n        \"UpdateEmployeeId\": 21775,\n        \"UpdateDate\": \"2019-05-08T00:06:14.210Z\",\n        \"TaskResponsibleResouceId\": 21775,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 176783,\n        \"PlanId\": 40478,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 1,\n        \"TaskName\": \"Copy of dsf\",\n        \"StartDate\": \"2009-02-03T00:00:00.000Z\",\n        \"WorkDays\": 1951,\n        \"EndDate\": \"2016-12-06T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-24T14:25:50.080Z\",\n        \"CreateEmployeeId\": 36197,\n        \"UpdateEmployeeId\": 36197,\n        \"UpdateDate\": \"2017-03-24T15:25:50.083Z\",\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": true\n    },\n    {\n        \"Id\": 176849,\n        \"PlanId\": 40632,\n        \"PhaseNumber\": 25,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Tryk\",\n        \"StartDate\": \"2011-04-14T00:00:00.000Z\",\n        \"StartTime\": \"2011-04-14T07:21:00.000Z\",\n        \"WorkDays\": 1844,\n        \"EndDate\": \"2018-10-18T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": false,\n        \"TaskColourId\": 3,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-03-24T18:24:27.823Z\",\n        \"CreateEmployeeId\": 34982,\n        \"UpdateEmployeeId\": 34982,\n        \"UpdateDate\": \"2017-03-24T18:25:00.587Z\",\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CreatedOriginTaskId\": 6322\n    },\n    {\n        \"Id\": 180937,\n        \"PlanId\": 40984,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Henrik Tester 2 2 hej\",\n        \"StartDate\": \"2009-04-01T00:00:00.000Z\",\n        \"WorkDays\": 3041,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-06-09T10:03:32.137Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2017-06-09T12:03:32.143Z\",\n        \"TaskResponsibleResouceId\": 21575,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 233949,\n        \"PlanId\": 69559,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Henrik Tester 2 2 hej\",\n        \"StartDate\": \"2009-04-01T00:00:00.000Z\",\n        \"WorkDays\": 3041,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 3,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-27T10:38:00.640Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2018-08-27T12:38:00.640Z\",\n        \"TaskResponsibleResouceId\": 21575,\n        \"AllowTimeRegistration\": false,\n        \"AllowUseOffDay\": false,\n        \"DoneDate\": \"2018-08-27T12:49:51.740Z\",\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 233951,\n        \"PlanId\": 69560,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Henrik Tester 2 2 hej\",\n        \"StartDate\": \"2009-04-01T00:00:00.000Z\",\n        \"WorkDays\": 3041,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2018-08-27T10:40:09.390Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 15371,\n        \"UpdateDate\": \"2018-08-27T12:40:09.397Z\",\n        \"TaskResponsibleResouceId\": 21575,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 308593,\n        \"PlanId\": 78003,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Henrik Tester 2 2 hej\",\n        \"StartDate\": \"2009-04-01T00:00:00.000Z\",\n        \"WorkDays\": 3041,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-02-02T14:34:06.480Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2021-02-02T15:34:06.467Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 308625,\n        \"PlanId\": 78025,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Henrik Tester 2 2 hej\",\n        \"StartDate\": \"2009-04-01T00:00:00.000Z\",\n        \"WorkDays\": 3041,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-02-08T07:27:31.363Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2021-02-08T08:27:31.363Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    },\n    {\n        \"Id\": 308628,\n        \"PlanId\": 78037,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 6,\n        \"TaskName\": \"Henrik Tester 2 2 hej\",\n        \"StartDate\": \"2009-04-01T00:00:00.000Z\",\n        \"WorkDays\": 3041,\n        \"EndDate\": \"2021-01-02T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 1,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2021-02-08T13:41:55.257Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 1185,\n        \"UpdateDate\": \"2021-02-08T14:41:55.257Z\",\n        \"TaskResponsibleResouceId\": 19945,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false\n    }\n]"},{"id":"06833fe7-99e1-4060-820e-afa77a28b06f","name":"TasksRequest (where JobIds = [14300] and ApplyCostingCodeFilteringOnPersonalExpense is set to true)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TasksRequest?JobIds=[14300]&ApplyCostingCodeFilteringOnPersonalExpense=true","host":["{{base_url}}"],"path":["TasksRequest"],"query":[{"key":"ResourceId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \nFor information about the **Resource** object, see Resource.","type":"text","disabled":true},{"key":"Start","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the task will start.","type":"text","disabled":true},{"key":"End","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the task will end.","type":"text","disabled":true},{"key":"Priorities","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated priorities.","type":"text","disabled":true},{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task is active.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"PlanId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated plan.","type":"text","disabled":true},{"key":"PhaseNumber","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe number of the associated phase.","type":"text","disabled":true},{"key":"JobId","value":"{{integer}}","description":"**IMPORTANT:** This is obsolete. Use the **JobIds** query parameter instead.  \n*Optional.*  \n(int32)  \nThe identifier of the associated job.  \nFor information about the **Job** object, see [Job](#9bba8cab-9518-4d20-b9b9-8e89482dbc9d).","type":"text","disabled":true},{"key":"JobIds","value":"[14300]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated jobs."},{"key":"StatusIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated job status.","type":"text","disabled":true},{"key":"AllowTimeRegistration","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task allows time registration.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"ApplyCostingCodeFilteringOnPersonalExpense","value":"true","description":"*Optional.*  \nThe flag that indicates whether or not the associated job of the task has access to costing codes for personal expense.  \nIf you want to retrieve the tasks whose associated job has access to costing codes for personal expense, set this query parameter to **true** and specify a single job identifier for the **JobIds** query parameter. Otherwise, your request will return a **400 WorkBookException** error code.  \n**NOTE:** By default, this is automatically set to **false** if not specified."},{"key":"IncludeExpiredTasks","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not to include the tasks that have not yet ended (expired tasks).  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"IncludeFutureTasks","value":"{{boolean}}","description":"*Optional.*  \n The flag that indicates whether or not to include the tasks that have not yet started (future tasks).  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"OnlyTasksWithApprovedBookings","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task has its resource booking approved.  \nIf you want to only retrieve the tasks whose resource bookings have been approved, use this query parameter together with the **ResourceId** query parameter.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"TaskFilter","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for tasks.","type":"text","disabled":true},{"key":"ProjectFilter","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for projects.","type":"text","disabled":true},{"key":"JobDimension","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for job dimensions.","type":"text","disabled":true},{"key":"Search","value":"{{string}}","description":"*Optional.*  \nThe filter for search results, either by Id or TaskName.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1333","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 175517,\n        \"PlanId\": 40386,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 2,\n        \"TaskName\": \"Procespect 29066 @29066 - input pipeline name\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-06T00:00:00.000Z\",\n        \"WorkDays\": 69,\n        \"EndDate\": \"2017-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-09T11:59:32.700Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2022-01-04T10:31:47.417Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CostingCodeId\": 1105\n    },\n    {\n        \"Id\": 175518,\n        \"PlanId\": 40386,\n        \"PhaseNumber\": 1,\n        \"TaskNumber\": 3,\n        \"TaskName\": \"Isio Inc. @ARTP - input pipeline name\",\n        \"ActivityId\": 535,\n        \"StartDate\": \"2017-02-06T00:00:00.000Z\",\n        \"WorkDays\": 69,\n        \"EndDate\": \"2017-05-22T00:00:00.000Z\",\n        \"TaskStatus\": 1,\n        \"BookingMethod\": 2,\n        \"BookingStatus\": 1,\n        \"Milestone\": false,\n        \"PriorityId\": 2,\n        \"SupplementaryTextRequested\": true,\n        \"TaskColourId\": 1,\n        \"ShowPublic\": true,\n        \"CreateDate\": \"2017-02-09T11:59:32.850Z\",\n        \"CreateEmployeeId\": 15371,\n        \"UpdateEmployeeId\": 35879,\n        \"UpdateDate\": \"2022-01-04T10:43:38.987Z\",\n        \"TaskResponsibleResouceId\": 38571,\n        \"AllowTimeRegistration\": true,\n        \"AllowUseOffDay\": false,\n        \"FromExternal\": false,\n        \"Billable\": false,\n        \"Depended\": false,\n        \"CostingCodeId\": 1105\n    }\n]"},{"id":"e5009dd1-1f76-4298-ab79-49c22c7a7250","name":"TasksRequest (400 WorkBookMessageException Error)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TasksRequest?JobIds=[14338,13025]&ApplyCostingCodeFilteringOnPersonalExpense=true","host":["{{base_url}}"],"path":["TasksRequest"],"query":[{"key":"ResourceId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \nFor information about the **Resource** object, see Resource.","type":"text","disabled":true},{"key":"Start","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the task will start.","type":"text","disabled":true},{"key":"End","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the task will end.","type":"text","disabled":true},{"key":"Priorities","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated priorities.","type":"text","disabled":true},{"key":"Active","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task is active.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"PlanId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated plan.","type":"text","disabled":true},{"key":"PhaseNumber","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe number of the associated phase.","type":"text","disabled":true},{"key":"JobId","value":"{{integer}}","description":"**IMPORTANT:** This is obsolete. Use the **JobIds** query parameter instead.  \n*Optional.*  \n(int32)  \nThe identifier of the associated job.  \nFor information about the **Job** object, see [Job](#9bba8cab-9518-4d20-b9b9-8e89482dbc9d).","type":"text","disabled":true},{"key":"JobIds","value":"[14338,13025]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated jobs."},{"key":"StatusIds","value":"[{{integer}}]","description":"*Optional.*  \n(int32)  \nThe list of identifiers of the associated job status.","type":"text","disabled":true},{"key":"AllowTimeRegistration","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task allows time registration.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"ApplyCostingCodeFilteringOnPersonalExpense","value":"true","description":"*Optional.*  \nThe flag that indicates whether or not the associated job of the task has access to costing codes for personal expense.  \nIf you want to retrieve the tasks whose associated job has access to costing codes for personal expense, set this query parameter to **true** and specify a single job identifier for the **JobIds** query parameter. Otherwise, your request will return a **400 WorkBookException** error code.  \n**NOTE:** By default, this is automatically set to **false** if not specified."},{"key":"IncludeExpiredTasks","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not to include the tasks that have not yet ended (expired tasks).  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"IncludeFutureTasks","value":"{{boolean}}","description":"*Optional.*  \n The flag that indicates whether or not to include the tasks that have not yet started (future tasks).  \n**NOTE:** By default, this is automatically set to **true** if not specified.","type":"text","disabled":true},{"key":"OnlyTasksWithApprovedBookings","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the task has its resource booking approved.  \nIf you want to only retrieve the tasks whose resource bookings have been approved, use this query parameter together with the **ResourceId** query parameter.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","type":"text","disabled":true},{"key":"TaskFilter","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for tasks.","type":"text","disabled":true},{"key":"ProjectFilter","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for projects.","type":"text","disabled":true},{"key":"JobDimension","value":"{{string}}","description":"**IMPORTANT:** This is obsolete. Use the **POST ScheduleResourceFilterTasksRequest** API endpoint instead.  \n*Optional.*  \nThe filter for job dimensions.","type":"text","disabled":true},{"key":"Search","value":"{{string}}","description":"*Optional.*  \nThe filter for search results, either by Id or TaskName.","type":"text","disabled":true}]}},"status":"WorkBookMessageException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"500","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"WorkBookMessageException\",\n        \"Message\": \"###67422$$$ Only one Job ID must be provided when ApplyCostingCodeFilteringOnPersonalExpense is enabled\",\n        \"StackTrace\": \"[TasksRequest: 1/26/2022 4:35:19 PM]:\\n[REQUEST: {JobIds:[14338,13025],ApplyCostingCodeFilteringOnPersonalExpense:True}]\\r\\nWorkBook.Shared.ServiceModel.Exceptions.WorkBookMessageException: ###67422$$$ Only one Job ID must be provided when ApplyCostingCodeFilteringOnPersonalExpense is enabled\\r\\n\",\n        \"Errors\": []\n    }\n}"}],"_postman_id":"5713d825-9dec-4e74-997a-15c585ffacfc"},{"name":"TaskBacklogPriorityRequest","id":"6f139bc2-3f12-41d5-bdec-d2d3f013d3c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/TaskBacklogPriorityRequest ?TaskId={{integer}}","description":"<p>Retrieves the backlog priority of a task.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#bca9462b-e72e-4be5-93d0-81b5f548cc80\">TaskBacklogPriorityOrderView</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["TaskBacklogPriorityRequest "],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task to load priority of.<br />For information about the Task object, see <a href=\"#\">Task</a>.</p>\n","type":"text/plain"},"key":"TaskId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"79898086-de4f-460c-9b98-c02a159d06ff","name":"TaskBacklogPriorityRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"url":{"raw":"{{base_url}}/TaskBacklogPriorityRequest ?TaskId=24539","host":["{{base_url}}"],"path":["TaskBacklogPriorityRequest "],"query":[{"key":"TaskId","value":"24539","description":"*Required.*  \n(int32)  \nThe identifier of the associated task to load priority of.  \nFor information about the Task object, see [Task](#)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"167","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"TaskId\": 24539,\n    \"BacklogPriorityValue\": 7095296\n}"}],"_postman_id":"6f139bc2-3f12-41d5-bdec-d2d3f013d3c9"},{"name":"TaskBacklogPriorityOrderRequest","id":"2dec6092-5bf8-4f43-8fd9-a675d3d3c51f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TaskBacklogPriorityOrderRequest?TaskId={{integer}}","description":"<p>Retrieves a task backlog priority task with order information.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#bca9462b-e72e-4be5-93d0-81b5f548cc80\">TaskBacklogPriorityOrderView</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["TaskBacklogPriorityOrderRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task.</p>\n","type":"text/plain"},"key":"TaskId","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"62df40cd-be2b-490a-8c39-61e53dbfc662","name":"TaskBacklogPriorityOrderRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TaskBacklogPriorityOrderRequest?TaskId=6348","host":["{{base_url}}"],"path":["TaskBacklogPriorityOrderRequest"],"query":[{"key":"TaskId","value":"6348","description":"*Required.*\n(int32)\nThe identifier of the associated task."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"177","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"TaskId\": 6348,\n    \"BacklogPriorityValue\": 4426752,\n    \"BacklogPriorityOrder\": 4310\n}"}],"_postman_id":"2dec6092-5bf8-4f43-8fd9-a675d3d3c51f"},{"name":"TaskPhaseRequest","id":"617fb894-5b78-4ce6-b799-076b81ff71ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TaskPhasesRequest?Id={{integer}}","description":"<p>Retrieves a specific task phase based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#\">TaskPhaseDTO</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["TaskPhasesRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task phase.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"12eb1674-af4e-46c8-b3e8-cd6ff4dcc0f7","name":"TaskPhaseRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TaskPhasesRequest?Id=143","host":["{{base_url}}"],"path":["TaskPhasesRequest"],"query":[{"key":"Id","value":"143","description":"*Required.*  \n(int32)  \nThe identifier of the associated task phase."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"209","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 23,\n        \"PhsNo\": 1,\n        \"PlanId\": 23,\n        \"ColorId\": 1,\n        \"Name\": \"Timer\"\n    },\n    {\n        \"Id\": 96,\n        \"PhsNo\": 2,\n        \"PlanId\": 23,\n        \"ColorId\": 1,\n        \"Name\": \"T3C1 Phase 1\",\n        \"Description\": \"T3C1 Phase 1\"\n    }\n]"}],"_postman_id":"617fb894-5b78-4ce6-b799-076b81ff71ce"},{"name":"TaskPhasesRequest","id":"b483c407-a452-4a87-b66a-585ba990bcfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TaskPhasesRequest?Id={{integer}}","description":"<p>Retrieves a list of all task phases based on a given task identifier.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#\">TaskPhaseDTO</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TaskPhasesRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task phase.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"db557aec-1aad-4472-8c13-6ec7705435c4","name":"TaskPhasesRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TaskPhasesRequest?Id=1","host":["{{base_url}}"],"path":["TaskPhasesRequest"],"query":[{"key":"Id","value":"1","description":"*Required.*  \n(int32)  \nThe identifier of the associated task phase."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"371","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 5,\n        \"PhsNo\": 1,\n        \"PlanId\": 5,\n        \"ColorId\": 1,\n        \"Name\": \"Timer\",\n        \"Description\": \"test\"\n    },\n    {\n        \"Id\": 143,\n        \"PhsNo\": 2,\n        \"PlanId\": 5,\n        \"ColorId\": 1,\n        \"Name\": \"Not defined\"\n    },\n    {\n        \"Id\": 144,\n        \"PhsNo\": 3,\n        \"PlanId\": 5,\n        \"ColorId\": 1,\n        \"Name\": \"Not defined\"\n    }\n]"}],"_postman_id":"b483c407-a452-4a87-b66a-585ba990bcfb"},{"name":"TaskPhaseInsertRequest","id":"922de576-d7a2-44a8-917c-82c53c164e09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/TaskPhaseInsertRequest?PlanId={{integer}}","description":"<p>Creates a new task phase task based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#\">TaskPhaseDTO</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TaskPhaseInsertRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><strong>Required.</strong><br />For information about the JobPlan object, see <a href=\"#f2a097e6-4a43-4f51-8db0-c4ef87ea3d39\">JobPlan</a>.</p>\n","type":"text/plain"},"key":"PlanId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><strong>Optional.</strong><br />The identifier of the task phase color.</p>\n","type":"text/plain"},"key":"ColorId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><strong>Optional.</strong><br />The name of the associated task phase object.</p>\n","type":"text/plain"},"key":"Name","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><strong>Optional.</strong><br />The name of the associated task phase object.</p>\n","type":"text/plain"},"key":"Description","value":"{{string}}"}],"variable":[]}},"response":[{"id":"95a2d20b-077c-43fb-9114-4b453599f39d","name":"TaskPhaseInsertRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"PlanId\": 16,\r\n    \"ColorId\": 2,\r\n    \"Name\": \"Task Phase 16\",\r\n    \"Description\": \"This is a new task phase.\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/TaskPhaseInsertRequest?PlanId={{integer}}","host":["{{base_url}}"],"path":["TaskPhaseInsertRequest"],"query":[{"key":"PlanId","value":"{{integer}}","description":"**Required.**  \nFor information about the JobPlan object, see [JobPlan](#f2a097e6-4a43-4f51-8db0-c4ef87ea3d39)."},{"key":"ColorId","value":"{{integer}}","description":"**Optional.**  \nThe identifier of the task phase color.","disabled":true},{"key":"Name","value":"{{string}}","description":"**Optional.**    \nThe name of the associated task phase object.","disabled":true},{"key":"Description","value":"{{string}}","description":"**Optional.**  \nThe name of the associated task phase object.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"208","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 329,\n    \"PhsNo\": 2,\n    \"PlanId\": 16,\n    \"ColorId\": 2,\n    \"Name\": \"Task Phase 16\",\n    \"Description\": \"This is a new task phase.\"\n}"}],"_postman_id":"922de576-d7a2-44a8-917c-82c53c164e09"},{"name":"TaskPhaseDeleteRequest","id":"310b1f70-2aa4-4162-bf58-630f65a060a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TaskPhaseDeleteRequest?Id={{integer}}","description":"<p>Deletes a specific task phase based on a given identifier.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes (<em>Advanced</em>)</p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["TaskPhaseDeleteRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task phase.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"50c71c4c-26f0-43b0-9ab7-eacaa2ed4454","name":"TaskPhaseDeleteRequest","originalRequest":{"method":"DELETE","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TaskPhaseDeleteRequest?Id=3","host":["{{base_url}}"],"path":["TaskPhaseDeleteRequest"],"query":[{"key":"Id","value":"3","description":"*Required.*  \n(int32)  \nThe identifier of the associated task phase."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"5161","enabled":true}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"310b1f70-2aa4-4162-bf58-630f65a060a9"},{"name":"TaskBacklogPriorityMoveRequest","id":"74311349-3658-40b9-bff2-92544410e8fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TaskBacklogPriorityMoveRequest?MovedTaskIds={{integer}}&TargetTaskId={{integer}}&TargetAbove={{boolean}}","description":"<p>Moves tasks in the backlog priority.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TaskBacklogPriorityMoveRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier or list of identifiers of the tasks to move.<br />For information about the Task object, see <a href=\"#\">Task</a>.</p>\n","type":"text/plain"},"key":"MovedTaskIds","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated task to load priority of.<br />For information about the Task object, see <a href=\"#\">Task</a>.</p>\n","type":"text/plain"},"key":"TargetTaskId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />The flag that indicates whether or not the target is above the moved tasks.<br />If true, the tasks will be moved below the targeted task. Otherwise, it will not.</p>\n","type":"text/plain"},"key":"TargetAbove","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"dee98c5a-debe-4ebd-b67e-ce0390ec8f56","name":"TaskBacklogPriorityMoveRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"MovedTaskIds\": [\r\n        24539\r\n    ],\r\n    \"TargetTaskId\": 175517,\r\n    \"TargetAbove\": false\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/TaskBacklogPriorityMoveRequest?MovedTaskIds={{integer}}&TargetTaskId={{integer}}&TargetAbove={{boolean}}","host":["{{base_url}}"],"path":["TaskBacklogPriorityMoveRequest"],"query":[{"key":"MovedTaskIds","value":"{{integer}}","description":"*Required.*  \n(int32)  \nThe identifier or list of identifiers of the tasks to move.  \nFor information about the Task object, see [Task](#)."},{"key":"TargetTaskId","value":"{{integer}}","description":"*Required.*  \n(int32)  \nThe identifier of the associated task to load priority of.  \nFor information about the Task object, see [Task](#)."},{"key":"TargetAbove","value":"{{boolean}}","description":"*Required.*  \nThe flag that indicates whether or not the target is above the moved tasks.   \nIf true, the tasks will be moved below the targeted task. Otherwise, it will not."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"74311349-3658-40b9-bff2-92544410e8fd"},{"name":"TaskBacklogPriorityResetRequest","id":"046f022c-9b1a-45d0-ad34-39ca88e55f85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TaskBacklogPriorityResetRequest","description":"<p>Resets the backlog priority of tasks. The order of the individual tasks will be maintained.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes <em>(Admin)</em></p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TaskBacklogPriorityResetRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"42955fdf-3966-4a8c-9414-e937954ed66d","name":"TaskBacklogPriorityResetRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":"{{base_url}}/TaskBacklogPriorityResetRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"122","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"046f022c-9b1a-45d0-ad34-39ca88e55f85"},{"name":"TaskCalculatedResourcesProgressSummaryRequest","id":"6ee3ea43-a111-4c0f-906d-6d9104912c4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"body":{"mode":"formdata","formdata":[{"key":"ResourceIds","value":"[{{integer}}]","description":"<p><em>Optional.</em><br />The resource identifier or list of resource identifiers of the task.</p>\n","type":"text","disabled":true},{"key":"HideLowPrioTask","value":"{{boolean}}","description":"<p><em>Optional.</em><br />The flag that indicates whether or not the low priority task is hidden.<br />If true, the low priority task is hidden. Otherwise, it is not.</p>\n","type":"text","disabled":true},{"key":"HideImportedCalendar","value":"{{boolean}}","description":"<p><em>Optional.</em><br />The flag that indicates whether or not the imported calendar is hidden.<br />If true, the imported calendar is hidden. Otherwise, it is not.</p>\n","type":"text","disabled":true},{"key":"HideSchedulingResources","value":"{{boolean}}","description":"<p><em>Optional.</em><br />The flag that indicates whether or not the scheduling resources is hidden.<br />If true, the scheduling resources is hidden. Otherwise, it is not.</p>\n","type":"text","disabled":true},{"key":"TaskFilter","value":"{{string}}","description":"<p><em>Optional.</em><br />The associated task specific filter.</p>\n","type":"text","disabled":true},{"key":"ProjectFilter","value":"{{string}}","description":"<p><em>Optional.</em><br />The associated project specific filter.</p>\n","type":"text","disabled":true},{"key":"JobDimension","value":"{{string}}","description":"<p><em>Optional.</em><br />The associated job dimension specific filter.</p>\n","type":"text","disabled":true}]},"url":"{{base_url}}/TaskCalculatedResourcesProgressSummaryRequest","description":"<p>Retrieves task summary for employees.</p>\n<p><strong>API</strong><br /><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#ab8d0341-b5d8-421a-b501-de70619c1b07\">TaskCalculatedResourceProgressSummaryDetailVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TaskCalculatedResourcesProgressSummaryRequest"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d95941b6-924e-4588-8835-f65e443633d8","name":"TaskCalculatedResourcesProgressSummaryRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint."},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint."}],"body":{"mode":"raw","raw":"{\r\n    \"ResourceIds\": [\r\n        0\r\n    ],\r\n    \"HideLowPrioTask\": false,\r\n    \"HideImportedCalendar\": false,\r\n    \"HideSchedulingResources\": false,\r\n    \"TaskFilter\": \"String\",\r\n    \"ProjectFilter\": \"String\",\r\n    \"JobDimension\": \"String\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/TaskCalculatedResourcesProgressSummaryRequest"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"122","enabled":true}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"6ee3ea43-a111-4c0f-906d-6d9104912c4b"}],"id":"6e3cf3e1-d874-46b8-8bd1-eac85018cbec","description":"<p>Manipulates task data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#ad8a4b53-1705-4a24-a446-188eab024bd5\">Task</a></td>\n<td>Represents a task object.</td>\n</tr>\n<tr>\n<td><a href=\"#bca9462b-e72e-4be5-93d0-81b5f548cc80\">TaskBacklog<br />PriorityOrder<br />View</a></td>\n<td>Represents a task backlog priority overview object.</td>\n</tr>\n<tr>\n<td><a href=\"#e566aab1-93cf-4ab3-91e3-c27ef7d9a3a4\">TaskColor</a></td>\n<td>Represents a task color object.</td>\n</tr>\n<tr>\n<td><a href=\"#7a7b1453-47dc-42e2-b157-666fe3f63dd2\">TaskJob<br />IdVisualization<br /></a></td>\n<td>Represents a visualization object for a task job identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#ab8d0341-b5d8-421a-b501-de70619c1b07\">TaskCalculated<br />ResourceProgress<br />SummaryDetail<br />Visualization<br /></a></td>\n<td>Represents a visualization object for a task calculated resource progress summary detail.</td>\n</tr>\n<tr>\n<td><a href=\"#d51a2a12-3ebb-4d53-9a95-1e15f1db0806\">TaskPhase<br />DTO</a></td>\n<td>Represents a task phase object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#8891612f-9493-49ff-a3ba-85877c7d7272\">POST ScheduleResource<br />FilterTasks<br />Request</a></td>\n<td>Retrieves a list of all task identifiers that fit the current filter.</td>\n</tr>\n<tr>\n<td><a href=\"#\">GET SuggestedResource<br />ReplacementsRequest<br /></a></td>\n<td>Retrieves suggested resources for a resource replacement.</td>\n</tr>\n<tr>\n<td><a href=\"#\">GET SuggestedTask<br />ResourcesRequest<br /></a></td>\n<td>Retrieves suggested resources for a task.</td>\n</tr>\n<tr>\n<td><a href=\"#463ee189-2a09-4552-b5f1-5993ba338a2d\">GET TaskPhase<br />Request<br /></a></td>\n<td>Retrieves a specific task phase based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#0534b785-d526-4544-87da-decaf83b7498\">GET TaskPhases<br />Request<br /></a></td>\n<td>Retrieves a list of all task phases based on a given task identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#cc292488-2b59-42e6-824e-ac7893c8677c\">PUT TaskPhase<br />InsertRequest</a></td>\n<td>Creates a new task phase task based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#TaskPhaseDeleteRequest\">DEL TaskPhase<br />DeleteRequest<br /></a></td>\n<td>Deletes a specific task phase based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#a82e417b-82ca-445d-92f5-148f5a7afb49\">GET TasksRequest</a></td>\n<td>Retrieves a list of available tasks.</td>\n</tr>\n<tr>\n<td><a href=\"#d8d835c0-940b-49eb-a3df-18a5e9979350\">GET TaskBacklog<br />PriorityRequest<br /></a></td>\n<td>Retrieves the backlog priority of a task.</td>\n</tr>\n<tr>\n<td><a href=\"#80cf1d7b-95a5-46ff-b814-0e7a743051a2\">GET TaskBacklog<br />PriorityOrder<br />Request</a></td>\n<td>Retrieves a task backlog priority task with order information.</td>\n</tr>\n<tr>\n<td><a href=\"#3c44ddaf-c4db-45d6-8e7f-89f08b1df916\">POST TaskBacklog<br />PriorityMove<br />Request</a></td>\n<td>Moves tasks in the backlog priority.</td>\n</tr>\n<tr>\n<td><a href=\"#051aa207-b631-4032-acd5-6e2d93f4e42f\">POST TaskBacklog<br />PriorityReset<br />Request</a></td>\n<td>Resets the backlog priority of tasks. The order of the individual tasks will be maintained.</td>\n</tr>\n<tr>\n<td><a href=\"#064b7121-606d-48dc-84c7-cbd6d63a6886\">POST TaskCalculated<br />ResourcesProgress<br />SummaryRequest</a></td>\n<td>Retrieves task summary for employees.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"6e3cf3e1-d874-46b8-8bd1-eac85018cbec"},{"name":"Time Sheet API","item":[{"name":"TimeEntryDailyRequest","id":"3638afdf-532b-4ef5-a852-825eb3572dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TimeEntryDailyRequest","description":"<p>Retrieves a list of daily time entries based on a given criteria.</p>\n<p><strong>API</strong><br /><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#90329dfc-8011-49cd-a2e9-6cf7ddd9f9c7\">TimeEntryDailyVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TimeEntryDailyRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource.<br /><strong>NOTE:</strong> By default, this is set to the WorkBook resource identifier of the current user if not specified.<br />For information about the <strong>Resource</strong> object, see Resource.</p>\n","type":"text/plain"},"key":"ResourceId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date of the time entry daily request to look at.</p>\n","type":"text/plain"},"key":"Date","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not the time entry daily requests is in week. </p>\n","type":"text/plain"},"key":"Week","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the time entry daily request.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated task.</p>\n","type":"text/plain"},"key":"TaskId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not the time entry daily requests include corrections.</p>\n","type":"text/plain"},"key":"IncludeCorrections","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The number of the associated sequence.</p>\n","type":"text/plain"},"key":"SequenceNumber","value":"{{string}}"}],"variable":[]}},"response":[{"id":"c61b2fe2-850b-41f4-95bb-3ed93eb5515d","name":"TimeEntryDailyRequest","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TimeEntryDailyRequest","host":["{{base_url}}"],"path":["TimeEntryDailyRequest"],"query":[{"key":"ResourceId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \n**NOTE:** By default, this is set to the WorkBook resource identifier of the current user if not specified.  \nFor information about the **Resource** object, see Resource.","disabled":true},{"key":"Date","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date of the time entry daily request to look at.","disabled":true},{"key":"Week","value":"{{boolean}}","description":"*Optional.*  \n(int32)  \nThe flag that indicates whether or not the time entry daily requests is in a week. ","disabled":true},{"key":"Id","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the time entry daily request.","disabled":true},{"key":"TaskId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated task.","disabled":true},{"key":"IncludeCorrections","value":"{{boolean}}","description":"*Optional.*  \n(int32)  \nThe flag that indicates whether or not the time entry daily requests include corrections.","disabled":true},{"key":"SequenceNumber","value":"{{string}}","description":"*Optional.*  \n(int32)  \nThe number of the associated sequence.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1005","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 6981743,\n        \"ResourceId\": 35879,\n        \"JobId\": 20780,\n        \"TaskId\": 235694,\n        \"ActivityId\": 535,\n        \"RegistrationDate\": \"2022-04-06T00:00:00.000Z\",\n        \"DescriptionRequired\": true,\n        \"Cost\": 123,\n        \"Sale\": 5000,\n        \"CostMethod\": 1,\n        \"SequenceNumber\": 359084,\n        \"JournalNumber\": 0,\n        \"Correction\": 0,\n        \"HoursMoved\": 0,\n        \"PostDate\": \"2022-04-06T00:00:00.000Z\",\n        \"Public\": true,\n        \"PricelistId\": 1,\n        \"CostCurrencyId\": 1,\n        \"SaleCurrencyId\": 1,\n        \"CostCurrencyAmount\": 123,\n        \"SaleCurrencyAmount\": 5000,\n        \"ApprovalStatus\": 10,\n        \"Billable\": false,\n        \"UpdateResourceId\": 21775,\n        \"UpdateDate\": \"2022-03-28T22:16:24.983Z\",\n        \"UpdateType\": 1,\n        \"TariffAdditionalPercentCost\": 0,\n        \"TariffAdditionalPercentSale\": 0,\n        \"TariffAdditionalPercentIcSale\": 0,\n        \"DeletedMarked\": false,\n        \"CreateDate\": \"2022-03-28T22:16:24.983Z\",\n        \"CreateResourceId\": 21775,\n        \"LockNumber\": 0,\n        \"Locked\": false,\n        \"CanEdit\": true,\n        \"CanEditWeek\": true,\n        \"LockDescription\": \"Open\",\n        \"Pinned\": true,\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 24,\n        \"TaskPhaseName\": \"Phase 1\",\n        \"Access\": true,\n        \"SequenceHasEntry\": false,\n        \"IsCostingCodeValid\": true\n    }\n]"}],"_postman_id":"3638afdf-532b-4ef5-a852-825eb3572dad"},{"name":"TimeEntryPeriodApprovalIsCommentRequiredRequest","id":"9c91fefa-53fd-414d-a508-829184835c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TimeEntryPeriodApprovalIsCommentRequiredRequest?ResourceId={{integer}}&RegistrationDate={{string}}","description":"<p>Retrieves a value for the flag that indicates whether or not the approval for a time entry requires a comment.</p>\n<p><strong>API</strong><br /><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TimeEntryPeriodApprovalIsCommentRequiredRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource.  </p>\n","type":"text/plain"},"key":"ResourceId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(date-time)<br />The date and time stamp for when the time entry has been registered.</p>\n","type":"text/plain"},"key":"RegistrationDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)\nThe date and time stamp for when the time entry registration ends.</p>\n","type":"text/plain"},"key":"RegistrationEndDate","value":"{{string}}"}],"variable":[]}},"response":[{"id":"9b44c940-7d04-42b4-89fc-44e143da97cd","name":"TimeEntryPeriodApprovalIsCommentRequiredRequest (where ResourceId = 75457 and RegistrationDate = 2021-05-28T17:18:39.553Z)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TimeEntryPeriodApprovalIsCommentRequiredRequest?ResourceId=75457&RegistrationDate=2021-05-28T17:18:39.553Z","host":["{{base_url}}"],"path":["TimeEntryPeriodApprovalIsCommentRequiredRequest"],"query":[{"key":"ResourceId","value":"75457","description":"*Required.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \n"},{"key":"RegistrationDate","value":"2021-05-28T17:18:39.553Z","description":"*Required.*  \n(date-time)  \nThe date and time stamp for when the time entry has been registered."},{"key":"RegistrationEndDate","value":"{{string}}","description":"*Optional.*  \n(date-time)\nThe date and time stamp for when the time entry registration ends.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"5","enabled":true}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"9c91fefa-53fd-414d-a508-829184835c6b"},{"name":"TimeEntrySheetVisualizationRequest","id":"41069691-fb19-417d-80c9-ca0110fdddb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TimeEntrySheetVisualizationRequest","description":"<p>Retrieves a visualization list of time sheet entries based on a given identifier of a WorkBook resource and/or a start date of a work week.</p>\n<p><strong>API</strong><br /><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#49bcbfec-ad0b-43b7-8ef1-36a79cd8c44b\">TimeEntrySheetVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["TimeEntrySheetVisualizationRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource.<br /><strong>NOTE:</strong> By default, this is set to the WorkBook resource identifier of the current user if not specified.<br />For information about the <strong>Resource</strong> object, see Resource.</p>\n","type":"text/plain"},"key":"ResourceId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for the start date of a work week.<br /><strong>NOTE:</strong> By default, this is set to the date and time stamp for the start date of the current work week if not specified.</p>\n","type":"text/plain"},"key":"Date","value":"{{string}}"}],"variable":[]}},"response":[{"id":"4bd2ee0f-a15f-440e-bf1e-d5f174616118","name":"TimeEntrySheetVisualizationRequest","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/TimeEntrySheetVisualizationRequest","host":["{{base_url}}"],"path":["TimeEntrySheetVisualizationRequest"],"query":[{"key":"ResourceId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \n**NOTE:** By default, this is set to the WorkBook resource identifier of the current user if not specified.  \nFor information about the **Resource** object, see Resource.","type":"text","disabled":true},{"key":"Date","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for the start date of a work week.  \n**NOTE:** By default, this is set to the date and time stamp for the start date of the current work week if not specified.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1411","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"SequenceNumber\": 352705,\n        \"JobId\": 14338,\n        \"JobName\": \"Job end date\",\n        \"ActivityId\": 535,\n        \"ActivityText\": \"Translated stuff\",\n        \"TaskId\": 175787,\n        \"TaskDescription\": \"1 - Senior Developer\",\n        \"FirstRegDate\": \"2021-11-22T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 48.75,\n        \"Id\": 182625,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Hours\",\n        \"ProjectId\": 2268,\n        \"ProjectName\": \"Nikolaj's Project\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    },\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"SequenceNumber\": 352704,\n        \"JobId\": 13025,\n        \"JobName\": \"Hej nikolaj\",\n        \"ActivityId\": 1,\n        \"ActivityText\": \"Blame the Mirror\",\n        \"TaskId\": 180464,\n        \"TaskDescription\": \"1 - 2\",\n        \"FirstRegDate\": \"2021-11-22T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 53,\n        \"Id\": 190847,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Phase\",\n        \"ProjectId\": 2268,\n        \"ProjectName\": \"Nikolaj's Project\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    },\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 77696,\n        \"CustomerName\": \"Mirror Mirror On The Wall -\",\n        \"SequenceNumber\": 352706,\n        \"JobId\": 20780,\n        \"JobName\": \"Copy methods\",\n        \"ActivityId\": 535,\n        \"ActivityText\": \"Translated stuff\",\n        \"TaskId\": 235694,\n        \"TaskDescription\": \"1 - Senior Developer\",\n        \"FirstRegDate\": \"2021-11-22T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 24,\n        \"Id\": 267399,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Phase 1\",\n        \"ProjectId\": 5240,\n        \"ProjectName\": \"Happens\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    }\n]"},{"id":"4560043c-dfeb-42c1-939f-4bffd8c0adfd","name":"TimeEntrySheetVisualizationRequest (where ResourceId = 35879 and Date = 2021-11-22T00:00:00.000Z)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/TimeEntrySheetVisualizationRequest?ResourceId=35879&Date=2021-11-15T00:00:00.000Z","host":["{{base_url}}"],"path":["TimeEntrySheetVisualizationRequest"],"query":[{"key":"ResourceId","value":"35879","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \n**NOTE:** By default, this is set to the WorkBook resource identifier of the current user if not specified.  \nFor information about the **Resource** object, see Resource."},{"key":"Date","value":"2021-11-15T00:00:00.000Z","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for the start date of a work week.  \n**NOTE:** By default, this is set to the date and time stamp for the start date of the current work week if not specified."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1411","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"SequenceNumber\": 351570,\n        \"JobId\": 13025,\n        \"JobName\": \"Hej nikolaj\",\n        \"ActivityId\": 1,\n        \"ActivityText\": \"Blame the Mirror\",\n        \"TaskId\": 180464,\n        \"TaskDescription\": \"1 - 2\",\n        \"FirstRegDate\": \"2021-11-15T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 53,\n        \"Id\": 190847,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Phase\",\n        \"ProjectId\": 2268,\n        \"ProjectName\": \"Nikolaj's Project\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    },\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 77696,\n        \"CustomerName\": \"Mirror Mirror On The Wall -\",\n        \"SequenceNumber\": 351572,\n        \"JobId\": 20780,\n        \"JobName\": \"Copy methods\",\n        \"ActivityId\": 535,\n        \"ActivityText\": \"Translated stuff\",\n        \"TaskId\": 235694,\n        \"TaskDescription\": \"1 - Senior Developer\",\n        \"FirstRegDate\": \"2021-11-15T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 24,\n        \"Id\": 267399,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Phase 1\",\n        \"ProjectId\": 5240,\n        \"ProjectName\": \"Happens\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    },\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"SequenceNumber\": 351571,\n        \"JobId\": 14338,\n        \"JobName\": \"Job end date\",\n        \"ActivityId\": 535,\n        \"ActivityText\": \"Translated stuff\",\n        \"TaskId\": 175787,\n        \"TaskDescription\": \"1 - Senior Developer\",\n        \"FirstRegDate\": \"2021-11-15T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 48.75,\n        \"Id\": 182625,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Hours\",\n        \"ProjectId\": 2268,\n        \"ProjectName\": \"Nikolaj's Project\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    }\n]"},{"id":"2938b1ec-c9d9-49b3-952e-01392e49f7b7","name":"TimeEntrySheetVisualizationRequest (where ResourceId = 35879)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/TimeEntrySheetVisualizationRequest?ResourceId=35879","host":["{{base_url}}"],"path":["TimeEntrySheetVisualizationRequest"],"query":[{"key":"ResourceId","value":"35879","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \n**NOTE:** By default, this is set to the WorkBook resource identifier of the current user if not specified.  \nFor information about the **Resource** object, see Resource."},{"key":"Date","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for the start date of a work week.  \n**NOTE:** By default, this is set to the date and time stamp for the start date of the current work week if not specified.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1411","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"SequenceNumber\": 352705,\n        \"JobId\": 14338,\n        \"JobName\": \"Job end date\",\n        \"ActivityId\": 535,\n        \"ActivityText\": \"Translated stuff\",\n        \"TaskId\": 175787,\n        \"TaskDescription\": \"1 - Senior Developer\",\n        \"FirstRegDate\": \"2021-11-22T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 48.75,\n        \"Id\": 182625,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Hours\",\n        \"ProjectId\": 2268,\n        \"ProjectName\": \"Nikolaj's Project\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    },\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 77696,\n        \"CustomerName\": \"Mirror Mirror On The Wall -\",\n        \"SequenceNumber\": 352706,\n        \"JobId\": 20780,\n        \"JobName\": \"Copy methods\",\n        \"ActivityId\": 535,\n        \"ActivityText\": \"Translated stuff\",\n        \"TaskId\": 235694,\n        \"TaskDescription\": \"1 - Senior Developer\",\n        \"FirstRegDate\": \"2021-11-22T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 24,\n        \"Id\": 267399,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Phase 1\",\n        \"ProjectId\": 5240,\n        \"ProjectName\": \"Happens\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    },\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"SequenceNumber\": 352704,\n        \"JobId\": 13025,\n        \"JobName\": \"Hej nikolaj\",\n        \"ActivityId\": 1,\n        \"ActivityText\": \"Blame the Mirror\",\n        \"TaskId\": 180464,\n        \"TaskDescription\": \"1 - 2\",\n        \"FirstRegDate\": \"2021-11-22T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 53,\n        \"Id\": 190847,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Phase\",\n        \"ProjectId\": 2268,\n        \"ProjectName\": \"Nikolaj's Project\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    }\n]"},{"id":"95bbacad-427c-4a9d-8976-fa3391cc4798","name":"TimeEntrySheetVisualizationRequest (where Date = 2021-11-08T00:00:00.000Z)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/TimeEntrySheetVisualizationRequest?Date=2021-11-08T00:00:00.000Z","host":["{{base_url}}"],"path":["TimeEntrySheetVisualizationRequest"],"query":[{"key":"ResourceId","value":"35879","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \n**NOTE:** By default, this is set to the WorkBook resource identifier of the current user if not specified.  \nFor information about the **Resource** object, see Resource.","type":"text","disabled":true},{"key":"Date","value":"2021-11-08T00:00:00.000Z","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for the start date of a work week.  \n**NOTE:** By default, this is set to the date and time stamp for the start date of the current work week if not specified."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1411","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 77696,\n        \"CustomerName\": \"Mirror Mirror On The Wall -\",\n        \"SequenceNumber\": 350567,\n        \"JobId\": 20780,\n        \"JobName\": \"Copy methods\",\n        \"ActivityId\": 535,\n        \"ActivityText\": \"Translated stuff\",\n        \"TaskId\": 235694,\n        \"TaskDescription\": \"1 - Senior Developer\",\n        \"FirstRegDate\": \"2021-11-08T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 24,\n        \"Id\": 267399,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Phase 1\",\n        \"ProjectId\": 5240,\n        \"ProjectName\": \"Happens\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    },\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"SequenceNumber\": 350566,\n        \"JobId\": 14338,\n        \"JobName\": \"Job end date\",\n        \"ActivityId\": 535,\n        \"ActivityText\": \"Translated stuff\",\n        \"TaskId\": 175787,\n        \"TaskDescription\": \"1 - Senior Developer\",\n        \"FirstRegDate\": \"2021-11-08T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 48.75,\n        \"Id\": 182625,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Hours\",\n        \"ProjectId\": 2268,\n        \"ProjectName\": \"Nikolaj's Project\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    },\n    {\n        \"ResourceId\": 35879,\n        \"CustomerId\": 36708,\n        \"CustomerName\": \"World Subjugation Inc.\",\n        \"SequenceNumber\": 350565,\n        \"JobId\": 13025,\n        \"JobName\": \"Hej nikolaj\",\n        \"ActivityId\": 1,\n        \"ActivityText\": \"Blame the Mirror\",\n        \"TaskId\": 180464,\n        \"TaskDescription\": \"1 - 2\",\n        \"FirstRegDate\": \"2021-11-08T00:00:00.000Z\",\n        \"TaskHours\": 0,\n        \"TaskHoursTimeRegistration\": 53,\n        \"Id\": 190847,\n        \"Pinned\": true,\n        \"TaskPhaseName\": \"Phase\",\n        \"ProjectId\": 2268,\n        \"ProjectName\": \"Nikolaj's Project\",\n        \"Access\": true,\n        \"CompanyId\": 1\n    }\n]"}],"_postman_id":"41069691-fb19-417d-80c9-ca0110fdddb5"},{"name":"ValidateApproveTimeEntryDayDataRequest","id":"9ec3d031-ac81-4c21-b20e-f1a4dc041289","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/ValidateApproveTimeEntryDayDataRequest?ResourceId={{integer}}&RegistrationDate={{string}}","description":"<blockquote>\n<p><strong>IMPORTANT:</strong> This is deprecated. Use the <a href=\"#3307e700-2eac-4d61-b7fb-0df469ec758d\">POST ValidateApproveTimeEntryDayDataRequest</a> API endpoint instead. </p>\n</blockquote>\n<p>Validates daily time entry data for approval.</p>\n<p><strong>API</strong><br /><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />N/A</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["ValidateApproveTimeEntryDayDataRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource.<br />For information about the <strong>Resource</strong> object, see Resource.</p>\n","type":"text/plain"},"key":"ResourceId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(date-time)<br />The date and time stamp for when the time entry has been registered.</p>\n","type":"text/plain"},"key":"RegistrationDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)\nThe date and time stamp for when the time entry registration ends.</p>\n","type":"text/plain"},"key":"RegistrationEndDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)\nThe identifier of the daily time entry.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"46cfda89-d115-4d28-aa77-bddf676fe539","name":"ValidateApproveTimeEntryDayDataRequest (where daily time entry data is valid)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/ValidateApproveTimeEntryDayDataRequest?ResourceId=75457&RegistrationDate=2021-05-28T17:18:39.553Z","host":["{{base_url}}"],"path":["ValidateApproveTimeEntryDayDataRequest"],"query":[{"key":"ResourceId","value":"75457","description":"*Required.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \nFor information about the **Resource** object, see Resource."},{"key":"RegistrationDate","value":"2021-05-28T17:18:39.553Z","description":"*Required.*  \n(date-time)  \nThe date and time stamp for when the time entry has been registered."},{"key":"RegistrationEndDate","value":"","description":"*Optional.*  \n(date-time)\nThe date and time stamp for when the time entry registration ends.","disabled":true},{"key":"Id","value":"","description":"*Optional.*  \n(int32)\nThe identifier of the daily time entry.","disabled":true}]}},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"dc19e41a-6e64-4703-b372-49a4237454d1","name":"ValidateApproveTimeEntryDayDataRequest (400 WorkBookMessageException Error)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/ValidateApproveTimeEntryDayDataRequest?ResourceId=20768&RegistrationDate=2022-04-04T00:00:00.000Z&RegistrationEndDate=2022-04-10T00:00:00.000Z","host":["{{base_url}}"],"path":["ValidateApproveTimeEntryDayDataRequest"],"query":[{"key":"ResourceId","value":"20768","description":"*Required.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \nFor information about the **Resource** object, see Resource."},{"key":"RegistrationDate","value":"2022-04-04T00:00:00.000Z","description":"*Required.*  \n(date-time)  \nThe date and time stamp for when the time entry has been registered."},{"key":"RegistrationEndDate","value":"2022-04-10T00:00:00.000Z","description":"*Optional.*  \n(date-time)\nThe date and time stamp for when the time entry registration ends."},{"key":"Id","value":"","description":"*Optional.*  \n(int32)\nThe identifier of the daily time entry.","disabled":true}]}},"status":"WorkBookMessage Exception","code":400,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"WorkBookMessageException\",\n        \"Message\": \"###67163$$$ One or more activities in the time sheet is invalid. Company variable 68 (Restrict activities to price list in time sheet) may affect this.\",\n        \"StackTrace\": \"[ValidateApproveTimeEntryDayDataRequest: 4/6/2022 9:29:52 AM]:\\n[REQUEST: {ResourceId:20768,RegistrationDate:\\\"2022-04-04T00:00:00.000Z\\\",RegistrationEndDate:\\\"2022-04-10T00:00:00.000Z\\\"}]\\r\\nWorkBook.Shared.ServiceModel.Exceptions.WorkBookMessageException: ###67163$$$ One or more activities in the time sheet is invalid. Company variable 68 (Restrict activities to price list in time sheet) may affect this.\\r\\n\",\n        \"Errors\": []\n    }\n}"}],"_postman_id":"9ec3d031-ac81-4c21-b20e-f1a4dc041289"},{"name":"ValidateApproveTimeEntryDayDataRequest","id":"bca97dad-8a68-49b5-bacb-2b3f9c43f4df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/ValidateApproveTimeEntryDayDataRequest?ResourceId={{integer}}&RegistrationDate={{string}}","description":"<p>Validates daily time entry data for approval based on a given identifier of a WorkBook resource and a registration date.</p>\n<p><strong>API</strong><br /><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />N/A</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["ValidateApproveTimeEntryDayDataRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated WorkBook resource.<br />For information about the <strong>Resource</strong> object, see Resource.</p>\n","type":"text/plain"},"key":"ResourceId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(date-time)<br />The date and time stamp for when the time entry has been registered.</p>\n","type":"text/plain"},"key":"RegistrationDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the time entry registration ends.</p>\n","type":"text/plain"},"key":"RegistrationEndDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the daily time entry.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"12caad02-4a1b-4e34-ac27-f9b9662431b0","name":"ValidateApproveTimeEntryDayDataRequest (where daily time entry data is valid)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/ValidateApproveTimeEntryDayDataRequest?ResourceId=75457&RegistrationDate=2021-05-28T17:18:39.553Z","host":["{{base_url}}"],"path":["ValidateApproveTimeEntryDayDataRequest"],"query":[{"key":"ResourceId","value":"75457","description":"*Required.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \nFor information about the **Resource** object, see Resource."},{"key":"RegistrationDate","value":"2021-05-28T17:18:39.553Z","description":"*Required.*  \n(date-time)  \nThe date and time stamp for when the time entry has been registered."},{"key":"RegistrationEndDate","value":"","description":"*Optional.*  \n(date-time)\nThe date and time stamp for when the time entry registration ends.","disabled":true},{"key":"Id","value":"","description":"*Optional.*  \n(int32)\nThe identifier of the daily time entry.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Content-Length","value":"0","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"\"\""},{"id":"bc7558db-569f-411d-8a94-90580fb3bce1","name":"ValidateApproveTimeEntryDayDataRequest (400 WorkBookMessageException Error)","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/ValidateApproveTimeEntryDayDataRequest?ResourceId=20768&RegistrationDate=2022-04-04T00:00:00.000Z&RegistrationEndDate=2022-04-10T00:00:00.000Z","host":["{{base_url}}"],"path":["ValidateApproveTimeEntryDayDataRequest"],"query":[{"key":"ResourceId","value":"20768","description":"*Required.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \nFor information about the **Resource** object, see Resource."},{"key":"RegistrationDate","value":"2022-04-04T00:00:00.000Z","description":"*Required.*  \n(date-time)  \nThe date and time stamp for when the time entry has been registered."},{"key":"RegistrationEndDate","value":"2022-04-10T00:00:00.000Z","description":"*Optional.*  \n(date-time)\nThe date and time stamp for when the time entry registration ends."},{"key":"Id","value":"","description":"*Optional.*  \n(int32)\nThe identifier of the daily time entry.","disabled":true}]}},"status":"WorkBookMessageException","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Content-Length","value":"371","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"ResponseStatus\": {\n        \"ErrorCode\": \"WorkBookMessageException\",\n        \"Message\": \"###65819$$$ You do not have access to change time for this employee\",\n        \"StackTrace\": \"[ValidateApproveTimeEntryDayDataRequest: 5/30/2022 2:16:46 PM]:\\n[REQUEST: {ResourceId:0}]\\r\\nWorkBook.Shared.ServiceModel.Exceptions.WorkBookMessageException: ###65819$$$ You do not have access to change time for this employee\\r\\n\",\n        \"Errors\": []\n    }\n}"}],"_postman_id":"bca97dad-8a68-49b5-bacb-2b3f9c43f4df"},{"name":"ApproveTimeEntryDayDataRequest","id":"78b0b485-7dc1-452f-ad5b-98911aa4c356","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/ApproveTimeEntryDayDataRequest","description":"<p>Approves daily time entry data.</p>\n<p><strong>API</strong><br /><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["ApproveTimeEntryDayDataRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the daily time entry.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated WorkBook resource.<br />For information about the <strong>Resource</strong> object, see Resource.</p>\n","type":"text/plain"},"key":"ResourceId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the time entry has been registered.</p>\n","type":"text/plain"},"key":"RegistrationDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the time entry registration ends.</p>\n","type":"text/plain"},"key":"RegistrationEndDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The description of the time entry day data to be approved.</p>\n","type":"text/plain"},"key":"ApproveDescription","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the policy is confirmed.<br />If true, the policy is confirmed. Otherwise, it is not. </p>\n<p>Confirm policy compliance according to company variable 79.</p>\n","type":"text/plain"},"key":"ConfirmPolicy","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"1ff6c296-ef6b-4735-a02f-1908425439c6","name":"ApproveTimeEntryDayDataRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"Id\": 7032450,\r\n  \"ResourceId\": 81679,\r\n  \"RegistrationDate\": \"2023-09-22T00:00:00.000Z\",\r\n  \"ApproveDescription\": \"\",\r\n  \"ConfirmPolicy\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/ApproveTimeEntryDayDataRequest","host":["{{base_url}}"],"path":["ApproveTimeEntryDayDataRequest"],"query":[{"key":"Id","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the daily time entry.","type":"text","disabled":true},{"key":"ResourceId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated WorkBook resource.  \nFor information about the **Resource** object, see Resource.","disabled":true},{"key":"RegistrationDate","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the time entry has been registered.","disabled":true},{"key":"RegistrationEndDate","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the time entry registration ends.","type":"text","disabled":true},{"key":"ApproveDescription","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe description of the time entry day data to be approved.","type":"text","disabled":true},{"key":"ConfirmPolicy","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the policy is confirmed.  \nIf true, the policy is confirmed. Otherwise, it is not. \n\nConfirm policy compliance according to company variable 79.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"122","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"78b0b485-7dc1-452f-ad5b-98911aa4c356"},{"name":"FollowUpTimeRegistrationsApprovalRequests","id":"9043b5ae-ac1f-4063-b8ea-4c923dad188e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/FollowUpTimeRegistrationsApprovalRequests","description":"<p>Approves a list of time registration records.</p>\n<p><strong>API</strong><br /><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["FollowUpTimeRegistrationsApprovalRequests"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier or list of dentifiers of the time registration records you want to approve.</p>\n","type":"text/plain"},"key":"Ids","value":"[{{integer}}]"}],"variable":[]}},"response":[{"id":"3fe09d43-8ab4-4a13-813e-8eeec875400e","name":"FollowUpTimeRegistrationsApprovalRequests","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Ids\": [\r\n        35240\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/FollowUpTimeRegistrationsApprovalRequests?Ids=[{{integer}}]","host":["{{base_url}}"],"path":["FollowUpTimeRegistrationsApprovalRequests"],"query":[{"key":"Ids","value":"[{{integer}}]","description":"*Required.*  \n(int32)  \nThe identifier or list of dentifiers of the time registration records you want to approve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"122","enabled":true}],"cookie":[],"responseTime":null,"body":"true"}],"_postman_id":"9043b5ae-ac1f-4063-b8ea-4c923dad188e"},{"name":"TimeEntryApproverApproveRequest","id":"1daa3aa7-b800-48af-93ad-fd4bc0495aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TimeEntryApproverApproveRequest","description":"<p>Approves daily time entry approver data based on a given identifier of a WorkBook resource and a registration date.</p>\n<p><strong>API</strong><br /><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a>)</p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["TimeEntryApproverApproveRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the daily time entry to approve.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"c565116d-0bf5-4339-97f3-044ed54a9da7","name":"TimeEntryApproverApproveRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TimeEntryApproverApproveRequest?Id=182625","host":["{{base_url}}"],"path":["TimeEntryApproverApproveRequest"],"query":[{"key":"Id","value":"182625","description":"*Optional.*  \n(int32)  \nThe identifier of the daily time entry to approve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1095","enabled":true}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"1daa3aa7-b800-48af-93ad-fd4bc0495aa4"},{"name":"TimeEntryApproverApproveRequest","id":"1854d351-8edf-42aa-a225-c8d4db5d9e6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TimeEntryApproverApproveRequest","description":"<p>Approves daily time entry approver data based on a given identifier of a WorkBook resource and a registration date.</p>\n<p><strong>API</strong><br /><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a>)</p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />Boolean</p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["TimeEntryApproverApproveRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the daily time entry to approve.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"2f0359bc-fd4c-497d-b002-00db82590c71","name":"TimeEntryApproverApproveRequest","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/TimeEntryApproverApproveRequest?Id=190847","host":["{{base_url}}"],"path":["TimeEntryApproverApproveRequest"],"query":[{"key":"Id","value":"190847","description":"*Optional.*  \n(int32)  \nThe identifier of the daily time entry to approve."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"1750","enabled":true}],"cookie":[],"responseTime":null,"body":"false"}],"_postman_id":"1854d351-8edf-42aa-a225-c8d4db5d9e6e"},{"name":"TimeRegistrationDailyApprovalUpdateRequest","id":"e8c69f30-b158-444f-b1b7-893f080e383f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/TimeRegistrationDailyApprovalUpdateRequest","description":"<p>Updates daily time entry data registration.</p>\n<p><strong>API</strong><br /><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#577358be-0bf5-4e2d-a580-6ec9efc3ad1a\">TimeRegistrationDailyApproval</a></p>\n<p><strong>Batch?</strong><br />Yes</p>\n","urlObject":{"path":["TimeRegistrationDailyApprovalUpdateRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the daily time entry.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The flag that indicates whether or not the daily time registration update  is completed.<br />If true, the daily time registration update is completed. Otherwise, it is not.</p>\n","type":"text/plain"},"key":"Completed","value":"{{boolean}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The associated comment.</p>\n","type":"text/plain"},"key":"Comment","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the time entry registration ends.</p>\n","type":"text/plain"},"key":"ResourceId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp for when the time registration approval has been updated.</p>\n","type":"text/plain"},"key":"Date","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not the policy is confirmed.<br />If true, the policy is confirmed. Otherwise, it is not. \nConfirm policy compliance according to company variable 79.</p>\n","type":"text/plain"},"key":"ConfirmPolicy","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"fe7a4835-c5c5-466c-b19e-304beb27f8e5","name":"TimeRegistrationDailyApprovalUpdateRequest","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"Id\": 3918163,\r\n    \"EmployeeId\": 81679,\r\n    \"Date\": \"2023-09-19T00:00:00.000Z\",\r\n    \"StandardTime\": 7.5,\r\n    \"Completed\": true,\r\n    \"ResourceId\": 81679,\r\n    \"DeviationTime\": -7.5,\r\n    \"Comment\": \"test\",\r\n    \"ConfirmPolicy\": true\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/TimeRegistrationDailyApprovalUpdateRequest","host":["{{base_url}}"],"path":["TimeRegistrationDailyApprovalUpdateRequest"],"query":[{"key":"Id","value":"{{integer}}","description":"*Required.*  \n(int32)  \nThe identifier of the daily time entry.","type":"text","disabled":true},{"key":"Completed","value":"{{boolean}}","description":"*Optional.*  \n(int32)  \nThe flag that indicates whether or not the daily time registration update  is completed.  \nIf true, the daily time registration update is completed. Otherwise, it is not.","disabled":true},{"key":"Comment","value":"{{string}}","description":"*Optional.*  \nThe associated comment.","disabled":true},{"key":"ResourceId","value":"{{integer}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the time entry registration ends.","type":"text","disabled":true},{"key":"Date","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp for when the time registration approval has been updated.","type":"text","disabled":true},{"key":"ConfirmPolicy","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not the policy is confirmed.  \nIf true, the policy is confirmed. Otherwise, it is not. \nConfirm policy compliance according to company variable 79.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"217","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 3916115,\n    \"EmployeeId\": 81679,\n    \"Date\": \"2023-09-18T00:00:00.000Z\",\n    \"StandardTime\": 7.50,\n    \"Completed\": false,\n    \"Comment\": \"test\"\n}"}],"_postman_id":"e8c69f30-b158-444f-b1b7-893f080e383f"}],"id":"f74f6c61-7c33-48af-8ac7-bfd2dddbd53f","description":"<p>Manipulates time sheet data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#493af386-94d2-49ba-bd8e-19c2663710b4\">TimeEntry<br />DailyVisualization<br /></a></td>\n<td>Represents a visualization object for a daily time entry.</td>\n</tr>\n<tr>\n<td><a href=\"#49bcbfec-ad0b-43b7-8ef1-36a79cd8c44b\">TimeEntry<br />SheetVisualization<br /></a></td>\n<td>Represents a visualization object for time sheet entries.</td>\n</tr>\n<tr>\n<td><a href=\"#6e54f4a5-4e97-4906-8531-95b5dfd9afd9\">TimeReg<br />DTO<br /></a></td>\n<td>Represents a time registration object.</td>\n</tr>\n<tr>\n<td><a href=\"#577358be-0bf5-4e2d-a580-6ec9efc3ad1a\">TimeRegistration<br />DailyApproval<br /></a></td>\n<td>Represents a time registration daily approval object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#76f4f6b6-ce70-4057-b9a7-4f37dfd751f9\">GET TimeEntry<br />DailyRequest<br /></a></td>\n<td>Retrieves a list of time entries based on the week, the date, or the given identifier of a WorkBook resource.</td>\n</tr>\n<tr>\n<td><a href=\"#9171c6d8-b1ff-4941-a8fe-c295a2fb3b0d\">GET TimeEntry<br />PeriodApproval<br />IsComment<br />RequiredRequest<br /></a></td>\n<td>Retrieves a value for the flag that indicates whether or not the approval for a time entry requires a comment.</td>\n</tr>\n<tr>\n<td><a href=\"#8352d6e4-e607-4056-9680-be7685d214bf\">GET TimeEntry<br />SheetVisualization<br />Request</a></td>\n<td>Retrieves a visualization list of time sheet entries based on a given identifier of a WorkBook resource and/or a start date of a work week.</td>\n</tr>\n<tr>\n<td><a href=\"#1af617ca-b8a1-46e2-a05b-e5f828e9a209\">GET ValidateApprove<br />TimeEntry<br />DayData<br />Request<br /></a></td>\n<td><strong>IMPORTANT:</strong> This is deprecated. Use the <a href=\"#3307e700-2eac-4d61-b7fb-0df469ec758d\">POST ValidateApproveTimeEntryDayDataRequest</a> API endpoint instead.  <br />  <br />Validates daily time entry data for approval.</td>\n</tr>\n<tr>\n<td><a href=\"#3307e700-2eac-4d61-b7fb-0df469ec758d\">POST ValidateApprove<br />TimeEntry<br />DayData<br />Request<br /></a></td>\n<td>Validates daily time entry data for approval based on a given identifier of a WorkBook resource and a registration date.</td>\n</tr>\n<tr>\n<td><a href=\"#6c953fc1-0c52-4f28-b232-0b5c207badc0\">POST ApproveTime<br />EntryDay<br />DataRequest<br /></a></td>\n<td>Approves daily time entry data.</td>\n</tr>\n<tr>\n<td><a href=\"#705bb51b-e013-4520-a223-f1caf43182a0\">POST FollowUp<br />TimeRegistrations<br />ApprovalRequests<br /></a></td>\n<td>Approves a list of time registration records.</td>\n</tr>\n<tr>\n<td><a href=\"#1a8ecb27-c6ca-4f61-9ebe-419c4ade1cae\">POST TimeEntry<br />ApproverApprove<br />Request</a></td>\n<td>Approves daily time entry approver data based on a given identifier of a WorkBook resource and a registration date.</td>\n</tr>\n<tr>\n<td><a href=\"#5c92e2ac-a98c-4ef4-bc9f-2c9e069cbcc7\">PUT TimeEntry<br />ApproverApprove<br />Request</a></td>\n<td>Approves daily time entry approver data based on a given identifier of a WorkBook resource and a registration date.</td>\n</tr>\n<tr>\n<td><a href=\"#ec4907fa-47e1-457f-b598-22f4cd91da98\">POST TimeRegistration<br />DailyApproval<br />UpdateRequest<br /></a></td>\n<td>Updates daily time entry data registration.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"f74f6c61-7c33-48af-8ac7-bfd2dddbd53f"},{"name":"Whereabout API","item":[{"name":"AddEmployeeWhereabout","id":"7b78fae2-a1f7-4277-b45c-4b4ca0849060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/AddEmployeeWhereabouts?EmployeeId={{integer}}&From={{string}}&To={{string}}&Type={{integer}}","description":"<p>Creates a new employee whereabout profile.</p>\n<p>* <em>See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#16271d65-6b78-475b-9559-8b952acfa0c8\">EmployeeWhereabout</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["AddEmployeeWhereabouts"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the employee.<br />For information about the <strong>Employee</strong> object, see Employee.</p>\n","type":"text/plain"},"key":"EmployeeId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />The date and time stamp from which the employee whereabout profile is active.</p>\n","type":"text/plain"},"key":"From","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />The date and time stamp until which the employee whereabout profile is active.</p>\n","type":"text/plain"},"key":"To","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not it is applicable to an entire day.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"AllDay","value":"{{boolean}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated whereabout type.<br />For information about the <strong>WhereAbout*</strong> object, see WhereAbout*.</p>\n","type":"text/plain"},"key":"Type","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The associated comment.</p>\n","type":"text/plain"},"key":"Comment","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The timezone offset in minutes.</p>\n","type":"text/plain"},"key":"TzOffset","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"eafb4218-588d-439c-b50f-24d73d23b9de","name":"AddEmployeeWhereabout","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/AddEmployeeWhereabouts?EmployeeId=11230&From=2022-04-01T18:00:00.000Z&To=2022-04-01T18:01:00.000Z&Type=168","host":["{{base_url}}"],"path":["AddEmployeeWhereabouts"],"query":[{"key":"AllDay","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not it is applicable to an entire day.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","disabled":true},{"key":"Comment","value":"{{string}}","description":"*Optional.*  \nThe associated comment.","disabled":true},{"key":"TzOffset","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe timezone offset in minutes.","type":"text","disabled":true},{"key":"EmployeeId","value":"11230"},{"key":"From","value":"2022-04-01T18:00:00.000Z"},{"key":"To","value":"2022-04-01T18:01:00.000Z"},{"key":"Type","value":"168"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Retry-After","value":"3600","enabled":true},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":true},{"key":"X-Powered-By","value":"WorkBook Software","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Service-Worker-Allowed","value":"/","enabled":true},{"key":"Date","value":"Mon, 29 Apr 2024 09:46:33 GMT","enabled":true},{"key":"Content-Length","value":"0","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1000,\n        \"EmployeeId\": 11230,\n        \"TzOffset\": 0,\n        \"WhereType\": 168,\n        \"Comment\": \"String\",\n        \"AllDay\": false,\n        \"LastUpdateDate\": \"2022-04-01T18:10:00.000Z\",\n        \"LastUpdateResourceId\": 11230\n    }\n]"}],"_postman_id":"7b78fae2-a1f7-4277-b45c-4b4ca0849060"},{"name":"AddEmployeeWhereabout","id":"b90a19a5-5f4e-4ee4-8eaa-ec22a0cbbcab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n"}],"url":"{{base_url}}/AddEmployeeWhereabouts?EmployeeId={{integer}}&From={{string}}&To={{string}}&Type={{integer}}","description":"<p>Creates a new employee whereabout profile.</p>\n<p>* <em>See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#16271d65-6b78-475b-9559-8b952acfa0c8\">EmployeeWhereabout</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["AddEmployeeWhereabouts"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the employee.<br />For information about the <strong>Employee</strong> object, see Employee.</p>\n","type":"text/plain"},"key":"EmployeeId","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />The date and time stamp from which the employee whereabout profile is active.</p>\n","type":"text/plain"},"key":"From","value":"{{string}}"},{"description":{"content":"<p><em>Required.</em><br />The date and time stamp until which the employee whereabout profile is active.</p>\n","type":"text/plain"},"key":"To","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The flag that indicates whether or not it is applicable to an entire day.<br /><strong>NOTE:</strong> By default, this is automatically set to <strong>false</strong> if not specified.</p>\n","type":"text/plain"},"key":"AllDay","value":"{{boolean}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the associated whereabout type.<br />For information about the <strong>WhereAbout*</strong> object, see WhereAbout*.</p>\n","type":"text/plain"},"key":"Type","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />The associated comment.</p>\n","type":"text/plain"},"key":"Comment","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The timezone offset in minutes.</p>\n","type":"text/plain"},"key":"TzOffset","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"3e810989-6ff6-47ed-b498-e7310f57f558","name":"AddEmployeeWhereabout","originalRequest":{"method":"PUT","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/AddEmployeeWhereabouts?EmployeeId=11230&From=2022-04-01T18:00:00.000Z&To=2022-04-01T18:01:00.000Z&Type=168","host":["{{base_url}}"],"path":["AddEmployeeWhereabouts"],"query":[{"key":"AllDay","value":"{{boolean}}","description":"*Optional.*  \nThe flag that indicates whether or not it is applicable to an entire day.  \n**NOTE:** By default, this is automatically set to **false** if not specified.","disabled":true},{"key":"Comment","value":"{{string}}","description":"*Optional.*  \nThe associated comment.","disabled":true},{"key":"TzOffset","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe timezone offset in minutes.","type":"text","disabled":true},{"key":"EmployeeId","value":"11230"},{"key":"From","value":"2022-04-01T18:00:00.000Z"},{"key":"To","value":"2022-04-01T18:01:00.000Z"},{"key":"Type","value":"168"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Retry-After","value":"3600","enabled":true},{"key":"Server","value":"Microsoft-IIS/10.0","enabled":true},{"key":"X-Powered-By","value":"WorkBook Software","enabled":true},{"key":"X-Frame-Options","value":"SAMEORIGIN","enabled":true},{"key":"X-Content-Type-Options","value":"nosniff","enabled":true},{"key":"Service-Worker-Allowed","value":"/","enabled":true},{"key":"Date","value":"Mon, 29 Apr 2024 09:46:33 GMT","enabled":true},{"key":"Content-Length","value":"0","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 1000,\n        \"EmployeeId\": 11230,\n        \"TzOffset\": 0,\n        \"WhereType\": 168,\n        \"Comment\": \"String\",\n        \"AllDay\": false,\n        \"LastUpdateDate\": \"2022-04-01T18:10:00.000Z\",\n        \"LastUpdateResourceId\": 11230\n    }\n]"}],"_postman_id":"b90a19a5-5f4e-4ee4-8eaa-ec22a0cbbcab"},{"name":"CurrentWhereAbout*","id":"c92c40c2-2a93-418f-958e-da618c5c48ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/CurrentWhereAbout","description":"<p>Retrieves a list of the current whereabout of all online employees.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#c71502e6-855d-4705-be51-c63e1f44d6f3\">Whereabout API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [<a href=\"#d9f72585-182d-4b3d-8eff-503b50e59a0e\">WhereaboutVisualization</a>]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CurrentWhereAbout"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the employee whereabout profile.<br />For information about Employee object, see <a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"ac060837-3ba6-4a3f-93ee-54b79db2b50a","name":"CurrentWhereAbout*","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/CurrentWhereAbout","host":["{{base_url}}"],"path":["CurrentWhereAbout"],"query":[{"key":"Id","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the employee whereabout profile.  \nFor information about Employee object, see [Employee](#5a276aa2-8664-4f11-9365-e0956fcc296c).","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"9929","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 2,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": true\n    },\n    {\n        \"Id\": 184,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 187,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 188,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 189,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 414,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 460,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 593,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 599,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 1185,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 7217,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 14878,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 15371,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 15517,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 15583,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 16105,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 16143,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 16234,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 16545,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 16852,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 16909,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 17961,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18224,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18335,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18336,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18343,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18344,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18575,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18583,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18585,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18593,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18611,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18620,\n        \"Type\": 1,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Comment\": \"<img src=x onerror=alert('Talk to por')>\",\n        \"Online\": false,\n        \"LeaveStartDate\": \"2019-10-14T08:00:03.110Z\",\n        \"LeaveEndDate\": \"2029-10-31T00:00:00.000Z\"\n    },\n    {\n        \"Id\": 18632,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18665,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18666,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18669,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18674,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18675,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18677,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18721,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18724,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18734,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18750,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18751,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18761,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18771,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18777,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18787,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18792,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18793,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18808,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18841,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18842,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18843,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18844,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18845,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18846,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18848,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18849,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18850,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18851,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18852,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18853,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18908,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18910,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18918,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18922,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18929,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18939,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18941,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18951,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18955,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18959,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18963,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18979,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 18994,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19020,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19028,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19029,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19031,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19037,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19137,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19147,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19148,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19191,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19194,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19270,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19282,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19283,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19284,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19285,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19286,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19287,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19288,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19294,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19296,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19299,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19300,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19302,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19303,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19304,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19308,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19313,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19335,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19337,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19338,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19339,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19356,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19357,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19367,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19369,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19402,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19413,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19449,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19454,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19474,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19485,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19494,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19496,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19497,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19498,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19521,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19522,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19523,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19536,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19543,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19544,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19557,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19825,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19826,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19854,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19859,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19860,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19861,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19862,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19863,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19864,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19865,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19869,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19870,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19871,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19872,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19885,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 19945,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20013,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20019,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20045,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20046,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20047,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20048,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20141,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20180,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20187,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20232,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20238,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20240,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20257,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20258,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20261,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20267,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20314,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20315,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20316,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20325,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20544,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20556,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20557,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20558,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20560,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20561,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20566,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20572,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20574,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20575,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20577,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20578,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20580,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20600,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20643,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20733,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20768,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20782,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20795,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20836,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20857,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20860,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20892,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20934,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 20985,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21072,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21133,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21138,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21162,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21178,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21200,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21213,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21237,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21249,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21254,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21267,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21289,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21322,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21326,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21355,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21357,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21359,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21364,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21491,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21493,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21508,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21571,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21573,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21574,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21575,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21576,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21578,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21581,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21582,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21583,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21588,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21589,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21601,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21607,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21609,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21638,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21639,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21640,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21642,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21643,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21644,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21645,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21646,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21647,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21651,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21680,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21700,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21707,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21709,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21718,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21723,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21729,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21730,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21731,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21732,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21747,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21748,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21756,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21775,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21777,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21786,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21942,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21943,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21946,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21959,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21960,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21964,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21967,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21968,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21969,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21979,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21981,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21983,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21991,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 21995,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22021,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22035,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22036,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22045,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22050,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22053,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22055,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22056,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22061,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22071,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22077,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22108,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22110,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22111,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22112,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22113,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22119,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22124,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22125,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22127,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22129,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22130,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22131,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22132,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22133,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22136,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22140,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22146,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22151,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22162,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22169,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22172,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22173,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22174,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22175,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22182,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22215,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22224,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22225,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22226,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22227,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22228,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22229,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22230,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22233,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22281,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22331,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22586,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22589,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22834,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 22875,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23015,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23019,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23021,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23036,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23087,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23099,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23132,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23138,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23146,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23149,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23154,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 23171,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 30713,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 30719,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 30798,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34855,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34861,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34867,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34869,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34886,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34887,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34888,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34891,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34892,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34895,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34912,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34949,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34951,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34952,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34956,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34957,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34958,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34960,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34962,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34966,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34971,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34982,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34988,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 34996,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35003,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35029,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35044,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35067,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35069,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35115,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35121,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35132,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35151,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35152,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35153,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35159,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35161,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35164,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35166,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35168,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35169,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35174,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35179,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35220,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35221,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35230,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35231,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35245,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35252,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35290,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35298,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35302,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35310,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35311,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35312,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35313,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35314,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35315,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35316,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35317,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35318,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35319,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35480,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35488,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35494,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35503,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35522,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35533,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35534,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35537,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35543,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35545,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35559,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35649,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35651,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35653,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35655,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35657,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35659,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35661,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35663,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35665,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35667,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35669,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35671,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35673,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35675,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35677,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35679,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35681,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35683,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35685,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35687,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35689,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35691,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35693,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35695,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35697,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35699,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35701,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35703,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35720,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35724,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35729,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35753,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35761,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35763,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35776,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35782,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35819,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35831,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35865,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35871,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35879,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35892,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35902,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35904,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35906,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35908,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35911,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35913,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35915,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35923,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35953,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35985,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35987,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 35998,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36003,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36005,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36007,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36014,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36175,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36177,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36179,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36195,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36245,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36325,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36360,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36380,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36418,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36429,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36458,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36460,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36461,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36462,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36463,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36467,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36481,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36482,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36483,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36484,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36485,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36488,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36489,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36491,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36565,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36592,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36595,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36596,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36597,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36601,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36602,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36612,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36614,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36620,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36622,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36624,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36625,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36627,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36628,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36629,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36630,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36663,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36664,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36666,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36682,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36689,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36691,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36695,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36697,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36701,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36702,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36703,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36724,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36728,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36729,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36730,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36746,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36748,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36749,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36771,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36773,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36777,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36781,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36791,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36793,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36796,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36798,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36801,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36831,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36832,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36921,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36953,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36954,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36955,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36956,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36957,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36967,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36971,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 36972,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37007,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37009,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37019,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37020,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37027,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37032,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37040,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37099,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37114,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37118,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37145,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37147,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37155,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37200,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37226,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37471,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37483,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37532,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37613,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37654,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37885,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 37929,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38011,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38257,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38392,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38484,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38525,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38571,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38612,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38653,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38705,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38787,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38828,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38829,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38835,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38836,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38837,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38838,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38839,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38840,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38849,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38850,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38861,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38862,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38863,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38866,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38868,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38876,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38889,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38892,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38968,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38978,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38987,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38990,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 38991,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39001,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39014,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39019,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39020,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39021,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39022,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39023,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39026,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39032,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39042,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39044,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39045,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39048,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39049,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39050,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39055,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39056,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39113,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39114,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39118,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39121,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39134,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39136,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39149,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39150,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39151,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39175,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39183,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39205,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39207,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39210,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39211,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39216,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39222,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39223,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39224,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39226,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39227,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39229,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 39235,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40738,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40748,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40749,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40750,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40751,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40753,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40779,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40810,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40816,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40826,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40827,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40828,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40829,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40832,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40835,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40836,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40838,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40839,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40840,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40842,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40843,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40844,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40845,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40847,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40858,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40860,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40864,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40868,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40869,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40875,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40882,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40885,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40892,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40893,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40894,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40902,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40903,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40906,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40907,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40908,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40928,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40931,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40938,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40951,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40952,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 40953,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41051,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41092,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41094,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41098,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41113,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41120,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41121,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41122,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41150,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41153,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41154,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41159,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41160,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41161,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41162,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41163,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41164,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41172,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41175,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41185,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41197,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41223,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41224,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41226,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41227,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41228,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41231,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41238,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41247,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41249,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41251,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41287,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41332,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41336,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41341,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41359,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41364,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41379,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41380,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41382,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41383,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41385,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41387,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41391,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41392,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41393,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41394,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41395,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41397,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41407,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41408,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41423,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41424,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41425,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41426,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41427,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41431,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41432,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41434,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41453,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41454,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41462,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41463,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41464,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41465,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41467,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41468,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41473,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41499,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41500,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41501,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41521,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41522,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41528,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41548,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41549,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41550,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41551,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41552,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41568,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41569,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41610,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 41615,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72238,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72256,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72276,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72278,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72279,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72280,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72283,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72284,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72288,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72290,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72303,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72304,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72326,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72331,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72332,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72335,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72345,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72373,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72375,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72397,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72402,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72403,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72408,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72417,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72419,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72422,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72425,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72442,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72450,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72457,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72460,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72480,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72483,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72485,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72487,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72498,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72499,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72506,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72507,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72509,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72512,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72518,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72524,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72527,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72536,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72552,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72553,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72554,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72590,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72591,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72592,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72593,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72595,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72596,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72597,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72598,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72601,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72612,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72613,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72616,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72618,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72619,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72620,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72621,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72624,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72649,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72658,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72663,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72670,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72693,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72694,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72713,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72751,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72757,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72758,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72761,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72773,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72775,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72776,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72781,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72782,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72792,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72804,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72810,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72812,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72817,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72826,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72845,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72850,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72851,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72852,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72870,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72871,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72872,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72873,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72874,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72878,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72881,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72890,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72895,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72896,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72898,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72900,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72901,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72903,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72904,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72906,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72907,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72908,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72912,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72920,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72927,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72934,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72953,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72958,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72959,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72981,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72987,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72992,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 72998,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73002,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73003,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73012,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73015,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73019,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73053,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73058,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73060,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73061,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73062,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73064,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73065,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73067,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73068,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73069,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73070,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73073,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73074,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73079,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73080,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73081,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73082,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73083,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73084,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73085,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73087,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73091,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73108,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73113,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73116,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73117,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73118,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73126,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73127,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73134,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73154,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73155,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73167,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73182,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73183,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73193,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73196,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73214,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73215,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73216,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 73220,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75351,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75363,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75375,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75397,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75399,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75408,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75417,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75418,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75422,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75457,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75485,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75492,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75495,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75496,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75498,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75502,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75503,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75504,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75505,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75506,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75507,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75508,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75509,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75510,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75511,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75513,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75516,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75517,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75518,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75520,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75521,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75523,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75524,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75525,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75535,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75537,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75539,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75540,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75541,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75542,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75543,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75544,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75545,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75546,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75547,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75556,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75557,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75558,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75561,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75562,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75563,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75564,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75565,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75581,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75587,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75590,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75592,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75593,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75595,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75599,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75602,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75615,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75646,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75666,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75667,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75669,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75679,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75680,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75682,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75684,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75685,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75686,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75687,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75689,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75691,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75693,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75695,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75697,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75698,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75700,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75711,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75715,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75717,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75719,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75722,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75726,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75728,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75731,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75735,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75741,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75768,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75769,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75773,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75774,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75778,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75779,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75780,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75781,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75787,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75789,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75790,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75791,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75805,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75807,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75808,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75809,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75810,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75828,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75829,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75830,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75833,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75834,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75836,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75838,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75843,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75872,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75880,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75882,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75884,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75885,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75887,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75888,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75895,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75896,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75912,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75914,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75915,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75916,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75917,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75922,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75923,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75942,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75943,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75944,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75997,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75998,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 75999,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76039,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76041,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76042,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76051,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76052,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76053,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76054,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76061,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76062,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76063,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76065,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76066,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76068,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76069,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76073,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76074,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76078,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76079,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76081,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76113,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76120,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76121,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76127,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76130,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76131,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76149,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76150,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76152,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76154,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76155,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76156,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76157,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76158,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76177,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76200,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76201,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76202,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76206,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76207,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76208,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76233,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76234,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76235,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76240,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 76251,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77268,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77270,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77274,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77276,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77277,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77279,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77280,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77281,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77288,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77289,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77290,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77297,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77301,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77303,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77304,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77305,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77306,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77310,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77311,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77312,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77332,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77345,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77355,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77358,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77397,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77418,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77419,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77438,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77457,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77469,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77470,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77471,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77486,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77488,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77497,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77498,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77533,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77535,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77545,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77550,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77560,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77567,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77571,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77572,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77586,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77633,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77634,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77637,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77640,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77642,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77644,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77647,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77664,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77679,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77680,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77681,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77731,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77745,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77747,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77764,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77766,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77767,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77768,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77769,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77788,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77792,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77807,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77808,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77851,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77852,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77870,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77871,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77872,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77892,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77928,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77929,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77950,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77951,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77977,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77981,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77986,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77987,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77988,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77989,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77990,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 77991,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78014,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78025,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78036,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78049,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78057,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78062,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78078,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78079,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78080,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78081,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78089,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78090,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78105,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78107,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78120,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78121,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78122,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78123,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78125,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78126,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78132,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78138,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78151,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78153,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78155,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78158,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78159,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78182,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78216,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78217,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78218,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78219,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78222,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78223,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78224,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78226,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78227,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78228,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78229,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78232,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78240,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78241,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78242,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78243,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78247,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78248,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78249,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78251,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78257,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78265,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78271,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78276,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78277,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78278,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78279,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78280,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78281,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78282,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78283,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78285,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78286,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78287,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78288,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78289,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78290,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78291,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78292,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78293,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78294,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78295,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78296,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78297,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78303,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78310,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78314,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78316,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78317,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78318,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78322,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78339,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78344,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78346,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78898,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78914,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78915,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78916,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78918,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78922,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78937,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78950,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78951,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78952,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78953,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78959,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78962,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78965,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78966,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78967,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78968,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78971,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78972,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78973,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78974,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78975,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78976,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78984,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78986,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78997,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78998,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 78999,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79000,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79002,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79004,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79006,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79007,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79010,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79011,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79039,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79040,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79041,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79049,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79059,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79060,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79061,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79062,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79084,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79106,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79128,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79150,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79172,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79260,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79261,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79262,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79264,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79266,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79268,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79322,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79346,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79347,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79355,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79377,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79425,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79426,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79495,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79520,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79524,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79526,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79527,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79530,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79624,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79653,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79659,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79660,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79661,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79662,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79706,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79728,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79751,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79774,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79796,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79822,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79866,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79872,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79875,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79878,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79882,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79900,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79901,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79902,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79908,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79934,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79935,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79936,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79943,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79944,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79983,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 79986,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80009,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80017,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80019,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80021,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80022,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80039,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80048,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80049,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80073,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80075,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80088,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80093,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80108,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80120,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80122,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80123,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80124,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80136,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80138,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80159,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80170,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80177,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80178,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80179,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80180,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80224,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80232,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80241,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80242,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80246,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80247,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80248,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80249,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80259,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80262,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80274,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80313,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80317,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80327,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80350,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80367,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80369,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80370,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80382,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80389,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80390,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80395,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80400,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80401,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80403,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80406,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80407,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80409,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80410,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80411,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80412,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80413,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80414,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80415,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80426,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80427,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80428,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80452,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80454,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80467,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80476,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80477,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80491,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80504,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80506,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80507,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80508,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80510,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80511,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80579,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80591,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80592,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80593,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80594,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80603,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80604,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80622,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80631,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80646,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80667,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80672,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80675,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80681,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80688,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80707,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80726,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80729,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80730,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80737,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80740,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80741,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80742,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80745,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80750,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80752,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80775,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80785,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80791,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80794,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80796,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80797,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80802,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80811,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80812,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80813,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80814,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80815,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80816,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80817,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80822,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80836,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80837,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80838,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80839,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80840,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80841,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80842,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80843,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80844,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80845,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80846,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80847,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80848,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80849,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80852,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80853,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80855,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80856,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80857,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80858,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80859,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80860,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80864,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80865,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80866,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80867,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80868,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80869,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80870,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80871,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80872,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80873,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80874,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80881,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80882,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80883,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80928,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80929,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80930,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80938,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80939,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80943,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80944,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80945,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80948,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80950,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80951,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80959,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80960,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80961,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80963,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80976,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80994,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80995,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80996,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80997,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80998,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 80999,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81000,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81005,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81006,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81009,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81024,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81025,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81026,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81031,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81043,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81081,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81082,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81085,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81088,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81089,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81090,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81101,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81102,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81103,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81109,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81110,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81116,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81119,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81120,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81128,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81134,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81152,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81154,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81155,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81156,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81163,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81169,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81180,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81184,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81193,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81194,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81195,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81196,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81197,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81198,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81200,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81209,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81237,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81239,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81240,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81241,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81244,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81245,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81247,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81251,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81252,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81258,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81260,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81261,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81262,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81263,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81264,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81267,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81271,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81300,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81304,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81306,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81307,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81309,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81310,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81311,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81312,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81313,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81314,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81315,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81325,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81330,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81338,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": true\n    },\n    {\n        \"Id\": 81339,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81340,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81342,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81344,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81352,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81358,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81359,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81362,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81366,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81400,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81410,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81411,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81412,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81413,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81414,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81415,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81418,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81425,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81429,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81433,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81435,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81437,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81438,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81439,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81440,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81441,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81445,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81448,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81450,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81451,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81455,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81456,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81457,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81459,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81461,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81497,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81498,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": true\n    },\n    {\n        \"Id\": 81500,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81502,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81506,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81507,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81510,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81511,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81513,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81538,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81548,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81556,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81563,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81564,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81565,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81566,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81567,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81568,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81569,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81570,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81571,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81572,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81582,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81583,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81584,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81585,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81586,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81587,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81588,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81589,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81590,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81591,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81593,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81594,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81595,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81596,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81602,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81603,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81616,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81619,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81622,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81624,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81625,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81626,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81628,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81629,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81630,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81631,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81632,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81633,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81634,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81635,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81636,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81637,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81638,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81639,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81640,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81641,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81645,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81646,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81647,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81650,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81651,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81652,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81655,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81657,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81663,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81664,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81665,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81675,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81677,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81679,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81680,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81681,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81683,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81692,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81695,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81696,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81699,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81710,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81711,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81720,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81721,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81727,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81728,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81729,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81731,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81735,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81736,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81737,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81743,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81754,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81755,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81764,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81766,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81767,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81768,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81775,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81782,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81783,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81785,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81786,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81787,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81788,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81789,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81791,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81792,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81793,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81795,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81796,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81799,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81801,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81802,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81803,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81805,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81806,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81807,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81808,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81809,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81810,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81812,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81813,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81816,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81819,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81820,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81822,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81826,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81827,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81828,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81829,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81830,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81831,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81832,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81833,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81835,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81836,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81837,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81839,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81840,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81850,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81852,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81853,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81854,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81855,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81856,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81857,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81858,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81859,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81860,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81861,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81862,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81863,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81864,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81865,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81866,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81867,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81868,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81869,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81872,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81873,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81874,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81875,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81876,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81877,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81878,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81879,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81880,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81881,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81885,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81886,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81887,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81888,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81889,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81890,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81891,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81892,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81893,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81894,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81895,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81896,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81897,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81898,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81899,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81900,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81901,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81904,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81905,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81906,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81907,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81908,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81909,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81910,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81911,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81912,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81913,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81914,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81915,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81916,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81917,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81918,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81919,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81920,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81921,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81922,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81924,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81925,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81926,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81927,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81928,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81929,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81930,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81931,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81932,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81933,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81935,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81936,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81937,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81938,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81939,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81944,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81945,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81946,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81950,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81951,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81956,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81957,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81958,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81959,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81960,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81961,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81962,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81963,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81964,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81966,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81967,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81968,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81969,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81970,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81971,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81972,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81973,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81974,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81977,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81978,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81979,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81980,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81981,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81982,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81983,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81984,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81985,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81986,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81987,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81988,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81989,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81993,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81994,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81995,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81997,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81998,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 81999,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82000,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82001,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82002,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82004,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82005,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82006,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82007,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82008,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82010,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82012,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82013,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82015,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82016,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82017,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82019,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82020,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82025,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82026,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82027,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82028,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82029,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82030,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82031,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82032,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82033,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82034,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82035,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82037,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82038,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82039,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82040,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82041,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82043,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82046,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82050,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82052,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82065,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82088,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82090,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82091,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82095,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82103,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82109,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82110,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82113,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82115,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82117,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82124,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82125,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82126,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82128,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82129,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82131,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82135,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82139,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82140,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82141,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82146,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82147,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82148,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82149,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82152,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82154,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82155,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82156,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82157,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82158,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82159,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82160,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82164,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82165,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82170,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82176,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82177,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82178,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82199,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82200,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82201,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82202,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82211,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82212,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82214,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82215,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82216,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82218,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82220,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82221,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82225,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82228,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82246,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82248,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82269,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82270,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82289,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82296,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82297,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82310,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82311,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82312,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82313,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82314,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82315,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82316,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82317,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82318,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82319,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82320,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82321,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82322,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82323,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82324,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82325,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82326,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82327,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82328,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82329,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82330,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82331,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82332,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82333,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82334,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82335,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82336,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82337,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82338,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82339,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82340,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82341,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82342,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82343,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82344,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82345,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82346,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82347,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82348,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82349,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82350,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82351,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82352,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82353,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82354,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82355,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82356,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82357,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82358,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82359,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82370,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82372,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82373,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82374,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82380,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82386,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82387,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82389,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82390,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82395,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82396,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82397,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82398,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82399,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82401,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82403,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82405,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82406,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    },\n    {\n        \"Id\": 82407,\n        \"Type\": 0,\n        \"ManuallySet\": false,\n        \"Status\": 1,\n        \"Online\": false\n    }\n]"}],"_postman_id":"c92c40c2-2a93-418f-958e-da618c5c48ff"},{"name":"CurrentWhereAboutRequest*","id":"a2e8a9e9-b1be-4caf-96d2-ead676937a5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/CurrentWhereAboutRequest?Id={{integer}}","description":"<p>Retrieves a current whereabout of a specific employee based on a given identifier.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#c71502e6-855d-4705-be51-c63e1f44d6f3\">Whereabout API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#a6784001-4fcd-46a3-998d-2a755a028536\">EmployeeCurrentWhereabout</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CurrentWhereAboutRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the employee whereabout profile.<br />For information about Employee object, see <a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated whereabout type.</p>\n","type":"text/plain"},"key":"WhereType","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated accessability type.</p>\n","type":"text/plain"},"key":"AccessabilityType","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"e81fdd32-aab5-4dd1-890e-2a661d48e7d4","name":"CurrentWhereAboutRequest*","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/CurrentWhereAboutRequest?Id=81498","host":["{{base_url}}"],"path":["CurrentWhereAboutRequest"],"query":[{"key":"Id","value":"81498","description":"*Required.*  \n(int32)  \nThe identifier of the employee whereabout profile.  \nFor information about Employee object, see [Employee](#5a276aa2-8664-4f11-9365-e0956fcc296c)."},{"key":"WhereType","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated whereabout type.","disabled":true},{"key":"AccessabilityType","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated accessability type.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text","enabled":true},{"key":"Content-Length","value":"112","description":"","type":"text","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 81498,\n    \"Date\": \"2023-01-09T00:00:00.000Z\",\n    \"WhereType\": 5,\n    \"AccessabilityType\": 1\n}"}],"_postman_id":"a2e8a9e9-b1be-4caf-96d2-ead676937a5f"},{"name":"CurrentWhereAboutsRequest*","id":"fc608ca3-e874-4bbb-92f7-570a73c1e92e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/CurrentWhereAboutsRequest","description":"<p>Retrieves a list of all current whereabout profiles of an employee.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><em>Using the API Reference</em></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#c71502e6-855d-4705-be51-c63e1f44d6f3\">Whereabout API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List <a href=\"#a6784001-4fcd-46a3-998d-2a755a028536\">[EmployeeCurrentWhereabout]</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CurrentWhereAboutsRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>Optional.<br />The flag that indicates whether or not the employees current whereabout is out of office.<br />If true, employees current whereabout is out of office. Otherwise, it is not.<br /><strong>NOTE:</strong> By default, this is automatically set to false if not specified.</p>\n","type":"text/plain"},"key":"OnlyOutOfOffice","value":"{{boolean}}"}],"variable":[]}},"response":[{"id":"8515f334-94c2-4731-9b65-2d147d40ef69","name":"CurrentWhereAboutsRequest*","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/CurrentWhereAboutsRequest","host":["{{base_url}}"],"path":["CurrentWhereAboutsRequest"],"query":[{"key":"OnlyOutOfOffice","value":"{{boolean}}","description":"Optional.\nThe flag that indicates whether or not the employees current whereabout is out of office.  \nIf true, employees current whereabout is out of office. Otherwise, it is not.\n**NOTE:**By default, this is automatically set to false if not specified.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"122","enabled":true}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"Id\": 81498,\r\n        \"Date\": \"2023-01-09T00:00:00.000Z\",\r\n        \"WhereType\": 651,\r\n        \"AccessabilityType\": 1\r\n    }\r\n]"}],"_postman_id":"fc608ca3-e874-4bbb-92f7-570a73c1e92e"},{"name":"EmployeeWhereAboutsRequest*","id":"b44dd05a-cc80-4024-b857-177dc4104cdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/EmployeeWhereAboutsRequest?EmployeeId={{integer}}","description":"<p>Retrieves a list of all whereabout profiles for a given identifier of an employee.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List <a href=\"#2211421b-300d-430a-a8b9-86ebe3d103a9\">[EmployeeWhereaboutVisualization]</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["EmployeeWhereAboutsRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the employee.<br />For information about the <strong>Employee</strong> object, see Employee.</p>\n","type":"text/plain"},"key":"EmployeeId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the employee whereabout profile.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp from which the employee whereabout profile is active.</p>\n","type":"text/plain"},"key":"From","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp until which the employee whereabout profile is active.</p>\n","type":"text/plain"},"key":"To","value":"{{string}}"}],"variable":[]}},"response":[{"id":"c505703e-a0bc-421d-998f-7e91052c2d8a","name":"EmployeeWhereAboutsRequest","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/EmployeeWhereAboutsRequest?EmployeeId=35879","host":["{{base_url}}"],"path":["EmployeeWhereAboutsRequest"],"query":[{"key":"Id","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated record.","disabled":true},{"key":"From","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp from which the employee whereabout profile is active.","disabled":true},{"key":"To","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp until which the employee whereabout profile is active.","disabled":true},{"key":"EmployeeId","value":"35879","description":"*Required.*  \n(int32)  \nThe identifier of the employee.  \nFor information about the **Employee** object, see Employee."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"5088","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"IsTrackedAgainstTime\": true,\n        \"HoursLogged\": 146.75,\n        \"Id\": 532,\n        \"EmployeeId\": 35879,\n        \"From\": \"2018-10-25T01:15:00.000Z\",\n        \"To\": \"2018-10-31T04:00:00.000Z\",\n        \"WhereType\": 2,\n        \"AllDay\": false\n    },\n    {\n        \"IsTrackedAgainstTime\": true,\n        \"HoursLogged\": 1,\n        \"Id\": 534,\n        \"EmployeeId\": 35879,\n        \"From\": \"2018-10-25T05:15:00.000Z\",\n        \"To\": \"2018-10-25T06:15:00.000Z\",\n        \"WhereType\": 1,\n        \"AllDay\": false\n    },\n    {\n        \"IsTrackedAgainstTime\": true,\n        \"HoursLogged\": 24.5,\n        \"Id\": 536,\n        \"EmployeeId\": 35879,\n        \"From\": \"2018-10-25T17:00:00.000Z\",\n        \"To\": \"2018-10-26T17:30:00.000Z\",\n        \"WhereType\": 1,\n        \"Comment\": \"<img src=x onerror=alert(1)>\",\n        \"AllDay\": false\n    },\n    {\n        \"IsTrackedAgainstTime\": true,\n        \"HoursLogged\": 0.516666666666667,\n        \"Id\": 694,\n        \"EmployeeId\": 35879,\n        \"From\": \"2020-10-20T07:29:00.000Z\",\n        \"To\": \"2020-10-20T08:00:00.000Z\",\n        \"WhereType\": 4,\n        \"Comment\": \"test\",\n        \"AllDay\": false\n    },\n    {\n        \"IsTrackedAgainstTime\": true,\n        \"HoursLogged\": 0.1,\n        \"Id\": 695,\n        \"EmployeeId\": 35879,\n        \"From\": \"2020-10-22T07:39:00.000Z\",\n        \"To\": \"2020-10-22T07:45:00.000Z\",\n        \"WhereType\": 1,\n        \"AllDay\": false\n    },\n    {\n        \"IsTrackedAgainstTime\": true,\n        \"HoursLogged\": 0.85,\n        \"Id\": 696,\n        \"EmployeeId\": 35879,\n        \"From\": \"2020-10-22T09:24:00.000Z\",\n        \"To\": \"2020-10-22T10:15:00.000Z\",\n        \"WhereType\": 1,\n        \"AllDay\": false\n    },\n    {\n        \"IsTrackedAgainstTime\": false,\n        \"HoursLogged\": 48,\n        \"Id\": 1278,\n        \"EmployeeId\": 35879,\n        \"From\": \"2022-03-01T00:00:00.000Z\",\n        \"To\": \"2022-03-02T00:00:00.000Z\",\n        \"WhereType\": 622,\n        \"AllDay\": true,\n        \"LastUpdateDate\": \"2022-04-01T13:00:28.787Z\",\n        \"LastUpdateResourceId\": 35879\n    },\n    {\n        \"IsTrackedAgainstTime\": false,\n        \"HoursLogged\": 0.0666666666666667,\n        \"Id\": 1280,\n        \"EmployeeId\": 35879,\n        \"From\": \"2022-03-04T13:00:00.000Z\",\n        \"To\": \"2022-03-04T13:04:00.000Z\",\n        \"WhereType\": 622,\n        \"AllDay\": false,\n        \"LastUpdateDate\": \"2022-04-01T13:02:28.747Z\",\n        \"LastUpdateResourceId\": 35879\n    },\n    {\n        \"IsTrackedAgainstTime\": false,\n        \"HoursLogged\": 72,\n        \"Id\": 1283,\n        \"EmployeeId\": 35879,\n        \"From\": \"2022-03-10T00:00:00.000Z\",\n        \"To\": \"2022-03-12T00:00:00.000Z\",\n        \"WhereType\": 622,\n        \"AllDay\": true,\n        \"LastUpdateDate\": \"2022-04-01T13:16:16.680Z\",\n        \"LastUpdateResourceId\": 35879\n    },\n    {\n        \"IsTrackedAgainstTime\": false,\n        \"HoursLogged\": 0.0666666666666667,\n        \"Id\": 1281,\n        \"EmployeeId\": 35879,\n        \"From\": \"2022-03-10T13:00:00.000Z\",\n        \"To\": \"2022-03-10T13:04:00.000Z\",\n        \"WhereType\": 622,\n        \"AllDay\": false,\n        \"LastUpdateDate\": \"2022-04-01T13:03:19.790Z\",\n        \"LastUpdateResourceId\": 35879\n    },\n    {\n        \"IsTrackedAgainstTime\": false,\n        \"HoursLogged\": 24,\n        \"Id\": 1284,\n        \"EmployeeId\": 35879,\n        \"From\": \"2022-03-14T16:00:00.000Z\",\n        \"To\": \"2022-03-15T15:59:00.000Z\",\n        \"WhereType\": 622,\n        \"AllDay\": true,\n        \"LastUpdateDate\": \"2022-04-01T13:16:56.013Z\",\n        \"LastUpdateResourceId\": 35879\n    },\n    {\n        \"IsTrackedAgainstTime\": false,\n        \"HoursLogged\": 0.0666666666666667,\n        \"Id\": 1279,\n        \"EmployeeId\": 35879,\n        \"From\": \"2022-03-29T13:00:00.000Z\",\n        \"To\": \"2022-03-29T13:04:00.000Z\",\n        \"WhereType\": 622,\n        \"AllDay\": false,\n        \"LastUpdateDate\": \"2022-04-01T13:01:50.260Z\",\n        \"LastUpdateResourceId\": 35879\n    },\n    {\n        \"IsTrackedAgainstTime\": false,\n        \"HoursLogged\": 72,\n        \"Id\": 1277,\n        \"EmployeeId\": 35879,\n        \"From\": \"2022-03-30T00:00:00.000Z\",\n        \"To\": \"2022-04-01T00:00:00.000Z\",\n        \"WhereType\": 622,\n        \"AllDay\": true,\n        \"LastUpdateDate\": \"2022-04-01T12:58:55.470Z\",\n        \"LastUpdateResourceId\": 35879\n    },\n    {\n        \"IsTrackedAgainstTime\": true,\n        \"HoursLogged\": 24,\n        \"Id\": 1300,\n        \"EmployeeId\": 35879,\n        \"From\": \"2022-04-02T00:00:00.000Z\",\n        \"To\": \"2022-04-02T00:00:00.000Z\",\n        \"WhereType\": 651,\n        \"AllDay\": true,\n        \"LastUpdateDate\": \"2022-04-05T05:56:11.667Z\",\n        \"LastUpdateResourceId\": 35879\n    },\n    {\n        \"IsTrackedAgainstTime\": false,\n        \"HoursLogged\": 24,\n        \"Id\": 1282,\n        \"EmployeeId\": 35879,\n        \"From\": \"2022-04-11T16:00:00.000Z\",\n        \"To\": \"2022-04-12T15:59:00.000Z\",\n        \"WhereType\": 622,\n        \"AllDay\": true,\n        \"LastUpdateDate\": \"2022-04-01T13:15:38.447Z\",\n        \"LastUpdateResourceId\": 35879\n    }\n]"}],"_postman_id":"b44dd05a-cc80-4024-b857-177dc4104cdb"},{"name":"EmployeeTimeEntryAndWhereaboutRequest","id":"e4817279-fe3d-4867-a6ce-84cbb793e1aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/EmployeeTimeEntryAndWhereaboutRequest","description":"<p>Retrieves a list of dates where time entries are higher than whereabout entries for a specific employee.</p>\n<p><strong>API</strong><br /><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br /><a href=\"#0790f7f7-4e28-43a5-ba14-5b45b14519b3\">EmployeeWhereaboutMissingTimeTrackingVisualization</a></p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["EmployeeTimeEntryAndWhereaboutRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated employee.<br />For information about the Employee object, see <a href=\"#a1f46663-d835-4c69-ad35-b193eb09dd70\">Employee</a>.</p>\n","type":"text/plain"},"key":"EmployeeId","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp from which the lookup started.</p>\n","type":"text/plain"},"key":"LookUpStartDate","value":"{{string}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(date-time)<br />The date and time stamp until when the lookup ended.</p>\n","type":"text/plain"},"key":"LookUpEndDate","value":"{{string}}"}],"variable":[]}},"response":[{"id":"d1981506-eb57-4d08-83f7-d21ae6b55e84","name":"EmployeeTimeEntryAndWhereaboutRequest*","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/EmployeeTimeEntryAndWhereaboutRequest?LookUpStartDate=2022-03-28","host":["{{base_url}}"],"path":["EmployeeTimeEntryAndWhereaboutRequest"],"query":[{"key":"EmployeeId","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated employee.  \nFor information about the Employee object, see [Employee](#a1f46663-d835-4c69-ad35-b193eb09dd70).","disabled":true},{"key":"LookUpStartDate","value":"2022-03-28","description":"*Optional.*  \n(date-time)  \nThe date and time stamp from which the lookup started."},{"key":"LookUpEndDate","value":"{{string}}","description":"*Optional.*  \n(date-time)  \nThe date and time stamp until when the lookup ended.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"283","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"EmployeeId\": 2,\n    \"CompanyId\": 1,\n    \"MissingDateAndHours\": [\n        {\n            \"Date\": \"2022-06-13T00:00:00.000Z\",\n            \"Hours\": 1\n        },\n        {\n            \"Date\": \"2022-06-16T00:00:00.000Z\",\n            \"Hours\": 1\n        },\n        {\n            \"Date\": \"2022-06-11T00:00:00.000Z\",\n            \"Hours\": 3\n        },\n        {\n            \"Date\": \"2022-08-19T00:00:00.000Z\",\n            \"Hours\": 3\n        },\n        {\n            \"Date\": \"2022-04-09T00:00:00.000Z\",\n            \"Hours\": 5\n        },\n        {\n            \"Date\": \"2022-04-28T00:00:00.000Z\",\n            \"Hours\": 5\n        },\n        {\n            \"Date\": \"2022-06-14T00:00:00.000Z\",\n            \"Hours\": 5\n        },\n        {\n            \"Date\": \"2022-04-07T00:00:00.000Z\",\n            \"Hours\": 6\n        },\n        {\n            \"Date\": \"2022-05-09T00:00:00.000Z\",\n            \"Hours\": 10\n        },\n        {\n            \"Date\": \"2022-06-15T00:00:00.000Z\",\n            \"Hours\": 10\n        }\n    ]\n}"}],"_postman_id":"e4817279-fe3d-4867-a6ce-84cbb793e1aa"},{"name":"WhereAboutsChangesRequest*","id":"4e0e8661-27b7-4b07-98d3-347adbca4201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_url}}/WhereAboutsChangesRequest","description":"<p>Retrieves a list of identifiers of WorkBook resources that had recent changes in their whereabouts.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#c71502e6-855d-4705-be51-c63e1f44d6f3\">Whereabout API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [integer]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["WhereAboutsChangesRequest"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The amount of minutes from now to look back in the past for changes of whereabouts.<br /><strong>NOTE:</strong> By default, this is automatically  set to 5 minutes if not specified.</p>\n","type":"text/plain"},"key":"LookbackInMinutes","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"b378a1d1-10b7-48ab-bdc0-f9ddd9b96441","name":"WhereAboutsChangesRequest","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/WhereAboutsChangesRequest?LookbackInMinutes=15","host":["{{base_url}}"],"path":["WhereAboutsChangesRequest"],"query":[{"key":"LookbackInMinutes","value":"15","description":"*Optional.*  \n(int32)  \nThe amount of minutes from now to look back in the past for changes of whereabouts. \n**NOTE:** By default, this is automatically  set to 5 minutes if not specified. \n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"15","enabled":true}],"cookie":[],"responseTime":null,"body":"[\r\n    81498\r\n]"}],"_postman_id":"4e0e8661-27b7-4b07-98d3-347adbca4201"},{"name":"CurrentWhereAboutDeleteRequest*","id":"a5630b7f-c3b4-4444-a29b-679aa1875368","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_url}}/CurrentWhereAboutDeleteRequest?Id={{integer}}","description":"<p>Deletes a current whereabout based on a given identifier.</p>\n<p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<p><strong>API</strong><br /><a href=\"#c71502e6-855d-4705-be51-c63e1f44d6f3\">Whereabout API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />integer</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["CurrentWhereAboutDeleteRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The identifier of the employee whereabout profile.<br />For information about Employee object, see <a href=\"#5a276aa2-8664-4f11-9365-e0956fcc296c\">Employee</a>.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"66a1bc6d-0ec3-4f38-970e-1b95b9c0ca53","name":"CurrentWhereAboutDeleteRequest","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"{{base_url}}/CurrentWhereAboutDeleteRequest?Id=2","host":["{{base_url}}"],"path":["CurrentWhereAboutDeleteRequest"],"query":[{"key":"Id","value":"2","description":"*Required.*  \n(int32)  \nThe identifier of the employee whereabout profile.  \nFor information about Employee object, see [Employee](#5a276aa2-8664-4f11-9365-e0956fcc296c)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"120","enabled":true}],"cookie":[],"responseTime":null,"body":"0"}],"_postman_id":"a5630b7f-c3b4-4444-a29b-679aa1875368"}],"id":"a7ab9099-5039-498c-a7c2-5f7a9b4e8b0e","description":"<p>Manipulates employee whereabout profile data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#a6784001-4fcd-46a3-998d-2a755a028536\">EmployeeCurrent<br />Whereabout<br /></a></td>\n<td>Represents a current employee whereabout profile object.</td>\n</tr>\n<tr>\n<td><a href=\"#f4b70440-3aa0-4927-bd12-09b23b189ef7\">EmployeeWhereabout</a></td>\n<td>Represents an employee whereabout profile object.</td>\n</tr>\n<tr>\n<td><a href=\"#0790f7f7-4e28-43a5-ba14-5b45b14519b3\">EmployeeWhereabout<br />MissingTime<br />TrackingVisualization</a></td>\n<td>Represents a visualization object for the missed time tracking of an employee whereabout profile.</td>\n</tr>\n<tr>\n<td><a href=\"#2211421b-300d-430a-a8b9-86ebe3d103a9\">EmployeeWhereabout<br />Visualization</a></td>\n<td>Represents a visualization object for an employee whereabout profile.</td>\n</tr>\n<tr>\n<td><a href=\"#d9f72585-182d-4b3d-8eff-503b50e59a0e\">WhereaboutVisualization</a></td>\n<td>Represents a visualization object for a current whereabout profile of an employee.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#eb977abb-9827-44b6-9cbb-c25fc023b290\">PUT AddEmployeeWhereabout</a></td>\n<td>Creates a new employee whereabout profile.</td>\n</tr>\n<tr>\n<td><a href=\"#c8ffec36-0021-494c-ae64-6acc100a8677\">POST AddEmployeeWhereabout</a></td>\n<td>Creates a new employee whereabout profile.</td>\n</tr>\n<tr>\n<td><a href=\"#e968b353-d7e1-4fc6-a362-a4891aa24c86\">GET CurrentWhereAbout*</a></td>\n<td>Retrieves a list of the current whereabout profiles of all online employees.</td>\n</tr>\n<tr>\n<td><a href=\"#91af89e2-f648-4954-85e9-f3155e73fec6\">GET CurrentWhereAbout<br />Request*<br /></a></td>\n<td>Retrieves a current whereabout profile of a specific employee based on a given identifier.</td>\n</tr>\n<tr>\n<td><a href=\"#63fe89f5-bd0e-4f0d-b5fe-29e0d25ad846\">GET CurrentWhereAbouts<br />Request*<br /></a></td>\n<td>Retrieves a list of all current whereabout profiles of an employee.</td>\n</tr>\n<tr>\n<td><a href=\"#70795f8a-b66f-47b5-9e6f-e2a4833725f4\">GET EmployeeWhereAbouts<br />Request*<br /></a></td>\n<td>Retrieves a list of all whereabout profiles for a given employee based on a given identifier of a WorkBook resource.</td>\n</tr>\n<tr>\n<td><a href=\"#3123737e-9750-4d60-85b5-f195b90b8940\">GET WhereAbouts<br />ChangesRequest*<br /></a></td>\n<td>Retrieves a list of identifiers of WorkBook resources which have changes in their whereabouts.</td>\n</tr>\n<tr>\n<td><a href=\"#9ddeea2c-b6be-4d77-b7c6-d0086fa0d63f\">PUT EmployeeWhereAbout<br />Add*<br /></a></td>\n<td>Creates a new employee whereabout profile.</td>\n</tr>\n<tr>\n<td><a href=\"#c17b8191-70b9-40ab-b421-e9caf554d755\">DEL CurrentWhereAbout<br />Delete Request*<br /></a></td>\n<td>Deletes a current whereabout profileof a specific employee based on a given identifier.</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>* See</em> <em><strong>Request Names</strong></em> <em>under the</em> <em><strong>Conventions</strong></em> <em>section of the</em> <a href=\"#9df259a6-b781-41d1-8693-59eb827d5a86\"><i>Using the API Reference</i></a> <em>topic.</em></p>\n<h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#77097f1a-d13a-4667-8529-c3537daf8cf6\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","_postman_id":"a7ab9099-5039-498c-a7c2-5f7a9b4e8b0e"},{"name":"WorkBook Enumerated Type API","item":[{"name":"WBEnumRequest","id":"994feece-4d1c-473f-9e4f-bcaf3060d8ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/WBEnumRequest?Id={{integer}}","description":"<p>Retrieves a list of available options for a WorkBook Enumerated (wbEnum) type.</p>\n<p><strong>API</strong><br /><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />List [wbEnum]</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["WBEnumRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The header identifier of the WorkBook Enumerated (wbEnum) type.<br />For information about the <strong>wbEnum</strong> object, see wbEnum.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated localization language.<br />If no identifier is provided, this falls back to using the identifier of your current localization language for the application interface.</p>\n","type":"text/plain"},"key":"LCID","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"c9bbade6-a2a7-49ab-9969-cee77335210b","name":"WBEnumRequest (where Id = 493)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/WBEnumRequest?Id=493","host":["{{base_url}}"],"path":["WBEnumRequest"],"query":[{"key":"Id","value":"493","description":"*Required.*  \n(int32)  \nThe header identifier of the WorkBook Enumerated (wbEnum) type.  \nFor information about the **wbEnum** object, see wbEnum."},{"key":"LCID","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated localization language.  \nIf no identifier is provided, this falls back to using the identifier of your current localization language for the application interface.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"336","enabled":true}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"Id\": 93,\n        \"HeaderId\": 493,\n        \"Value\": 0,\n        \"Description\": \"None\",\n        \"Name\": \"<None>\"\n    },\n    {\n        \"Id\": 423,\n        \"HeaderId\": 493,\n        \"Value\": 1,\n        \"Description\": \"Exchange OWA\",\n        \"Name\": \"Exchange OWA\"\n    },\n    {\n        \"Id\": 757,\n        \"HeaderId\": 493,\n        \"Value\": 2,\n        \"Description\": \"POP3\",\n        \"Name\": \"POP3\"\n    },\n    {\n        \"Id\": 14497,\n        \"HeaderId\": 493,\n        \"Value\": 4,\n        \"Description\": \"Exchange Web Service\",\n        \"Name\": \"Exchange Web Service\"\n    }\n]"}],"_postman_id":"994feece-4d1c-473f-9e4f-bcaf3060d8ec"},{"name":"WBEnumSingleRequest","id":"40175a20-4bdc-4010-b894-b045b4e75dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"<p><em>Required.</em><br />The type of content accepted by the API endpoint.</p>\n","type":"text"},{"key":"Content-Type","value":"application/json","description":"<p><em>Required.</em><br />The type of content supported by the API endpoint.</p>\n","type":"text"}],"url":"{{base_url}}/WBEnumSingleRequest?Id={{integer}}&Value={{integer}}","description":"<p>Retrieves a specific option from a list of available options for a WorkBook Enumerated (wbEnum) type.</p>\n<p><strong>API</strong><br /><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n<p><strong>Requires Authentication</strong><br />Yes</p>\n<p><strong>Returns</strong><br />wbEnum</p>\n<p><strong>Batch?</strong><br />No</p>\n","urlObject":{"path":["WBEnumSingleRequest"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The header identifier of the WorkBook Enumerated (wbEnum) type.<br />For information about the <strong>wbEnum</strong> object, see wbEnum.</p>\n","type":"text/plain"},"key":"Id","value":"{{integer}}"},{"description":{"content":"<p><em>Required.</em><br />(int32)<br />The associated value.</p>\n","type":"text/plain"},"key":"Value","value":"{{integer}}"},{"disabled":true,"description":{"content":"<p><em>Optional.</em><br />(int32)<br />The identifier of the associated localization language.<br />If no identifier is provided, this falls back to using the identifier of your current localization language for the application interface.</p>\n","type":"text/plain"},"key":"LCID","value":"{{integer}}"}],"variable":[]}},"response":[{"id":"13e9209a-10ed-424f-bcb0-eaf9f9a2e920","name":"WBEnumSingleRequest (where Id = 552 and Value = 1)","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"application/json","description":"*Required.*  \nThe type of content accepted by the API endpoint.","type":"text"},{"key":"Content-Type","value":"application/json","description":"*Required.*  \nThe type of content supported by the API endpoint.","type":"text"}],"url":{"raw":"{{base_url}}/WBEnumSingleRequest?Id=552&Value=1","host":["{{base_url}}"],"path":["WBEnumSingleRequest"],"query":[{"key":"Id","value":"552","description":"*Required.*  \n(int32)  \nThe header identifier of the WorkBook Enumerated (wbEnum) type.  \nFor information about the **wbEnum** object, see wbEnum."},{"key":"Value","value":"1","description":"*Required.*  \n(int32)  \nThe associated value."},{"key":"LCID","value":"{{integer}}","description":"*Optional.*  \n(int32)  \nThe identifier of the associated localization language.  \nIf no identifier is provided, this falls back to using the identifier of your current localization language for the application interface.","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","enabled":true},{"key":"Content-Length","value":"89","enabled":true}],"cookie":[],"responseTime":null,"body":"{\n    \"Id\": 7017,\n    \"HeaderId\": 552,\n    \"Value\": 1,\n    \"Description\": \"Public\",\n    \"SortIndex\": 1,\n    \"Name\": \"Public\"\n}"}],"_postman_id":"40175a20-4bdc-4010-b894-b045b4e75dc2"}],"id":"28919535-9f18-4c3f-9f1b-1e38a27187fe","description":"<p>Manipulates WorkBook Enumerated (wbEnum) type data in your WorkBook application instance.</p>\n<h2 id=\"resources\">Resources</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>wbEnum</td>\n<td>Represents a WorkBook Enumerated (wbEnum) type object.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"methods\">Methods</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#ed9fb68b-c880-4723-b47a-74609aef6285\">GET WBEnum<br />Request<br /></a></td>\n<td>Retrieves a list of available options for a WorkBook Enumerated (wbEnum) type.</td>\n</tr>\n<tr>\n<td><a href=\"#fbe40e6c-38be-4902-9553-b2791146073c\">GET WBEnum<br />SingleRequest<br /></a></td>\n<td>Retrieves a specific option from a list of available options for a WorkBook Enumerated (wbEnum) type.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"guides\">Guides</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Name</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#e0fcfe44-af5a-4daa-aee8-3328b8dc082d\">Getting Started</a></td>\n<td>This guide provides an introduction to how you can easily work with the Deltek WorkBook REST Service.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned APIs, Endpoints, and Resource Models</a></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"05feab3f-3e9c-4a96-9c2f-2d42d06ba6b4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6f356e40-5413-4ebc-9c52-c919e9459b3d","type":"text/javascript","exec":[""]}}],"_postman_id":"28919535-9f18-4c3f-9f1b-1e38a27187fe"},{"name":"Deprecated or Decommissioned APIs, Endpoints, and Resource Models","item":[],"id":"9ce5bdd9-b6b7-42b3-b8c1-4e9e6cc94cd2","description":"<p>The following resource models have been deprecated or decommissioned. When applicable, update your code implementation to use the current and recommended alternative instead.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Deprecated or Decommissioned</th>\n<th>Current Alternative</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>PUT TaskPhaseDTO  <br />{{base_url}}/TaskPhaseDTO?PlanId={{integer}}</td>\n<td><a href=\"#\">PUT TaskPhaseInsertRequest</a></td>\n</tr>\n<tr>\n<td>PUT EmployeeWhereAboutAdd*  <br /><em>{{base_url}}/EmployeeWhereAboutAdd?EmployeeId={{integer}}&amp;From={{string}}&amp;To={{string}}&amp;Type={{integer}}</em></td>\n<td><a href=\"#eb977abb-9827-44b6-9cbb-c25fc023b290\">PUT AddEmployeeWhereabout</a></td>\n</tr>\n<tr>\n<td>GET ValidateApproveTimeEntryDayDataRequest  <br /><em>{{base_url}}/ValidateApproveTimeEntryDayDataRequest?ResourceId={{integer}}&amp;RegistrationDate={{string}}</em></td>\n<td><a href=\"#3307e700-2eac-4d61-b7fb-0df469ec758d\">POST ValidateApproveTimeEntryDayDataRequest</a></td>\n</tr>\n<tr>\n<td>VendorInvoice</td>\n<td><a href=\"#85e98cc7-ea3a-459d-bfa8-69a057954c5d\">CreditorInvoice</a></td>\n</tr>\n<tr>\n<td>VendorInvoiceDetail</td>\n<td><a href=\"#7b8a2968-d5ad-4b7f-8c43-50ce83f160d6\">CreditorInvoiceDetail</a></td>\n</tr>\n<tr>\n<td>VendorInvoiceDetailMove</td>\n<td><a href=\"#8ebb50f3-9ae0-46f6-9807-aea1e037e090\">CreditorInvoiceDetailMove</a></td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a></p>\n</li>\n<li><p><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></p>\n</li>\n<li><p><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></p>\n</li>\n<li><p><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></p>\n</li>\n<li><p><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></p>\n</li>\n<li><p><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></p>\n</li>\n<li><p><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></p>\n</li>\n<li><p><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></p>\n</li>\n<li><p><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></p>\n</li>\n<li><p><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></p>\n</li>\n<li><p><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></p>\n</li>\n<li><p><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></p>\n</li>\n<li><p><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></p>\n</li>\n<li><p><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></p>\n</li>\n<li><p><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></p>\n</li>\n<li><p><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></p>\n</li>\n<li><p><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></p>\n</li>\n<li><p><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></p>\n</li>\n<li><p><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></p>\n</li>\n<li><p><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></p>\n</li>\n<li><p><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></p>\n</li>\n<li><p><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></p>\n</li>\n<li><p><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></p>\n</li>\n<li><p><a href=\"#3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></p>\n</li>\n<li><p><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></p>\n</li>\n<li><p><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></p>\n</li>\n<li><p><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></p>\n</li>\n<li><p><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></p>\n</li>\n<li><p><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"a08dcd7c-bf30-4b1a-bde7-441c2dd91d26"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"9ddf08d4-e739-4845-bd0b-bfcd7aa73ecf"}}],"_postman_id":"9ce5bdd9-b6b7-42b3-b8c1-4e9e6cc94cd2"}],"id":"2a4bba6b-837a-47ac-a89a-ba4447ff1995","description":"<blockquote>\n<p><strong>IMPORTANT:</strong> To maximize your use of all the API reference topics that are made available for your consumption, you must understand the format and different conventions used in these topics. For information, see <a href=\"#686745e5-9de4-4fef-a2fd-5e02a3182a9e\">Using the API Reference</a>. </p>\n</blockquote>\n<p>The API Reference for Deltek WorkBook REST Service strives to adopt the documentation standards set by the <a href=\"https://swagger.io/specification/v2/\">OpenAPI Specification version 2.0 (OAS 2.0)</a>, where possible and within the limits of the current <a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">documentation tool</a> used.</p>\n<p>Permission and client data will differ based on modules and integrated applications that interact with WorkBook. Mock examples—complete with requests, responses, and parameters—are provided for general understanding.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Reference</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#079824ac-1149-421e-a2c9-043243926cfb\">Resource Models</a></td>\n<td>Defines the fields and requests for each resource (or object) within the Deltek WorkBook REST Service.</td>\n</tr>\n<tr>\n<td><a href=\"#40657b96-66a8-4ba5-ac63-b1c8ad80a7a9\">Authentication API</a></td>\n<td>Authenticates your login credentials to work with the Deltek WorkBook REST Service through Handshake and logs you out from your current Handshake session.</td>\n</tr>\n<tr>\n<td><a href=\"#832d1ea4-895c-43a4-8c95-b5fd14be5da8\">Background Queue API</a></td>\n<td>Manipulates background queue data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#3b55a04f-ca7f-463c-b137-270fab24d080\">Capacity Used API</a></td>\n<td>Manipulates usage capacity of tasks in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#cb3289e7-2a70-4046-ae9a-0ac0cceacdf2\">ConceptShare API</a></td>\n<td>Manipulates concept share data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#27dfde89-8946-4f42-81c4-28d8209ebe4a\">Core API</a></td>\n<td>Manipulates core data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#f89dd716-cdd0-47ed-9117-e7639991d840\">Costing Code API</a></td>\n<td>Manipulates costing code data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#f684b8e2-7df5-4a71-b350-6751d922a32f\">Creditor Invoice API</a></td>\n<td>Manipulates creditor invoice data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#d07b11c5-42e6-48d9-9e38-e45b7310735b\">Databoard API</a></td>\n<td>Extracts data from a databoard (stored procedure) on a dashboard in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#3a01ceb5-2ca0-4799-8788-e6d6e843c52d\">Debtor API</a></td>\n<td>Manipulates debtor data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#f22aa2f6-7192-4ebd-b29c-07b9eed3623b\">Department API</a></td>\n<td>Manipulates department data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#b3747f09-ca60-466d-bf46-8f2036afbb6d\">Dimension API</a></td>\n<td>Manipulates the dimension data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#79dbf5be-1b0b-4efd-9765-69874a9085da\">Documents API</a></td>\n<td>Manipulates documents in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#09048d58-087a-4770-8847-c315a4fad94d\">Expenditure API</a></td>\n<td>Manipulates expenditure data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#9850bec5-f022-481d-a31a-ab0873608d5f\">Expense API</a></td>\n<td>Manipulates expense data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#b12ff567-0dd4-474c-9f89-56fcd5bb34b9\">Finance API</a></td>\n<td>Manipulates finance data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#fc889b4d-f4e3-4641-a714-778d58f6a1c4\">GaleForceMedia API</a></td>\n<td>Manipulates GaleForceMedia data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#0f148532-cf8d-497d-9ce1-83887b5262e9\">Job API</a></td>\n<td>Manipulates job data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#b8408d36-0583-416c-86d5-332c479dd1c6\">OAuth 2.0 API</a></td>\n<td>Manipulates OAuth 2.0 data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#fc32b188-8af3-4515-a208-c4e0c8b87204\">Pipeline API</a></td>\n<td>Manipulates pipeline data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#a3431a69-539f-4853-b133-ee07829571b2\">Report Data API</a></td>\n<td>Manipulates report data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#ef5a4e24-a172-457e-9fe6-2fa004b49819\">Resource API</a></td>\n<td>Manipulates resource access data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"##3e20c847-c08e-449a-a900-4f76b44b99f4\">Scrum API</a></td>\n<td>Manipulates scrum data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#ba04abfb-ad9e-48f1-a8a8-f9bb8cce9d25\">System Variable API</a></td>\n<td>Manipulates system variable data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#b0c487dd-2ae5-45a1-952b-64033f5f7a91\">Task API</a></td>\n<td>Manipulates task data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#656580f1-ac03-489c-83b5-4fce113e5925\">Time Sheet API</a></td>\n<td>Manipulates time sheet data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#b8fe43bf-7f92-4012-a17c-7e48d9b21463\">Whereabout API</a></td>\n<td>Manipulates employee whereabout profile data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#c9f55e70-6005-4a8d-ba8f-deb4355df012\">WorkBook Enumerated Type API</a></td>\n<td>Manipulates WorkBook Enumerated (wbEnum) type data in your WorkBook application instance.</td>\n</tr>\n<tr>\n<td><a href=\"#b5aef916-7bdd-4a76-9526-327dcd8a0f0b\">Deprecated or Decommissioned<br />APIs, Endpoints,<br />and Resource Models</a></td>\n<td>Lists the APIs, endpoints, and resource models that have been deprecated or decommissioned.</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><strong>NOTE:</strong> In the interim, as API reference information are iteratively folded into the revamped documentation, the complete list of the API endpoints for the Deltek WorkBook REST Service can be found in the following URL:<br />https://{{workbook-domain}}/api/custommetadata where {{workbook-domain}} is the host or domain name of your Deltek WorkBook application instance such as demo.workbook.net. </p>\n</blockquote>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#intro\">Introduction</a></p>\n</li>\n<li><p><a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">API Overview</a></p>\n</li>\n<li><p><a href=\"#7d747b64-272a-4283-8f57-e9279199e582\">Guides</a></p>\n</li>\n<li><p><a href=\"#785e81ec-aa0a-4e88-a1b8-3c2a86510678\">Other Developer Resources</a></p>\n</li>\n<li><p><a href=\"#b910a732-d74f-4696-9ecb-83b27a9c597f\">Support</a></p>\n</li>\n<li><p><a href=\"#3a90cd43-7e25-4bf0-a887-32f636292ab7\">Terms of Use</a></p>\n</li>\n<li><p><a href=\"#85706cbc-c9e1-4fb1-bd41-e28cbd686b7f\">Change Log</a></p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4dfefa69-13f0-4d70-a8e4-3de415fc1f2c"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"b33a8cd7-0097-49e9-af54-3de0aaebb182"}}],"_postman_id":"2a4bba6b-837a-47ac-a89a-ba4447ff1995"},{"name":"Other Developer Resources","item":[{"name":"Example Codes","item":[],"id":"e81dbefc-d9a8-4cea-9cd1-6972be55905f","description":"<p>At the top of this documentation page, you will see a dropdown for language with the following code sample options:</p>\n<ul>\n<li>C# - RestSharp</li>\n<li>cURL - cURL</li>\n<li>Go - Native</li>\n<li>HTTP - HTTP</li>\n<li>Java - OkHttp</li>\n<li>Java - Unirest</li>\n<li>JavaScript - Fetch</li>\n<li>JavaScript - jQuery</li>\n<li>JavaScript - XHR</li>\n<li>C - libcurl</li>\n<li>NodeJs - Axios</li>\n<li>NodeJs - Native</li>\n<li>NodeJs - Request</li>\n<li>NodeJs - Unirest</li>\n<li>Objective-C - NSURLSession</li>\n<li>OCaml - Cohttp</li>\n<li>PHP - cURL</li>\n<li>PHP - HTTP_Request2</li>\n<li>PHP - pecl_http</li>\n<li>PowerShell - RestMethod</li>\n<li>Python - http.client</li>\n<li>Python - Requests</li>\n<li>Ruby - Net::HTTP</li>\n<li>Shell - Httpie</li>\n<li>Shell - wget</li>\n<li>Swift - URLSession</li>\n</ul>\n<blockquote>\n<p><strong>NOTE:</strong> For information about the most up-to-date list of supported languages for code samples, refer to the Postman documentation.</p>\n</blockquote>\n<p>The mechanism for these languages is maintained by Postman. Hence, Deltek cannot be held responsible for said output because the engine–that formats and publishes the example codes–is built into the <a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a> application.</p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#785e81ec-aa0a-4e88-a1b8-3c2a86510678\">Other Developer Resources</a>  </li>\n<li><a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a>  </li>\n<li><a href=\"#c5bf943f-ad26-486b-ad09-d05e69750854\">API Transformer</a></li>\n</ul>\n","_postman_id":"e81dbefc-d9a8-4cea-9cd1-6972be55905f"},{"name":"Postman","item":[],"id":"98a2d831-1045-45e8-9453-65ca81ca2f47","description":"<p>Postman is a REST client that allows you to make requests through its easy-to-use, graphical user interface.</p>\n<p>The documentation for the WorkBook RESTful API is built out as a Postman collection that can be imported directly to your local Postman application. You can download a free, local Postman application <a href=\"https://www.postman.com/downloads/\">here</a>.</p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#785e81ec-aa0a-4e88-a1b8-3c2a86510678\">Other Developer Resources</a>  </li>\n<li><a href=\"#5d97677d-e897-4036-a424-e13f1afe501b\">Example Codes</a>  </li>\n<li><a href=\"#c5bf943f-ad26-486b-ad09-d05e69750854\">API Transformer</a></li>\n</ul>\n","_postman_id":"98a2d831-1045-45e8-9453-65ca81ca2f47"},{"name":"API Transformer","item":[],"id":"eb070b52-78f6-40b0-a0b0-e8b258b8c0f7","description":"<p>If you download the collection as a .json file, you can use API Transformer--an open-source third party tool--to transform the file to an API specification format of your choice.</p>\n<h2 id=\"supported-formats\">Supported Formats</h2>\n<ul>\n<li>API Blueprint  </li>\n<li>OpenAPI/Swagger 1.2  </li>\n<li>OpenAPI 2.0 JSON or YAML  </li>\n<li>RAML  </li>\n<li>OpenAPI 3.0 JSON or YAML</li>\n</ul>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#785e81ec-aa0a-4e88-a1b8-3c2a86510678\">Other Developer Resources</a>  </li>\n<li><a href=\"#5d97677d-e897-4036-a424-e13f1afe501b\">Example Codes</a>  </li>\n<li><a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a></li>\n</ul>\n","_postman_id":"eb070b52-78f6-40b0-a0b0-e8b258b8c0f7"}],"id":"b27ce686-65e2-4ae6-9402-4f58384503f1","description":"<p>The Deltek WorkBook REST Service provides a number of developer resources that you can use to augment your developer experience.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Developer Resource</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><a href=\"#5d97677d-e897-4036-a424-e13f1afe501b\">Example Codes</a></td>\n<td>A list of code sample options in different programming languages supported by Postman.</td>\n</tr>\n<tr>\n<td><a href=\"#c537c60b-6db4-4043-8586-36e39049c3b7\">Postman</a></td>\n<td>A REST client that allows you to make requests through its easy-to-use, graphical user interface.</td>\n</tr>\n<tr>\n<td><a href=\"#c5bf943f-ad26-486b-ad09-d05e69750854\">API Transformer</a></td>\n<td>An open-source third party tool that transforms a given file to an API specification format of your choice.</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#intro\">Introduction</a>  </li>\n<li><a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">API Overview</a>  </li>\n<li><a href=\"#7d747b64-272a-4283-8f57-e9279199e582\">Guides</a>  </li>\n<li><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a>  </li>\n<li><a href=\"#b910a732-d74f-4696-9ecb-83b27a9c597f\">Support</a>  </li>\n<li><a href=\"#3a90cd43-7e25-4bf0-a887-32f636292ab7\">Terms of Use</a>  </li>\n<li><a href=\"#85706cbc-c9e1-4fb1-bd41-e28cbd686b7f\">Change Log</a></li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"085d6865-a6b7-44cf-815b-19b1d73b93f1"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"2b239a05-99d4-42bf-b17f-2979e97eb9d0"}}],"_postman_id":"b27ce686-65e2-4ae6-9402-4f58384503f1"},{"name":"Support","item":[],"id":"ea9c0cae-517b-4df4-b08b-393654588504","description":"<p>If you need additional support when working with the Deltek WorkBook REST Service, contact Deltek Customer Care.</p>\n<p>For feedback on this documentation (such as typos, confusion on how something is written, better explanation or description, and so on), send an email to <a href=\"mailto:DeltekDocumentationFeedback@deltek.com\">DeltekDocumentationFeedback@deltek.com</a>.</p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><a href=\"#intro\">Introduction</a>  </li>\n<li><a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">API Overview</a>  </li>\n<li><a href=\"#7d747b64-272a-4283-8f57-e9279199e582\">Guides</a>  </li>\n<li><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a>  </li>\n<li><a href=\"#785e81ec-aa0a-4e88-a1b8-3c2a86510678\">Other Developer Resources</a>  </li>\n<li><a href=\"#3a90cd43-7e25-4bf0-a887-32f636292ab7\">Terms of Use</a></li>\n<li><a href=\"#85706cbc-c9e1-4fb1-bd41-e28cbd686b7f\">Change Log</a></li>\n</ul>\n","_postman_id":"ea9c0cae-517b-4df4-b08b-393654588504"},{"name":"Terms of Use","item":[],"id":"7181b67a-b407-4735-adb1-463264ae7691","description":"<p>While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may exist. The recipient of this document is solely responsible for all decisions relating to or use of the information provided herein.</p>\n<p>The information contained in this publication is effective as of the publication date below and is subject to change without prior notice.</p>\n<p>This site contains links to other sites. Deltek is not responsible for the privacy practices or the content or usage of the other websites.</p>\n<p>This publication contains proprietary information that is protected by copyright. All rights are reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, or translated into another language, without the prior written consent of Deltek, Inc.</p>\n<p>This edition published June 2025.</p>\n<p>Deltek’s software is also protected by copyright law and constitutes valuable confidential and proprietary information of Deltek, Inc. and its licensors. The WorkBook software, and all related documentation, is provided for use only in accordance with the terms of the license agreement. Unauthorized reproduction or distribution of the program or any portion thereof could result in severe civil or criminal penalties. All trademarks are the property of their respective owners.</p>\n<p>© 2025 Deltek, Inc.</p>\n<h2 id=\"about-deltek\">About Deltek</h2>\n<p>Better software means better projects. Deltek delivers software and information solutions that enable superior levels of project intelligence, management and collaboration. Our industry-focused expertise makes your projects successful and helps you achieve performance that maximizes productivity and revenue.</p>\n<p><a href=\"http://www.deltek.com\">www.deltek.com</a></p>\n<h2 id=\"related-links\">Related Links</h2>\n<ul>\n<li><p><a href=\"#intro\">Introduction</a></p>\n</li>\n<li><p><a href=\"#4494804e-7ec8-4183-95c9-e100f464f607\">API Overview</a></p>\n</li>\n<li><p><a href=\"#7d747b64-272a-4283-8f57-e9279199e582\">Guides</a></p>\n</li>\n<li><p><a href=\"#6a44ef6a-aa3d-44a7-92ff-c8247f1c2ff6\">API Reference</a></p>\n</li>\n<li><p><a href=\"#785e81ec-aa0a-4e88-a1b8-3c2a86510678\">Other Developer Resources</a></p>\n</li>\n<li><p><a href=\"#b910a732-d74f-4696-9ecb-83b27a9c597f\">Support</a></p>\n</li>\n<li><p><a href=\"#85706cbc-c9e1-4fb1-bd41-e28cbd686b7f\">Change Log</a></p>\n</li>\n</ul>\n","_postman_id":"7181b67a-b407-4735-adb1-463264ae7691"},{"name":"Change Log","item":[],"id":"de7e75ad-fd9a-4afd-b79b-45ed90f4a0e1","description":"<h1 id=\"version-138-june-26-2025\">Version 13.8 (June 26, 2025)</h1>\n<ul>\n<li><p>Added the following topics (2364884):</p>\n<ul>\n<li><p><a href=\"#\">GET ExpenseEntryJustificationRequest</a> API endpoint</p>\n</li>\n<li><p><a href=\"#\">POST SaveExpenseEntryJustificationRequest</a> API endpoint</p>\n</li>\n<li><p><a href=\"#\">GET ExpenseJustificationTemplate</a> API endpoint</p>\n</li>\n<li><p><a href=\"#\">GET ExpenseJustificationTemplates</a> API endpoint</p>\n</li>\n<li><p><a href=\"#\">PUT CreateExpenseJustificationTemplate</a> API endpoint</p>\n</li>\n<li><p><a href=\"#\">PUT CopyExpenseJustificationTemplateRequest</a> API endpoint</p>\n</li>\n<li><p><a href=\"#\">DEL DeleteExpenseJustificationTemplateRequest</a> API endpoint</p>\n</li>\n<li><p><a href=\"#\">PATCH UpdateExpenseJustificationTemplateName</a> API endpoint</p>\n</li>\n<li><p><a href=\"#\">PATCH UpdateExpenseJustificationTemplateInstructionsRequest</a> API endpoint</p>\n</li>\n<li><p><a href=\"#\">PATCH UpdateExpenseJustificationTemplateActiveStatus</a> API endpoint</p>\n</li>\n<li><p><a href=\"#\">GET ExpenseJustificationTemplateDetailsRequest</a> API endpoint</p>\n</li>\n<li><p><a href=\"#\">PATCH UpdateExpenseJustificationTemplateDetailRequest</a> API endpoint</p>\n</li>\n</ul>\n</li>\n<li><p>Updated the following topics (2364884):</p>\n<ul>\n<li><p><a href=\"#9c899c2a-ef8f-43f2-91fd-dca79e704089\">Expense API</a></p>\n</li>\n<li><p><a href=\"##55f87ef6-5e63-432e-ac40-73bb0e619998\">Resource Models</a></p>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"4d4dc436-cc3b-41db-821f-749c824d9ac5"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"846a90cf-aa19-410b-88df-bda0dccca2e7"}}],"_postman_id":"de7e75ad-fd9a-4afd-b79b-45ed90f4a0e1"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"7fca4019-04ba-46f6-94eb-291876d45c47"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"d9683f56-539e-46dc-861e-b62bf5bf10c2"}}]}